Go to file
jdolecek 1731882d0a emuxki_set_params(): don't try to set parameters if the appropriate
'voice' is not initialized
This fixes kern/15394 by Onno van der Linden.

Code fragment to trigger the bug:

	AUDIO_INITINFO(&info);
	info.mode = AUMODE_PLAY;
	info.play.channels = 2;
	fd = open("/dev/audioctl0", O_RDWR);
	(void)ioctl(fd, AUDIO_SETINFO, &info);

emuxki_voice_set_audioparms(): g/c check for voice == NULL, this is
never called with null voice
some minor style changes in emuxki_open()/emuxki_close()
2002-01-27 20:38:07 +00:00
bin
crypto
dist
distrib remove extraneous ".bullet)" which prevented compilation. 2002-01-27 19:50:10 +00:00
etc use the recently added hw.disknames value from sysctl(8) to determine 2002-01-27 14:16:33 +00:00
games Temporarily add a "MKHIDEGAME" variable that by default blocks the 2002-01-27 00:35:16 +00:00
gnu Set the machine architecture in the bfd structure before 2002-01-27 20:12:09 +00:00
include public prototypes should use __P(); fix entries for pwcache_{user,group}db() 2002-01-27 07:00:43 +00:00
lib Implement the hw.disknames and hw.diskstats sysctl's that have been listed 2002-01-27 12:41:07 +00:00
libexec
regress
sbin Prod from lukem - remember to add hw.disk* here too. 2002-01-27 13:04:21 +00:00
share Some targets were obmitted in the .PHONY declaration in the bsd.own.mk file 2002-01-26 23:53:00 +00:00
sys emuxki_set_params(): don't try to set parameters if the appropriate 2002-01-27 20:38:07 +00:00
tools
usr.bin Delete the old code which made audioctl use stderr for output 2002-01-27 18:21:52 +00:00
usr.sbin Fix leftover from ioctl generalization, causing crashes by checking 2002-01-26 19:31:20 +00:00
BUILDING
BUILDING.mdoc
Makefile
Makefile.inc
UPDATING
build.sh