summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Lock page queue accesses by vm_page_free().alc2002-07-281-2/+8
* Revert the previous delta; uintfptr_t needs to be available tomike2002-07-281-0/+1
* Lock page queue accesses by vm_page_free().alc2002-07-281-0/+8
* Correct misindentation of DRA_UID.dd2002-07-281-1/+1
* o Lock page queue accesses by vm_page_free().alc2002-07-281-2/+3
* o Lock page queue accesses by vm_page_free().alc2002-07-281-0/+2
* Unimplement panic(8) by making sure that we don't recurse into add2002-07-281-5/+11
* Add declarations for btext and etext.jake2002-07-281-0/+3
* Unwind the syscall_with_err_pushed tweak that jake did some time back.peter2002-07-285-8/+48
* uintfptr_t has moved to machine/types.h.jake2002-07-271-1/+0
* o Require that the page queues lock is held on entry to vm_pageout_clean()alc2002-07-273-5/+9
* Make bn_name a const char * to quieten some warnings.dwmalone2002-07-271-1/+1
* Make spxnames a const char * to quieten some warnings in netstat.dwmalone2002-07-271-1/+1
* If a socket is disconnected for some reason (like a TCP connectiondwmalone2002-07-272-0/+2
* Implement a direct mapped address region, like alpha and ia64. Thisjake2002-07-276-42/+182
* Fix location and name of if_an_pci.c in comment.fenner2002-07-271-1/+1
* Reserve VCACHEDLABEL vnode flag for use by the TrustedBSD MACrwatson2002-07-271-1/+1
* Remote socheckproc(), which was removed when p_can*() was introducedrwatson2002-07-271-1/+0
* Slight whitespace cleanup. Whitespace sync to MAC tree.rwatson2002-07-271-2/+2
* Kernel options for Mandatory Access Control (MAC).rwatson2002-07-272-1/+14
* Slight restructuring of the logic for credential change case identificationrwatson2002-07-271-2/+8
* Disable optimization of spinlocks on UP kernels w/o debugging for nowjhb2002-07-273-5/+5
* Whitespace nit in previous revision.jhb2002-07-271-1/+1
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES ismike2002-07-271-5/+0
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES ismike2002-07-271-1/+0
* Properly change the block_size on different CD media, and use thatsos2002-07-273-6/+15
* Do not try and probe random PNP devices, This Is Bad.peter2002-07-271-23/+29
* Make si_debug tunable.peter2002-07-271-0/+1
* o Lock page queue accesses by vm_page_activate().alc2002-07-271-0/+6
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate()alc2002-07-271-7/+6
* - The default for lock, unlock, and islocked is now std* instead of no*.jeff2002-07-271-3/+3
* - Explicitly state that specfs does not support locking by usingjeff2002-07-271-0/+3
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().alc2002-07-271-1/+2
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().alc2002-07-271-0/+2
* Send a disassoc packet for a STA that we don't know about that claims toimp2002-07-262-17/+15
* Only INTERSIL 0.8.3 and newer firmware is supported with hostap mode.imp2002-07-261-8/+13
* No doubt about it, I gotta get a better hat:imp2002-07-261-0/+1
* Fix the max transfer size for ATAPI devices. The spec says tosos2002-07-263-4/+4
* Looks like a last second change wasn't completely backed out.imp2002-07-261-1/+0
* Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID.takawata2002-07-261-0/+1
* Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to betterjake2002-07-269-60/+21
* Fix -Werror build for sparc64: Use the appropriate conversionrobert2002-07-262-2/+2
* MFp4:imp2002-07-262-122/+143
* MFp4:imp2002-07-264-127/+156
* MFp4:imp2002-07-263-20/+25
* Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes. It can alsoimp2002-07-262-21/+35
* gethints.awk is a machine-specific 4.x->5.x transition aid. We cannotpeter2002-07-262-162/+39
* Recognize the Altima AC9100 chip, which is used in current versionsjdp2002-07-262-0/+3
* Frequency default should be '25' for 25MHz, not 25000000.mjacob2002-07-251-7/+23
* Don't test against default_iid being zero as a test for whether wemjacob2002-07-251-1/+2
OpenPOWER on IntegriCloud