summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Sometimes cardbus attachments don't attach, so while we track downimp2003-11-2816-2/+18
* | Eliminate a duplicate free when deleting an interface address. Thissam2003-11-281-11/+1
* | Refactor AMD Elan 520 CPU support.phk2003-11-271-61/+222
* | Improve semantics of the 'sequence' command to led(4) devices:phk2003-11-271-12/+12
* | Fix a panic due to holding a lock over calls to uiomove.matk2003-11-273-30/+39
* | Fix i386 apic support merge botch. sizeof(long) is 8, not 4. This fixespeter2003-11-271-1/+1
* | * If a processor's softc is NULL, use C1 since there is no ACPInjl2003-11-271-4/+11
* | Fix verify_rev_path() function. The author of this function tried toandre2003-11-271-13/+7
* | ServeRaid (at least 5i) didn't initialize correctly. To getmbr2003-11-273-4/+211
* | Make sure all uses of stack allocated struct route's are properlyandre2003-11-264-8/+7
* | * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches thenjl2003-11-262-51/+53
* | Split the "inp" mutex class into separate classes for each of divert,sam2003-11-268-11/+13
* | Restructure a too broad ifdef which was disabling the setting of theandre2003-11-252-4/+8
* | workaround LOR in rt_setgatesam2003-11-251-1/+3
* | Turns out that building modules with the kernel opt files isimp2003-11-251-1/+0
* | Write the correct value to `td_be' for the second and furtheriedowse2003-11-251-1/+1
* | Correct the former patch, I accidently committed the wrong version.sos2003-11-241-2/+2
* | Fix panic on certain failed configs.sos2003-11-241-4/+11
* | Be less noisy when GEOM probes around during boot if drive containssos2003-11-241-0/+5
* | Initalize buffer headers correctly for current version of bio subsystem.grog2003-11-243-1/+6
* | Correct a problem where ipfw-generated packets were being returnedsam2003-11-242-7/+12
OpenPOWER on IntegriCloud