| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a kernel man page sosplice(9) for the socket splicing implementation. |  bluhm | 2011-03-08 | 1 | -3/+4 |
* | SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, and |  mikeb | 2011-02-24 | 1 | -4/+3 |
* | An attempt to open an append-only file without O_APPEND results in EPERM. |  millert | 2011-02-18 | 1 | -2/+10 |
* | Fix typo, setreseuid -> setresuid |  weerd | 2011-02-11 | 1 | -3/+3 |
* | Update after fix for kernel/6547. SETVAL and SETALL can return ERANGE now. |  fgsch | 2011-02-02 | 1 | -3/+16 |
* | Document the kernel option SOCKET_SPLICE and the socket option |  bluhm | 2011-01-31 | 1 | -2/+56 |
* | over written -> overwritten |  lum | 2011-01-21 | 1 | -3/+3 |
* | Remove the EXAMPLE, since *noone* should use this non-portable API |  deraadt | 2010-10-27 | 1 | -38/+11 |
* | update struct statfs; from Vladimir Kirillov |  jmc | 2010-10-16 | 1 | -20/+30 |
* | Document EBUSY return when attempting to open a cua device that |  millert | 2010-09-07 | 1 | -1/+4 |
* | - O_NOFOLLOW is no longer non-posix; from thomas klausner |  jmc | 2010-09-07 | 1 | -8/+5 |
* | Add a newline to the input we feed to cpp to get rid of its 'no newline |  guenther | 2010-07-24 | 1 | -3/+3 |
* | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 2010-07-03 | 2 | -19/+20 |
* | sort SEE ALSO; |  jmc | 2010-07-01 | 2 | -6/+6 |
* | getpeereid() can now be a library routine using getsockopt() with |  deraadt | 2010-07-01 | 4 | -134/+9 |
* | zap trailing whitespace; |  jmc | 2010-07-01 | 1 | -3/+3 |
* | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to |  deraadt | 2010-06-30 | 1 | -7/+16 |
* | RTHREADS option is gone, now it's a sysctl. spotted by jmc |  tedu | 2010-06-29 | 1 | -5/+4 |
* | tweak previous; |  jmc | 2010-05-19 | 1 | -5/+3 |
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from |  tedu | 2010-05-18 | 3 | -6/+48 |
* | Mention that kern.somaxconn is the real upper limit to the listen |  millert | 2010-04-14 | 1 | -4/+6 |
* | Add missing documention: |  guenther | 2010-04-03 | 1 | -2/+18 |
* | WARNINGS -> CAVEATS, and a little neccessary cleanup; |  jmc | 2010-04-01 | 2 | -12/+12 |
* | typo |  deraadt | 2010-04-01 | 1 | -2/+2 |
* | document that setting the time of the machine is unsafe. explain why, |  deraadt | 2010-04-01 | 1 | -2/+18 |
* | Do not attempt to silently continue text for the last column of tables |  schwarze | 2010-02-25 | 1 | -5/+3 |
* | typo; ok oga |  jmc | 2010-02-12 | 1 | -3/+3 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 2010-02-03 | 1 | -20/+20 |
* | encourage use of setreseuid(), and warn there are other privs; ok henning |  deraadt | 2010-01-11 | 1 | -5/+5 |
* | Document ESPIPE and make EFAULT cover all functions. |  fgsch | 2009-12-30 | 2 | -16/+34 |
* | move this file to Attic; the swapon(2) system call cannot be accessed |  sobrado | 2009-12-29 | 1 | -111/+0 |
* | add missing paragraph break (.Pp) macro. |  sobrado | 2009-12-29 | 1 | -2/+3 |
* | replace a few remaining UNIX terms with .Ux macros; this diff |  sobrado | 2009-12-29 | 5 | -26/+31 |
* | Update the list of async-signal-safe functions |  guenther | 2009-12-16 | 1 | -144/+98 |
* | wrap Nd in quotes, since it has >9 args; |  jmc | 2009-11-27 | 1 | -2/+2 |
* | Add setrdomain() and getrdomain() system calls. Committing now to |  guenther | 2009-11-27 | 2 | -3/+67 |
* | Update the ENOTSUP summary and description. |  guenther | 2009-11-24 | 1 | -4/+4 |
* | ctim -> ctime; from ca (pr #6256) |  jmc | 2009-11-10 | 1 | -3/+3 |
* | We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to remove |  nicm | 2009-10-27 | 1 | -16/+15 |
* | add ENOTSUP and bump libc minor |  jasper | 2009-10-26 | 1 | -2/+4 |
* | add SF_ARCHIVED. ok millert@, tedu@ |  martynas | 2009-08-20 | 1 | -4/+5 |
* | various MLINK fixes from Alan R. S. Bueno; |  jmc | 2009-08-13 | 1 | -2/+2 |
* | promote correct style for error checking |  eric | 2009-07-09 | 2 | -8/+8 |
* | Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@ |  millert | 2009-06-05 | 2 | -4/+12 |
* | abort any time adjustment in progress if the clock is set with settimeofday |  ckuethe | 2009-06-05 | 1 | -2/+5 |
* | Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@ |  jj | 2009-06-03 | 2 | -4/+4 |
* | document superuser requirements, with input from jmc@ |  espie | 2009-03-28 | 1 | -2/+8 |
* | fix typo |  pyr | 2009-01-31 | 1 | -3/+3 |
* | Change section: we're talking about the symlink system call, not the |  guenther | 2009-01-30 | 1 | -2/+2 |
* | tweak previous; |  jmc | 2009-01-30 | 1 | -4/+4 |