summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reconfigure the runq macros to use the 64 bit ffs/bsf routines insteadpeter2003-12-061-5/+5
* Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtinpeter2003-12-061-1/+40
* Various whitespace and cosmetic sync-up's with i386.peter2003-12-069-12/+13
* amd64_protection_init and the protection_codes[] array was overkill.peter2003-12-061-50/+8
* Kill the ASM versions of the mtx_lock_spin and friends. They were neverpeter2003-12-061-31/+0
* MFi386: put the apic disable hook in a better place.peter2003-12-062-1/+5
* Revert some amd64 changes that cached curthread and converge back to thepeter2003-12-062-19/+3
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-0612-72/+30
* Do not panic when flushing dummynet firewall rulesemax2003-12-061-1/+1
* Fix a deadlock between vm_fault() and vm_mmap(): The expected lock orderingalc2003-12-061-4/+13
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)sanpei2003-12-064-0/+6
* Remove SMP option support from building the ACPI module as it is no longerjhb2003-12-051-3/+0
* File forgotten in the cx shuffle.imp2003-12-051-484/+0
* Fix some locking violations by creating seperate mutex classesmatk2003-12-051-3/+6
* Fix a potential problem with atapi-cam where an incorrect flag is passedscottl2003-12-051-1/+1
* Since the fdc driver can't autodetect the drive capacity on the Alpha,des2003-12-051-0/+1
* Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit.phk2003-12-041-5/+4
* Remove cx in its old location.imp2003-12-034-3199/+0
* Connect the cx driver to its new location in the tree.imp2003-12-033-7/+10
* There is no such thing as a pc98 machine with ISA expansion slots, norimp2003-12-032-9/+0
* - Reenable building of the ACPI module on i386.jhb2003-12-032-1/+1
* - Remove the hack to prevent the acpi module from loading.jhb2003-12-031-3/+95
* Add madt.c to the list of sources for i386.jhb2003-12-031-0/+3
* - Reorder the APIC enumerator SYSINIT's to register enumeators atjhb2003-12-033-29/+20
* Update this driver to be more module friendly:jhb2003-12-031-5/+7
* Temporary workaround for aac_cam to deal with CAM requiring Giant. Thisscottl2003-12-031-1/+9
* Fix for the missing slave problem.sos2003-12-031-1/+1
* Fix all users of mp_maxid to use the same semantics, namely:jhb2003-12-037-24/+15
* Export a few SMP related symbols in UP kernels as well. This is needed tojhb2003-12-033-7/+44
* Fix modesetting on ISA only systems.sos2003-12-031-1/+1
* Align the .ctors section correctly.phk2003-12-031-0/+1
* Updated cx driver commit part 1: bring in the new kernel driver.imp2003-12-0311-0/+8054
* Catch up with the procsig locking changes elsewhere. We were doingpeter2003-12-031-0/+6
* Add an additional knob to just disable the apic code without also havingpeter2003-12-031-1/+1
* Use if_flags to check for IFF_POLLING instead of if_ipending.pdeuskar2003-12-021-3/+3
* Swap destination and source arguments of two bcopy() calls.andre2003-12-021-2/+2
* Use parens more reasionably so we match the vendor code. This is partbrooks2003-12-021-2/+2
* Fixed panics in apic interrupt handlers if kernel profiling is turnedbde2003-12-021-1/+1
* Fixed some minor indentation bugs.bde2003-12-022-24/+24
* Fixed breakage of the pci case of the cy driver by the new interruptbde2003-12-025-127/+112
* After extensive QA cycles at 3ware, bring the driver in-line with all theps2003-12-027-158/+184
* Fix Lucent cards.imp2003-12-021-10/+25
* Major 186 for sx driver (for Specialix I/O8+) by frank@exit.comimp2003-12-021-0/+1
* Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriatesam2003-12-021-0/+1
* Fixed a bug in sendfile(2) where the sent data would be corrupted duedg2003-12-011-0/+5
* Rename the ELAN_* options to CPU_ELAN_* according the the brucification.phk2003-12-011-2/+2
* Use a mutex to synchronize the driver top and bottom halves instead oftruckman2003-12-014-9/+62
* SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.obrien2003-12-011-1/+1
* In dounmount(), only call checkdirs() prior to VFS_UNMOUNT() in theiedowse2003-11-301-3/+7
* - Make mp_maxid reflect the same meaning as it does on other architectures.jeff2003-11-301-2/+2
OpenPOWER on IntegriCloud