summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-213-6/+7
* Add (again) support for divert sockets. They allow you to:michele2009-10-041-2/+8
* I had not enough oks to commit this diff.michele2009-09-081-7/+1
* Add support for divert sockets. They allow you to:michele2009-09-081-2/+8
* Don't stop traversing a directory hierarchy if we reach SHRT_MAX,millert2009-08-272-14/+27
* must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>;schwarze2009-07-152-4/+6
* getgrouplist(3) used to and ought to return 0 on success;schwarze2009-06-232-9/+17
* document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok ogajmc2009-06-091-2/+10
* de-spaghetti:schwarze2009-06-071-36/+20
* Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures,millert2009-06-071-2/+12
* No need to malloc, copy, have a single read access, and free right away.schwarze2009-06-071-18/+6
* The yp_bind(3) return code now distinguishes "YP not active" from "an errorschwarze2009-06-051-63/+60
* When parsing a line stating with "+" or "-" in group(5),schwarze2009-06-051-62/+51
* Recycle four ancient fields in the disklabel structure, replacing them withderaadt2009-06-041-4/+0
* in case a handling a +groupname:*:: entry fails due to lack of memory,schwarze2009-06-041-2/+3
* Ensure there is a statement after a label.jsg2009-06-031-1/+2
* Take advantage of the surprise libc bump to bring inschwarze2009-06-034-70/+48
* tweak previous;jmc2009-06-022-8/+9
* Split getpw{nam,uid} off into their own man page. Hopefully, thismillert2009-06-013-107/+252
* 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
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+2
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-193-4/+241
* 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
* Add glob(7) and refer to it. OK jmc@ sobrado@millert2009-03-052-6/+8
* Add missing braces. This is why we use braces for indented block thatmillert2009-02-181-2/+3
* Avoid level going negative on deep (i mean really deep) dirs. Reportedotto2009-02-111-1/+9
* Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@millert2009-01-152-20/+18
* Fix file descriptor leak in fts_children(); okay dhill@, millert@,pedro2008-12-271-2/+4
* ddb.console does not override machdep.kbdreset, so don't say it does;jmc2008-12-231-7/+2
* - document and mlink frexpf, ldexpf, modff added 13 years agomartynas2008-12-124-15/+61
* use sys/cdefs.h; pointed out by theomartynas2008-12-107-14/+14
* ditto frexpl and ldexplmartynas2008-12-091-1/+9
* - add long double signbitmartynas2008-12-096-17/+82
* tweak previous;jmc2008-11-091-9/+14
* Document the ddb.trigger sysctl.ckuethe2008-11-081-2/+17
* some SEE ALSO additions from Ingo Schwarze;jmc2008-10-243-6/+9
* man page for Makefile.yp, and associated bits; from Ingo Schwarzejmc2008-10-221-3/+27
* document fts_open error handling; from Tim van der Molenjmc2008-10-191-2/+10
* simplify and clarify login_getstyle; ok deraadt@millert2008-10-021-14/+7
* POSIX character class support for fnmatch(3) and glob(3). OK deraadt@millert2008-10-013-8/+149
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-075-77/+5
* correct +name handling; schwarze@usta.dederaadt2008-08-251-6/+7
* add missing header needed by asprintf().chl2008-08-231-1/+2
* mention machine/cpu.h for the CPU identifiers.brad2008-08-221-2/+4
* After spotting a + record, continue scanning and pick up later groupsderaadt2008-08-221-4/+10
* tweak previous;jmc2008-07-292-8/+7
* removemartynas2008-07-291-82/+0