aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/led
Commit message (Expand)AuthorAgeFilesLines
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-5/+8
* [led] propagate error from set_led() to the callerOleksandr Tymoshenko2019-01-151-1/+1
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-0/+2
* This implements default-state support as described in:Ganbold Tsagaankhuu2015-05-241-1/+2
* MFcalloutng:Alexander Motin2013-02-191-8/+13
* MFgraid/head r218174:Alexander Motin2011-03-242-64/+94
* Fix an incorrect use of sbuf_overflowed() after a call to sbuf_finish().Matthew D Fleming2010-09-091-7/+3
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* Remove the distinction between device minor and unit numbers.Ed Schouten2008-05-291-1/+2
* Make it possible to specify an initial state for the LED.Poul-Henning Kamp2007-04-232-1/+8
* Add placeholder mutex argument to new_unrhdr().Poul-Henning Kamp2005-03-071-1/+1
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-101-1/+1
* Better locking.Poul-Henning Kamp2005-01-291-54/+83
* Remove a pointless check.Poul-Henning Kamp2004-07-101-2/+0
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-6/+6
* - Remove the __FBSDID and put the $FreeBSD$ tag in the comment above,Maxime Henrion2004-05-101-6/+5
* Fix off by one error.Poul-Henning Kamp2004-05-031-0/+1
* Add the ability to avoid repetition of s.... sequences with a '.'Poul-Henning Kamp2004-04-271-7/+11
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Use standard style for cdevsw initialization.Poul-Henning Kamp2004-02-141-2/+2
* DUH!Poul-Henning Kamp2003-12-121-10/+16
* Correct usage of mtx_init() API. This is not a functional change sinceDon Lewis2003-12-071-1/+1
* Improve semantics of the 'sequence' command to led(4) devices:Poul-Henning Kamp2003-11-271-12/+12
* Avoid NULL pointer dereference.Poul-Henning Kamp2003-11-231-1/+2
* Fix prototypoPoul-Henning Kamp2003-11-031-1/+1
* Get word spacing right in morse mode.Poul-Henning Kamp2003-11-032-1/+3
* Add a generic LED driver for flashing lamps.Poul-Henning Kamp2003-11-032-0/+279