Age | Commit message (Expand) | Author |
2022-02-11 | Fix typo in comment for f_favail. | Todd C. Miller |
2022-02-10 | introduce support for storing capability databases in /etc/login.conf.d; | Robert Nagy |
2021-12-16 | Document the failure mode if size is too small and mention that | Todd C. Miller |
2021-12-11 | doubled word; from Leon Fischer | Theo Buehler |
2021-12-07 | The ypproto buffer (which supports + lines in master.passwd) was correct | Theo de Raadt |
2021-12-07 | sleep.3: miscellanous cleanup, rewrites | Scott Soule Cheloha |
2021-12-06 | time.3: miscellaneous manpage cleanup | Scott Soule Cheloha |
2021-11-29 | A few sys/param.h annotations lacked ALIGNBYTES | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-24 | use O_RDONLY instead of 0 as open() flags parameter | Theo de Raadt |
2021-09-22 | use mmap() instead of alloca(), so that argv memory overflow leading to | Theo de Raadt |
2021-07-02 | usleep(3): always call nanosleep(2) | cheloha |
2021-06-29 | more precision because the argument is signed, | Ingo Schwarze |
2021-06-24 | alarm(3): remove superfluous pointer | cheloha |
2021-06-18 | alarm.3: miscellaneous improvements to alarm(3) documentation | cheloha |
2021-06-17 | compar is a function arg (Fa) not function name (Fn); | Jason McIntyre |
2021-06-12 | remove incorrect CAVEATS section; | Jason McIntyre |
2021-06-03 | (man page also) | Theo de Raadt |
2021-06-03 | secure_path(3) hasn't been called since we recognized the TOCTOU issues a few | Theo de Raadt |
2021-05-31 | auth_call(3) no longer uses secure_path(3) | Todd C. Miller |
2021-02-02 | article fixes; from eddie youseph | Jason McIntyre |
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 |