summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Constification and some s/int/u_int/ changes.phk2002-12-1611-84/+85
* Change the way ELF coredumps are handled. Instead of unconditionallydillon2002-12-162-11/+32
* Add the trm(4) driver.cognet2002-12-162-0/+2
* The HP DAT 40 tape drive should be able to handle variable block sizes.trhodes2002-12-161-0/+4
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inrobert2002-12-166-40/+18
* Ignore IEEE1284 descriptors when looking for bidirectional mode. We don'tdes2002-12-161-2/+2
* MFNetBSD: 1.52-1.55des2002-12-161-4/+17
* Fix the panic that occurs when kldunloading trm by using the correctcognet2002-12-162-29/+51
* fixed a bug that IPv6 multicast packet is not forwarded if its packet size is...suz2002-12-161-1/+1
* Regen: swapoffmarcel2002-12-169-12/+15
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.marcel2002-12-163-3/+3
* 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
OpenPOWER on IntegriCloud