summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* amd64_protection_init and the protection_codes[] array was overkill.Peter Wemm2003-12-061-50/+8
* Kill the ASM versions of the mtx_lock_spin and friends. They were neverPeter Wemm2003-12-061-31/+0
* MFi386: put the apic disable hook in a better place.Peter Wemm2003-12-062-1/+5
* Revert some amd64 changes that cached curthread and converge back to thePeter Wemm2003-12-062-19/+3
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),Robert Watson2003-12-0612-72/+30
* Do not panic when flushing dummynet firewall rulesMaksim Yevmenkin2003-12-061-1/+1
* Fix a deadlock between vm_fault() and vm_mmap(): The expected lock orderingAlan Cox2003-12-061-4/+13
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)MIHIRA Sanpei Yoshiro2003-12-064-0/+6
* Remove SMP option support from building the ACPI module as it is no longerJohn Baldwin2003-12-051-3/+0
* File forgotten in the cx shuffle.Warner Losh2003-12-051-484/+0
* Fix some locking violations by creating seperate mutex classesMathew Kanner2003-12-051-3/+6
* Fix a potential problem with atapi-cam where an incorrect flag is passedScott Long2003-12-051-1/+1
* Since the fdc driver can't autodetect the drive capacity on the Alpha,Dag-Erling Smørgrav2003-12-051-0/+1
* Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit.Poul-Henning Kamp2003-12-041-5/+4
* Remove cx in its old location.Warner Losh2003-12-034-3199/+0
* Connect the cx driver to its new location in the tree.Warner Losh2003-12-033-7/+10
* There is no such thing as a pc98 machine with ISA expansion slots, norWarner Losh2003-12-032-9/+0
* - Reenable building of the ACPI module on i386.John Baldwin2003-12-032-1/+1
* - Remove the hack to prevent the acpi module from loading.John Baldwin2003-12-031-3/+95
* Add madt.c to the list of sources for i386.John Baldwin2003-12-031-0/+3
* - Reorder the APIC enumerator SYSINIT's to register enumeators atJohn Baldwin2003-12-033-29/+20
* Update this driver to be more module friendly:John Baldwin2003-12-031-5/+7
* Temporary workaround for aac_cam to deal with CAM requiring Giant. ThisScott Long2003-12-031-1/+9
* Fix for the missing slave problem.Søren Schmidt2003-12-031-1/+1
* Fix all users of mp_maxid to use the same semantics, namely:John Baldwin2003-12-037-24/+15
* Export a few SMP related symbols in UP kernels as well. This is needed toJohn Baldwin2003-12-033-7/+44
* Fix modesetting on ISA only systems.Søren Schmidt2003-12-031-1/+1
* Align the .ctors section correctly.Poul-Henning Kamp2003-12-031-0/+1
* Updated cx driver commit part 1: bring in the new kernel driver.Warner Losh2003-12-0311-0/+8054
* Catch up with the procsig locking changes elsewhere. We were doingPeter Wemm2003-12-031-0/+6
* Add an additional knob to just disable the apic code without also havingPeter Wemm2003-12-031-1/+1
* Use if_flags to check for IFF_POLLING instead of if_ipending.Prafulla Deuskar2003-12-021-3/+3
* Swap destination and source arguments of two bcopy() calls.Andre Oppermann2003-12-021-2/+2
* Use parens more reasionably so we match the vendor code. This is partBrooks Davis2003-12-021-2/+2
* Fixed panics in apic interrupt handlers if kernel profiling is turnedBruce Evans2003-12-021-1/+1
* Fixed some minor indentation bugs.Bruce Evans2003-12-022-22/+22
* Fixed breakage of the pci case of the cy driver by the new interruptBruce Evans2003-12-025-127/+112
* After extensive QA cycles at 3ware, bring the driver in-line with all thePaul Saab2003-12-027-157/+183
* Fix Lucent cards.Warner Losh2003-12-021-10/+25
* Major 186 for sx driver (for Specialix I/O8+) by frank@exit.comWarner Losh2003-12-021-0/+1
* Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriateSam Leffler2003-12-021-0/+1
* Fixed a bug in sendfile(2) where the sent data would be corrupted dueDavid Greenman2003-12-011-0/+5
* Rename the ELAN_* options to CPU_ELAN_* according the the brucification.Poul-Henning Kamp2003-12-011-2/+2
* Use a mutex to synchronize the driver top and bottom halves instead ofDon Lewis2003-12-014-9/+62
* SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.David E. O'Brien2003-12-011-1/+1
* In dounmount(), only call checkdirs() prior to VFS_UNMOUNT() in theIan Dowse2003-11-301-3/+7
* - Make mp_maxid reflect the same meaning as it does on other architectures.Jeff Roberson2003-11-301-2/+2
* - Unbreak UP. mp_maxid is not defined on uni-processor machines, althoughJeff Roberson2003-11-301-0/+8
* - Don't forget to unlock the vnode interlock in the LK_NOWAIT case.Jeff Roberson2003-11-301-1/+2
* - Set mp_maxid in a way that is consistent with every other arch. It isJeff Roberson2003-11-301-3/+2