summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better lint(1) framework. Mostly from cgd@NetBSDtholo1998-02-0823-621/+498
* Pull in prototypetholo1998-02-081-1/+2
* Cast pointer in assignmenttholo1998-02-072-6/+6
* Forward declare structures to silence warningstholo1998-02-073-3/+9
* strftime is no longer in this directorytholo1998-02-071-3/+3
* More XPG4.2 --millert1998-02-072-13/+19
* size_t n in initstate(); XPGderaadt1998-02-062-4/+4
* Xrderaadt1998-02-051-1/+2
* + strptime, from netbsdderaadt1998-02-044-4/+554
* clarify fileno(3)deraadt1998-02-041-2/+2
* possessivederaadt1998-02-032-5/+5
* void *ss_sp; XPGderaadt1998-02-031-2/+2
* Steal better desciption of GLOB_NOESCAPE from fnmatch(3).millert1998-02-031-12/+11
* Don't override environ if realloc() fails. Pointed out bymillert1998-02-021-3/+4
* Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escapingmillert1998-01-312-18/+23
* glob(3) is not xpg4.2 compliant yetmillert1998-01-311-8/+1
* Don't try to use our locale stuff, it hoses strftime(3).millert1998-01-231-1/+3
* type botchderaadt1998-01-201-3/+3
* Better fix for %n and whitespace. Chris Torek <torek@bsdi.com>millert1998-01-201-12/+3
* for yp_match() and yp_next(), do not permit keys longer than YPMAXRECORDderaadt1998-01-201-3/+4
* for YP lookups, avoid names longer than MAXHOSTNAMELENderaadt1998-01-201-1/+3
* Ignore whitespace separating a conversion and %n. There may bemillert1998-01-191-2/+7
* We want XPG4 behavior.millert1998-01-191-1/+2
* use tzcode strftime(3) as it is kept up to date.millert1998-01-195-354/+698
* tzcode1998b from ftp://elsie.nci.nih.gov/pubmillert1998-01-1819-342/+653
* Oops, missed a 0 vs. '\0'millert1998-01-121-2/+2
* typomillert1998-01-121-2/+2
* Based on some FreeBSD changes:millert1998-01-127-31/+34
* Add gethostent(), as some LEGACY code wants it. If you write newweingart1998-01-112-2/+8
* so_linger is in secondsderaadt1998-01-061-2/+2
* make {f,}chflags(.., -1) return EINVAL because -1 is VNOVAL; problem noted by provosderaadt1998-01-021-0/+2
* make mmap() return void *, add MAP_FAILEDderaadt1998-01-024-12/+12
* correct descriptionderaadt1997-12-302-5/+5
* s/NetBSD/OpenBSDkstailey1997-12-291-1/+1
* NUL not NULLderaadt1997-12-291-2/+2
* Correct mmap-related prototypestholo1997-12-271-9/+9
* Always give .Fn an argument, it will not default to the previous value.tholo1997-12-242-4/+4
* also need sys/stat.h; hubertfderaadt1997-12-241-1/+2
* add XPG4.2 lockf; kleinkderaadt1997-12-224-5/+341
* sprintf bye byederaadt1997-12-191-2/+3
* gid_t is unsignedderaadt1997-12-191-2/+2
* handle long usernames more carefullyderaadt1997-12-181-5/+9
* MAP_COPY|MAP_FILE; mrg. indent tooderaadt1997-12-151-21/+23
* pw -> rpcweingart1997-12-101-2/+2
* make struct statfs reflect reality.millert1997-12-091-1/+3
* i failed to test compile this before commitingderaadt1997-12-021-3/+3
* buf oflow; bitbltderaadt1997-12-011-5/+7
* 2**8 is normally 256 and not 64, I should resign from applied math it seems.provos1997-11-301-2/+2
* kill bad .Os linederaadt1997-11-301-2/+2
* Deal with realloc() failure in v?asprintf()millert1997-11-301-2/+3