summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | pktopt may be null.ume2003-11-241-0/+3
* | Long overdue comment claification: RFC 2783 was approved long time ago.phk2003-11-231-2/+2
* | Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routinessam2003-11-232-2/+2
* | Do not attempt to destroy NULL vfs options list.kan2003-11-231-1/+1
* | Fix vinum by correctly setting the b_offset bio filed when doing I/O.scottl2003-11-233-2/+7
* | Avoid NULL pointer dereference.phk2003-11-231-1/+2
* | bzero() the the sockaddr used for the destination address fortmm2003-11-231-0/+1
* | Move us into 5.2-BETAscottl2003-11-221-2/+2
* | New defines that paves the way for new midi features and ports.matk2003-11-221-0/+2
* | Use function pointers to remove the depenancy cross dependancy on nfs4alfred2003-11-227-107/+46
* | Argh! The Athlon64 and Opteron only implement 40 bits of address space inpeter2003-11-221-5/+4
* | Commit rev 1.1.1.20 to HEAD. This file was off the vendor branch and thusnjl2003-11-221-9/+19
* | Fix support for the cmd646 chip.sos2003-11-211-2/+27
* | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-218-46/+106
* | This commit was generated by cvs2svn to compensate for changes in r122945,njl2003-11-212-25/+45
|\ \
| * | Update code for checking the reference count and performing the finalnjl2003-11-212-25/+45
| * | Add the byte offset to the base address for IndexField objects. Thisnjl2003-11-211-9/+19
* | | New major number:imp2003-11-211-0/+1
OpenPOWER on IntegriCloud