summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the amd(4) driver to it's own directory in preparation for it growingscottl2002-12-135-3035/+13
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-1356-1788/+1821
* Remove SCARGS.alfred2002-12-1356-1821/+1788
* Add a couple of KASSERTS, just in case.phk2002-12-131-0/+4
* Correct a harmless problem when creating the DMA tagmux2002-12-131-1/+1
* Don't interpret the hotspots relative to all slices on a slicer, butphk2002-12-132-3/+7
* Fix spelling in comment.phk2002-12-131-1/+1
* Problem: Hang while bootup on Perc2/SC.emoore2002-12-131-2/+4
* Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead oftjr2002-12-131-1/+2
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-136-11/+13
* Drop filedesc lock and acquire Giant around calls to malloc() and free().tjr2002-12-131-1/+18
* HEAD reverts to 5.0-CURRENTmurray2002-12-131-1/+1
* Don't run kldxref when installing modules on sparc64. kldxref and the wholejake2002-12-132-2/+2
* Create raw plexes and subdisks, not the old volume-related ones. Thisgrog2002-12-131-2/+2
* sable the CAM interface on some more cards. It seemed to be confusing andscottl2002-12-121-5/+5
* The uftdi driver runs with multiple instances.ticso2002-12-121-5/+0
* Clear the "device open" flag in daopen() before returning a error,yar2002-12-121-0/+1
* Fix a buffer overrun in /dev/random which, due to the nature of themarkm2002-12-121-3/+4
* Uniformly refer to a file system as "file system".ru2002-12-122-2/+2
* revive_block: If we have an I/O error, don't forget to drop the stripe lock.grog2002-12-121-2/+4
* Remove the comment about dump(8) not working properly with snapshots.trhodes2002-12-121-3/+1
* (1) Problem: PANIC when loading/unloading driveremoore2002-12-115-11/+95
* Add sysctl knob to stop disabling acpi on shutdown.takawata2002-12-112-2/+10
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-108-28/+33
* Default policies to on: if you load them or compile them into yourrwatson2002-12-107-7/+7
* Play nice with GEOM and use the appropriate ioctls for getting thescottl2002-12-101-20/+12
* The exit() function has been moved to libefi.c to better deal withmarcel2002-12-101-39/+0
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-105-41/+141
* o Make all GUID variables global to maximize reuse.marcel2002-12-102-42/+64
* Build EFI with -fshort-wchar so that L"some string" works with themarcel2002-12-101-1/+1
* Remove _putchar, _puts and _puthex. These functions are unused.marcel2002-12-102-202/+4
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-1014-280/+198
* Fix a panic unloading the bktr driver when devfs is in use.roger2002-12-091-10/+2
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-0923-158/+199
* Document that ENABLE_VFS_IOOPT is dangerous. Please don't use it.rwatson2002-12-091-0/+3
* MFNetBSD: (partial 1.133)joe2002-12-091-0/+2
* MFNetBSD:joe2002-12-091-5/+0
* Don't corrupt the ED list whilst removing an entry.joe2002-12-091-1/+1
* Add the GUID of the DIG64 HCDP table.marcel2002-12-081-0/+3
* Use one of the bi_spare entries for the DIG64 HCDP table address.marcel2002-12-081-1/+2
* Disable SMP. It reduces the chance that the kernel boots. On topmarcel2002-12-081-1/+1
* The boot manager sets the watchdog timer to 5 minutes before invokingmarcel2002-12-082-12/+20
* In efi_cons_poll we check if a key is present (pending) by checkingmarcel2002-12-081-4/+10
* Fix emulation of the fcntl64() syscall. In Linux, this is exactlyiedowse2002-12-081-39/+33
* Correct alphabetization of awi entry.rwatson2002-12-081-1/+1
* To avoid lock order reversals in getnewvnode(), the call to uma_zfree()alc2002-12-081-3/+11
* Move the awi module build dependency into the MACHINE_ARCH=i386 entry.rwatson2002-12-081-3/+2
* MFS: recognize gre packets used in the WCCP protocol.sobomax2002-12-072-1/+9
* Hook up the awi module for build on i386 and pc98, which appear to berwatson2002-12-071-1/+3
* Fix a bug which caused signals on YUV images to fail.roger2002-12-071-7/+6
OpenPOWER on IntegriCloud