| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add <sys/queue.h> to unbreak world. | John Baldwin | 2003-05-14 | 1 | -0/+1 |
| * | In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channel | Thomas Quinot | 2003-05-14 | 1 | -1/+8 |
| * | add support for NetMos 4S0P PCI: 4S, 0P | Wilko Bulte | 2003-05-14 | 1 | -0/+13 |
| * | Regen | Peter Wemm | 2003-05-14 | 6 | -36/+86 |
| * | Add BASIC i386 binary support for the amd64 kernel. This is largely | Peter Wemm | 2003-05-14 | 32 | -385/+1981 |
| * | Fix some misunderstandings about 64 bit extension. | Peter Wemm | 2003-05-14 | 1 | -12/+6 |
| * | p_sigignore moved into struct sigacts. move one which was missed. | Paul Saab | 2003-05-14 | 1 | -1/+1 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 34 | -248/+364 |
| * | In setitimer(2), if the it_value of the new itimer value is clear, then | John Baldwin | 2003-05-13 | 1 | -3/+4 |
| * | Add some extra #ifdef stubs so that this compiles on 4.8. | John Baldwin | 2003-05-13 | 4 | -0/+19 |
| * | Move the ips driver from ${MACHINE_ARCH} == "i386" to ${MACHINE} == "i386". | Yoshihiro Takahashi | 2003-05-13 | 1 | -1/+1 |
| * | Optimize the use of splay in gbincore(). During a "make buildworld" the | Alan Cox | 2003-05-13 | 1 | -7/+22 |
| * | When a disk disappears, destroy the class from the event thread | Poul-Henning Kamp | 2003-05-12 | 1 | -1/+10 |
| * | Add support for 3Com OfficeConnect 10/100B. | Martin Blapp | 2003-05-12 | 4 | -0/+28 |
| * | Really stop the loader from trying to load the acpi module by lying and | Peter Wemm | 2003-05-12 | 1 | -0/+2 |
| * | For the page fault handler, save %cr2 in the outer trap handler so that | Peter Wemm | 2003-05-12 | 6 | -52/+76 |
| * | Sync ucontext with reality. The struct trapframe changes need to be | Peter Wemm | 2003-05-12 | 2 | -13/+13 |
| * | Fix the unaligned access problems that some people saw on alpha | Maxime Henrion | 2003-05-12 | 1 | -1/+1 |
| * | Move some printfs under bootverbose since they are not true errors. | Nate Lawson | 2003-05-12 | 1 | -2/+4 |
| * | Fix typo (that even got cut/pasted 2 times) | Søren Schmidt | 2003-05-12 | 1 | -3/+3 |
| * | Fix an off-by-1 error. | Poul-Henning Kamp | 2003-05-12 | 1 | -1/+1 |
| * | Bail out if there were not two loadable sections. Add XXX comment about | Poul-Henning Kamp | 2003-05-12 | 2 | -0/+16 |
| * | Remove bogus locking from DDB's "show lockedvnods" command: using | Robert Watson | 2003-05-12 | 1 | -11/+7 |
| * | Fix lookup of module metadata on amd64 systems. While this is in | Peter Wemm | 2003-05-12 | 1 | -5/+25 |
| * | Don't pass NULL pointer to memset if we are compiled with DIAGNOSTIC | Poul-Henning Kamp | 2003-05-12 | 1 | -4/+3 |
| * | Don't #define memset() to bzero(), it is far too prone to bite somebody. | Poul-Henning Kamp | 2003-05-12 | 1 | -2/+0 |
| * | Revert leftover AMD64 disable-acpi-module stuff. | Peter Wemm | 2003-05-12 | 1 | -3/+0 |
| * | Regen. | Murray Stokely | 2003-05-12 | 2 | -2/+9 |
| * | AMD64 physical space is much larger than i386, de-i386 the bus_space and | Peter Wemm | 2003-05-12 | 9 | -1379/+167 |
| * | Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.base | Peter Wemm | 2003-05-12 | 8 | -91/+211 |
| * | Make it compiled on 4-stable. | Hidetoshi Shimokawa | 2003-05-12 | 1 | -2/+10 |
| * | Extend the digital camera support (umass) to the PENTAX Optio 330GS. | Josef Karthauser | 2003-05-11 | 2 | -0/+6 |
| * | Call it an AMD64 Processor, not a Hammer. Also, it seems that the cpuid | Peter Wemm | 2003-05-11 | 1 | -2/+2 |
| * | I missed another printf format error while extracting the patch. | Peter Wemm | 2003-05-11 | 1 | -1/+1 |
| * | Make atdevbase long for the KERNBASE > 4GB case | Peter Wemm | 2003-05-11 | 2 | -2/+2 |
| * | For amd64 kernels, repeat the 1GB mapping over the entire address space | Peter Wemm | 2003-05-11 | 1 | -12/+12 |
| * | Fix printf format errors that were undetected due to using the standard | Peter Wemm | 2003-05-11 | 4 | -13/+14 |
| * | Export PML4SHIFT and PDPSHIFT | Peter Wemm | 2003-05-11 | 1 | -0/+2 |
| * | Since compiling natively, the compile environment has been less forgiving | Peter Wemm | 2003-05-11 | 2 | -5/+5 |
| * | Provide exec_linux_setregs() to override exec_setregs(). | Matthew N. Dodd | 2003-05-11 | 1 | -2/+21 |
| * | - Use moderate gap counts listed in IEEE1394a. | Hidetoshi Shimokawa | 2003-05-11 | 1 | -28/+32 |
| * | Hook up the ips module | Scott Long | 2003-05-11 | 1 | -0/+1 |
| * | Add notes about the 'ips' driver. | Scott Long | 2003-05-11 | 2 | -0/+5 |
| * | Add files for the 'ips' driver. | Scott Long | 2003-05-11 | 1 | -0/+5 |
| * | Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controller | Scott Long | 2003-05-11 | 9 | -0/+2372 |
| * | garbage collect the reserved major for the ips disk device. GEOM makes | Scott Long | 2003-05-11 | 1 | -1/+0 |
| * | Last commit of the bluetooth upgrade. (this patch was forgotten in the first | Julian Elischer | 2003-05-10 | 1 | -2/+2 |
| * | Part one of undating the bluetooth code to the newest version | Julian Elischer | 2003-05-10 | 62 | -1501/+7239 |
| * | Make m_freem() just use m_free() instead of duplicating the code. The | Bosko Milekic | 2003-05-10 | 1 | -32/+2 |
| * | Add a couble new Intel PCI id's | Søren Schmidt | 2003-05-10 | 2 | -0/+4 |