summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill the {nd6_,}useloopback buttons, using the loopback interface formpi2014-05-071-6/+2
* tweak previous;jmc2014-05-041-2/+2
* When kern.nosuidcoredump=3, act like =2 but try to dump cores intoderaadt2014-05-041-2/+3
* zap trailing whitespace;jmc2014-04-271-3/+3
* Document net.inet6.ip6.dad_pending.logan2014-04-271-2/+11
* tweak previous; sorry ingo, my review was pretty poor;jmc2014-04-231-5/+5
* more info about HISTORY; ok jmc@schwarze2014-04-231-6/+22
* Oh yeah, MLINKS for errc familyguenther2014-04-221-2/+3
* Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errnoguenther2014-04-226-24/+241
* Add missing description for IPv6 mtudisctimeout sysctl andlogan2014-04-191-2/+9
* Add missing man page descriptions for the following IPv6 sysctls:logan2014-04-191-2/+27
* Use VM_UVMEXP instead of VM_METER for memory usages and directlympi2014-04-081-7/+8
* Use setresuid() and setresgid(). OK guenther@ deraadt@millert2014-04-011-7/+8
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-7/+2
* since we are documenting that setpwfile() is no longer available, maybejmc2014-03-121-2/+2
* Add ERRORS and STANDARDS, thanks to brad@ for the reminder.schwarze2014-03-123-20/+162
* Make sure that setgrent(), endgrent(), and endpwent() do not clobberschwarze2014-03-122-4/+16
* The functions getpw{nam,uid}_r() no longer set errno, not even if anschwarze2014-03-121-7/+15
* Optimization, no functional change:schwarze2014-03-104-9/+17
* Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case.schwarze2014-03-081-6/+15
* If RPP_STDIN is set the prompt is not displayed.millert2014-03-061-4/+4
* Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(),schwarze2014-03-052-4/+22
* remove section 2/3 pointers from section 1,schwarze2014-02-211-4/+3
* Use consistent phrasing for bitmask flags.guenther2014-01-221-5/+7
* fix a leak in getgrouplist()jsg2014-01-221-1/+2
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-2121-84/+84
* Add missing section numbers to .Xr; found while testing mandocdb(8).schwarze2014-01-201-9/+8
* Obvious .Xr fixes, found while testing mandocdb(8).schwarze2014-01-202-8/+8
* Fix one more off-by-one (making it an off-by-two):tobias2014-01-191-2/+2
* Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove thederaadt2014-01-191-26/+2
* Usually, you don't want macros in the .Nd line, so remove instances of .Tnschwarze2014-01-191-7/+4
* Punctuation after macro arguments needs to be in a separate argument.schwarze2014-01-191-3/+4
* Fix off-by-one on specially crafted /etc/shells file.tobias2014-01-171-2/+2
* most obvious unsigned char casts for ctypederaadt2013-11-247-38/+50
* doc nit okay millert@espie2013-11-221-3/+3
* In getdiskbyname() set partition size with DL_SETPSIZE(). Make surekrw2013-11-161-2/+4
* getpwnam_r() and getpwuid_r() reopen the passwd even when called withbenno2013-11-151-7/+3
* put the _readdir_unlocked() prototype in an obvious placederaadt2013-11-122-4/+4
* ANSI prototypesderaadt2013-11-121-3/+3
* pull in missing includes (math.h, unistd.h, stdlib.h) needed forderaadt2013-11-125-5/+11
* pull in stdlib.h as requiredderaadt2013-11-121-1/+2
* ttyslot() needs <stdlib.h>deraadt2013-11-121-2/+3
* Nowadays, seekdir(3) doesn't call _readdir_unlocked().schwarze2013-11-062-14/+7
* Search the userland buffer of dirent structures before falling back toschwarze2013-11-062-26/+46
* Cleanup, no functional change:schwarze2013-11-054-41/+12
* Make sure seekdir(3) works even when dirp->dd_buf still contains someschwarze2013-11-051-1/+2
* kill kame version symbols and sysctlderaadt2013-10-281-7/+2
* close(fd), then set errnotedu2013-10-251-3/+3
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-22/+10
* catch up with elf(5)/stab(5) removal;jmc2013-10-201-4/+4