Age | Commit message (Expand) | Author |
2011-04-26 | spring cleanup: | Ingo Schwarze |
2011-04-22 | Clarify SO_SPLICE semantics in setsockopt(2). | Alexander Bluhm |
2011-04-11 | document MAP_TRYFIXED. short version: don't use it. prodded by deraadt. | Ted Unangst |
2011-03-08 | Add a kernel man page sosplice(9) for the socket splicing implementation. | Alexander Bluhm |
2011-02-24 | SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, and | Mike Belopuhov |
2011-02-18 | An attempt to open an append-only file without O_APPEND results in EPERM. | Todd C. Miller |
2011-02-11 | Fix typo, setreseuid -> setresuid | Paul de Weerd |
2011-02-02 | Update after fix for kernel/6547. SETVAL and SETALL can return ERANGE now. | Federico G. Schwindt |
2011-01-31 | Document the kernel option SOCKET_SPLICE and the socket option | Alexander Bluhm |
2011-01-21 | over written -> overwritten | lum |
2010-10-27 | Remove the EXAMPLE, since *noone* should use this non-portable API | Theo de Raadt |
2010-10-16 | update struct statfs; from Vladimir Kirillov | Jason McIntyre |
2010-09-07 | Document EBUSY return when attempting to open a cua device that | Todd C. Miller |
2010-09-07 | - O_NOFOLLOW is no longer non-posix; from thomas klausner | Jason McIntyre |
2010-07-24 | Add a newline to the input we feed to cpp to get rid of its 'no newline | Philip Guenthe |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-01 | sort SEE ALSO; | Jason McIntyre |
2010-07-01 | getpeereid() can now be a library routine using getsockopt() with | Theo de Raadt |
2010-07-01 | zap trailing whitespace; | Jason McIntyre |
2010-06-30 | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to | Theo de Raadt |
2010-06-29 | RTHREADS option is gone, now it's a sysctl. spotted by jmc | Ted Unangst |
2010-05-19 | tweak previous; | Jason McIntyre |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2010-04-14 | Mention that kern.somaxconn is the real upper limit to the listen | Todd C. Miller |
2010-04-03 | Add missing documention: | Philip Guenthe |
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre |
2010-04-01 | typo | Theo de Raadt |
2010-04-01 | document that setting the time of the machine is unsafe. explain why, | Theo de Raadt |
2010-02-25 | Do not attempt to silently continue text for the last column of tables | Ingo Schwarze |
2010-02-12 | typo; ok oga | Jason McIntyre |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2010-01-11 | encourage use of setreseuid(), and warn there are other privs; ok henning | Theo de Raadt |
2009-12-30 | Document ESPIPE and make EFAULT cover all functions. | Federico G. Schwindt |
2009-12-29 | move this file to Attic; the swapon(2) system call cannot be accessed | Igor Sobrado |
2009-12-29 | add missing paragraph break (.Pp) macro. | Igor Sobrado |
2009-12-29 | replace a few remaining UNIX terms with .Ux macros; this diff | Igor Sobrado |
2009-12-16 | Update the list of async-signal-safe functions | Philip Guenthe |
2009-11-27 | wrap Nd in quotes, since it has >9 args; | Jason McIntyre |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-11-24 | Update the ENOTSUP summary and description. | Philip Guenthe |
2009-11-10 | ctim -> ctime; from ca (pr #6256) | Jason McIntyre |
2009-10-27 | We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to remove | Nicholas Marriott |
2009-10-26 | add ENOTSUP and bump libc minor | Jasper Lievisse Adriaanse |
2009-08-20 | add SF_ARCHIVED. ok millert@, tedu@ | Martynas Venckus |
2009-08-13 | various MLINK fixes from Alan R. S. Bueno; | Jason McIntyre |
2009-07-09 | promote correct style for error checking | Eric Faurot |
2009-06-05 | Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@ | Todd C. Miller |
2009-06-05 | abort any time adjustment in progress if the clock is set with settimeofday | Chris Kuethe |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-03-28 | document superuser requirements, with input from jmc@ | Marc Espie |