1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00
freebsd/sys
Robert Watson f4b40382e3 Eliminate unnecessary use of labels in error unwinding cases; result is
the same number or fewer lines of code.

Don't cast using caddr_t.

Remember to unlock the natm lock in some error cases where it was leaked
previously.

Annotate two cases where we'd like to hold the natm subsystem lock over
ioctls into the device driver.

Hold the natm lock longer in natm_usr_connect() so we can copy the npcb
fields while holding the mutex.

MFC after:	3 months
2006-04-23 16:25:30 +00:00
..
alpha Revert part of previous commit. In alpha_platform_alloc_ide_intr(), 2006-04-22 19:04:21 +00:00
amd64 Oops. Minidumps were developed on 6.x, in without the small pv entry code. 2006-04-21 04:50:18 +00:00
arm MFother arches : 2006-04-22 22:51:32 +00:00
boot MFp4: 2006-04-21 13:58:51 +00:00
bsm
cam Actually check to see if XPT_CALC_GEOMETRY had an error 2006-04-18 22:01:59 +00:00
coda
compat Annotate uses of fgetsock() with indications that they should rely 2006-04-01 15:25:01 +00:00
conf MFi386: revision 1.554 (add minidump_machdep.c). 2006-04-21 12:13:11 +00:00
contrib fix "ipf -Z" reporting rubbish and possibly panic'ing box 2006-04-18 13:24:14 +00:00
crypto padlock(4) doesn't support explicitly provided keys yet. 2006-04-20 06:31:44 +00:00
ddb Use LIST_FOREACH(). 2006-04-21 20:39:51 +00:00
dev Add support for (latest) VIA VT8251 (rev. 0x07) audio controller. 2006-04-22 09:44:00 +00:00
doc
fs Remove unused prototypes. 2006-04-12 12:17:29 +00:00
gdb
geom geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flag 2006-04-20 06:33:46 +00:00
gnu Repair ext2fs writes. 2006-04-13 19:37:32 +00:00
i4b
i386 Merge minidumps from amd64 where they were originally developed. 2006-04-21 04:28:43 +00:00
ia64 In nexus_teardown_intr(), actually remove the handler. 2006-04-21 16:12:28 +00:00
isa
isofs/cd9660
kern Add missing 'not' to SQ_COMP comment. 2006-04-23 15:37:23 +00:00
libkern
modules Import ACPI Dock Station support. Note that this is still very young. 2006-04-15 12:31:34 +00:00
net Use ANSI C function protypes and declarations for if_arcsubr. 2006-04-12 07:44:31 +00:00
net80211 implement set(IEEE80211_IOC_STA_STATS) for hostapd; for 2006-03-27 05:22:35 +00:00
netatalk White space consistency with kasserts. Minor style tweaks. 2006-04-01 16:54:37 +00:00
netatm Chance protocol switch method pru_detach() so that it returns void 2006-04-01 15:42:02 +00:00
netgraph Correct assertion in ng_detach(). 2006-04-06 02:54:42 +00:00
netinet Replace isn_mtx direct use with ISN_*() lock macros so that locking 2006-04-23 12:27:42 +00:00
netinet6 Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcb 2006-04-23 15:06:16 +00:00
netipsec Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION. 2006-04-10 15:04:36 +00:00
netipx Make this compile without INVARIANTS. 2006-04-11 23:15:47 +00:00
netkey In raw and raw-derived socket types, maintain and enforce invariant that 2006-04-01 15:55:44 +00:00
netnatm Eliminate unnecessary use of labels in error unwinding cases; result is 2006-04-23 16:25:30 +00:00
netncp
netsmb
nfs
nfs4client
nfsclient Keep track of the number of in-progress async direct IO writes in the nfsnode. 2006-04-06 01:20:30 +00:00
nfsserver Introduce a new MAC entry point for label initialization of the NFS daemon's 2006-04-06 23:33:11 +00:00
opencrypto Be sure to wakeup the crypto thread when new request was queued. 2006-04-11 18:01:04 +00:00
pc98 Add minidump.h for pc98. 2006-04-21 12:13:59 +00:00
pccard
pci
posix4 Use proc lock to prevent a thread from exiting, Giant was no longer used to 2006-04-10 04:55:59 +00:00
powerpc Set the rid for any resource obtained from rman_resource_reserve. 2006-04-20 04:19:10 +00:00
rpc
security Introduce a new MAC entry point for label initialization of the NFS daemon's 2006-04-06 23:33:11 +00:00
sparc64 Set the rid for any resource obtained from rman_reserve_resource. 2006-04-20 04:20:41 +00:00
sys Bump __FreeBSD_version to reflect the addition of fcloseall() to libc. 2006-04-22 15:12:50 +00:00
tools
ufs Revert previous to this file before an actual request is made. 2006-04-22 04:22:15 +00:00
vm It seems that POSIX would rather ENODEV returned in place of EINVAL when 2006-04-21 07:17:25 +00:00
Makefile