summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the handling of the kernel and kmem objects in vm_map_delete(): Inalc2003-09-231-23/+18
* Oops. back out last commit. The data and stack limits are used by thepeter2003-09-231-2/+2
* Fix patch transcription typo. s/IDT_BPT/IDT_BP/peter2003-09-231-1/+1
* From the Broadcom Eratta:ps2003-09-231-2/+1
* Sync with i386 version. The quality initialization was missing and somepeter2003-09-232-5/+2
* add lockingsam2003-09-232-65/+104
* GC unused child variablepeter2003-09-231-2/+1
* MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcibpeter2003-09-232-51/+64
* Move basemem variable into global scope so that the MP startup code canpeter2003-09-222-1/+4
* While cleaning out my tree, fix another strict alias warning that wouldpeter2003-09-221-1/+1
* Increase the default data size limit from 512MB to 8GB. Increase defaultpeter2003-09-221-2/+2
* MFi386 rev 1.51 by scottl: make dflt_lock() always panic.peter2003-09-221-4/+0
* MFi386 rev 1.53 by scottl: Allocate the S/G list in the tag, not onpeter2003-09-221-27/+32
* MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dontpeter2003-09-223-0/+10
* MFi386 rev 1.105 by jhb: fix comment typopeter2003-09-221-1/+1
* MFi386 rev 1.256 by jhb: remove redundant #include <sys/sysctl.h>peter2003-09-221-2/+0
* MFi386 rev 1.25 by jhb: add new MSR's and some missing older ones andpeter2003-09-221-3/+25
* MFi386 rev 1.55 by sam: remove unused #define BUS_DMAMAP_NSEGSpeter2003-09-221-2/+0
* MFi386 rev 1.37: constant-friendly bswap macrospeter2003-09-221-4/+70
* MFi386: pci_cfgreg.h rev 1.10 by jhb/des/njl. Fix CONF1_ENABLE_MSK.peter2003-09-221-1/+1
* MFCi386: trap.c rev 1.257 by bde. Don't forget to reenable interruptspeter2003-09-221-0/+1
* MFi386 by jhb: add acpi_SetDefaultIntrModel();peter2003-09-222-0/+14
* MFi386 by jhb: use symbolic constants for the IDT entries.peter2003-09-223-22/+45
* MFi386: machdep.c:1.570 clock.c:1.204 by bde: Quick fix for calling DELAYpeter2003-09-222-3/+19
* Microoptimization to allow the compiler to evaluate ntohl() etc onpeter2003-09-221-4/+49
* Simplify the KOBJOPLOOKUP macro for the non-debug case so that gcc'speter2003-09-221-7/+13
* Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.tmm2003-09-222-6/+6
* Previous commit contained too-smart-for-its-own-good code that mightdes2003-09-221-8/+9
* Fake multi-cpu statistics for proc/stat by dividing the totals by thedes2003-09-221-5/+18
* Soften assert in pmap_remove_all.grehan2003-09-223-12/+75
* ATAng requires <sys/taskqueue.h>grehan2003-09-222-0/+2
* Sony PEGA-WL110 Wireless LANimp2003-09-221-0/+1
* sync to 1.72imp2003-09-221-14/+21
* Merge from NetBSD:imp2003-09-221-5/+8
* Add an off_t cast to prevent overflow on media size. This shouldnjl2003-09-221-1/+1
* - vm_hold_free_pages() should lock the kernel object. (The pages beingalc2003-09-221-6/+6
* Fix the ACPI_DEBUG case.njl2003-09-221-2/+2
* Initialize the page's pindex field even for VM_ALLOC_NOOBJ allocations.alc2003-09-221-0/+2
* Allocate the page table directory page(s) as "no object" pages. (Thisalc2003-09-211-10/+14
* Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partitionphk2003-09-212-4/+9
* Make this compile.phk2003-09-211-0/+2
* (atapi_cb): Reorganize error handling circuitry.thomas2003-09-211-17/+19
* (atapi_cb): Disable autosense for now as it causes a missed ATA interrupt.thomas2003-09-211-2/+8
* (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.thomas2003-09-211-0/+1
* (camperiphdone): When the cam_periph layer performs sense recovery,thomas2003-09-211-1/+1
* - Fix MD_SMALL_ALLOC on architectures that support it. Define a new allocjeff2003-09-211-21/+46
* Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"njl2003-09-211-17/+49
* Reimplement pmap_release() such that it uses the page table rather than thealc2003-09-201-10/+5
* Bad Jeffr! No cookie!peter2003-09-201-2/+2
* Remove the dual-address cycle stuff. DAC is used to allow a bus masterwpaul2003-09-201-4/+2
OpenPOWER on IntegriCloud