summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | With the beastie menu a problem was introduced in which selecting adcs2003-11-211-3/+0
* | Turn on NO_MIXED_MODE for amd64 generic. It turns out that all thepeter2003-11-211-0/+1
* | Cosmetic and/or trivial sync up with i386.peter2003-11-2121-50/+52
* | MFi386 rev 1.54 (jhb): Add interrupts that are actually available to thepeter2003-11-211-3/+19
* | MFi386: pre-register idt slots for atpic so we catch any strays withoutpeter2003-11-211-6/+22
* | MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when usingpeter2003-11-211-10/+10
* | Argh! Followup to previous commit. I checked in the patch with anpeter2003-11-201-1/+1
* | MFamd64: use a less compiler-intensive MD implementation of 'curthread'peter2003-11-202-0/+13
* | Provide a streamlined '#define curthread __curthread()' for amd64 to avoidpeter2003-11-202-0/+13
* | Allow the MD backend to provide an alternative topeter2003-11-201-0/+2
* | Fix a typo in my patches to support extended IRQ resources that broke thejhb2003-11-201-1/+1
* | Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-6/+3
* | Try all of the possible interrupts for a link device when programmingjhb2003-11-201-1/+1
* | Update the size of the OS string table that wasn't updated in the previousjhb2003-11-201-1/+1
* | Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-2031-1153/+1686
* | Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-2012-55/+39
* | Set the ACPI processor Id in the PCPU structure so that CPU idlingmarcel2003-11-201-1/+1
* | Fix a major faux pas of mine. I was causing 2 very bad things tomarkm2003-11-203-16/+58
* | Fix an arguments order in check_uidgid() call.maxim2003-11-201-2/+2
* | Remove unneeded file. (could be repo removed as nothing ever referenced it.)alfred2003-11-201-101/+0
* | eliminate an unnecessary 8Kbyte bzero that was being done for eachsam2003-11-191-8/+5
* | * Add a DEVMETHOD for acpi so that child detach methods get called. Addnjl2003-11-192-109/+204
* | - Avoid a lock-order reversal between Giant and a system map mutex thatalc2003-11-191-2/+4
* | Sync with i386.peter2003-11-191-3/+7
* | Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actuallyjhb2003-11-191-0/+22
* | - Add counts to the ATPIC interrupt sources and point the ATPIC interruptjhb2003-11-191-6/+17
* | o Remove @- from the ln and change it to a -sf. This was bogus, andimp2003-11-199-9/+7
* | Fix vnode locking in fdesc_setattr. Lock vnode before invokingkan2003-11-191-5/+5
* | Do not call VOP_GETATTR in getdents function. It does not serve anykan2003-11-192-12/+0
* | Lower the maximum ACK timeout for GRE packets from 10 to 1 second.archie2003-11-181-1/+1
* | Use the class->init() to hitch up preload devices, rather than rely onphk2003-11-181-2/+6
* | Call class->init() an class->fini() while the class is hooked up,phk2003-11-181-3/+5
* | Add support for the SiS964 ATA/SATA southbridge.sos2003-11-182-9/+19
* | Work around the problem that some CDROM drives might return differentsos2003-11-181-3/+5
* | Hackfix to patch around a kernel panic I introduced. Real fix tomarkm2003-11-181-0/+4
OpenPOWER on IntegriCloud