summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.phk2002-12-142-2/+2
* Add prototype for sockatmark().fenner2002-12-141-3/+1
* Don't fill in the table with the BIOS idea about disk-geometry, we don'tphk2002-12-142-30/+0
* Undo the adjustment of the total memory used by dirhash in the caseiedowse2002-12-141-6/+10
* Only dump the BIOS geometry table from bootinfo on PC98, we don't usephk2002-12-142-2/+10
* unwrap lines made short enough by SCARGS removalalfred2002-12-148-46/+23
* Bruce forwarded this tidbit from an analysis Van Jacobson did on andillon2002-12-142-2/+12
* Add page locking to pmap_mincore().alc2002-12-142-24/+40
* remove syscallarg().alfred2002-12-147-376/+376
* SCARGS removal take II.alfred2002-12-1456-1821/+1788
* Only the most recent snapshot contains the complete list of blocksmckusick2002-12-144-144/+204
* The buffer daemon cannot skip over buffers owned by locked inodes asmckusick2002-12-141-46/+64
* Fix two bugs:archie2002-12-141-12/+27
* libmchain no longer exports m_fixhdr(); remove it from EXPORT_SYMS.tjr2002-12-141-2/+1
* Keep trying to flush the vnode list for the mount while some are stilltjr2002-12-133-2/+19
* 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
OpenPOWER on IntegriCloud