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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
4
-9
/
+9
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
3
-13
/
+13
*
Include <machine/limits.h> for definition of ULONG_MAX. Remove a
mike
2002-03-25
1
-1
/
+1
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
1
-2
/
+2
*
Do not call a synthesizer with a sequencer lock held.
tanimura
2002-03-10
1
-2
/
+12
*
Add the system default timer engine.
tanimura
2002-01-04
2
-0
/
+644
*
- Provide toggles to show debug messages. Set new sysctl variables
tanimura
2002-01-04
6
-309
/
+806
*
- Do not uiomove with a mutex locked.
tanimura
2002-01-01
9
-388
/
+296
*
Avoid crash of minor numbers between /dev/midistat and /dev/dspr*.
tanimura
2001-11-03
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
2
-54
/
+54
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
2
-2
/
+0
*
- Do not touch the Giant.
tanimura
2001-03-14
3
-173
/
+2
*
- Mutexify midi(4). The driver runs under the giant lock by default.
tanimura
2001-02-26
8
-756
/
+1385
*
Encapselate midi_info, nmidi and nsynth into midi.c.
tanimura
2001-02-18
4
-75
/
+104
*
Tag unused functions with __unused.
jhb
2001-01-23
1
-2
/
+2
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-1
/
+0
*
Since the unit number of a midi/sequencer device is expressed in 4
tanimura
2000-09-18
2
-2
/
+2
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
4
-8
/
+0
*
Finally merge newmidi.
tanimura
2000-07-11
9
-0
/
+4521