Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-05 | update(8) is an in-kernel process; | Jason McIntyre | |
from jared yanovich; | |||
2004-07-05 | typo from jared yanovich; | Jason McIntyre | |
2004-06-07 | major bump to libc and libpthread to break the dependency of a | Marco S Hyman | |
particular implementation of libpthread for libc. libc no longer needs pthread.h to compile. OK millert@, brad@, tedu@ | |||
2004-06-03 | cross-Xref to make pathconf/sysconf easy to find. | Marc Espie | |
twiddling and okay jmc@ millert@ | |||
2004-05-06 | Tyop; noted by jmc@ | Todd C. Miller | |
2004-05-05 | O_SYNC is valid for F_GETFL/F_SETFL too | Todd C. Miller | |
2004-05-03 | Use size_t as the type of the length parameter per POSIX | Todd C. Miller | |
2004-04-27 | fd passing works over a socketpair too of course so document this. | Todd C. Miller | |
Also test it in regress to be pedantic (though the kernel path is really the same). While there, remove cred-passing code that we don't support. OK deraadt@, | |||
2004-04-19 | tidy up a list; | Jason McIntyre | |
move `.Ts OR Ns 'ing' and `.Em or Ns 'ing' -> `OR'ing'; | |||
2004-04-15 | various improvements to lists and displays: | Jason McIntyre | |
.Pp removal -compact removal for displays other list/display errors | |||
2004-04-15 | connect(2) can set errno = EPROTOTYPE for unix domain sockets. OK jmc@ | Todd C. Miller | |
2004-04-03 | - use macros instead of parentheses | Jason McIntyre | |
- remove .Pp before list | |||
2004-04-02 | rfork(RFMEM) shares complete vmspace. much more useful, and in line with | Ted Unangst | |
other projects' implementations. | |||
2004-04-02 | do not compare SOCK_STREAM sockets to pipes; | Jason McIntyre | |
from NetBSD (-r1.29); ok markus@ deraadt@ | |||
2004-03-23 | .Xr ftok 3; from tedu@ | Jason McIntyre | |
ok deraadt@ | |||
2004-03-16 | Document correct limit to path names lengths. Resolves PR 3716. | Otto Moerbeek | |
ok jmc@ tedu@ | |||
2004-03-16 | errno should only be gotten from <errno.h>. ok help jmc@ | Ted Unangst | |
2004-03-11 | Document that a NULL status pointer is allowed. OK deraadt@ | Todd C. Miller | |
2004-03-11 | Document RB_USERREQ | Tom Cosgrove | |
ok beck@, jmc@, deraadt@ | |||
2004-03-09 | A better description of the machine-dependent PT commands. | Miod Vallat | |
2004-02-13 | death to osigaltstack. ok deraadt@ | Ted Unangst | |
2004-02-08 | FD_SETSIZE has been cranked up to 1024 | Otto Moerbeek | |
ok deraadt@ millert@ | |||
2004-01-25 | use new .St macro; | Jason McIntyre | |
2004-01-24 | document EPERM; from Pedro Martelletto; | Jason McIntyre | |
ok millert@ | |||
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2004-01-15 | ABI breakage happened with the sigaltstack replacement. It is too late, | Theo de Raadt | |
now we just have to cope. Since setjmp uses it, the alpha and sparc64 are unhappy with the structure change. In a few days, we will make the second hop here, for now, use the old system call until all binaries have the new struct in them. | |||
2004-01-14 | .Xr closefrom | Ted Unangst | |
2004-01-14 | update struct, noted by deraadt@ | Ted Unangst | |
2004-01-12 | full date in .Dd; | Jason McIntyre | |
2004-01-12 | new syscall closefrom(2). ok deraadt millert | Ted Unangst | |
2004-01-12 | document WAIT_ANY and WAIT_MYPGRP; | Jason McIntyre | |
help and ok miod@ | |||
2004-01-08 | Add missing include of poll.h to example code; Andre Nathan | Todd C. Miller | |
2003-12-28 | Mention session ID; OK deraadt@ | Todd C. Miller | |
2003-12-28 | elf(5) is relevant here too; | Jason McIntyre | |
from Mathias K. Straede (PR 3619); ok miod@ deraadt@ | |||
2003-12-20 | update sticky: note that setting the sticky bit on files is still possible, | Jason McIntyre | |
but has no effect. Retain description of sticky files, but note that it is historical. Add small description of how current system works. Improve description of sticky directories. Remove references to ld(1). Remove no longer relevant BUG. much assistance and ok otto@ and tedu@ | |||
2003-12-17 | - new sentence, new line | Jason McIntyre | |
- kill whitespace at EOL - remove unnecessary .Pp | |||
2003-12-17 | new options from marius@monkey | Ted Unangst | |
2003-12-12 | Document RLIM_SAVED_CUR and RLIM_SAVED_MAX; jmc@ OK | Todd C. Miller | |
2003-12-11 | Add id_t type as per POSIX and use it for [gs]etpriority(2). | Todd C. Miller | |
OK henning@ and deraadt@ | |||
2003-12-10 | Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has. | Todd C. Miller | |
2003-12-09 | clock_id has 4 possible values, not 3; from Alistair Kerr (PR 3600); | Jason McIntyre | |
also, .Aq instead of .Ao/.Ac; indent display and remove .Pp; | |||
2003-12-04 | Better description of ERANGE. | Otto Moerbeek | |
ok jmc@ henning@ | |||
2003-12-02 | actually snprintf/vsnprintf are now signal race safe | Theo de Raadt | |
2003-11-27 | document that `s' must be of type SOCK_STREAM; from Alf Schlichting; | Jason McIntyre | |
also .Xr unix(4); | |||
2003-11-25 | empty pathname is invalid; from Akinori Saitoh; | Jason McIntyre | |
ok millert@ | |||
2003-11-22 | document RETURN VALUES and ERRORS; from FreeBSD's page; | Jason McIntyre | |
ok tedu@ | |||
2003-11-21 | sync with <mount.h>; from FreeBSD; | Jason McIntyre | |
2003-11-20 | correct prototype; nsops is unsigned | Todd C. Miller | |
2003-11-11 | some POSIX Xr's: mlock(2), mlockall(2), mmap(2); | Jason McIntyre | |
2003-10-31 | double word, from Tom Cosgrove; ok deraadt@ | David Krause | |