index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
Use dynamic major number allocation.
phk
2005-02-27
1
-3
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-5
/
+5
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Replace the code for reading and writing the kernel message buffer
iedowse
2003-06-22
1
-18
/
+7
*
Fix a divide-by-zero on kern.log_wakeups_per_second tunable.
bmilekic
2003-06-20
1
-0
/
+8
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-1
/
+1
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-1
/
+1
*
Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuf
tmm
2002-11-14
1
-9
/
+6
*
Fix the calculations of the length of the unread message buffer
tmm
2002-10-20
1
-2
/
+2
*
In an SMP environment post-Giant it is no longer safe to blindly
truckman
2002-10-03
1
-2
/
+2
*
more caddr_t removal.
alfred
2002-06-29
1
-2
/
+1
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
1
-1
/
+1
*
Redo the sigio locking.
alfred
2002-05-01
1
-1
/
+1
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+6
*
syslogd gets kernel log messages only once every 30 seconds or
phk
2001-05-23
1
-4
/
+7
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Replace logwakeup() with "int msgbuftrigger". There is little
phk
2000-12-20
1
-12
/
+2
*
Delay waking up processes select'ing on the log device directly from
jhb
2000-12-15
1
-0
/
+29
*
Kill some bogus "register" keywords.
phk
2000-12-08
1
-31
/
+11
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-20
/
+3
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
I got another batch of suggestions for cosmetic changes from bde.
truckman
1998-11-11
1
-2
/
+2
*
Installed the second patch attached to kern/7899 with some changes suggested
truckman
1998-11-11
1
-12
/
+18
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.
phk
1998-05-28
1
-4
/
+1
*
Make the size of the msgbuf (dmesg) a "normal" option.
phk
1998-05-19
1
-6
/
+7
*
Don't depend on "implicit int" or bloat the data section in the
bde
1998-02-20
1
-2
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+3
*
Removed unused #includes.
bde
1997-10-28
1
-2
/
+1
*
Fixed gratuitous ANSIisms.
bde
1997-09-16
1
-2
/
+4
*
Extend select hook to support poll
peter
1997-09-14
1
-16
/
+16
*
Don't include <sys/ioctl.h> in the kernel. Stage 4: include
bde
1997-03-24
1
-2
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Quiet a couple of -Wunused warnings.
wollman
1996-07-09
1
-1
/
+3
*
Fixed name of /dev/fs/klog (it's not "log").
bde
1996-03-27
1
-3
/
+4
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-2
/
+2
[next]