freebsd-nq/sys
John Baldwin c2fae87169 Don't call sysbeep() in sc_bell() if either duration or pitch is zero.
Otherwise sysbeep() makes an annoying clicking sound on some systems.
'kbdcontrol -b off' just sets the duration and pitch to zero, it doesn't
set the QUIET_BELL flag.

Tested by:	SorAlx <soralx@cydem.zp.ua>
PR:		misc/41772
MFC after:	1 week
2003-03-24 15:56:00 +00:00
..
alpha Remove bitrot associated with `maxusers'. 2003-03-22 14:18:23 +00:00
amd64 Disable interrupts while in kdb_trap() to handle cases where the caller 2003-03-24 10:17:14 +00:00
arm
boot
cam Run a revision of the devstat interface: 2003-03-15 21:59:06 +00:00
coda
compat Sync up linux and svr compat elf fixup functions for exec(). These 2003-03-21 19:49:34 +00:00
conf Remove bitrot associated with `maxusers'. 2003-03-22 14:18:23 +00:00
contrib Including <sys/stdint.h> is (almost?) universally only to be able to use 2003-03-18 08:45:25 +00:00
crypto
ddb
dev Don't call sysbeep() in sc_bell() if either duration or pitch is zero. 2003-03-24 15:56:00 +00:00
fs Better fix for the problem addressed by rev.1.79: don't loop in 2003-03-24 11:03:42 +00:00
geom Turn /dev/geom.ctl from a GEOM class into a plain character device driver 2003-03-24 13:37:15 +00:00
gnu
i4b
i386 Disable interrupts while in kdb_trap() to handle cases where the caller 2003-03-24 10:17:14 +00:00
ia64 Remove bitrot associated with `maxusers'. 2003-03-22 14:18:23 +00:00
isa Including <sys/stdint.h> is (almost?) universally only to be able to use 2003-03-18 08:45:25 +00:00
isofs/cd9660
kern Remove a trailing semicolon in SCHED_QUANTUM definition. 2003-03-24 15:16:21 +00:00
libkern
modules Don't build if_iso88025subr.c into the oltr module. 2003-03-15 23:24:17 +00:00
net - Use if_broadcastaddr from struct ifnet rather than relying on 2003-03-21 17:53:16 +00:00
netatalk - Use if_broadcastaddr from struct ifnet rather than relying on 2003-03-21 17:53:16 +00:00
netatm
netgraph
netinet Use __packed instead of __attribute__((__packed__)). 2003-03-22 00:25:14 +00:00
netinet6
netipsec
netipx
netkey
netnatm
netncp Use td->td_ucred instead of td->td_proc->p_ucred. 2003-03-20 21:17:40 +00:00
netsmb
nfs
nfsclient Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in the 2003-03-21 05:13:23 +00:00
nfsserver
opencrypto
pc98 Remove bitrot associated with `maxusers'. 2003-03-22 14:18:23 +00:00
pccard
pci - Use if_broadcastaddr from struct ifnet rather than relying on 2003-03-21 17:53:16 +00:00
posix4
powerpc Remove bitrot associated with `maxusers'. 2003-03-22 14:18:23 +00:00
rpc
security Garbage collect FREEBSD_MAC_EXTATTR_NAME and FREEBSD_MAC_EXTATTR_NAMESPACE, 2003-03-23 02:09:20 +00:00
sparc64 Remove bitrot associated with `maxusers'. 2003-03-22 14:18:23 +00:00
sys Remove unused mtx_lock_giant(), mtx_unlock_giant(), related globals 2003-03-23 11:26:11 +00:00
tools
ufs Use td->td_ucred instead of td->td_proc->p_ucred. 2003-03-20 21:17:40 +00:00
vm Remove an empty comment. 2003-03-19 00:34:43 +00:00
Makefile