summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reduce diffs with Peter's expanded diffs:imp2002-12-172-8/+8
* Add a check for negative offset locations and return EINVAL for them.phk2002-12-171-0/+5
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aimp2002-12-174-142/+120
* Remove unused lockcnt variable.phk2002-12-171-3/+0
* Hold the page queues lock when performing vm_page_flag_set().alc2002-12-172-1/+3
* Indent properly.phk2002-12-171-1/+2
* Remove unused variable cn_devfsdev.phk2002-12-171-2/+1
* Remove unused and incorrectly maintained variable "in_interfaces"phk2002-12-171-4/+0
* Don't cast a pointer to (intptr_t) and then on to (int) when we cannotphk2002-12-171-3/+3
* Try to fix the problem with burncd blank not seeing the end ofsos2002-12-171-14/+9
* This should be the way PC98 ATA disks are seen geometry wise.sos2002-12-173-4/+10
* Don't mangle geometry for pc98, this will happen in the ata driver.phk2002-12-171-4/+0
* Unspam some experimental changes which should not have been committed.phk2002-12-171-13/+40
* Remember to hold topology lock when we change things.phk2002-12-171-0/+2
* Constify the dumpconf() function.phk2002-12-171-1/+1
* Back out 1.19 to rethink approachnjl2002-12-172-4/+4
* Check that the dump device is large enough. Otherwise we couldmarcel2002-12-171-0/+10
* Automatically issue a "continue" along with the "detach" command. Thisnjl2002-12-172-4/+4
* Fix syntax in last commit.dillon2002-12-172-6/+6
* Convert the xl(4) driver to the busdma API. This should makemux2002-12-172-157/+300
* Reformat last changejulian2002-12-162-10/+14
* Get rid of g_slice_addslice() and use g_slice_config() instead.phk2002-12-166-130/+101
* Don't dump core into a partition that is too small for it.julian2002-12-162-0/+18
* 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
OpenPOWER on IntegriCloud