summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* unifdef -DPC98 -U__alpha__phk2002-12-151-315/+13
* Perform vm_object_lock() and vm_object_unlock() on kmem_objectalc2002-12-151-0/+4
* Update to previous change (1.54) to use an approperly wide inode fieldmckusick2002-12-152-9/+12
* Regenerate system calls (swapoff added)dillon2002-12-155-7/+15
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-1513-40/+530
* Fix a refcount race with the vmspace structure. In order to preventdillon2002-12-153-9/+27
* o Trim EOL whitespaces.maxim2002-12-152-24/+24
* o s/if_name[16]/if_name[IFNAMSIZ]/maxim2002-12-151-1/+1
* o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT).maxim2002-12-151-7/+7
* o Fix byte order logging issue: sa.sin_port is already in host byte order.maxim2002-12-151-1/+1
* o Clear a high bit of ipc_perm.seq so msgget(3) never returns amaxim2002-12-151-1/+1
* As per the comments, vm_object_page_remove() now expects its caller to lockalc2002-12-151-8/+2
* Perform vm_object_lock() and vm_object_unlock() aroundalc2002-12-151-2/+8
* Perform vm_object_lock() and vm_object_unlock() aroundalc2002-12-152-0/+4
* Remove redundant check for negative or zero v_usecount; vrele() alreadytjr2002-12-151-14/+7
* Remove unneeded casts. Add others to make WARNS=5 happy.obrien2002-12-152-12/+12
* Assert that the page queues lock is held in vm_page_unhold(),alc2002-12-151-2/+4
* MFi386 revisions 1.375 and 1.376alc2002-12-141-5/+14
* Change tcp.inflight_min from 1024 to a production default of 6144. Createdillon2002-12-142-8/+28
* Employ the unused bytes after the disklabel in the second sector. This makesphk2002-12-144-48/+22
* Remove unnecessary call to fsread().phk2002-12-142-2/+0
* Restructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2phk2002-12-141-91/+33
* Convert the use of vtophys() for doing autosense to use busdma. Also correctscottl2002-12-142-12/+79
* Always use the smaller GCC builtin memcpyphk2002-12-142-20/+0
* 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
OpenPOWER on IntegriCloud