summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | - Unbreak UP. mp_maxid is not defined on uni-processor machines, althoughjeff2003-11-301-0/+8
* | - Don't forget to unlock the vnode interlock in the LK_NOWAIT case.jeff2003-11-301-1/+2
* | - Set mp_maxid in a way that is consistent with every other arch. It isjeff2003-11-301-3/+2
* | Fix ata-card.sos2003-11-302-38/+28
* | - Replace the local maxcpu with mp_maxid. Previously, if mp_maxidjeff2003-11-301-20/+48
* | correct typo in interrupt handling for the 2nd port of 2-port cardssam2003-11-292-2/+2
* | - In db_stack_trace_cmd() bail out if we get confused about the stack.jeff2003-11-291-3/+8
* | o track API change for HAL v0.9.6.1sam2003-11-293-18/+56
* | This commit was generated by cvs2svn to compensate for changes in r123041,sam2003-11-293-3167/+3429
|\ \ | |/
| * Version 0.9.6.1:sam2003-11-293-3167/+3429
* | Workaround for errata on early versions of the sii3112.sos2003-11-284-5/+13
* | Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed tosilby2003-11-281-1/+0
* | Fix an optimization where I made an ifdef'd out section to broad.andre2003-11-281-4/+4
* | missing splx.ume2003-11-281-0/+1
OpenPOWER on IntegriCloud