| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-12-26 | It is believed that an implementation of madvise was available in |  jsg | 1 | -3/+3 |
| 2019-12-21 | Warn that auth_call(3) users should include a "--" argument before |  jsg | 1 | -2/+7 |
| 2019-12-21 | In "4.2BSD System Manual" (/usr/doc/sysman in 4.2BSD source) |  jsg | 5 | -20/+19 |
| 2019-12-20 | drand48(3) returns values in [0.0, 1.0). |  tb | 1 | -3/+3 |
| 2019-12-20 | The mcount.po target is special cased here since mcount.c should not be |  tb | 1 | -2/+3 |
| 2019-12-11 | The file passed to realpath(3) must exists, adjust man page to new |  bluhm | 1 | -3/+3 |
| 2019-12-10 | Remove includes that are no longer neeed after tedu's simplification. |  millert | 1 | -4/+1 |
| 2019-12-10 | The msync interface first appeared in SunOS 4.0. |  jsg | 1 | -3/+4 |
| 2019-12-10 | Adjust history text. |  jsg | 1 | -5/+8 |
| 2019-12-08 | tweak previous; |  jmc | 1 | -13/+13 |
| 2019-12-08 | Make sure packet destination address matches interface address, |  sashan | 1 | -2/+12 |
| 2019-12-06 | replace links to uvm(9) to uvm_init(9); ok mpi |  jmc | 1 | -3/+3 |
| 2019-12-06 | Explicitly say that *permissions can be "". |  schwarze | 1 | -3/+4 |
| 2019-12-05 | - fix some Xr; from martin |  jmc | 3 | -15/+13 |
| 2019-12-05 | Document IP6_SOIIKEY_LEN |  kn | 1 | -3/+6 |
| 2019-12-04 | some minor tweaks; |  jmc | 1 | -7/+5 |
| 2019-12-04 | I accidentally smashed wrong contents into this file. |  deraadt | 1 | -43/+348 |
| 2019-12-04 | libc's authentication privsep layer performed insufficient username |  deraadt | 1 | -1/+5 |
| 2019-12-04 | libc's authentication privsep layer performed insufficient username |  deraadt | 2 | -10/+39 |
| 2019-12-03 | fwide() does not unlock if error was occurred. |  asou | 1 | -2/+4 |
| 2019-12-01 | comply with POSIX and make execve() return EACCES for directories |  naddy | 1 | -4/+2 |
| 2019-11-27 | tweak previous: add missing name after .Fn, delete stray .Pp, |  schwarze | 1 | -4/+2 |
| 2019-11-27 | Document msyscall(2): ld.so can use this (once only) to tell the kernel |  deraadt | 2 | -2/+76 |
| 2019-11-25 | gcc3, like clang and unlike our gcc4, doesn't support redirecting builtins |  guenther | 1 | -6/+12 |
| 2019-11-12 | Now that libc.so has only five PLT entries on almost all our archs, |  guenther | 1 | -2/+2 |
| 2019-11-10 | Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs, |  guenther | 25 | -161/+170 |
| 2019-11-05 | MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage. |  claudio | 1 | -8/+3 |
| 2019-10-29 | mobileip(4) is going to the attic |  dlg | 1 | -7/+2 |
| 2019-10-27 | Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminate |  guenther | 1 | -2/+3 |
| 2019-10-26 | Stop exporting the internal _mcount symbol as that's only referenced |  guenther | 5 | -5/+0 |
| 2019-10-24 | Allow the caller of asr functions to create and use a specific context. |  otto | 4 | -10/+66 |
| 2019-10-23 | Unexport __floatundidf. |  kettenis | 2 | -3/+2 |
| 2019-10-21 | Kill unused _wait() function. |  mpi | 1 | -8/+1 |
| 2019-10-18 | setting uid to -1 won't work with setresuid, so detect that condition |  tedu | 1 | -1/+19 |
| 2019-09-29 | zap trailing whitespace; |  jmc | 1 | -3/+3 |
| 2019-09-28 | Xr random 4 in a better way |  deraadt | 1 | -3/+5 |
| 2019-09-28 | 1) don't repeat the 256 / EIO commentary |  deraadt | 1 | -7/+6 |
| 2019-09-28 | correctly handle read(2) return value. |  eric | 1 | -3/+10 |
| 2019-09-14 | Add comment line saying S is described vaguely on purpose. |  otto | 1 | -2/+3 |
| 2019-09-08 | sbrk(2) already existed in Version 4 AT&T UNIX; |  schwarze | 1 | -5/+7 |
| 2019-09-07 | more Version 1 AT&T UNIX history: |  schwarze | 2 | -8/+18 |
| 2019-09-06 | More Version 1 AT&T UNIX history. |  schwarze | 2 | -18/+16 |
| 2019-09-06 | Correct the description of EINTR and EINVAL. This looks like a mis-merge |  asou | 1 | -6/+8 |
| 2019-09-04 | gettimeofday, settimeofday(2): limit timezone support |  cheloha | 1 | -31/+31 |
| 2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, |  deraadt | 7 | -59/+36 |
| 2019-08-30 | ypclnt -> yp_bind; |  jmc | 1 | -3/+3 |
| 2019-08-30 | .Dt same as filename |  deraadt | 1 | -3/+3 |
| 2019-08-30 | there is no function called ypclnt(3), but yp_bind(3) exists... |  deraadt | 2 | -24/+11 |
| 2019-08-30 | name these manual pages by the primary function, for instance there |  deraadt | 7 | -374/+69 |
| 2019-08-30 | mop up stdarg rename; ok deraadt |  jmc | 5 | -15/+15 |