freebsd-skq/sys
orion 57cc4cad8b Marginally simplify dsp_open error handling by adding an early test to
determine liklihood of opening device in requested directions.  Makes for
simpler error handling and change should close kern/35004.

PR: kern/35004.
2002-08-28 15:19:30 +00:00
..
alpha Fix a long-standing bug on alpha: 2002-08-26 02:39:03 +00:00
amd64 Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
arm Since arm and powerpc aren't far enough to set stathz, take a 2002-08-26 03:44:11 +00:00
boot Whitespace fix from last commit. 2002-08-27 01:02:56 +00:00
cam Add \n to various printfs. grep shows these should be the last ones. 2002-08-27 18:43:14 +00:00
coda
compat Replace (ab)uses of "NULL" where "0" is really meant. 2002-08-22 21:24:01 +00:00
conf Hook up the new ACPI PCI bus and catch up to ACPI PCI bridge driver changes. 2002-08-26 18:32:00 +00:00
contrib Finally merge in the changes from ipfilter 3.4.29 to freebsd-current. 2002-08-28 13:41:36 +00:00
crypto
ddb
dev Marginally simplify dsp_open error handling by adding an early test to 2002-08-28 15:19:30 +00:00
fs Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
geom Use 'p' as the partition specifier instead of 's'. We continue to use 2002-08-24 22:42:16 +00:00
gnu
i4b Bugfix to enable dialer "connected" response. 2002-08-27 14:19:28 +00:00
i386 Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
ia64 o Retire pmap_pageable(). It's an advisory routine that none 2002-08-25 04:20:05 +00:00
isa Add suspend/resume method to syscons. This switch the mode 2002-08-25 18:35:44 +00:00
isofs/cd9660 Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
kern Include <sys/lockmgr.h> for the definitions of the locking interfaces that 2002-08-27 09:59:47 +00:00
libkern Include sys/libkern.h for the kernel prototypes of these libkern functions 2002-08-22 20:08:07 +00:00
modules Fix this pending the decision of which of the redundant 2002-08-27 15:59:19 +00:00
net Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
netatalk
netatm Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
netgraph Don't use "NULL" when "0" is really meant. 2002-08-22 00:30:03 +00:00
netinet This commit was generated by cvs2svn to compensate for changes in r102514, 2002-08-28 13:26:01 +00:00
netinet6 Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and 2002-08-25 03:50:29 +00:00
netipx Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
netkey
netnatm
netncp
netns Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
netsmb <sys/lock.h> is a prerequisite for <sys/mutex.h>, so include the former 2002-08-27 12:22:06 +00:00
nfs
nfsclient Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid 2002-08-18 07:05:00 +00:00
nfsserver Make the V2 errno translation more resistent to new errnos. 2002-08-21 19:28:44 +00:00
pc98 Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
pccard
pci Include <sys/lockmgr.h> for old lock interfaces instead of depending on 2002-08-27 11:51:55 +00:00
posix4
powerpc Since arm and powerpc aren't far enough to set stathz, take a 2002-08-26 03:44:11 +00:00
rpc
security Prefer NULL to 0 when passing a NULL pointer. 2002-08-20 02:54:09 +00:00
sparc64 o Retire pmap_pageable(). It's an advisory routine that none 2002-08-25 04:20:05 +00:00
sys Forward declare struct thread so that this header doesn't depend on its 2002-08-28 05:14:55 +00:00
tools - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED 2002-08-21 06:19:29 +00:00
ufs Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
vm o Retire pmap_pageable(). It's an advisory routine that none 2002-08-25 04:20:05 +00:00
Makefile