| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tweak previous; |  jmc | 2011-07-19 | 1 | -4/+4 |
* | knock out some useless Pp; |  jmc | 2011-07-19 | 2 | -6/+4 |
* | Fix two typos pointed out by guenther@ during our libpthread micro |  matthew | 2011-07-19 | 1 | -3/+3 |
* | document that we don't currently handle UTIME_OMIT correctly for the mtime timestamp |  matthew | 2011-07-19 | 1 | -2/+15 |
* | oops, forget a critical "not" |  matthew | 2011-07-18 | 1 | -2/+2 |
* | Add (rough draft) documentation for fdopendir(3) and the 15 new |  matthew | 2011-07-18 | 15 | -88/+1031 |
* | Expose a bunch of new functionality from POSIX 2008: openat(2), |  matthew | 2011-07-18 | 1 | -2/+5 |
* | Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must be |  matthew | 2011-07-12 | 1 | -3/+9 |
* | document O_CLOEXEC and O_DIRECTORY |  matthew | 2011-07-12 | 1 | -3/+14 |
* | Support sending struct info to kdump. So far for struct stat and |  otto | 2011-07-08 | 1 | -2/+3 |
* | timed's time is up. use ntpd(8). Even our own fossil developers |  deraadt | 2011-07-07 | 4 | -28/+12 |
* | tweak previous; |  jmc | 2011-07-04 | 1 | -2/+3 |
* | Implement an idle timeout for the socket splicing. A new `sp_idle' |  mikeb | 2011-07-04 | 1 | -6/+15 |
* | forgotten in previous; |  jmc | 2011-05-02 | 1 | -2/+2 |
* | document SO_RTABLE; with suggestions and ok jmc, claudio |  mikeb | 2011-05-02 | 1 | -2/+11 |
* | remove dead Xrs to update.8; |  jmc | 2011-04-29 | 2 | -10/+7 |
* | spring cleanup: |  schwarze | 2011-04-26 | 1 | -17/+9 |
* | Clarify SO_SPLICE semantics in setsockopt(2). |  bluhm | 2011-04-22 | 1 | -7/+10 |
* | document MAP_TRYFIXED. short version: don't use it. prodded by deraadt. |  tedu | 2011-04-11 | 1 | -2/+11 |
* | 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 |