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
/
dev
/
led
/
led.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This implements default-state support as described in:
ganbold
2015-05-24
1
-1
/
+2
*
MFcalloutng:
mav
2013-02-19
1
-8
/
+13
*
MFgraid/head r218174:
mav
2011-03-24
1
-64
/
+92
*
Fix an incorrect use of sbuf_overflowed() after a call to sbuf_finish().
mdf
2010-09-09
1
-7
/
+3
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-1
/
+1
*
Remove unit2minor() use from kernel code.
ed
2008-09-26
1
-1
/
+1
*
Add sbuf_new_auto as a shortcut for the very common case of creating a
des
2008-08-09
1
-1
/
+1
*
Remove the distinction between device minor and unit numbers.
ed
2008-05-29
1
-1
/
+2
*
Make it possible to specify an initial state for the LED.
phk
2007-04-23
1
-1
/
+7
*
Add placeholder mutex argument to new_unrhdr().
phk
2005-03-07
1
-1
/
+1
*
Make a bunch of malloc types static.
phk
2005-02-10
1
-1
/
+1
*
Better locking.
phk
2005-01-29
1
-54
/
+83
*
Remove a pointless check.
phk
2004-07-10
1
-2
/
+0
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-2
/
+2
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Fix off by one error.
phk
2004-05-03
1
-0
/
+1
*
Add the ability to avoid repetition of s.... sequences with a '.'
phk
2004-04-27
1
-7
/
+11
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Use standard style for cdevsw initialization.
phk
2004-02-14
1
-2
/
+2
*
DUH!
phk
2003-12-12
1
-10
/
+16
*
Correct usage of mtx_init() API. This is not a functional change since
truckman
2003-12-07
1
-1
/
+1
*
Improve semantics of the 'sequence' command to led(4) devices:
phk
2003-11-27
1
-12
/
+12
*
Avoid NULL pointer dereference.
phk
2003-11-23
1
-1
/
+2
*
Get word spacing right in morse mode.
phk
2003-11-03
1
-0
/
+2
*
Add a generic LED driver for flashing lamps.
phk
2003-11-03
1
-0
/
+258