| Commit message (Expand) | Author | Age | Files | Lines |
* | document address truncation; from Steffen Daode Nurpmeso |  jmc | 2012-04-24 | 1 | -2/+9 |
* | tweak; |  jmc | 2012-04-12 | 1 | -2/+2 |
* | tweak previous; |  jmc | 2012-04-12 | 1 | -5/+6 |
* | more rfork mop-up |  deraadt | 2012-04-12 | 3 | -27/+6 |
* | mmap(2) updated |  ariane | 2012-04-12 | 1 | -50/+72 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 2 | -228/+40 |
* | kill lfs system call lines and libc stubs |  deraadt | 2012-04-12 | 1 | -2/+1 |
* | New system call: getdtablecount(2) returns the number of file |  deraadt | 2012-04-12 | 2 | -37/+73 |
* | In sendmsg() permit at most 10% of maxfiles to be in-flight |  deraadt | 2012-04-11 | 1 | -2/+7 |
* | Document that openat(), etc are safe to call from a signal handler. |  matthew | 2012-04-03 | 1 | -20/+20 |
* | fix previous; |  jmc | 2012-04-01 | 1 | -1/+2 |
* | remind people to think of the poor file descriptors |  deraadt | 2012-04-01 | 1 | -3/+14 |
* | 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 |