| Commit message (Expand) | Author | Age | Files | Lines |
* | article fixes; from eddie youseph |  jmc | 2021-02-02 | 1 | -3/+3 |
* | Make fts_{alloc,safe_changed}() const correct |  tb | 2021-01-08 | 1 | -5/+5 |
* | sleep(3): don't bypass nanosleep(2) if seconds is zero |  cheloha | 2021-01-07 | 1 | -4/+1 |
* | Constify dktypenames and fstypenames in libc. |  guenther | 2020-11-14 | 1 | -3/+3 |
* | Align the basename(3) and dirname(3) prototypes with the POSIX spec: |  naddy | 2020-10-20 | 4 | -10/+10 |
* | Do some easy .data -> .rodata/.data.rel.ro conversions |  guenther | 2020-10-13 | 4 | -8/+8 |
* | make fixed-sized fixed-value mib[] arrays be const |  deraadt | 2020-10-12 | 7 | -28/+15 |
* | mib[2] is no longer used; ok guenther |  deraadt | 2020-10-12 | 1 | -2/+2 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 4 | -9/+9 |
* | Prevent infinite for loop since i went from ssize_t to size_t. Patch from |  dtucker | 2020-04-21 | 1 | -3/+3 |
* | typo in comment |  djm | 2020-03-13 | 1 | -2/+2 |
* | correct Research Unix edition "appeared in" use in HISTORY |  jsg | 2020-02-08 | 2 | -6/+6 |
* | More precision regarding the openlog(3) *ident argument; |  schwarze | 2020-02-05 | 1 | -21/+61 |
* | Warn that auth_call(3) users should include a "--" argument before |  jsg | 2019-12-21 | 1 | -2/+7 |
* | Remove includes that are no longer neeed after tedu's simplification. |  millert | 2019-12-10 | 1 | -4/+1 |
* | libc's authentication privsep layer performed insufficient username |  deraadt | 2019-12-04 | 2 | -10/+39 |
* | setting uid to -1 won't work with setresuid, so detect that condition |  tedu | 2019-10-18 | 1 | -1/+19 |
* | More correction of section 3 layout. directory->opendir, fts->fts_open, |  deraadt | 2019-09-02 | 7 | -59/+36 |
* | ypclnt -> yp_bind; |  jmc | 2019-08-30 | 1 | -3/+3 |
* | mop up stdarg rename; ok deraadt |  jmc | 2019-08-30 | 1 | -3/+3 |
* | No specific called "exec(3)", so move primary manpage to a name which |  deraadt | 2019-08-11 | 3 | -14/+10 |
* | Replace cross-references to sigvec(3) with sigaction(2). |  millert | 2019-07-26 | 1 | -5/+3 |
* | improve verb-tense for explaining the calling convention of __ |  deraadt | 2019-07-05 | 1 | -3/+3 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -2/+2 |
* | The "always hint that getpw operation is happening with access() the YP |  deraadt | 2019-07-02 | 3 | -3/+16 |
* | tweak previous; ok guenther |  jmc | 2019-06-30 | 1 | -5/+6 |
* | Document that getcwd() and realpath() are built on system calls that |  guenther | 2019-06-29 | 1 | -2/+17 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 17 | -55/+55 |
* | delete duplicate .Xr below SEE ALSO |  schwarze | 2019-06-28 | 1 | -3/+2 |
* | More consistently put remarks about the less useful LC_* categoties, |  schwarze | 2019-05-16 | 3 | -6/+37 |
* | The fd used by nlist() isn't application visible, so mark it close-on-exec |  guenther | 2019-05-13 | 1 | -2/+2 |
* | Remove useless secure_path(3) calls. |  millert | 2019-03-23 | 2 | -25/+12 |
* | remove a sentence that was once helpful when dirname.3 and basename.3 |  benno | 2019-03-08 | 1 | -3/+3 |
* | Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX. |  millert | 2019-02-04 | 2 | -25/+24 |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 17 | -40/+40 |
* | Restore .Xr to pthread_sigmask |  jca | 2019-01-13 | 1 | -3/+4 |
* | Move sigwait(3) from libpthread to libc |  jca | 2019-01-12 | 3 | -3/+153 |
* | getgruid_r -> getgrgid_r |  tb | 2018-12-28 | 1 | -3/+3 |
* | Mention aligned_alloc(), prompted by Brad; ok jmc@ |  otto | 2018-11-05 | 1 | -4/+6 |
* | typo; fix from hiltjo posthuma |  deraadt | 2018-10-31 | 1 | -3/+3 |
* | use Mdocdate; |  jmc | 2018-10-30 | 1 | -2/+2 |
* | Add C11's timespec_get(3); minor bump for libc. |  guenther | 2018-10-30 | 3 | -3/+136 |
* | Fix a "copy-and-paste" error that Coverity picked up in the augment code |  dlg | 2018-10-09 | 1 | -2/+2 |
* | Correct the uid_from_user() and gid_from_group() comments. |  millert | 2018-09-22 | 1 | -7/+7 |
* | missing comma in previous; |  jmc | 2018-09-13 | 1 | -2/+2 |
* | Add uid_from_user() and gid_from_group(), derived from pax's cache.c. |  millert | 2018-09-13 | 3 | -86/+442 |
* | Use an mmap()'d buffer instead of a static buffer for the contents |  millert | 2018-08-21 | 3 | -80/+136 |
* | Add hw.ncpuonline to count the number of online CPUs. |  cheloha | 2018-07-12 | 1 | -2/+2 |
* | <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h> |  guenther | 2018-04-27 | 1 | -3/+3 |
* | improve markup quality in the cases found by the new "--" style message |  schwarze | 2018-03-16 | 1 | -5/+4 |