summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* spring cleanup:schwarze2011-04-261-17/+9
* Clarify SO_SPLICE semantics in setsockopt(2).bluhm2011-04-221-7/+10
* document MAP_TRYFIXED. short version: don't use it. prodded by deraadt.tedu2011-04-111-2/+11
* Add a kernel man page sosplice(9) for the socket splicing implementation.bluhm2011-03-081-3/+4
* SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, andmikeb2011-02-241-4/+3
* An attempt to open an append-only file without O_APPEND results in EPERM.millert2011-02-181-2/+10
* Fix typo, setreseuid -> setresuidweerd2011-02-111-3/+3
* Update after fix for kernel/6547. SETVAL and SETALL can return ERANGE now.fgsch2011-02-021-3/+16
* Document the kernel option SOCKET_SPLICE and the socket optionbluhm2011-01-311-2/+56
* over written -> overwrittenlum2011-01-211-3/+3
* Remove the EXAMPLE, since *noone* should use this non-portable APIderaadt2010-10-271-38/+11
* update struct statfs; from Vladimir Kirillovjmc2010-10-161-20/+30
* Document EBUSY return when attempting to open a cua device thatmillert2010-09-071-1/+4
* - O_NOFOLLOW is no longer non-posix; from thomas klausnerjmc2010-09-071-8/+5
* Add a newline to the input we feed to cpp to get rid of its 'no newlineguenther2010-07-241-3/+3
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-032-19/+20
* sort SEE ALSO;jmc2010-07-012-6/+6
* getpeereid() can now be a library routine using getsockopt() withderaadt2010-07-014-134/+9
* zap trailing whitespace;jmc2010-07-011-3/+3
* Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar toderaadt2010-06-301-7/+16
* RTHREADS option is gone, now it's a sysctl. spotted by jmctedu2010-06-291-5/+4
* tweak previous;jmc2010-05-191-5/+3
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-183-6/+48
* Mention that kern.somaxconn is the real upper limit to the listenmillert2010-04-141-4/+6
* Add missing documention:guenther2010-04-031-2/+18
* WARNINGS -> CAVEATS, and a little neccessary cleanup;jmc2010-04-012-12/+12
* typoderaadt2010-04-011-2/+2
* document that setting the time of the machine is unsafe. explain why,deraadt2010-04-011-2/+18
* Do not attempt to silently continue text for the last column of tablesschwarze2010-02-251-5/+3
* typo; ok ogajmc2010-02-121-3/+3
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-20/+20
* encourage use of setreseuid(), and warn there are other privs; ok henningderaadt2010-01-111-5/+5
* Document ESPIPE and make EFAULT cover all functions.fgsch2009-12-302-16/+34
* move this file to Attic; the swapon(2) system call cannot be accessedsobrado2009-12-291-111/+0