summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2010-04-01typoTheo de Raadt
2010-04-01document that setting the time of the machine is unsafe. explain why,Theo de Raadt
2010-02-25Do not attempt to silently continue text for the last column of tablesIngo Schwarze
2010-02-12typo; ok ogaJason McIntyre
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-01-11encourage use of setreseuid(), and warn there are other privs; ok henningTheo de Raadt
2009-12-30Document ESPIPE and make EFAULT cover all functions.Federico G. Schwindt
2009-12-29move this file to Attic; the swapon(2) system call cannot be accessedIgor Sobrado
2009-12-29add missing paragraph break (.Pp) macro.Igor Sobrado
2009-12-29replace a few remaining UNIX terms with .Ux macros; this diffIgor Sobrado
2009-12-16Update the list of async-signal-safe functionsPhilip Guenthe
2009-11-27wrap Nd in quotes, since it has >9 args;Jason McIntyre
2009-11-27Add setrdomain() and getrdomain() system calls. Committing now toPhilip Guenthe
2009-11-24Update the ENOTSUP summary and description.Philip Guenthe
2009-11-10ctim -> ctime; from ca (pr #6256)Jason McIntyre
2009-10-27We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to removeNicholas Marriott
2009-10-26add ENOTSUP and bump libc minorJasper Lievisse Adriaanse
2009-08-20add SF_ARCHIVED. ok millert@, tedu@Martynas Venckus
2009-08-13various MLINK fixes from Alan R. S. Bueno;Jason McIntyre
2009-07-09promote correct style for error checkingEric Faurot
2009-06-05Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@Todd C. Miller
2009-06-05abort any time adjustment in progress if the clock is set with settimeofdayChris Kuethe
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-03-28document superuser requirements, with input from jmc@Marc Espie