summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* When an RPC client program encounters ENOMEM while trying to printschwarze2009-06-011-2/+4
* Split getpw{nam,uid} off into their own man page. Hopefully, thismillert2009-06-013-107/+252
* Document AI_NUMERICSERV; feedback and ok millert@jacekm2009-05-061-2/+9
* Fix signed vs unsigned issue with memcmp/strncmp where the size parameterdrahn2009-05-032-10/+16
* document that bogus lines are silently ignoredderaadt2009-04-291-2/+3
* Remove the stderr spray balony. Library functions should indicate failurederaadt2009-04-291-23/+2
* junk spacederaadt2009-04-291-1/+1
* Correct the declaration of the dladdr() stub so that it has the correctguenther2009-04-221-3/+5
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-2113-28/+29
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-1930-3013/+162
* allow building without SHA384 and SHA512 (i.e. SHA256 only) withdjm2009-04-151-2/+5
* document that no leading whitespace is permitted between the option andokan2009-04-121-3/+5
* accept %F, which actually behaves the same as %f. per C99martynas2009-04-052-4/+5
* this is not a write-only register. might have caused to optimizemartynas2009-04-051-2/+2
* document superuser requirements, with input from jmc@espie2009-03-281-2/+8
* supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@schwarze2009-03-271-1/+3
* getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)schwarze2009-03-273-70/+137
* add a HISTORY section to fts(3).sobrado2009-03-231-2/+9
* Return -1 from mktemp_internal() on EINVAL like we used to.millert2009-03-201-3/+3
* correct argument type for swap64(); from Thomas Pfaffjmc2009-03-171-3/+3
* Add glob(7) and refer to it. OK jmc@ sobrado@millert2009-03-052-6/+8
* Update to match mktemp.c changesmillert2009-03-011-4/+4
* New mktemp(3) based on the one from portable mktemp(1). Now includesmillert2009-03-011-89/+88
* Add missing braces. This is why we use braces for indented block thatmillert2009-02-181-2/+3
* when the template is entirely XXX characters, would crashderaadt2009-02-171-4/+6
* kill whitespace at eol;jmc2009-02-131-2/+2
* decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@otto2009-02-131-8/+10
* Avoid level going negative on deep (i mean really deep) dirs. Reportedotto2009-02-111-1/+9
* correct function definitions; from Markus Bergkvistjmc2009-02-101-4/+4
* fix typopyr2009-01-311-3/+3
* Change section: we're talking about the symlink system call, not theguenther2009-01-301-2/+2
* tweak previous;jmc2009-01-301-4/+4
* Update to reflect renaming of the st_[acm]timespec members to st_[acm]timguenther2009-01-291-22/+61
* from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too;jmc2009-01-291-4/+2
* Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@millert2009-01-152-20/+18
* Man page for wcstof(3), wcstod(3) and wcstold(3).kettenis2009-01-132-3/+80
* Crank minor because of addition of wcsto* functions.kettenis2009-01-131-1/+1
* Add wcstof(3) and wcstold(3).kettenis2009-01-135-120/+162
* Add wcstoimax(3) and wcstoumax(3).kettenis2009-01-133-3/+40
* The process number is longer used to replace trailing 'Xs'.tobias2009-01-101-4/+3
* reintroduce extra malloc protections, but avoiding the use ofdjm2009-01-031-164/+229
* PAGE_SIZE is not a valid symbol to use in that way. In particular,deraadt2008-12-311-235/+164
* Remove mprotecting of struct dir_info introduced in previous commitdjm2008-12-302-46/+4
* extra paranoia for malloc(3):djm2008-12-292-165/+278
* Fix file descriptor leak in fts_children(); okay dhill@, millert@,pedro2008-12-271-2/+4
* repair the ARC4 story; ok jmc djm millertderaadt2008-12-231-5/+7
* ddb.console does not override machdep.kbdreset, so don't say it does;jmc2008-12-231-7/+2
* document yp_maplist(); from Ingo Schwarzejmc2008-12-222-7/+23
* The example for detecting malicious PTR records could be easily misinterpreted.jacekm2008-12-221-5/+4
* Add man page for wcstol and friends.kettenis2008-12-202-4/+97