summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-2/+2
* Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Variousguenther2012-03-133-2/+346
* New threads now inherit their TCB address from their parent threadguenther2012-03-041-4/+3
* Extend after recent msdos support.ajacoutot2012-02-181-4/+5
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-171-2/+2
* Document early history of a few functions specifically mentioned in 2BSDschwarze2012-01-151-2/+18
* formatting errors, found using freebsd's "igor";jmc2011-12-241-3/+3
* some spelling fixes, found using freebsd's "igor" document verifier;jmc2011-12-231-3/+3
* Remove an OpenBSD-specific tweak regarding .Xr spacingschwarze2011-12-031-3/+3
* document MSG_NOSIGNAL.fgsch2011-12-031-6/+21
* sigstack() is long dead, and the compat sigaltstack syscall is gone too.guenther2011-11-222-52/+2
* Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.schwarze2011-11-178-23/+107
* Fix HISTORY:schwarze2011-11-171-6/+8
* Expand HISTORY; feedback and ok jmc@ sobrado@.schwarze2011-11-071-8/+21
* More .At v1 HISTORY.schwarze2011-11-073-14/+39
* Commemorate research!dmr by documenting the history of allschwarze2011-11-067-40/+53
* .Ev -> .Dvderaadt2011-11-064-16/+16
* repair documentation offset in the p*() versions of the calls and EINVAL;deraadt2011-11-062-27/+25
* Move around the error cases to make clear that some don't apply to theguenther2011-11-052-27/+45
* Allow segments to be used even after they were marked for deletion withrobert2011-10-271-4/+11
* Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008.schwarze2011-10-244-15/+29
* Tweak wording, to clarify that setrtable affects the routing tableguenther2011-10-161-6/+10
* Note a restriction that is actually enforced in 5.0guenther2011-10-161-2/+3
* Fixes and tweaks from jmc@guenther2011-10-161-7/+7
* Make consistent the syscall stubs for the syscalls that got specialguenther2011-10-169-22/+67
* Add stubs and manpage for __{get,set}_tcbguenther2011-10-162-3/+68
* knock out some useless Pp;jmc2011-09-031-2/+1
* make -column lists pretty again;jmc2011-09-034-95/+160
* as with other list types, column lists generally do not need a Pp/-compactjmc2011-08-191-4/+3
* .Fn rmdir -> .Xr rmdir 2matthew2011-07-261-3/+3
* fix linkat(2) prototypematthew2011-07-241-3/+3
* Change "constructed by bitwise-inclusive OR'ing of flags from ..." tomatthew2011-07-197-27/+27
* Change "If also flag is zero" to "If flag is also zero".matthew2011-07-192-8/+8
* no need to mention xerox network stack here; ok claudiomikeb2011-07-191-5/+2
* tweak previous;jmc2011-07-191-4/+4
* knock out some useless Pp;jmc2011-07-192-6/+4
* Fix two typos pointed out by guenther@ during our libpthread micromatthew2011-07-191-3/+3
* document that we don't currently handle UTIME_OMIT correctly for the mtime timestampmatthew2011-07-191-2/+15
* oops, forget a critical "not"matthew2011-07-181-2/+2
* Add (rough draft) documentation for fdopendir(3) and the 15 newmatthew2011-07-1815-88/+1031
* Expose a bunch of new functionality from POSIX 2008: openat(2),matthew2011-07-181-2/+5
* Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must bematthew2011-07-121-3/+9
* document O_CLOEXEC and O_DIRECTORYmatthew2011-07-121-3/+14
* Support sending struct info to kdump. So far for struct stat andotto2011-07-081-2/+3
* timed's time is up. use ntpd(8). Even our own fossil developersderaadt2011-07-074-28/+12
* tweak previous;jmc2011-07-041-2/+3
* Implement an idle timeout for the socket splicing. A new `sp_idle'mikeb2011-07-041-6/+15
* forgotten in previous;jmc2011-05-021-2/+2
* document SO_RTABLE; with suggestions and ok jmc, claudiomikeb2011-05-021-2/+11
* remove dead Xrs to update.8;jmc2011-04-292-10/+7