summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* add missing paragraph break (.Pp) macro.sobrado2009-12-291-2/+3
* replace a few remaining UNIX terms with .Ux macros; this diffsobrado2009-12-295-26/+31
* Update the list of async-signal-safe functionsguenther2009-12-161-144/+98
* wrap Nd in quotes, since it has >9 args;jmc2009-11-271-2/+2
* Add setrdomain() and getrdomain() system calls. Committing now toguenther2009-11-272-3/+67
* Update the ENOTSUP summary and description.guenther2009-11-241-4/+4
* ctim -> ctime; from ca (pr #6256)jmc2009-11-101-3/+3
* We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to removenicm2009-10-271-16/+15
* add ENOTSUP and bump libc minorjasper2009-10-261-2/+4
* add SF_ARCHIVED. ok millert@, tedu@martynas2009-08-201-4/+5
* various MLINK fixes from Alan R. S. Bueno;jmc2009-08-131-2/+2
* promote correct style for error checkingeric2009-07-092-8/+8
* Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@millert2009-06-052-4/+12
* abort any time adjustment in progress if the clock is set with settimeofdayckuethe2009-06-051-2/+5
* Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@jj2009-06-032-4/+4
* document superuser requirements, with input from jmc@espie2009-03-281-2/+8
* fix typopyr2009-01-311-3/+3
* Change section: we're talking about the symlink system call, not theguenther2009-01-301-2/+2
* tweak previous;jmc2009-01-301-4/+4