jkim2008-03-24 17:49:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/mixer mixer.c
Log:
MFC:1.24-1.26
- Check device masks and bypass printing headers if capable device does
not exist. /etc/rc.d/mixer tried to restore non-exi
jkim2008-03-24 17:46:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/mixer mixer.c
Log:
MFC:1.24-1.26
- Check device masks and bypass printing headers if capable device does
not exist. /etc/rc.d/mixer tried to restore non-exi
jkim2008-03-15 01:36:20 UTC
FreeBSD src repository
Modified files:
usr.sbin/mixer mixer.c
Log:
Fix a typo.
Revision ChangesPath
1.26 +1 -1 src/usr.sbin/mixer/mixer.c
___
cvs-all@freebsd.org mailing list
h
jkim2008-03-15 01:20:05 UTC
FreeBSD src repository
Modified files:
usr.sbin/mixer mixer.c
Log:
Clean up code and fix style(9) nits.
Revision ChangesPath
1.25 +101 -99 src/usr.sbin/mixer/mixer.c
___
cvs-all@f
jkim2008-03-15 01:09:47 UTC
FreeBSD src repository
Modified files:
usr.sbin/mixer mixer.c
Log:
- Check device masks and bypass printing headers if capable device does
not exist. /etc/rc.d/mixer tried to restore non-existent recording
source because /var/var/db/mixe
ariff 2006-01-04 00:37:14 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
usr.sbin/mixer mixer.c
Log:
MFC: - Fix possible memory leak due to repetetive strdup(3) without matching
free(3).
- print_recsrc() should honor shortflag and giv
ariff 2006-01-04 00:32:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/mixer mixer.c
Log:
MFC:
- Fix possible memory leak due to repetetive strdup(3) without matching
free(3).
- print_recsrc() should honor shortflag and gi
ariff 2006-01-01 20:19:49 UTC
FreeBSD src repository
Modified files:
usr.sbin/mixer mixer.c
Log:
- Fix possible memory leak due to repetetive strdup(3) without matching
free(3).
- print_recsrc() should honor shortflag and give appropriate output for
later consum