| Commit message (Expand) | Author | Age | Files | Lines |
* | Understand GEOM. This makes growfs work again, but it really needs rewriting. | grog | 2003-05-12 | 1 | -28/+57 |
* | Don't pass NULL pointer to memset if we are compiled with DIAGNOSTIC | phk | 2003-05-12 | 1 | -4/+3 |
* | Don't #define memset() to bzero(), it is far too prone to bite somebody. | phk | 2003-05-12 | 1 | -2/+0 |
* | Revert leftover AMD64 disable-acpi-module stuff. | peter | 2003-05-12 | 1 | -3/+0 |
* | Regen. | murray | 2003-05-12 | 2 | -2/+9 |
* | AMD64 physical space is much larger than i386, de-i386 the bus_space and | peter | 2003-05-12 | 9 | -1379/+167 |
* | Move the em driver from flopp3 to floppy 2 to make room for the ips driver. | scottl | 2003-05-12 | 1 | -1/+1 |
* | Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.base | peter | 2003-05-12 | 8 | -91/+211 |
* | Make it compiled on 4-stable. | simokawa | 2003-05-12 | 1 | -2/+10 |
* | Extend the digital camera support (umass) to the PENTAX Optio 330GS. | joe | 2003-05-11 | 3 | -0/+13 |
* | Bring in NetBSD's version 1.11, which includes documenation for the new | dougb | 2003-05-11 | 1 | -27/+42 |
* | Import NetBSD's 1.10 version, which includes the ability to display | dougb | 2003-05-11 | 1 | -5/+11 |
* | Call it an AMD64 Processor, not a Hammer. Also, it seems that the cpuid | peter | 2003-05-11 | 1 | -2/+2 |
* | I missed another printf format error while extracting the patch. | peter | 2003-05-11 | 1 | -1/+1 |
* | Make atdevbase long for the KERNBASE > 4GB case | peter | 2003-05-11 | 2 | -2/+2 |
* | For amd64 kernels, repeat the 1GB mapping over the entire address space | peter | 2003-05-11 | 1 | -12/+12 |
* | Fix printf format errors that were undetected due to using the standard | peter | 2003-05-11 | 4 | -13/+14 |
* | Export PML4SHIFT and PDPSHIFT | peter | 2003-05-11 | 1 | -0/+2 |
* | Since compiling natively, the compile environment has been less forgiving | peter | 2003-05-11 | 2 | -5/+5 |
* | Correct a type in the bugs section. Also turn it into a list. | gordon | 2003-05-11 | 1 | -2/+2 |
* | Provide exec_linux_setregs() to override exec_setregs(). | mdodd | 2003-05-11 | 1 | -2/+21 |
* | Remove some KRB4 scraps, and allow NOSHARED make worlds to | markm | 2003-05-11 | 3 | -17/+9 |
* | Allow a NOPIC "make world" to complete. | markm | 2003-05-11 | 1 | -1/+1 |
* | Mrege from crypto telnet with "make unifdef". This gets a bunch of | markm | 2003-05-11 | 16 | -70/+70 |
* | Fix up external variables named "debug" that have a horrible habit | markm | 2003-05-11 | 10 | -16/+16 |
* | - Use moderate gap counts listed in IEEE1394a. | simokawa | 2003-05-11 | 1 | -28/+32 |
* | Teach sysinstall about the ServeRAID disk device. | scottl | 2003-05-11 | 2 | -0/+2 |
* | The ips ServeRAID driver can go on the driver floppy. | scottl | 2003-05-11 | 1 | -0/+1 |
* | Hook up the ips module | scottl | 2003-05-11 | 1 | -0/+1 |
* | Add notes about the 'ips' driver. | scottl | 2003-05-11 | 2 | -0/+5 |
* | Add files for the 'ips' driver. | scottl | 2003-05-11 | 1 | -0/+5 |
* | Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controller | scottl | 2003-05-11 | 9 | -0/+2372 |
* | garbage collect the reserved major for the ips disk device. GEOM makes | scottl | 2003-05-11 | 1 | -1/+0 |
* | Make the README reflect reality. | julian | 2003-05-11 | 1 | -3/+2 |
* | Re-enable the broadcom firmware utility now that the Makefile in that subdir | julian | 2003-05-11 | 1 | -3/+1 |
* | Fix (presently unused) Makefile to not need files not yet checked in. | julian | 2003-05-11 | 1 | -11/+11 |
* | Remove remnants of the -p option. While I'm here, remove wording about | trhodes | 2003-05-11 | 1 | -6/+0 |
* | Last commit of the bluetooth upgrade. (this patch was forgotten in the first | julian | 2003-05-10 | 1 | -2/+2 |
* | Don't compile the broadcom firmware module yet. | julian | 2003-05-10 | 1 | -2/+3 |
* | Broadcom firmware loading module.. The actual firmware files will follow when | julian | 2003-05-10 | 5 | -0/+455 |
* | This file just didn't want to commit in the last batch of bluetooth files. | julian | 2003-05-10 | 1 | -0/+267 |
* | Part 2 of the commit if new bluetooth code. | julian | 2003-05-10 | 37 | -394/+2194 |
* | Part one of undating the bluetooth code to the newest version | julian | 2003-05-10 | 78 | -2197/+8732 |
* | Put back the error checking in wtfs() that was lost when newfs was | iedowse | 2003-05-10 | 1 | -1/+2 |
* | Make m_freem() just use m_free() instead of duplicating the code. The | bmilekic | 2003-05-10 | 1 | -32/+2 |
* | No vga(4) on pc98. | bmah | 2003-05-10 | 2 | -2/+2 |
* | Add a couble new Intel PCI id's | sos | 2003-05-10 | 2 | -0/+4 |
* | Remove special hacks for FSF cross tools now that it builds natively. | peter | 2003-05-10 | 1 | -13/+0 |
* | Provide a fake varargs implementation for lint's benefit. This way | peter | 2003-05-10 | 2 | -0/+17 |
* | Remove _ARCH_INDIRECT ifdefs. They existed for lib/msun/* on i386, which | peter | 2003-05-10 | 1 | -63/+0 |