summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2014-11-30do not use .St -p1003.1d-99 which is used in exactly two pages;Ingo Schwarze
2014-11-30mandoc -Tlint fixes from <kaspars at bankovskis dot net>Ingo Schwarze
2014-11-30Even though not callable, "Ed" is a macro name, so for clarity,Ingo Schwarze
2014-11-23Merge from FreeBSD:Philip Guenther
2014-11-20Merge from FreeBSD:Philip Guenther
2014-11-19delete the KERN_VNODE sysctl. it fails to provide any isolation from theTed Unangst
2014-11-17Add stravis(), an allocating version of strvis(). OK doug@Todd C. Miller
2014-11-17When listing the async-signal-safe functions, don't split out "ANSI C"Philip Guenther
2014-11-15Delete some unnecessary #includesPhilip Guenther
2014-11-15Don't need <sys/types.h> before <sys/ipc.h> anymorePhilip Guenther
2014-11-14_NSIG is the number of valid signals including signal 0, so it's not a validJonathan Matthew
2014-11-09Correct constness of str*unvis()'s second (source) argumentPhilip Guenther
2014-10-11obvious reallocarray() useTheo de Raadt
2014-10-08obvious realloc -> reallocarray conversionTheo de Raadt
2014-10-08obvious reallocarray()Theo de Raadt
2014-10-08reallocarray() to detect potential int overflow; ok dougTheo de Raadt
2014-10-08reallocarray() for mult int overflow detect; ok dougTheo de Raadt
2014-10-03Strip trailing new-lines from syslog messages. This avoids emptyAlexander Bluhm
2014-09-15We missed a hyphen in 'async-signal-safe'Philip Guenther
2014-09-15When fopen()ing internal to libc (the API doesn't support the usePhilip Guenther
2014-09-10sockatmark(3) has been implemented; add it to the async-signal-safe listsPhilip Guenther
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