Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-09 | grammar from fbsd -r 1.18; | Jason McIntyre | |
2005-01-06 | iso is no more, ok millert jmc henning deraadt | Jared Yanovich | |
2005-01-04 | consistency fix; | Jason McIntyre | |
2005-01-01 | Add example; OK ian@ deraadt@ jaredy@ | Todd C. Miller | |
2004-12-31 | - elaborate on the descriptions of some flags | Jared Yanovich | |
- comment out Plan9 flags - other minor tweaks prod by and ok jmc | |||
2004-12-31 | typos | Matthieu Herrb | |
2004-12-31 | Document existence of struct sockaddr_storage and add an example. | Matthieu Herrb | |
hints by miod@ and jmc@, ok deraadt@ | |||
2004-11-12 | mention `s'; | Jason McIntyre | |
from aleksander piotrowski; ok henning@ deraadt@ millert@ | |||
2004-10-05 | connect(2) can return with EHOSTUNREACH, found with and ok otto | Henning Brauer | |
2004-10-03 | put EXAMPLES in the correct place, and change a stop to a colon; | Jason McIntyre | |
2004-10-02 | - move the fact that it returns 0 on directory end in RETURN VALUES | Matthieu Herrb | |
- add an example - add .Xr opendir Ok millert@, ok and some tweaks jaredy@. | |||
2004-09-23 | really mention BPF this time around. | Brad Smith | |
2004-09-23 | mention support for BPF. | Brad Smith | |
From: FreeBSD | |||
2004-09-18 | MLINK to macros provided in wait.2 | Theo de Raadt | |
2004-09-16 | add files missing for building a proper lint library | Theo de Raadt | |
2004-09-14 | lint says unsigned... | Theo de Raadt | |
2004-09-14 | ansi | Theo de Raadt | |
2004-09-14 | need rfork() stub for lint | Theo de Raadt | |
2004-09-06 | - Spelling fix. | Brad Smith | |
- 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 | |||
2004-08-26 | from netbsd (-r 1.18): | Jason McIntyre | |
the values for the parameter "how" are defined in sys/signal.h, not signal.h | |||
2004-08-22 | typo; Axel Andersson | Todd C. Miller | |
2004-08-02 | Fix typo (SIGEV_EVENT -> SIGEV_KEVENT) | Brad Smith | |
From FreeBSD | |||
2004-08-02 | s/kqueue/kevent/ in correct place. | Brad Smith | |
From FreeBSD | |||
2004-07-26 | - change some lists from -column to -tag (-column not needed) and adjust | Jason McIntyre | |
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@ | |||
2004-07-24 | Xr _Exit(3) | Todd C. Miller | |
2004-07-22 | typo; | Jason McIntyre | |
2004-07-18 | return EINVAL if ftruncate(2) is passed a negative offset | Anil Madhavapeddy | |
ok millert@, miod@, marius@ | |||
2004-07-17 | remove K&R stub support | Theo de Raadt | |
2004-07-15 | add minimal __syscall() proto for lint | Theo de Raadt | |
2004-07-14 | MAXNAMELEN -> MAXNAMLEN | Jean-Francois Brousseau | |
ok jmc@ | |||
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 | |