summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2011-09-03knock out some useless Pp;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
2011-07-26.Fn rmdir -> .Xr rmdir 2Matthew Dempsky
2011-07-24fix linkat(2) prototypeMatthew Dempsky
2011-07-19Change "constructed by bitwise-inclusive OR'ing of flags from ..." toMatthew Dempsky
2011-07-19Change "If also flag is zero" to "If flag is also zero".Matthew Dempsky
2011-07-19no need to mention xerox network stack here; ok claudioMike Belopuhov
2011-07-19tweak previous;Jason McIntyre
2011-07-19knock out some useless Pp;Jason McIntyre
2011-07-19Fix two typos pointed out by guenther@ during our libpthread microMatthew Dempsky
2011-07-19document that we don't currently handle UTIME_OMIT correctly for the mtime ti...Matthew Dempsky
2011-07-18oops, forget a critical "not"Matthew Dempsky
2011-07-18Add (rough draft) documentation for fdopendir(3) and the 15 newMatthew Dempsky
2011-07-18Expose a bunch of new functionality from POSIX 2008: openat(2),Matthew Dempsky
2011-07-12Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must beMatthew Dempsky
2011-07-12document O_CLOEXEC and O_DIRECTORYMatthew Dempsky
2011-07-08Support sending struct info to kdump. So far for struct stat andOtto Moerbeek
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
2011-07-04tweak previous;Jason McIntyre
2011-07-04Implement an idle timeout for the socket splicing. A new `sp_idle'Mike Belopuhov
2011-05-02forgotten in previous;Jason McIntyre
2011-05-02document SO_RTABLE; with suggestions and ok jmc, claudioMike Belopuhov
2011-04-29remove dead Xrs to update.8;Jason McIntyre
2011-04-26spring cleanup:Ingo Schwarze
2011-04-22Clarify SO_SPLICE semantics in setsockopt(2).Alexander Bluhm
2011-04-11document MAP_TRYFIXED. short version: don't use it. prodded by deraadt.Ted Unangst
2011-03-08Add a kernel man page sosplice(9) for the socket splicing implementation.Alexander Bluhm
2011-02-24SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, andMike Belopuhov
2011-02-18An attempt to open an append-only file without O_APPEND results in EPERM.Todd C. Miller
2011-02-11Fix typo, setreseuid -> setresuidPaul de Weerd
2011-02-02Update after fix for kernel/6547. SETVAL and SETALL can return ERANGE now.Federico G. Schwindt
2011-01-31Document the kernel option SOCKET_SPLICE and the socket optionAlexander Bluhm
2011-01-21over written -> overwrittenlum
2010-10-27Remove the EXAMPLE, since *noone* should use this non-portable APITheo de Raadt
2010-10-16update struct statfs; from Vladimir KirillovJason McIntyre
2010-09-07Document EBUSY return when attempting to open a cua device thatTodd C. Miller
2010-09-07- O_NOFOLLOW is no longer non-posix; from thomas klausnerJason McIntyre
2010-07-24Add a newline to the input we feed to cpp to get rid of its 'no newlinePhilip Guenthe
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-07-01sort SEE ALSO;Jason McIntyre
2010-07-01getpeereid() can now be a library routine using getsockopt() withTheo de Raadt
2010-07-01zap trailing whitespace;Jason McIntyre
2010-06-30Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar toTheo de Raadt
2010-06-29RTHREADS option is gone, now it's a sysctl. spotted by jmcTed Unangst
2010-05-19tweak previous;Jason McIntyre
2010-05-18add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromTed Unangst
2010-04-14Mention that kern.somaxconn is the real upper limit to the listenTodd C. Miller
2010-04-03Add missing documention:Philip Guenthe
2010-04-01WARNINGS -> CAVEATS, and a little neccessary cleanup;Jason McIntyre