Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | delete duplicate .Xr below SEE ALSO | Ingo Schwarze |
2019-05-16 | More consistently put remarks about the less useful LC_* categoties, | Ingo Schwarze |
2019-05-13 | The fd used by nlist() isn't application visible, so mark it close-on-exec | Philip Guenther |
2019-03-23 | Remove useless secure_path(3) calls. | Todd C. Miller |
2019-03-08 | remove a sentence that was once helpful when dirname.3 and basename.3 | Sebastian Benoit |
2019-02-04 | Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX. | Todd C. Miller |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-13 | Restore .Xr to pthread_sigmask | Jeremie Courreges-Anglas |
2019-01-12 | Move sigwait(3) from libpthread to libc | Jeremie Courreges-Anglas |
2018-12-28 | getgruid_r -> getgrgid_r | Theo Buehler |
2018-11-05 | Mention aligned_alloc(), prompted by Brad; ok jmc@ | Otto Moerbeek |
2018-10-31 | typo; fix from hiltjo posthuma | Theo de Raadt |
2018-10-30 | use Mdocdate; | Jason McIntyre |
2018-10-30 | Add C11's timespec_get(3); minor bump for libc. | Philip Guenther |
2018-10-09 | Fix a "copy-and-paste" error that Coverity picked up in the augment code | David Gwynne |
2018-09-22 | Correct the uid_from_user() and gid_from_group() comments. | Todd C. Miller |
2018-09-13 | missing comma in previous; | Jason McIntyre |
2018-09-13 | Add uid_from_user() and gid_from_group(), derived from pax's cache.c. | Todd C. Miller |
2018-08-21 | Use an mmap()'d buffer instead of a static buffer for the contents | Todd C. Miller |
2018-07-12 | Add hw.ncpuonline to count the number of online CPUs. | cheloha |
2018-04-27 | <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h> | Philip Guenther |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2018-03-02 | Return monotonically increasing values. | cheloha |
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt |
2018-01-12 | sysctl(3) can now be renamed to sysctl(2) | Theo de Raadt |
2017-11-07 | Fix spelling: bet -> net from Scott Bennett, thanks | Theo Buehler |
2017-10-28 | No need to include <sys/param.h> before <sys/sysctl.h>. | Martin Pieuchot |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze |
2017-10-16 | draft-ietf-tcpm-initcwnd was published as rfc 6928 | Mike Belopuhov |
2017-10-04 | iscntrl(0) is != 0 at least since Version 7 AT&T UNIX, and POSIX | Ingo Schwarze |
2017-09-18 | Document readdir_r() return value and update style of the example | Todd C. Miller |
2017-09-17 | __progname has type char *, we cannot change its type without causing | Otto Moerbeek |
2017-09-12 | Update the documentation regarding /dev/mem and /dev/kmem; | Ingo Schwarze |
2017-09-10 | shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be | Philip Guenther |
2017-09-10 | Fix spelling of 4.3BSD-Net/2. | Ingo Schwarze |
2017-09-10 | sysctl strings include the termingating NUL character in both in and out lengths | Tom Cosgrove |
2017-09-05 | Remove unused 32bit version of elf_hash(). | Martin Pieuchot |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2017-09-05 | Add additional errno values required by POSIX. | Jonathan Gray |
2017-08-29 | It is confusing to talk about priorities being ordered from high | Todd C. Miller |
2017-08-29 | isunordered() returns true if at least one of the arguments is NaN | Todd C. Miller |
2017-08-12 | Minimize #includes, particularly to avoid thread_private.h | Philip Guenther |
2017-08-08 | Stop running nd6_expire every second. | Florian Obser |
2017-08-08 | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and | Alexander Bluhm |
2017-08-07 | Since sendsyslog(2) handles the LOG_CONS parameter, the variable | Alexander Bluhm |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-07-20 | Rename TBUF_LEN and FMT_LEN to _SIZE as they contain a NUL byte. | Alexander Bluhm |
2017-07-13 | Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no | Florian Obser |