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
/
midi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the type of uio_resid member of struct uio from int to ssize_t.
kib
2009-06-25
1
-1
/
+1
*
Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()
ariff
2009-06-11
1
-11
/
+3
*
Sound Mega-commit. Expect further cleanup until code freeze.
ariff
2009-06-07
1
-1
/
+19
*
Remove license clauses 3 and 4 as per rev. 1.65 of midi.c in NetBSD.
joel
2009-05-20
1
-7
/
+0
*
Disable seq_modevent(). The implementation is incomplete, and causing
ariff
2007-04-02
1
-0
/
+4
*
NULL instead of 0 in mtx_init() .
ariff
2007-03-15
1
-3
/
+3
*
semi-automatic style(9)
netchild
2007-02-25
1
-524
/
+533
*
Clean up the BSD license to match the preferred license in
joel
2007-01-28
1
-2
/
+1
*
Rearrange locking order to avoid LOR (cat /dev/midistat).
ariff
2007-01-27
1
-3
/
+9
*
- Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.
netchild
2006-06-18
1
-0
/
+1
*
Fix build with -Wundef.
ru
2006-05-29
1
-2
/
+2
*
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
1
-0
/
+1509
*
Axe the old midi drivers and framework. matk has developed a new
tanimura
2004-06-01
1
-1054
/
+0
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
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
-7
/
+7
*
- Provide toggles to show debug messages. Set new sysctl variables
tanimura
2002-01-04
1
-28
/
+180
*
- Do not uiomove with a mutex locked.
tanimura
2002-01-01
1
-25
/
+46
*
KSE Milestone 2
julian
2001-09-12
1
-21
/
+21
*
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
-84
/
+0
*
- Mutexify midi(4). The driver runs under the giant lock by default.
tanimura
2001-02-26
1
-95
/
+327
*
Encapselate midi_info, nmidi and nsynth into midi.c.
tanimura
2001-02-18
1
-8
/
+45
*
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
/
+702