1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys
Andrey V. Elsukov 472794bb9f Check that scheme is not already registered. This may happens when a
KLD is preloaded with loader(8) and leads to infinity loops.

Also do not return EEXIST error code from MOD_LOAD handler, because
we have undocumented(?) ability replace kernel's module with preloaded one.
And if we have so, then preloaded module will be initialized first.
Thus error in MOD_LOAD handler will be triggered for the kernel.

PR:		kern/165573
MFC after:	3 weeks
2012-03-23 07:26:17 +00:00
..
amd64 Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64. 2012-03-22 16:19:04 +00:00
arm Remove pty(4) from our kernel configurations. 2012-03-21 08:38:42 +00:00
boot Improve FDT handling in loader(8) and make it more robust. 2012-03-22 20:34:26 +00:00
bsm
cam
cddl Add dependencies onto acl_posix1e and acl_nfs4. 2012-03-13 20:29:04 +00:00
compat Remove some unnecessary includes. 2012-03-18 19:15:11 +00:00
conf Rework MIPS PMC code: 2012-03-22 18:01:23 +00:00
contrib Update the firmware to version 0.236 2012-03-21 19:09:52 +00:00
crypto
ddb
dev Add Octeon PMC hardware backend 2012-03-23 00:09:27 +00:00
fs Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs client 2012-03-17 23:03:20 +00:00
gdb
geom Check that scheme is not already registered. This may happens when a 2012-03-23 07:26:17 +00:00
gnu/fs
i386 Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64. 2012-03-22 16:19:04 +00:00
ia64 Remove pty(4) from our kernel configurations. 2012-03-21 08:38:42 +00:00
isa
kern Correct debug message. 2012-03-22 09:29:07 +00:00
kgssapi
libkern Declare the CRC lookup-tables const as they hardly should change at 2012-03-21 20:55:21 +00:00
mips Add pseudo-device for handling PMC interrupts and link everything 2012-03-23 00:11:54 +00:00
modules Connect geom_part_ldm module to the build. 2012-03-19 13:15:48 +00:00
net Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD. 2012-03-19 21:09:12 +00:00
net80211 Re-commit this - store the alq payload in network order. 2012-03-21 03:19:50 +00:00
netatalk
netgraph Use rt_numfibs variable instead of compile-time RT_NUMFIBS. 2012-03-13 11:08:40 +00:00
netinet Small cleanup of the code. No functional change (in FreeBSD kernel). 2012-03-22 16:22:16 +00:00
netinet6 in6_pcblookup_local() still can return a pcb with NULL 2012-03-21 08:43:38 +00:00
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Fix build of OFED bits with debugging options enabled. 2012-03-19 19:53:53 +00:00
opencrypto
pc98 Remove pty(4) from our kernel configurations. 2012-03-21 08:38:42 +00:00
pci
powerpc Remove pty(4) from our kernel configurations. 2012-03-21 08:38:42 +00:00
rpc
security
sparc64 Remove pty(4) from our kernel configurations. 2012-03-21 08:38:42 +00:00
sys Add Octeon class and CPU type 2012-03-23 00:03:26 +00:00
teken
tools
ufs Supply boolean as the second argument to ffs_update(), and not a 2012-03-13 22:04:27 +00:00
vm Handle spurious page faults that may occur in no-fault sections of the 2012-03-22 04:52:51 +00:00
x86 Mark the 'lapics' and 'ioapics' arrays here static since they are 2012-03-22 12:23:32 +00:00
xdr
xen
Makefile Add sys/ofed to the 'make cscope' target. 2012-03-20 18:05:15 +00:00