| Commit message (Expand) | Author | Age | Files | Lines |
* | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 2012-03-22 | 1 | -2/+2 |
* | Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Various |  guenther | 2012-03-13 | 3 | -2/+346 |
* | New threads now inherit their TCB address from their parent thread |  guenther | 2012-03-04 | 1 | -4/+3 |
* | Extend after recent msdos support. |  ajacoutot | 2012-02-18 | 1 | -4/+5 |
* | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, |  guenther | 2012-01-17 | 1 | -2/+2 |
* | Document early history of a few functions specifically mentioned in 2BSD |  schwarze | 2012-01-15 | 1 | -2/+18 |
* | formatting errors, found using freebsd's "igor"; |  jmc | 2011-12-24 | 1 | -3/+3 |
* | some spelling fixes, found using freebsd's "igor" document verifier; |  jmc | 2011-12-23 | 1 | -3/+3 |
* | Remove an OpenBSD-specific tweak regarding .Xr spacing |  schwarze | 2011-12-03 | 1 | -3/+3 |
* | document MSG_NOSIGNAL. |  fgsch | 2011-12-03 | 1 | -6/+21 |
* | sigstack() is long dead, and the compat sigaltstack syscall is gone too. |  guenther | 2011-11-22 | 2 | -52/+2 |
* | Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. |  schwarze | 2011-11-17 | 8 | -23/+107 |
* | Fix HISTORY: |  schwarze | 2011-11-17 | 1 | -6/+8 |
* | Expand HISTORY; feedback and ok jmc@ sobrado@. |  schwarze | 2011-11-07 | 1 | -8/+21 |
* | More .At v1 HISTORY. |  schwarze | 2011-11-07 | 3 | -14/+39 |
* | Commemorate research!dmr by documenting the history of all |  schwarze | 2011-11-06 | 7 | -40/+53 |
* | .Ev -> .Dv |  deraadt | 2011-11-06 | 4 | -16/+16 |
* | repair documentation offset in the p*() versions of the calls and EINVAL; |  deraadt | 2011-11-06 | 2 | -27/+25 |
* | Move around the error cases to make clear that some don't apply to the |  guenther | 2011-11-05 | 2 | -27/+45 |
* | Allow segments to be used even after they were marked for deletion with |  robert | 2011-10-27 | 1 | -4/+11 |
* | Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008. |  schwarze | 2011-10-24 | 4 | -15/+29 |
* | Tweak wording, to clarify that setrtable affects the routing table |  guenther | 2011-10-16 | 1 | -6/+10 |
* | Note a restriction that is actually enforced in 5.0 |  guenther | 2011-10-16 | 1 | -2/+3 |
* | Fixes and tweaks from jmc@ |  guenther | 2011-10-16 | 1 | -7/+7 |
* | Make consistent the syscall stubs for the syscalls that got special |  guenther | 2011-10-16 | 9 | -22/+67 |
* | Add stubs and manpage for __{get,set}_tcb |  guenther | 2011-10-16 | 2 | -3/+68 |
* | knock out some useless Pp; |  jmc | 2011-09-03 | 1 | -2/+1 |
* | make -column lists pretty again; |  jmc | 2011-09-03 | 4 | -95/+160 |
* | as with other list types, column lists generally do not need a Pp/-compact |  jmc | 2011-08-19 | 1 | -4/+3 |
* | .Fn rmdir -> .Xr rmdir 2 |  matthew | 2011-07-26 | 1 | -3/+3 |
* | fix linkat(2) prototype |  matthew | 2011-07-24 | 1 | -3/+3 |
* | Change "constructed by bitwise-inclusive OR'ing of flags from ..." to |  matthew | 2011-07-19 | 7 | -27/+27 |
* | Change "If also flag is zero" to "If flag is also zero". |  matthew | 2011-07-19 | 2 | -8/+8 |
* | no need to mention xerox network stack here; ok claudio |  mikeb | 2011-07-19 | 1 | -5/+2 |
* | 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 |