summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2013-01-19Document F_DUPFD_CLOEXEC; adapted from FreeBSDTodd C. Miller
2013-01-19partially re-instate previous; requested by deraadtJason McIntyre
2013-01-19better description of O_CLOEXEC; from russellJason McIntyre
2013-01-18Update the setsockopt(2) interface documentation for the EFBIG andAlexander Bluhm
2012-12-05Cross-reference getfsstat(2); OK jmc@Todd C. Miller
2012-11-29struct ktr_header changed back in April 2012, rearranging the members,Philip Guenthe
2012-11-17tweak previous;Jason McIntyre
2012-11-17Clarify ss_sp's meaning and that alt stacks are per-threadPhilip Guenthe
2012-10-21Add the IP_DIVERTFL socket option on divert(4) sockets to controlSebastian Benoit
2012-10-17reword this sentence to avoid ambiguity;Jason McIntyre
2012-10-12For consistency with other OSes and ease of porting, makePhilip Guenthe
2012-10-05add send(2) MSG_DONTWAIT support which enables us to choose nonblockingYASUOKA Masahiko
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