Age | Commit message (Expand) | Author |
2011-09-03 | knock out some useless Pp; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-08-19 | as with other list types, column lists generally do not need a Pp/-compact | Jason McIntyre |
2011-07-26 | .Fn rmdir -> .Xr rmdir 2 | Matthew Dempsky |
2011-07-24 | fix linkat(2) prototype | Matthew Dempsky |
2011-07-19 | Change "constructed by bitwise-inclusive OR'ing of flags from ..." to | Matthew Dempsky |
2011-07-19 | Change "If also flag is zero" to "If flag is also zero". | Matthew Dempsky |
2011-07-19 | no need to mention xerox network stack here; ok claudio | Mike Belopuhov |
2011-07-19 | tweak previous; | Jason McIntyre |
2011-07-19 | knock out some useless Pp; | Jason McIntyre |
2011-07-19 | Fix two typos pointed out by guenther@ during our libpthread micro | Matthew Dempsky |
2011-07-19 | document that we don't currently handle UTIME_OMIT correctly for the mtime ti... | Matthew Dempsky |
2011-07-18 | oops, forget a critical "not" | Matthew Dempsky |
2011-07-18 | Add (rough draft) documentation for fdopendir(3) and the 15 new | Matthew Dempsky |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-12 | Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must be | Matthew Dempsky |
2011-07-12 | document O_CLOEXEC and O_DIRECTORY | Matthew Dempsky |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2011-07-04 | tweak previous; | Jason McIntyre |
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov |
2011-05-02 | forgotten in previous; | Jason McIntyre |
2011-05-02 | document SO_RTABLE; with suggestions and ok jmc, claudio | Mike Belopuhov |
2011-04-29 | remove dead Xrs to update.8; | Jason McIntyre |
2011-04-26 | spring cleanup: | Ingo Schwarze |
2011-04-22 | Clarify SO_SPLICE semantics in setsockopt(2). | Alexander Bluhm |
2011-04-11 | document MAP_TRYFIXED. short version: don't use it. prodded by deraadt. | Ted Unangst |
2011-03-08 | Add a kernel man page sosplice(9) for the socket splicing implementation. | Alexander Bluhm |
2011-02-24 | SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, and | Mike Belopuhov |
2011-02-18 | An attempt to open an append-only file without O_APPEND results in EPERM. | Todd C. Miller |
2011-02-11 | Fix typo, setreseuid -> setresuid | Paul de Weerd |
2011-02-02 | Update after fix for kernel/6547. SETVAL and SETALL can return ERANGE now. | Federico G. Schwindt |
2011-01-31 | Document the kernel option SOCKET_SPLICE and the socket option | Alexander Bluhm |
2011-01-21 | over written -> overwritten | lum |
2010-10-27 | Remove the EXAMPLE, since *noone* should use this non-portable API | Theo de Raadt |
2010-10-16 | update struct statfs; from Vladimir Kirillov | Jason McIntyre |
2010-09-07 | Document EBUSY return when attempting to open a cua device that | Todd C. Miller |
2010-09-07 | - O_NOFOLLOW is no longer non-posix; from thomas klausner | Jason McIntyre |
2010-07-24 | Add a newline to the input we feed to cpp to get rid of its 'no newline | Philip Guenthe |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-01 | sort SEE ALSO; | Jason McIntyre |
2010-07-01 | getpeereid() can now be a library routine using getsockopt() with | Theo de Raadt |
2010-07-01 | zap trailing whitespace; | Jason McIntyre |
2010-06-30 | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to | Theo de Raadt |
2010-06-29 | RTHREADS option is gone, now it's a sysctl. spotted by jmc | Ted Unangst |
2010-05-19 | tweak previous; | Jason McIntyre |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2010-04-14 | Mention that kern.somaxconn is the real upper limit to the listen | Todd C. Miller |
2010-04-03 | Add missing documention: | Philip Guenthe |
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre |