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
/
sound
/
midi
/
sequencer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+2
*
Do not call a synthesizer with a sequencer lock held.
tanimura
2002-03-10
1
-2
/
+12
*
- Provide toggles to show debug messages. Set new sysctl variables
tanimura
2002-01-04
1
-223
/
+528
*
- Do not uiomove with a mutex locked.
tanimura
2002-01-01
1
-64
/
+66
*
KSE Milestone 2
julian
2001-09-12
1
-33
/
+33
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
- Do not touch the Giant.
tanimura
2001-03-14
1
-76
/
+2
*
- Mutexify midi(4). The driver runs under the giant lock by default.
tanimura
2001-02-26
1
-476
/
+802
*
Encapselate midi_info, nmidi and nsynth into midi.c.
tanimura
2001-02-18
1
-54
/
+54
*
Tag unused functions with __unused.
jhb
2001-01-23
1
-2
/
+2
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-2
/
+0
*
Finally merge newmidi.
tanimura
2000-07-11
1
-0
/
+2040