summaryrefslogtreecommitdiff
path: root/sys/kern/subr_log.c
AgeCommit message (Collapse)Author
2005-12-09ansi and deregister. No binary change.Jonathan Gray
2005-04-20knfTheo de Raadt
2005-04-14Try to start log message buffer on a new line. Helps install scripts avoidKenneth R Westerback
detecting phantom devices when scanning dmesg output. Suggested by miod@, ok deraadt@.
2003-09-23Replace 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-21remove caddr_t casts. it's just silly to cast something when the functionTed Unangst
takes a void *. convert uiomove to take a void * as well. ok deraadt@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-06-29kqfilter for the log. niels said i can commit it if it worksMichael Shalayeff
and i converted syslog to libevent and it works now (;
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1997-09-18it is definately wrong to initialize the pgid at open() time because theTheo de Raadt
uid/euid used for checking in csignal() is controlled by whoever used TIOCSPGRP previously.
1997-08-31for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidTheo 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-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt