aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* SCARGS removal take II.Alfred Perlstein2002-12-1456-1821/+1788
* Only the most recent snapshot contains the complete list of blocksKirk McKusick2002-12-144-144/+204
* The buffer daemon cannot skip over buffers owned by locked inodes asKirk McKusick2002-12-141-46/+64
* Fix two bugs:Archie Cobbs2002-12-141-12/+27
* libmchain no longer exports m_fixhdr(); remove it from EXPORT_SYMS.Tim J. Robbins2002-12-141-2/+1
* Keep trying to flush the vnode list for the mount while some are stillTim J. Robbins2002-12-133-2/+19
* Move the amd(4) driver to it's own directory in preparation for it growingScott Long2002-12-135-3035/+13
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-1356-1788/+1821
* Remove SCARGS.Alfred Perlstein2002-12-1356-1821/+1788
* Add a couple of KASSERTS, just in case.Poul-Henning Kamp2002-12-131-0/+4
* Correct a harmless problem when creating the DMA tagMaxime Henrion2002-12-131-1/+1
* Don't interpret the hotspots relative to all slices on a slicer, butPoul-Henning Kamp2002-12-132-3/+7
* Fix spelling in comment.Poul-Henning Kamp2002-12-131-1/+1
* Problem: Hang while bootup on Perc2/SC.Eric Moore2002-12-131-2/+4
* Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead ofTim J. Robbins2002-12-131-1/+2
* Store a reference to the parent directory's vnode in struct smbnode,Tim J. Robbins2002-12-136-11/+13
* Drop filedesc lock and acquire Giant around calls to malloc() and free().Tim J. Robbins2002-12-131-1/+18
* HEAD reverts to 5.0-CURRENTMurray Stokely2002-12-131-1/+1
* Don't run kldxref when installing modules on sparc64. kldxref and the wholeJake Burkholder2002-12-132-2/+2
* Create raw plexes and subdisks, not the old volume-related ones. ThisGreg Lehey2002-12-131-2/+2
* sable the CAM interface on some more cards. It seemed to be confusing andScott Long2002-12-121-5/+5
* The uftdi driver runs with multiple instances.Bernd Walter2002-12-121-5/+0
* Clear the "device open" flag in daopen() before returning a error,Yaroslav Tykhiy2002-12-121-0/+1
* Fix a buffer overrun in /dev/random which, due to the nature of theMark Murray2002-12-121-3/+4
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-122-2/+2
* revive_block: If we have an I/O error, don't forget to drop the stripe lock.Greg Lehey2002-12-121-2/+4
* Remove the comment about dump(8) not working properly with snapshots.Tom Rhodes2002-12-121-3/+1
* (1) Problem: PANIC when loading/unloading driverEric Moore2002-12-115-11/+95
* Add sysctl knob to stop disabling acpi on shutdown.Takanori Watanabe2002-12-112-2/+10
* Pass the HCDP table address to the kernel. If no such table exists,Marcel Moolenaar2002-12-108-28/+33
* Default policies to on: if you load them or compile them into yourRobert Watson2002-12-107-7/+7
* Play nice with GEOM and use the appropriate ioctls for getting theScott Long2002-12-101-20/+12
* The exit() function has been moved to libefi.c to better deal withMarcel Moolenaar2002-12-101-39/+0
* Change the startup code to fix a memory leak and to allow us toMarcel Moolenaar2002-12-105-41/+141
* o Make all GUID variables global to maximize reuse.Marcel Moolenaar2002-12-102-42/+64
* Build EFI with -fshort-wchar so that L"some string" works with theMarcel Moolenaar2002-12-101-1/+1
* Remove _putchar, _puts and _puthex. These functions are unused.Marcel Moolenaar2002-12-102-202/+4
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storageJulian Elischer2002-12-1014-280/+198
* Fix a panic unloading the bktr driver when devfs is in use.Roger Hardiman2002-12-091-10/+2
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-0923-158/+199
* Document that ENABLE_VFS_IOOPT is dangerous. Please don't use it.Robert Watson2002-12-091-0/+3
* MFNetBSD: (partial 1.133)Josef Karthauser2002-12-091-0/+2
* MFNetBSD:Josef Karthauser2002-12-091-5/+0
* Don't corrupt the ED list whilst removing an entry.Josef Karthauser2002-12-091-1/+1
* Add the GUID of the DIG64 HCDP table.Marcel Moolenaar2002-12-081-0/+3
* Use one of the bi_spare entries for the DIG64 HCDP table address.Marcel Moolenaar2002-12-081-1/+2
* Disable SMP. It reduces the chance that the kernel boots. On topMarcel Moolenaar2002-12-081-1/+1
* The boot manager sets the watchdog timer to 5 minutes before invokingMarcel Moolenaar2002-12-082-12/+20
* In efi_cons_poll we check if a key is present (pending) by checkingMarcel Moolenaar2002-12-081-4/+10
* Fix emulation of the fcntl64() syscall. In Linux, this is exactlyIan Dowse2002-12-081-39/+33