summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Use moderate gap counts listed in IEEE1394a.simokawa2003-05-111-28/+32
* Hook up the ips modulescottl2003-05-111-0/+1
* Add notes about the 'ips' driver.scottl2003-05-112-0/+5
* Add files for the 'ips' driver.scottl2003-05-111-0/+5
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerscottl2003-05-119-0/+2372
* garbage collect the reserved major for the ips disk device. GEOM makesscottl2003-05-111-1/+0
* Last commit of the bluetooth upgrade. (this patch was forgotten in the firstjulian2003-05-101-2/+2
* Part one of undating the bluetooth code to the newest versionjulian2003-05-1062-1501/+7239
* Make m_freem() just use m_free() instead of duplicating the code. Thebmilekic2003-05-101-32/+2
* Add a couble new Intel PCI id'ssos2003-05-102-0/+4
* Remove special hacks for FSF cross tools now that it builds natively.peter2003-05-101-13/+0
* Provide a fake varargs implementation for lint's benefit. This waypeter2003-05-102-0/+17
* Remove _ARCH_INDIRECT ifdefs. They existed for lib/msun/* on i386, whichpeter2003-05-101-63/+0
* bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt)peter2003-05-101-1/+0
* Finish translating i386/support.s into amd64 asm - replace bcopy etc withpeter2003-05-102-63/+140
* When a GEOM (/dev-)device is closed and we find that I/O requests arephk2003-05-091-3/+15
* Remove Giant from kern_sigsuspend() and osigsuspend() as these should nowjhb2003-05-091-10/+2
* Include the MXCSR initial values, based on the AMD docs. This filepeter2003-05-092-0/+4
* Turn syscons on now that it works, so that anybody trying to run thispeter2003-05-091-6/+6
* Trivial addition of __amd64__ to the ifdefs for platforms that usepeter2003-05-091-9/+9
* Redefine M_FREELIST to be 0x8000; 0x4000 conflicted with two othersilby2003-05-091-1/+1
* Give the kmem object's mutex a unique name, instead of "vm object",alc2003-05-091-1/+6
* Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables andrwatson2003-05-0810-74/+74
* Acquire Giant at the start of the raid rebuild kthreads.jhb2003-05-081-0/+1
* Oops. Turn T_PAGEFLT back into an interrupt gate. It is *critical*peter2003-05-082-2/+10
* Exclude sys/boot for amd64. There are still toolchain issues to dealpeter2003-05-081-1/+4
* ioctl VINUM_READCONFIG: Don't lock configuration here. vinum_scandiskgrog2003-05-081-5/+1
* Leave space for the 128 byte red-zone on the stack.peter2003-05-081-1/+1
* #include <machine/metadata.h> was missing; add itpeter2003-05-081-0/+1
* Fix a preemption race. I was reenabling interrupts in the fast systempeter2003-05-081-1/+1
* - Change the full Asic revision defines to CHIPID to better since theps2003-05-072-41/+49
* Clean up locking for the MAC Framework:rwatson2003-05-079-702/+1620
* Style nits.jhb2003-05-073-6/+12
* #include <sys/resource.h> to limit ports damage.phk2003-05-071-1/+1
* Hide the "ENOMEM" notice messages behind bootverbose. They are stillphk2003-05-071-1/+2
* Correct a bug introduced with reduced TCP state handling; makerwatson2003-05-075-9/+39
* Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-datarwatson2003-05-061-5/+2
* Fix the WARNING for wrong rawoffset, I tested incompatible units.phk2003-05-061-2/+2
* Add PCI ID's for the Intel ICH5 (82801EB) chipset.jhb2003-05-062-0/+2
* Add PCI ID's for the 4 USB hubs on the ICH5 controller.jhb2003-05-061-0/+20
* We are now in 5.1-BETAscottl2003-05-061-2/+2
* Fix a printf() format error which broke the ia64 GENERIC build.des2003-05-061-1/+2
* Lock the vm_object when performing vm_pager_deallocate().alc2003-05-065-7/+12
* Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and itcognet2003-05-061-4/+0
* Tweak the clearing of TDF_DEADLKTREAT so that we only bother grabbing thejhb2003-05-051-2/+2
* Mostly sort the includes.jhb2003-05-051-13/+13
* Put descriptive comments on the GEOM_* optionsphk2003-05-051-9/+9
* Lock the proc lock around calls to tdsignal() in the sigwait() family ofjhb2003-05-051-6/+12
* Make issignal() private to kern_sig.c since it is only called from cursig()jhb2003-05-052-2/+2
* Remove TD_ON_RUNQ() from a check to make sure Giant is not held whenjhb2003-05-051-3/+1
OpenPOWER on IntegriCloud