| Commit message (Expand) | Author | Age | Files | Lines |
* | fwide() does not unlock if error was occurred. |  asou | 2019-12-03 | 1 | -2/+4 |
* | comply with POSIX and make execve() return EACCES for directories |  naddy | 2019-12-01 | 1 | -4/+2 |
* | tweak previous: add missing name after .Fn, delete stray .Pp, |  schwarze | 2019-11-27 | 1 | -4/+2 |
* | Document msyscall(2): ld.so can use this (once only) to tell the kernel |  deraadt | 2019-11-27 | 2 | -2/+76 |
* | gcc3, like clang and unlike our gcc4, doesn't support redirecting builtins |  guenther | 2019-11-25 | 1 | -6/+12 |
* | Now that libc.so has only five PLT entries on almost all our archs, |  guenther | 2019-11-12 | 1 | -2/+2 |
* | Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs, |  guenther | 2019-11-10 | 25 | -161/+170 |
* | MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage. |  claudio | 2019-11-05 | 1 | -8/+3 |
* | mobileip(4) is going to the attic |  dlg | 2019-10-29 | 1 | -7/+2 |
* | Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminate |  guenther | 2019-10-27 | 1 | -2/+3 |
* | Stop exporting the internal _mcount symbol as that's only referenced |  guenther | 2019-10-26 | 5 | -5/+0 |
* | Allow the caller of asr functions to create and use a specific context. |  otto | 2019-10-24 | 4 | -10/+66 |
* | Unexport __floatundidf. |  kettenis | 2019-10-23 | 2 | -3/+2 |
* | Kill unused _wait() function. |  mpi | 2019-10-21 | 1 | -8/+1 |
* | setting uid to -1 won't work with setresuid, so detect that condition |  tedu | 2019-10-18 | 1 | -1/+19 |
* | zap trailing whitespace; |  jmc | 2019-09-29 | 1 | -3/+3 |
* | Xr random 4 in a better way |  deraadt | 2019-09-28 | 1 | -3/+5 |
* | 1) don't repeat the 256 / EIO commentary |  deraadt | 2019-09-28 | 1 | -7/+6 |
* | correctly handle read(2) return value. |  eric | 2019-09-28 | 1 | -3/+10 |
* | Add comment line saying S is described vaguely on purpose. |  otto | 2019-09-14 | 1 | -2/+3 |
* | sbrk(2) already existed in Version 4 AT&T UNIX; |  schwarze | 2019-09-08 | 1 | -5/+7 |
* | more Version 1 AT&T UNIX history: |  schwarze | 2019-09-07 | 2 | -8/+18 |
* | More Version 1 AT&T UNIX history. |  schwarze | 2019-09-06 | 2 | -18/+16 |
* | Correct the description of EINTR and EINVAL. This looks like a mis-merge |  asou | 2019-09-06 | 1 | -6/+8 |
* | gettimeofday, settimeofday(2): limit timezone support |  cheloha | 2019-09-04 | 1 | -31/+31 |
* | 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 |
* | .Dt same as filename |  deraadt | 2019-08-30 | 1 | -3/+3 |
* | there is no function called ypclnt(3), but yp_bind(3) exists... |  deraadt | 2019-08-30 | 2 | -24/+11 |
* | name these manual pages by the primary function, for instance there |  deraadt | 2019-08-30 | 7 | -374/+69 |
* | mop up stdarg rename; ok deraadt |  jmc | 2019-08-30 | 5 | -15/+15 |
* | mop up resolver.3 rename; ok deraadt |  jmc | 2019-08-30 | 5 | -15/+15 |
* | mop up for inet_net rename; ok deraadt |  jmc | 2019-08-30 | 3 | -9/+9 |
* | adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actual |  deraadt | 2019-08-30 | 1 | -3/+3 |
* | Move 4 manual pages from not-a-function filenames to a correct filename, |  deraadt | 2019-08-30 | 6 | -16/+16 |
* | there is no function called uuid(3), so this should be installed as |  deraadt | 2019-08-30 | 2 | -4/+4 |
* | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) |  cheloha | 2019-08-21 | 1 | -1/+18 |
* | Remove support for semantically opace interface identifiers (RFC 7217) |  florian | 2019-08-21 | 1 | -3/+3 |
* | Document ip.arpq and remove ip, ip6 and mpls ifq. |  denis | 2019-08-11 | 1 | -45/+27 |
* | No specific called "exec(3)", so move primary manpage to a name which |  deraadt | 2019-08-11 | 6 | -24/+20 |
* | correct mispellings of EACCES; from Kris Katterjohn |  deraadt | 2019-07-29 | 3 | -9/+9 |
* | Replace cross-references to sigvec(3) with sigaction(2). |  millert | 2019-07-26 | 1 | -5/+3 |
* | Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thing |  schwarze | 2019-07-25 | 1 | -11/+13 |
* | basic macro cleanup |  schwarze | 2019-07-25 | 1 | -41/+41 |
* | Show unveil(2) violators in lastcomm(1) output and daily mail. |  bluhm | 2019-07-25 | 1 | -2/+8 |
* | Fix comment typo; from OpenSSH Portable |  dtucker | 2019-07-23 | 1 | -2/+2 |
* | implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocol |  robert | 2019-07-22 | 1 | -3/+15 |
* | Update POSIX reference to the 2008 version and correct the list of |  schwarze | 2019-07-19 | 1 | -6/+11 |
* | obvious bugfix: if the queue is removed while message transmission is |  schwarze | 2019-07-18 | 2 | -4/+4 |
* | add STANDARDS, improve HISTORY, and basic macro cleanup: |  schwarze | 2019-07-18 | 3 | -54/+75 |