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
*
Clean up the BSD license to match the preferred license in
joel
2007-01-28
10
-138
/
+160
*
Rearrange locking order to avoid LOR (cat /dev/midistat).
ariff
2007-01-27
1
-3
/
+9
*
Wrap debug printfs into SEQ_DEBUG() to avoid kernel messages clutter
ariff
2006-10-15
1
-19
/
+19
*
SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.
ru
2006-09-29
1
-4
/
+8
*
Move debug printfs under the proper macro.
njl
2006-07-12
1
-3
/
+3
*
- Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.
netchild
2006-06-18
2
-0
/
+2
*
Fix build with -Wundef.
ru
2006-05-29
2
-4
/
+4
*
Use a more appropriate printf format for size_t.
netchild
2006-05-28
1
-1
/
+1
*
Commit the new (old) midi framework. It's based in parts on the NetBSD code,
netchild
2006-05-27
10
-0
/
+4547
*
Axe the old midi drivers and framework. matk has developed a new
tanimura
2004-06-01
11
-6051
/
+0
*
Device megapatch 5/6:
phk
2004-02-21
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
2
-0
/
+4
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-2
/
+2
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
2
-26
/
+16
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
4
-9
/
+9
*
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