aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-14/+19
* Wire the sysctl output buffer before grabbing any locks to preventDon Lewis2002-07-289-0/+15
* Fix a bug introduced in previous commit. Due to the interaction of theJake Burkholder2002-07-281-2/+2
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-2/+8
* Revert the previous delta; uintfptr_t needs to be available toMike Barcroft2002-07-281-0/+1
* Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-0/+8
* Correct misindentation of DRA_UID.Dima Dorfman2002-07-281-1/+1
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-2/+3
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-0/+2
* Unimplement panic(8) by making sure that we don't recurse into aDima Dorfman2002-07-281-5/+11
* Add declarations for btext and etext.Jake Burkholder2002-07-281-0/+3
* Unwind the syscall_with_err_pushed tweak that jake did some time back.Peter Wemm2002-07-285-8/+48
* uintfptr_t has moved to machine/types.h.Jake Burkholder2002-07-271-1/+0
* o Require that the page queues lock is held on entry to vm_pageout_clean()Alan Cox2002-07-273-5/+9
* Make bn_name a const char * to quieten some warnings.David Malone2002-07-271-1/+1
* Make spxnames a const char * to quieten some warnings in netstat.David Malone2002-07-271-1/+1
* If a socket is disconnected for some reason (like a TCP connectionDavid Malone2002-07-272-0/+2
* Implement a direct mapped address region, like alpha and ia64. ThisJake Burkholder2002-07-276-42/+182
* Fix location and name of if_an_pci.c in comment.Bill Fenner2002-07-271-1/+1
* Reserve VCACHEDLABEL vnode flag for use by the TrustedBSD MACRobert Watson2002-07-271-1/+1
* Remote socheckproc(), which was removed when p_can*() was introducedRobert Watson2002-07-271-1/+0
* Slight whitespace cleanup. Whitespace sync to MAC tree.Robert Watson2002-07-271-2/+2
* Kernel options for Mandatory Access Control (MAC).Robert Watson2002-07-272-1/+14
* Slight restructuring of the logic for credential change case identificationRobert Watson2002-07-271-2/+8
* Disable optimization of spinlocks on UP kernels w/o debugging for nowJohn Baldwin2002-07-273-5/+5
* Whitespace nit in previous revision.John Baldwin2002-07-271-1/+1
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES isMike Barcroft2002-07-271-5/+0
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES isMike Barcroft2002-07-271-1/+0
* Properly change the block_size on different CD media, and use thatSøren Schmidt2002-07-273-6/+15
* Do not try and probe random PNP devices, This Is Bad.Peter Wemm2002-07-271-23/+29
* Make si_debug tunable.Peter Wemm2002-07-271-0/+1
* o Lock page queue accesses by vm_page_activate().Alan Cox2002-07-271-0/+6
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate()Alan Cox2002-07-271-7/+6
* - The default for lock, unlock, and islocked is now std* instead of no*.Jeff Roberson2002-07-271-3/+3
* - Explicitly state that specfs does not support locking by usingJeff Roberson2002-07-271-0/+3
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().Alan Cox2002-07-271-1/+2
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().Alan Cox2002-07-271-0/+2
* Send a disassoc packet for a STA that we don't know about that claims toWarner Losh2002-07-262-17/+15
* Only INTERSIL 0.8.3 and newer firmware is supported with hostap mode.Warner Losh2002-07-261-8/+13
* No doubt about it, I gotta get a better hat:Warner Losh2002-07-261-0/+1
* Fix the max transfer size for ATAPI devices. The spec says toSøren Schmidt2002-07-263-4/+4
* Looks like a last second change wasn't completely backed out.Warner Losh2002-07-261-1/+0
* Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID.Takanori Watanabe2002-07-261-0/+1
* Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to betterJake Burkholder2002-07-269-60/+21
* Fix -Werror build for sparc64: Use the appropriate conversionRobert Drehmel2002-07-262-2/+2
* MFp4:Warner Losh2002-07-262-122/+143
* MFp4:Warner Losh2002-07-264-126/+155
* MFp4:Warner Losh2002-07-263-20/+25
* Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes. It can alsoWarner Losh2002-07-262-21/+35
* gethints.awk is a machine-specific 4.x->5.x transition aid. We cannotPeter Wemm2002-07-262-162/+39