| Commit message (Expand) | Author | Age | Files | Lines |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 258 | -301/+308 |
* | There's no such knob as WERROR. | ru | 2004-10-24 | 1 | -1/+0 |
* | Add a Japanese override of dev-auto.sgml. | hrs | 2004-10-24 | 14 | -2/+168 |
* | Fixed misspelling of DPADD. | ru | 2004-10-24 | 1 | -2/+2 |
* | - use `realpath /dev/dumpdev` instead of just /dev/dumpdev so messages | des | 2004-10-24 | 1 | -3/+8 |
* | - Use quad_t for dcons buffer address and size. | simokawa | 2004-10-24 | 1 | -4/+11 |
* | Preserve dcons(4) buffer passed by loader(8). | simokawa | 2004-10-24 | 1 | -0/+16 |
* | NEED_LIBNAMES is gone long ago. | ru | 2004-10-24 | 1 | -1/+0 |
* | Collapse several adjacent .if's into .if/.elif. | ru | 2004-10-24 | 1 | -10/+7 |
* | ELF64 support is not needed on pc98. | nyan | 2004-10-24 | 1 | -1/+5 |
* | MFi386: revision 1.4. | nyan | 2004-10-24 | 1 | -1/+9 |
* | MFi386: Set bi_basemem and bi_extmem variables. | nyan | 2004-10-24 | 1 | -0/+6 |
* | MFi386: Add support for preloading ELF relocatable object format modules. | nyan | 2004-10-24 | 1 | -0/+2 |
* | Disable ed1 - ed12. | nyan | 2004-10-24 | 1 | -0/+24 |
* | Merged from src/sbin/fdisk/fdisk.c revision 1.75. | nyan | 2004-10-24 | 1 | -1/+1 |
* | Add identifiers for the HP Laserjet 2300d USB | rse | 2004-10-24 | 2 | -0/+3 |
* | -O2 compile isn't quite ready for WARNS=2 yet. | ru | 2004-10-24 | 1 | -1/+1 |
* | Allow multiple devices to be specified on one device / nodevice line. | des | 2004-10-24 | 1 | -7/+27 |
* | Update the family tree for FreeBSD 5.3 | scottl | 2004-10-24 | 1 | -0/+5 |
* | If the file specified in an "include" line does not exist in the current | des | 2004-10-24 | 1 | -1/+9 |
* | Fix some warnings that only triggered in LINT. | scottl | 2004-10-24 | 3 | -11/+11 |
* | Update for 5-STABLE. | scottl | 2004-10-24 | 1 | -3/+3 |
* | Hook the hptmv driver up to the build. | scottl | 2004-10-24 | 4 | -0/+18 |
* | Embed the correct name. | scottl | 2004-10-24 | 2 | -2/+2 |
* | Clean up some messy Makefile stuff so that this can be built into the | scottl | 2004-10-24 | 3 | -21/+18 |
* | Hack around a problem with sys/tools/usbdevs2h.awk that generates | ru | 2004-10-24 | 2 | -1/+5 |
* | Curlies only work in target and sources specifications, but | ru | 2004-10-24 | 2 | -2/+2 |
* | Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and the | alc | 2004-10-24 | 2 | -8/+2 |
* | Avoid repeated acquisition and release of the vm object lock inside of | alc | 2004-10-24 | 2 | -10/+12 |
* | Sort SUBDIR. | ru | 2004-10-24 | 1 | -2/+2 |
* | Introduce VM_ALLOC_NOBUSY, an option to vm_page_alloc() and vm_page_grab() | alc | 2004-10-24 | 2 | -2/+4 |
* | Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint for | scottl | 2004-10-24 | 33 | -0/+18163 |
* | Add a missing full-stop to match the rest of the items in a list. | keramida | 2004-10-24 | 1 | -1/+1 |
* | Check unhandled signals before thread marks itself as DEAD, | davidxu | 2004-10-23 | 2 | -2/+28 |
* | 1. Move thread list flags into new separate member, and atomically | davidxu | 2004-10-23 | 10 | -48/+90 |
* | Add -m option, set default fwmem target. | simokawa | 2004-10-23 | 2 | -1/+27 |
* | Use errx() instead of fprintf()/exit() for conciseness. | rwatson | 2004-10-23 | 1 | -65/+38 |
* | Use errx() instead of perror()/exit() for conciseness. | rwatson | 2004-10-23 | 3 | -94/+52 |
* | Add a regression test for the alternate shell specification. | ru | 2004-10-23 | 2 | -0/+20 |
* | "unset verbose" is 13 characters, not 10. | ru | 2004-10-23 | 1 | -1/+1 |
* | Expand the scope of the .SHELL specification to also cover | ru | 2004-10-23 | 4 | -30/+46 |
* | Don't call g_waitidle(), it happens automagically now. | phk | 2004-10-23 | 3 | -6/+3 |
* | Don't explicitly call g_waitidle(), it happens automagically now. | phk | 2004-10-23 | 1 | -2/+0 |
* | Add a new per-thread private flag: TDP_GEOM. | phk | 2004-10-23 | 3 | -1/+16 |
* | Move the prototype for g_waitidle() to a more visible place. | phk | 2004-10-23 | 2 | -1/+1 |
* | Drop Giant around the call to g_waitidle(). | phk | 2004-10-23 | 1 | -0/+2 |
* | Rebuild from FreeBSD32 syscalls.master:1.42. | rwatson | 2004-10-23 | 4 | -5/+23 |
* | 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178. | rwatson | 2004-10-23 | 1 | -0/+9 |
* | Rebuild from syscalls.master:1.178. | rwatson | 2004-10-23 | 5 | -7/+85 |