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 provide meaningful warning if -N is called with a dodgy dbdir 2002-01-26 02:22:54 +00:00
crypto Mirror 32-bit alignment change in crypto/dist/heimdal/lib/roken/resolve.c. 2002-01-08 03:27:59 +00:00
dist Add a missing "else". 2002-01-24 10:40:12 +00:00
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 Install the man page on a.out systems as well so that the man set is the 2002-01-23 15:10:24 +00:00
regress Enable divrem 2002-01-23 21:48:02 +00:00
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 Make util.c replacement functions use autoconf conditionals to probe 2002-01-25 17:51:31 +00:00
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
build.sh Honor HOST_{CC,CFLAGS,CPPFLAGS,LDFLAGS} passed in from the environment 2002-01-19 16:49:28 +00:00
BUILDING Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
BUILDING.mdoc Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
Makefile Add a wrapper for the "distribution" target, similar to the wrapper 2001-11-25 18:31:12 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Add note about how to work around reloc problems in groff now that the toolchain 2001-12-07 09:56:44 +00:00