1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys
Lukas Ertl 3242376072 There's a chance that the VINUMDRIVE class tastes before the
VINUM class, so let the VINUMDRIVE class parse the on-disk
configuration, too.
2004-07-25 23:01:09 +00:00
..
alpha Unify db_stack_trace_cmd(). All it did was look up the thread given 2004-07-21 05:07:09 +00:00
amd64 Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only. 2004-07-22 22:29:45 +00:00
arm MFi386 revision 1.421 2004-07-22 23:04:41 +00:00
boot o Support the REL32LSB relocation. It's in the ELF file from which 2004-07-20 07:11:14 +00:00
cam Quirk for SEGRAND NP-900 USB MP3Player 2004-07-18 05:39:14 +00:00
coda Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00
compat *sigh* Fix source code compatibility with 5.2.1-RELEASE _again_. 2004-07-20 20:28:57 +00:00
conf Reinforce discouragement of the use of FULL_PREEMPTION. 2004-07-23 17:44:07 +00:00
contrib Fix the following LOR on pf module unload: 2004-07-23 03:37:05 +00:00
crypto
ddb Oops... Add the CS_OWN flag to the trace and where commands so that 2004-07-21 05:55:51 +00:00
dev Whitespace cleanup and move static variables together. 2004-07-24 20:40:02 +00:00
doc
fs In devfs_allocv(), rather than assigning 'td = curthread', assert that 2004-07-22 17:03:14 +00:00
gdb
geom There's a chance that the VINUMDRIVE class tastes before the 2004-07-25 23:01:09 +00:00
gnu
i4b Fix a possible hang which apparently occurs during a warm boot (cold boot 2004-07-18 20:13:31 +00:00
i386 Get the acpi softc via the devclass, not by caching the device. Replace 2004-07-24 22:41:30 +00:00
ia64 Work-around a gcc code generation bug for function descriptors 2004-07-25 07:07:09 +00:00
isa Ignore more strange return values of the test_aux_port() function, 2004-07-16 22:04:29 +00:00
isofs/cd9660
kern Eliminate unused second argument to reassignbuf() and simplify it 2004-07-25 21:24:23 +00:00
libkern Copy qsort_r(3) from libc to libkern. 2004-07-15 23:58:23 +00:00
modules Add the ACPI Panasonic extras driver. 2004-07-21 14:47:54 +00:00
net Prefer NULL to '0' when checking a pointer value. 2004-07-24 16:58:56 +00:00
net80211
netatalk Further function forward declaration white space tweaks. 2004-07-19 17:18:58 +00:00
netatm Fix a typo that could provoke a panic or access to random memory. 2004-07-19 12:54:00 +00:00
netgraph Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
netinet Extend versrcreach by checking against the rt_flags for RTF_REJECT and 2004-07-21 19:55:14 +00:00
netinet6 Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client Eliminate unused second argument to reassignbuf() and simplify it 2004-07-25 21:24:23 +00:00
nfsclient Eliminate unused second argument to reassignbuf() and simplify it 2004-07-25 21:24:23 +00:00
nfsserver If debug.mpsafenet is non-zero, run the NFS server callout without 2004-07-24 02:32:27 +00:00
opencrypto Push acquisition of Giant from fdrop_closed() into fo_close() so that 2004-07-22 18:35:43 +00:00
pc98 Merged from sys/dev/sio/sio.c revision 1.450. 2004-07-24 15:13:42 +00:00
pccard
pci
posix4
powerpc Let ddb know powerpc is big endian so as to make ddb output 2004-07-23 14:45:15 +00:00
rpc fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[] 2004-07-15 22:21:25 +00:00
security Allow an effective uid of root to bypass mac_bsdextended rules; the MAC 2004-07-23 01:53:28 +00:00
sparc64 Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocating 2004-07-23 06:49:49 +00:00
sys Eliminate unused second argument to reassignbuf() and simplify it 2004-07-25 21:24:23 +00:00
tools
ufs Make sure to update the mnt_stats before UFS1 extattr tried to 2004-07-14 14:19:32 +00:00
vm For years, kmem_alloc_pageable() has been misused. Now that the last of 2004-07-25 20:08:59 +00:00
Makefile