Age | Commit message (Expand) | Author |
2021-01-08 | Make fts_{alloc,safe_changed}() const correct | Theo Buehler |
2021-01-07 | sleep(3): don't bypass nanosleep(2) if seconds is zero | cheloha |
2020-11-14 | Constify dktypenames and fstypenames in libc. | Philip Guenther |
2020-10-20 | Align the basename(3) and dirname(3) prototypes with the POSIX spec: | Christian Weisgerber |
2020-10-13 | Do some easy .data -> .rodata/.data.rel.ro conversions | Philip Guenther |
2020-10-12 | make fixed-sized fixed-value mib[] arrays be const | Theo de Raadt |
2020-10-12 | mib[2] is no longer used; ok guenther | Theo de Raadt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-04-21 | Prevent infinite for loop since i went from ssize_t to size_t. Patch from | Darren Tucker |
2020-03-13 | typo in comment | Damien Miller |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2020-02-05 | More precision regarding the openlog(3) *ident argument; | Ingo Schwarze |
2019-12-21 | Warn that auth_call(3) users should include a "--" argument before | Jonathan Gray |
2019-12-10 | Remove includes that are no longer neeed after tedu's simplification. | Todd C. Miller |
2019-12-04 | libc's authentication privsep layer performed insufficient username | Theo de Raadt |
2019-10-18 | setting uid to -1 won't work with setresuid, so detect that condition | Ted Unangst |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2019-08-30 | ypclnt -> yp_bind; | Jason McIntyre |
2019-08-30 | mop up stdarg rename; ok deraadt | Jason McIntyre |
2019-08-11 | No specific called "exec(3)", so move primary manpage to a name which | Theo de Raadt |
2019-07-26 | Replace cross-references to sigvec(3) with sigaction(2). | Todd C. Miller |
2019-07-05 | improve verb-tense for explaining the calling convention of __ | Theo de Raadt |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-07-02 | The "always hint that getpw operation is happening with access() the YP | Theo de Raadt |
2019-06-30 | tweak previous; ok guenther | Jason McIntyre |
2019-06-29 | Document that getcwd() and realpath() are built on system calls that | Philip Guenther |
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 |