Age | Commit message (Expand) | Author |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2012-01-15 | Document early history of a few functions specifically mentioned in 2BSD | Ingo Schwarze |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2011-12-03 | document MSG_NOSIGNAL. | Federico G. Schwindt |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-11-17 | Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. | Ingo Schwarze |
2011-11-17 | Fix HISTORY: | Ingo Schwarze |
2011-11-07 | Expand HISTORY; feedback and ok jmc@ sobrado@. | Ingo Schwarze |
2011-11-07 | More .At v1 HISTORY. | Ingo Schwarze |
2011-11-06 | Commemorate research!dmr by documenting the history of all | Ingo Schwarze |
2011-11-06 | .Ev -> .Dv | Theo de Raadt |
2011-11-06 | repair documentation offset in the p*() versions of the calls and EINVAL; | Theo de Raadt |
2011-11-05 | Move around the error cases to make clear that some don't apply to the | Philip Guenthe |
2011-10-27 | Allow segments to be used even after they were marked for deletion with | Robert Nagy |
2011-10-24 | Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008. | Ingo Schwarze |
2011-10-16 | Tweak wording, to clarify that setrtable affects the routing table | Philip Guenthe |
2011-10-16 | Note a restriction that is actually enforced in 5.0 | Philip Guenthe |
2011-10-16 | Fixes and tweaks from jmc@ | Philip Guenthe |
2011-10-16 | Make consistent the syscall stubs for the syscalls that got special | Philip Guenthe |
2011-10-16 | Add stubs and manpage for __{get,set}_tcb | Philip Guenthe |
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 |