aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* add support for NetMos 4S0P PCI: 4S, 0PWilko Bulte2003-05-141-0/+13
* RegenPeter Wemm2003-05-146-36/+86
* Add BASIC i386 binary support for the amd64 kernel. This is largelyPeter Wemm2003-05-1432-387/+1983
* Fix some misunderstandings about 64 bit extension.Peter Wemm2003-05-141-12/+6
* p_sigignore moved into struct sigacts. move one which was missed.Paul Saab2003-05-141-1/+1
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-1334-248/+364
* In setitimer(2), if the it_value of the new itimer value is clear, thenJohn Baldwin2003-05-131-3/+4
* Add some extra #ifdef stubs so that this compiles on 4.8.John Baldwin2003-05-134-0/+19
* Move the ips driver from ${MACHINE_ARCH} == "i386" to ${MACHINE} == "i386".Yoshihiro Takahashi2003-05-131-1/+1
* Optimize the use of splay in gbincore(). During a "make buildworld" theAlan Cox2003-05-131-7/+22
* When a disk disappears, destroy the class from the event threadPoul-Henning Kamp2003-05-121-1/+10
* Add support for 3Com OfficeConnect 10/100B.Martin Blapp2003-05-124-0/+28
* Really stop the loader from trying to load the acpi module by lying andPeter Wemm2003-05-121-0/+2
* For the page fault handler, save %cr2 in the outer trap handler so thatPeter Wemm2003-05-126-52/+76
* Sync ucontext with reality. The struct trapframe changes need to bePeter Wemm2003-05-122-13/+13
* Fix the unaligned access problems that some people saw on alphaMaxime Henrion2003-05-121-1/+1
* Move some printfs under bootverbose since they are not true errors.Nate Lawson2003-05-121-2/+4
* Fix typo (that even got cut/pasted 2 times)Søren Schmidt2003-05-121-3/+3
* Fix an off-by-1 error.Poul-Henning Kamp2003-05-121-1/+1
* Bail out if there were not two loadable sections. Add XXX comment aboutPoul-Henning Kamp2003-05-122-0/+16
* Remove bogus locking from DDB's "show lockedvnods" command: usingRobert Watson2003-05-121-11/+7
* Fix lookup of module metadata on amd64 systems. While this is inPeter Wemm2003-05-121-5/+25
* Don't pass NULL pointer to memset if we are compiled with DIAGNOSTICPoul-Henning Kamp2003-05-121-4/+3
* Don't #define memset() to bzero(), it is far too prone to bite somebody.Poul-Henning Kamp2003-05-121-2/+0
* Revert leftover AMD64 disable-acpi-module stuff.Peter Wemm2003-05-121-3/+0
* Regen.Murray Stokely2003-05-122-2/+9
* AMD64 physical space is much larger than i386, de-i386 the bus_space andPeter Wemm2003-05-129-1379/+167
* Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.basePeter Wemm2003-05-128-91/+211
* Make it compiled on 4-stable.Hidetoshi Shimokawa2003-05-121-2/+10
* Extend the digital camera support (umass) to the PENTAX Optio 330GS.Josef Karthauser2003-05-112-0/+6
* Call it an AMD64 Processor, not a Hammer. Also, it seems that the cpuidPeter Wemm2003-05-111-2/+2
* I missed another printf format error while extracting the patch.Peter Wemm2003-05-111-1/+1
* Make atdevbase long for the KERNBASE > 4GB casePeter Wemm2003-05-112-2/+2
* For amd64 kernels, repeat the 1GB mapping over the entire address spacePeter Wemm2003-05-111-12/+12
* Fix printf format errors that were undetected due to using the standardPeter Wemm2003-05-114-13/+14
* Export PML4SHIFT and PDPSHIFTPeter Wemm2003-05-111-0/+2
* Since compiling natively, the compile environment has been less forgivingPeter Wemm2003-05-112-5/+5
* Provide exec_linux_setregs() to override exec_setregs().Matthew N. Dodd2003-05-111-2/+21
* - Use moderate gap counts listed in IEEE1394a.Hidetoshi Shimokawa2003-05-111-28/+32
* Hook up the ips moduleScott Long2003-05-111-0/+1
* Add notes about the 'ips' driver.Scott Long2003-05-112-0/+5
* Add files for the 'ips' driver.Scott Long2003-05-111-0/+5
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long2003-05-119-0/+2372
* garbage collect the reserved major for the ips disk device. GEOM makesScott Long2003-05-111-1/+0
* Last commit of the bluetooth upgrade. (this patch was forgotten in the firstJulian Elischer2003-05-101-2/+2
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-1062-1501/+7239
* Make m_freem() just use m_free() instead of duplicating the code. TheBosko Milekic2003-05-101-32/+2
* Add a couble new Intel PCI id'sSøren Schmidt2003-05-102-0/+4
* Remove special hacks for FSF cross tools now that it builds natively.Peter Wemm2003-05-101-13/+0
* Provide a fake varargs implementation for lint's benefit. This wayPeter Wemm2003-05-102-0/+17