summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* document address truncation; from Steffen Daode Nurpmesojmc2012-04-241-2/+9
* tweak;jmc2012-04-121-2/+2
* tweak previous;jmc2012-04-121-5/+6
* more rfork mop-upderaadt2012-04-123-27/+6
* mmap(2) updatedariane2012-04-121-50/+72
* remove rfork(); ok guenther miodderaadt2012-04-122-228/+40
* kill lfs system call lines and libc stubsderaadt2012-04-121-2/+1
* New system call: getdtablecount(2) returns the number of filederaadt2012-04-122-37/+73
* In sendmsg() permit at most 10% of maxfiles to be in-flightderaadt2012-04-111-2/+7
* Document that openat(), etc are safe to call from a signal handler.matthew2012-04-031-20/+20
* fix previous;jmc2012-04-011-1/+2
* remind people to think of the poor file descriptorsderaadt2012-04-011-3/+14
* 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