| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Introduce d_version field in struct cdevsw, this must always be
initialized to D_VERSION.
Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing
four D_NOGIANT flags and adding 145 D_NEEDGIANT flags.
Notes:
svn path=/head/; revision=126080
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125810
|
| |
|
|
|
|
|
|
|
|
| |
Write 100 times for tomorrow:
I will never again free(9) a modified pointer.
Pointy Hat: yeah, yeah, yeah, can you just put it in the pile over there...
Notes:
svn path=/head/; revision=123494
|
| |
|
|
|
|
|
|
|
| |
the code happened to work because MTX_DEF and NULL are both defined as 0.
Reviewed by: phk
Notes:
svn path=/head/; revision=123272
|
| |
|
|
|
|
|
|
|
| |
use lowercase for off and upper case for on.
Approved by: re@
Notes:
svn path=/head/; revision=123014
|
| |
|
|
|
|
|
| |
Approved by: re@
Notes:
svn path=/head/; revision=122963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121957
|
| |
|
|
|
|
|
| |
Fix a prototype.
Notes:
svn path=/head/; revision=121956
|
|
|
The hardware driver decides the name under /dev/led and provides
the function to turn the lamp on/off.
All leds are serviced by a single timeout which runs at a basic rate
of hz/10.
The LED is controlled by ascii strings as follows.
0 Turn off.
1 Turn on.
f Flash: _-
f2 Flash: __--
f3 Flash: ___---
f4...f9 etc.
d%d Digits. "d12": -__________-_-______________________________
s%s String, roll your own:
'a-j' gives on for (1...10)/10 sec.
'A-J' gives on for (1...10)/10 sec.
'sAaAbBa': _-_--__-
m%s Morse
'.' dot
'-' dash
' ' letter space
'\n' word space
My mdoc skills do not reach to express that.
Notes:
svn path=/head/; revision=121941
|