summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2012-09-04remove lint leftovers; ok guenther@Okan Demirmen
2012-08-24Don't attempt to warn about uninitialized __guard values yet. It'sMatthew Dempsky
2012-08-23no more nnpfspioctl() system call; ok guentherTheo de Raadt
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
2012-08-22Change ld.so and libc to use .openbsd.randomdata on ELF platforms forMatthew Dempsky
2012-08-21Kill an old mips workaround; we don't support mips, just mips64.Pascal Stumpf
2012-07-17Remove outdated reference to BSD 4.4 symlink behavior. EquivalentMatthew Dempsky
2012-07-17Document new pathconf() variables.Matthew Dempsky
2012-06-26simplify a little of the posix standards talk. ok deraadt guenther jmcTed Unangst
2012-06-19oops, forgot to install getdtablecount(2); noted by teduTheo de Raadt
2012-04-24document address truncation; from Steffen Daode NurpmesoJason McIntyre
2012-04-12tweak;Jason McIntyre
2012-04-12tweak previous;Jason McIntyre
2012-04-12more rfork mop-upTheo de Raadt
2012-04-12mmap(2) updatedAriane van der Steldt
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-12kill lfs system call lines and libc stubsTheo de Raadt
2012-04-12New system call: getdtablecount(2) returns the number of fileTheo de Raadt
2012-04-11In sendmsg() permit at most 10% of maxfiles to be in-flightTheo de Raadt
2012-04-03Document that openat(), etc are safe to call from a signal handler.Matthew Dempsky
2012-04-01fix previous;Jason McIntyre
2012-04-01remind people to think of the poor file descriptorsTheo de Raadt
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatPhilip Guenthe
2012-03-13Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. VariousPhilip Guenthe
2012-03-04New threads now inherit their TCB address from their parent threadPhilip Guenthe
2012-02-18Extend after recent msdos support.Antoine Jacoutot
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,Philip Guenthe
2012-01-15Document early history of a few functions specifically mentioned in 2BSDIngo Schwarze
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-12-23some spelling fixes, found using freebsd's "igor" document verifier;Jason McIntyre
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-12-03document MSG_NOSIGNAL.Federico G. Schwindt
2011-11-22sigstack() is long dead, and the compat sigaltstack syscall is gone too.Philip Guenthe
2011-11-17Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.Ingo Schwarze
2011-11-17Fix HISTORY:Ingo Schwarze
2011-11-07Expand HISTORY; feedback and ok jmc@ sobrado@.Ingo Schwarze
2011-11-07More .At v1 HISTORY.Ingo Schwarze
2011-11-06Commemorate research!dmr by documenting the history of allIngo Schwarze
2011-11-06.Ev -> .DvTheo de Raadt
2011-11-06repair documentation offset in the p*() versions of the calls and EINVAL;Theo de Raadt
2011-11-05Move around the error cases to make clear that some don't apply to thePhilip Guenthe
2011-10-27Allow segments to be used even after they were marked for deletion withRobert Nagy
2011-10-24Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008.Ingo Schwarze
2011-10-16Tweak wording, to clarify that setrtable affects the routing tablePhilip Guenthe
2011-10-16Note a restriction that is actually enforced in 5.0Philip Guenthe
2011-10-16Fixes and tweaks from jmc@Philip Guenthe
2011-10-16Make consistent the syscall stubs for the syscalls that got specialPhilip Guenthe
2011-10-16Add stubs and manpage for __{get,set}_tcbPhilip Guenthe
2011-09-03knock out some useless Pp;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre