summaryrefslogtreecommitdiff
path: root/lib/libutil/property.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2005-11-28Restore the previous state after a FILL operation in properties_read()John Baldwin
2003-06-14Tidy up. Sort headers.Mark Murray
2003-01-27Now return NULLified struct in case of empty config fileAndrey A. Chernov
2003-01-27Handle read errorsAndrey A. Chernov
2003-01-19Add (unsigned char) cast to ctype macrosAndrey A. Chernov
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2001-09-30Add __FBSDID()s to libutilMatthew Dillon
2000-11-09Eliminate inconsistency where a value that contains only whitespaceMurray Stokely
2000-11-08 Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h soMurray Stokely
1998-11-22Better document the file format, add in support for nested {}'s in multi-lineJordan K. Hubbard
1998-10-09Now take stdio.h out of files that don't require it.Jordan K. Hubbard
1998-10-09o move path in libutil.h to paths.hJordan K. Hubbard
1998-10-08Correct a build error that got past my build test somehow.Jordan K. Hubbard
1998-10-07Add a simple mechanism for reading property lists from files (whichJordan K. Hubbard