summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2014-07-12more accept_rtadv removal;Jason McIntyre
2014-07-12no more net.inet6.ip6.accept_rtadvHenning Brauer
2014-07-12Correct the sentence in the BUGS section. Colon chars are usable as aYASUOKA Masahiko
2014-07-11clean up after previous: zap rfc 4620 from sysctl(3) too.Sebastian Benoit
2014-07-10__tfork_thread is in libc, so move the manpage over tooPhilip Guenther
2014-07-10Don't document the guts of struct syslog_data. This man page only needsTheo de Raadt
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08Document that shm_open() et al have been available since OpenBSD 5.4Matthew Dempsky
2014-06-13delete a lie; replace with a truthTheo de Raadt
2014-05-25use calloc, from Benjamin BaierTed Unangst
2014-05-23Document that v?dprintf() is just as safe as v?snprintf(). OK espie@Todd C. Miller
2014-05-07Kill the {nd6_,}useloopback buttons, using the loopback interface forMartin Pieuchot
2014-05-04tweak previous;Jason McIntyre
2014-05-04When kern.nosuidcoredump=3, act like =2 but try to dump cores intoTheo de Raadt
2014-04-27zap trailing whitespace;Jason McIntyre
2014-04-27Document net.inet6.ip6.dad_pending.Loganaden Velvindron
2014-04-23tweak previous; sorry ingo, my review was pretty poor;Jason McIntyre
2014-04-23more info about HISTORY; ok jmc@Ingo Schwarze
2014-04-22Oh yeah, MLINKS for errc familyPhilip Guenther
2014-04-22Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errnoPhilip Guenther
2014-04-19Add missing description for IPv6 mtudisctimeout sysctl andlogan
2014-04-19Add missing man page descriptions for the following IPv6 sysctls:logan
2014-04-08Use VM_UVMEXP instead of VM_METER for memory usages and directlyMartin Pieuchot
2014-04-01Use setresuid() and setresgid(). OK guenther@ deraadt@Todd C. Miller
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-03-12since we are documenting that setpwfile() is no longer available, maybeJason McIntyre
2014-03-12Add ERRORS and STANDARDS, thanks to brad@ for the reminder.Ingo Schwarze
2014-03-12Make sure that setgrent(), endgrent(), and endpwent() do not clobberIngo Schwarze
2014-03-12The functions getpw{nam,uid}_r() no longer set errno, not even if anIngo Schwarze
2014-03-10Optimization, no functional change:Ingo Schwarze
2014-03-08Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case.Ingo Schwarze
2014-03-06If RPP_STDIN is set the prompt is not displayed.Todd C. Miller
2014-03-05Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(),Ingo Schwarze
2014-02-21remove section 2/3 pointers from section 1,Ingo Schwarze
2014-01-22Use consistent phrasing for bitmask flags.Philip Guenther
2014-01-22fix a leak in getgrouplist()Jonathan Gray
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-20Add missing section numbers to .Xr; found while testing mandocdb(8).Ingo Schwarze
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-19Fix one more off-by-one (making it an off-by-two):Tobias Stoeckmann
2014-01-19Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove theTheo de Raadt
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2014-01-19Punctuation after macro arguments needs to be in a separate argument.Ingo Schwarze
2014-01-17Fix off-by-one on specially crafted /etc/shells file.Tobias Stoeckmann
2013-11-24most obvious unsigned char casts for ctypeTheo de Raadt
2013-11-22doc nit okay millert@Marc Espie
2013-11-16In getdiskbyname() set partition size with DL_SETPSIZE(). Make sureKenneth R Westerback
2013-11-15getpwnam_r() and getpwuid_r() reopen the passwd even when called withSebastian Benoit
2013-11-12put the _readdir_unlocked() prototype in an obvious placeTheo de Raadt
2013-11-12ANSI prototypesTheo de Raadt