Age | Commit message (Expand) | Author |
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 |
2009-01-31 | fix typo | Pierre-Yves Ritschard |
2009-01-30 | Change section: we're talking about the symlink system call, not the | Philip Guenthe |
2009-01-30 | tweak previous; | Jason McIntyre |
2009-01-29 | Update to reflect renaming of the st_[acm]timespec members to st_[acm]tim | Philip Guenthe |
2008-12-17 | Document ENOBUFS for writev(2). | Ray Lai |
2008-11-26 | Add unix(4) to SEE ALSO. | Michael Knudsen |
2008-11-21 | - make the .Nd of link(2) and symlink(2) a bit more consistent | Jasper Lievisse Adriaanse |
2008-10-24 | some SEE ALSO additions from Ingo Schwarze; | Jason McIntyre |
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis |
2008-09-12 | as we did for reboot(8), do not attempt to list architectures | Jason McIntyre |
2008-08-04 | improve SEE ALSO links; from Ingo Schwarze | Jason McIntyre |
2008-07-29 | clarify EMSGSIZE | Gilles Chehade |
2008-06-30 | document that mquery(2) is non-standard; hint and ok deraadt@ | Otto Moerbeek |
2008-06-30 | xref mquery | Otto Moerbeek |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-10 | document access(2) can return EPERM; noted by Tim van der Molen; ok millert@ | Otto Moerbeek |
2008-06-10 | add missing arg to .Fn | Otto Moerbeek |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-05-09 | kill trailing whitespace; | Jason McIntyre |
2008-05-09 | add SO_BINDANY with pf example; help from jmc, ok beck@ | Markus Friedl |
2008-05-02 | Make the SO_TIMESTAMP sockopt work. When set, this allows the user to | Chris Kuethe |
2008-04-24 | - correct brk(2) prototype and man page to match implementation and POSIX. | Kurt Miller |
2008-04-05 | document EINVAL; from Dasn | Jason McIntyre |
2008-04-04 | - do not call pthread_atfork(3) handlers when a multithreaded program | Kurt Miller |
2008-03-22 | move statvfs.c to gen, since it is not a syscall; ok deraadt@ | Otto Moerbeek |
2008-03-16 | sync with sys/statfs.h; ok jmc@ | Otto Moerbeek |
2008-03-16 | indent | Theo de Raadt |
2008-03-16 | statvfs support | Otto Moerbeek |
2008-01-05 | no more need for vadvise.o | Theo de Raadt |
2007-12-09 | correct the STANDARDS section to mention clock_getres() instead of | Brad Smith |
2007-11-05 | sync the comments for struct stat w/ <sys/stat.h>; | Jason McIntyre |
2007-11-05 | - sync the error descriptions w/ those in errlist | Jason McIntyre |
2007-09-09 | Add lint stubs for the longjmp family of functions which are defined in | Otto Moerbeek |
2007-09-09 | Silence erroneous "environ used, but not defined" lint warning by | Otto Moerbeek |
2007-09-08 | typo; ok deraadt@ | Otto Moerbeek |
2007-09-08 | it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi. | Otto Moerbeek |
2007-09-07 | IPv6 is not an ARPA protocol; | Jason McIntyre |