summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2009-01-31fix typoPierre-Yves Ritschard
2009-01-30Change section: we're talking about the symlink system call, not thePhilip Guenthe
2009-01-30tweak previous;Jason McIntyre
2009-01-29Update to reflect renaming of the st_[acm]timespec members to st_[acm]timPhilip Guenthe
2008-12-17Document ENOBUFS for writev(2).Ray Lai
2008-11-26Add unix(4) to SEE ALSO.Michael Knudsen
2008-11-21- make the .Nd of link(2) and symlink(2) a bit more consistentJasper Lievisse Adriaanse
2008-10-24some SEE ALSO additions from Ingo Schwarze;Jason McIntyre
2008-09-16Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2).Mark Kettenis
2008-09-12as we did for reboot(8), do not attempt to list architecturesJason McIntyre
2008-08-04improve SEE ALSO links; from Ingo SchwarzeJason McIntyre
2008-07-29clarify EMSGSIZEGilles Chehade
2008-06-30document that mquery(2) is non-standard; hint and ok deraadt@Otto Moerbeek
2008-06-30xref mqueryOtto Moerbeek
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-10document access(2) can return EPERM; noted by Tim van der Molen; ok millert@Otto Moerbeek
2008-06-10add missing arg to .FnOtto Moerbeek
2008-06-09Update access(2) to have modern semantics with respect to X_OK andTodd C. Miller
2008-05-09kill trailing whitespace;Jason McIntyre
2008-05-09add SO_BINDANY with pf example; help from jmc, ok beck@Markus Friedl
2008-05-02Make the SO_TIMESTAMP sockopt work. When set, this allows the user toChris Kuethe
2008-04-24- correct brk(2) prototype and man page to match implementation and POSIX.Kurt Miller
2008-04-05document EINVAL; from DasnJason McIntyre
2008-04-04- do not call pthread_atfork(3) handlers when a multithreaded programKurt Miller
2008-03-22move statvfs.c to gen, since it is not a syscall; ok deraadt@Otto Moerbeek
2008-03-16sync with sys/statfs.h; ok jmc@Otto Moerbeek
2008-03-16indentTheo de Raadt
2008-03-16statvfs supportOtto Moerbeek