index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_log.c
Age
Commit message (
Expand
)
Author
2011-07-02
kqueue attach functions should return an errno or 0, not a plain 1. Fix
Nicholas Marriott
2009-11-09
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
Nicholas Marriott
2007-09-03
unsupported ioctl's should be returned with ENOTTY
Thordur I. Bjornsson
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
2003-09-23
Replace select backends with poll backends. selscan() and pollscan()
Todd C. Miller
2003-07-21
remove caddr_t casts. it's just silly to cast something when the function
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-29
kqfilter for the log. niels said i can commit it if it works
Michael Shalayeff
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
1997-08-31
for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid
Theo de Raadt
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