Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
it. ok jmc | |||
2009-10-26 | add ENOTSUP and bump libc minor | Jasper Lievisse Adriaanse | |
discussed with a few ok deraadt@ | |||
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 | |
ok tedu@ deraadt@ krw@ | |||
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 | |
ok millert | |||
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2009-03-28 | document superuser requirements, with input from jmc@ | Marc Espie | |
2009-01-31 | fix typo | Pierre-Yves Ritschard | |
ok jmc@ | |||
2009-01-30 | Change section: we're talking about the symlink system call, not the | Philip Guenthe | |
generic symlink info ok jmc@ | |||
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 | |
per the POSIX 1003.1-2008 spec. Also, tweak the information about what system calls hit which timestamps ok jmc@ | |||
2008-12-17 | Document ENOBUFS for writev(2). | Ray Lai | |
Okay claudio, deraadt. | |||
2008-11-26 | Add unix(4) to SEE ALSO. | Michael Knudsen | |
ok deraadt | |||
2008-11-21 | - make the .Nd of link(2) and symlink(2) a bit more consistent | Jasper Lievisse Adriaanse | |
(train trips are soo boring...) ok jmc@ | |||
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 | |
ok miod@ | |||
2008-09-12 | as we did for reboot(8), do not attempt to list architectures | Jason McIntyre | |
which do or do not support certain options: it just goes horribly out of date; | |||
2008-08-04 | improve SEE ALSO links; from Ingo Schwarze | Jason McIntyre | |
ok otto millert | |||
2008-07-29 | clarify EMSGSIZE | Gilles Chehade | |
rewording by jmc@, "lovely" deraadt@ | |||
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 | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
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 | |
the superuser. access(2) will now only indicate success for X_OK on non-directories if there is at least one execute bit set on the file. OK deraadt@ thib@ otto@ | |||
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 | |
get a timestamp of when the datagram was accepted (by udp(4), for example) rather than having to take a timestamp with gettimeofday(2) when recv(2) returns - possibly several hundreds of microseconds later. May be of use to those interested in precision network timing schemes or QoS for media applications. Tested on alpha, amd64, i386 and sparc64. manpage suggestions from jmc, ok deraadt | |||
2008-04-24 | - correct brk(2) prototype and man page to match implementation and POSIX. | Kurt Miller | |
brk(2) returns an int value not a void *. brk(2) returns 0 upon success not a pointer to the new end of memory. okay millert@, kettenis@, deraadt@ | |||
2008-04-05 | document EINVAL; from Dasn | Jason McIntyre | |
ok millert | |||
2008-04-04 | - do not call pthread_atfork(3) handlers when a multithreaded program | Kurt Miller | |
calls vfork(2). "untested, but looks OK" marc@ - document vfork(2), popen(3) and system(3) don't call atfork handlers in multithreaded programs. okay jmc@ | |||
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 | |
clock_setres(). ok jmc@ dlg@ | |||
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 | |
- escape "No" incase groff thinks it's a macro call | |||
2007-09-09 | Add lint stubs for the longjmp family of functions which are defined in | Otto Moerbeek | |
assembly on all platforms. ok deraadt@ | |||
2007-09-09 | Silence erroneous "environ used, but not defined" lint warning by | Otto Moerbeek | |
providing a stub. ok deraadt@ | |||
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 | |
from Robert Elz, netbsd-bugs pr#36933 ok otto deraadt | |||
2007-09-03 | Add ENOMSG and EIDRM; from jsg@ | Todd C. Miller | |
2007-07-21 | - this page describes getpgid.2 too | Jason McIntyre | |
- describe when "pid" is zero; from Kristaps Dzonsons ok millert | |||
2007-07-17 | document "pid"; based on a diff from Kristaps Dzonsons | Jason McIntyre | |
ok otto |