Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | really mention BPF this time around. | 2004-09-23 | 1 | -3/+10 | ||
| | ||||||
* | mention support for BPF. | 2004-09-23 | 1 | -2/+2 | ||
| | | | | From: FreeBSD | |||||
* | MLINK to macros provided in wait.2 | 2004-09-18 | 1 | -1/+4 | ||
| | ||||||
* | add files missing for building a proper lint library | 2004-09-16 | 1 | -5/+5 | ||
| | ||||||
* | lint says unsigned... | 2004-09-14 | 1 | -4/+6 | ||
| | ||||||
* | ansi | 2004-09-14 | 10 | -32/+20 | ||
| | ||||||
* | need rfork() stub for lint | 2004-09-14 | 1 | -0/+15 | ||
| | ||||||
* | - Spelling fix. | 2004-09-06 | 1 | -2/+15 | ||
| | | | | | | | | - Add mention of the fact that timeouts are silently limited to 24 hours. - Document the fact that kqueue will immediately return and not timeout when nevents is 0. From FreeBSD | |||||
* | from netbsd (-r 1.18): | 2004-08-26 | 1 | -2/+2 | ||
| | | | | the values for the parameter "how" are defined in sys/signal.h, not signal.h | |||||
* | typo; Axel Andersson | 2004-08-22 | 1 | -2/+2 | ||
| | ||||||
* | Fix typo (SIGEV_EVENT -> SIGEV_KEVENT) | 2004-08-02 | 1 | -2/+2 | ||
| | | | | From FreeBSD | |||||
* | s/kqueue/kevent/ in correct place. | 2004-08-02 | 1 | -2/+2 | ||
| | | | | From FreeBSD | |||||
* | - change some lists from -column to -tag (-column not needed) and adjust | 2004-07-26 | 1 | -16/+39 | ||
| | | | | | | | | | | for a decent -width - document MSG_DONTWAIT (from FreeBSD) - simplify macros - document EHOSTUNREACH, EHOSTDOWN, and ENETDOWN; spotted by henning@ - .Xr connect 2 ok henning@ millert@ | |||||
* | Xr _Exit(3) | 2004-07-24 | 1 | -1/+2 | ||
| | ||||||
* | typo; | 2004-07-22 | 1 | -2/+2 | ||
| | ||||||
* | return EINVAL if ftruncate(2) is passed a negative offset | 2004-07-18 | 1 | -1/+5 | ||
| | | | | ok millert@, miod@, marius@ | |||||
* | remove K&R stub support | 2004-07-17 | 1 | -38/+4 | ||
| | ||||||
* | add minimal __syscall() proto for lint | 2004-07-15 | 1 | -1/+5 | ||
| | ||||||
* | MAXNAMELEN -> MAXNAMLEN | 2004-07-14 | 1 | -3/+3 | ||
| | | | | ok jmc@ | |||||
* | update(8) is an in-kernel process; | 2004-07-05 | 1 | -2/+2 | ||
| | | | | from jared yanovich; | |||||
* | typo from jared yanovich; | 2004-07-05 | 1 | -2/+2 | ||
| | ||||||
* | major bump to libc and libpthread to break the dependency of a | 2004-06-07 | 2 | -2/+6 | ||
| | | | | | | particular implementation of libpthread for libc. libc no longer needs pthread.h to compile. OK millert@, brad@, tedu@ | |||||
* | cross-Xref to make pathconf/sysconf easy to find. | 2004-06-03 | 1 | -1/+2 | ||
| | | | | twiddling and okay jmc@ millert@ | |||||
* | Tyop; noted by jmc@ | 2004-05-06 | 1 | -2/+2 | ||
| | ||||||
* | O_SYNC is valid for F_GETFL/F_SETFL too | 2004-05-05 | 1 | -1/+8 | ||
| | ||||||
* | Use size_t as the type of the length parameter per POSIX | 2004-05-03 | 2 | -4/+4 | ||
| | ||||||
* | fd passing works over a socketpair too of course so document this. | 2004-04-27 | 1 | -3/+6 | ||
| | | | | | | 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@, | |||||
* | tidy up a list; | 2004-04-19 | 1 | -8/+5 | ||
| | | | | move `.Ts OR Ns 'ing' and `.Em or Ns 'ing' -> `OR'ing'; | |||||
* | various improvements to lists and displays: | 2004-04-15 | 15 | -59/+43 | ||
| | | | | | | .Pp removal -compact removal for displays other list/display errors | |||||
* | connect(2) can set errno = EPROTOTYPE for unix domain sockets. OK jmc@ | 2004-04-15 | 1 | -1/+14 | ||
| | ||||||
* | - use macros instead of parentheses | 2004-04-03 | 1 | -10/+16 | ||
| | | | | - remove .Pp before list | |||||
* | rfork(RFMEM) shares complete vmspace. much more useful, and in line with | 2004-04-02 | 1 | -2/+1 | ||
| | | | | other projects' implementations. | |||||
* | do not compare SOCK_STREAM sockets to pipes; | 2004-04-02 | 1 | -2/+2 | ||
| | | | | | from NetBSD (-r1.29); ok markus@ deraadt@ | |||||
* | .Xr ftok 3; from tedu@ | 2004-03-23 | 3 | -6/+9 | ||
| | | | | ok deraadt@ | |||||
* | Document correct limit to path names lengths. Resolves PR 3716. | 2004-03-16 | 1 | -5/+3 | ||
| | | | | ok jmc@ tedu@ | |||||
* | errno should only be gotten from <errno.h>. ok help jmc@ | 2004-03-16 | 1 | -2/+7 | ||
| | ||||||
* | Document that a NULL status pointer is allowed. OK deraadt@ | 2004-03-11 | 1 | -3/+3 | ||
| | ||||||
* | Document RB_USERREQ | 2004-03-11 | 1 | -2/+20 | ||
| | | | | ok beck@, jmc@, deraadt@ | |||||
* | A better description of the machine-dependent PT commands. | 2004-03-09 | 1 | -20/+40 | ||
| | ||||||
* | death to osigaltstack. ok deraadt@ | 2004-02-13 | 1 | -2/+1 | ||
| | ||||||
* | FD_SETSIZE has been cranked up to 1024 | 2004-02-08 | 1 | -2/+2 | ||
| | | | | ok deraadt@ millert@ | |||||
* | use new .St macro; | 2004-01-25 | 3 | -8/+8 | ||
| | ||||||
* | document EPERM; from Pedro Martelletto; | 2004-01-24 | 1 | -1/+3 | ||
| | | | | ok millert@ | |||||
* | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | 2004-01-23 | 2 | -4/+4 | ||
| | | | | discussed with todd@ | |||||
* | ABI breakage happened with the sigaltstack replacement. It is too late, | 2004-01-15 | 1 | -1/+2 | ||
| | | | | | | | 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. | |||||
* | .Xr closefrom | 2004-01-14 | 1 | -1/+2 | ||
| | ||||||
* | update struct, noted by deraadt@ | 2004-01-14 | 1 | -2/+2 | ||
| | ||||||
* | full date in .Dd; | 2004-01-12 | 1 | -2/+2 | ||
| | ||||||
* | new syscall closefrom(2). ok deraadt millert | 2004-01-12 | 2 | -4/+64 | ||
| | ||||||
* | document WAIT_ANY and WAIT_MYPGRP; | 2004-01-12 | 1 | -3/+13 | ||
| | | | | help and ok miod@ |