summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2014-09-02Fix previous commit: fd wasn't set in the FAE_DUP2 casePhilip Guenther
2014-08-31They're thread IDs, not PIDs. The wording is a bit clunky, but closerPhilip Guenther
2014-08-31Add additional userland interfaces for setting close-on-exec on fdsPhilip Guenther
2014-08-31Add additional kernel interfaces for setting close-on-exec on fdsPhilip Guenther
2014-08-27Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesFlorian Obser
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-08-18Add mention of execvpe() setting errno on failure.Philip Guenther
2014-08-16Cover execvpe() in the description of what the envp arg means.Philip Guenther
2014-07-21Add pthread_sigmask() and raise() to the list of async signal safeMatthew Dempsky
2014-07-21Fix typo: s/lstate/lstat/Matthew Dempsky
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-07-19Document that abort() is async signal safe now that it doesn't flushMatthew Dempsky
2014-07-18Oops, getentropy() is an "extension interface", not a "base interface"Matthew Dempsky
2014-07-14Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3)Theo de Raadt
2014-07-13Document KERN_PROC_NOBROADKILLClaudio Jeker
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