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