Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray | |
2005-04-20 | knf | Theo de Raadt | |
2005-04-14 | Try to start log message buffer on a new line. Helps install scripts avoid | Kenneth R Westerback | |
detecting phantom devices when scanning dmesg output. Suggested by miod@, ok deraadt@. | |||
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst | |
takes a void *. convert uiomove to take a void * as well. ok deraadt@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-06-29 | kqfilter for the log. niels said i can commit it if it works | Michael Shalayeff | |
and i converted syslog to libevent and it works now (; | |||
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis | |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt | |
1997-09-18 | it is definately wrong to initialize the pgid at open() time because the | Theo de Raadt | |
uid/euid used for checking in csignal() is controlled by whoever used TIOCSPGRP previously. | |||
1997-08-31 | for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid | Theo de Raadt | |
and euid as well, then deliver them using new csignal() interface which ensures that pgid setting process is permitted to signal the pgid process(es). Thanks to newsham@aloha.net for extensive help and discussion. | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |