summaryrefslogtreecommitdiffstats
path: root/sys/dev/led
Commit message (Expand)AuthorAgeFilesLines
* MFcalloutng:mav2013-02-191-8/+13
* MFgraid/head r218174:mav2011-03-242-64/+94
* Fix an incorrect use of sbuf_overflowed() after a call to sbuf_finish().mdf2010-09-091-7/+3
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Remove the distinction between device minor and unit numbers.ed2008-05-291-1/+2
* Make it possible to specify an initial state for the LED.phk2007-04-232-1/+8
* Add placeholder mutex argument to new_unrhdr().phk2005-03-071-1/+1
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* Better locking.phk2005-01-291-54/+83
* Remove a pointless check.phk2004-07-101-2/+0
* Second half of the dev_t cleanup.phk2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-6/+6
* - Remove the __FBSDID and put the $FreeBSD$ tag in the comment above,mux2004-05-101-6/+5
* Fix off by one error.phk2004-05-031-0/+1
* Add the ability to avoid repetition of s.... sequences with a '.'phk2004-04-271-7/+11
* Device megapatch 4/6:phk2004-02-211-0/+2
* Use standard style for cdevsw initialization.phk2004-02-141-2/+2
* DUH!phk2003-12-121-10/+16
* Correct usage of mtx_init() API. This is not a functional change sincetruckman2003-12-071-1/+1
* Improve semantics of the 'sequence' command to led(4) devices:phk2003-11-271-12/+12
* Avoid NULL pointer dereference.phk2003-11-231-1/+2
* Fix prototypophk2003-11-031-1/+1
* Get word spacing right in morse mode.phk2003-11-032-1/+3
* Add a generic LED driver for flashing lamps.phk2003-11-032-0/+279
OpenPOWER on IntegriCloud