summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-1720-852/+655
* Fix a deadlock on boot for some systems where reading the battery statusnjl2004-08-171-2/+6
* Defer the capture of the "expected sync bits" until the first "normal"gibbs2004-08-172-40/+26
* Annotate call to DELAY() in interrupt storm mitigation as beingrwatson2004-08-171-0/+3
* Add ISA attachement files for the aic7xxx driver.gibbs2004-08-172-0/+317
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-1714-156/+133
* - Sync whitespace and comments with i386 GENERIC.marius2004-08-161-53/+65
* Try to catch up with reality:marius2004-08-161-30/+38
* ciss's interrupt handler was missing the INTR_ENTROPY flag.peter2004-08-161-1/+2
* Sync with i386 - Optimize intr_execute_handlers a bit etc.peter2004-08-164-27/+71
* Sync with i386 - remove unused includespeter2004-08-161-2/+0
* Sync with i386 - get the softc via the devclass rather than caching the devpeter2004-08-161-2/+1
* Sync with i386 - add ADAPTIVE_GIANT, remove pcicpeter2004-08-161-1/+1
* Sync with i386 - add foot shooting protection for the DDB/KDB thing.peter2004-08-161-0/+5
* Sync with i386 - set rbp reg to 0 for upcalls as a frame marker, not thatpeter2004-08-161-0/+1
* Sync with i386 - trace syscall entry/exit times, and a cosmetic fix.peter2004-08-161-1/+7
* Sync with i386 - fix bounds check in lapic_create()peter2004-08-161-1/+1
* Sync with i386 - pass resource requests up to parentpeter2004-08-161-92/+2
* Sync with i386 - s/cpu_swtch/cpu_switch/peter2004-08-161-1/+1
* Sync with i386 - dont count needed bounce pages if loading a buffer thatpeter2004-08-161-1/+1
* Sync with i386 - cosmetic fixespeter2004-08-161-1/+2
* Catch up with i386 - remove lots of no longer used symbolic constantspeter2004-08-161-76/+1
* Sync with i386peter2004-08-161-3/+11
* The existing code fails some corner cases. Replace it witharun2004-08-161-6/+3
* Remove outb to "prime" the EISA ID registers of each slot. This wasgibbs2004-08-161-7/+4
* Modify the "legacy bus" to pass all resource allocations through to itsgibbs2004-08-161-92/+2
* Don't initialize static variables to 0 (C should just take care of that).philip2004-08-162-4/+4
* I'm a dumbass: remember to initialize fh->nf_map to NULL inwpaul2004-08-161-0/+1
* As I said: the previous commit was untested... Remove an #endif whichmarcel2004-08-161-1/+0
* Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It mustmarcel2004-08-164-15/+13
* The Texas Instruments ACX111 driver wants srand(), so provide it.wpaul2004-08-161-0/+10
* Make the Texas Instruments 802.11g chipset work with the NDISulator.wpaul2004-08-164-5/+20
* ITC.{i,d} instructions use format M41 not M42.arun2004-08-161-2/+2
* White space cleanup for netinet before branch:rwatson2004-08-1632-674/+674
* Comment out rev. 1.4 after problems w/ IPv6, a better solution must bemlaier2004-08-161-0/+2
* Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previousrik2004-08-161-364/+364
* Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 andambrisko2004-08-162-88/+134
* Update support for Synaptics Touchpads (Volume V)philip2004-08-162-10/+58
* agp_amd64.c is not needed on pc98.nyan2004-08-161-1/+4
* Some cards don't have the info entries in the CIS, so vendorstr and/orimp2004-08-161-7/+21
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-1638-58/+58
* And isa_if.himp2004-08-161-1/+1
* Add pccbb_isa.c and pccbb_pci.cimp2004-08-161-1/+1
* Upgrading a lock does not play well together with acquiring an exclusive lockkan2004-08-161-5/+12
* Add MP_WATCHDOG option information to pc98, as it uses the i386rwatson2004-08-162-0/+2
* Add /dev/mem and /dev/kmem to powerpc.ssouhlal2004-08-1611-0/+301
* Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32.obrien2004-08-163-12/+12
* Un-comment LINPROCFS.tjr2004-08-161-2/+2
* AMD64 on-CPU GART support.obrien2004-08-1616-8/+694
* style.9.obrien2004-08-162-24/+16
OpenPOWER on IntegriCloud