| Commit message (Expand) | Author | Age | Files | Lines |
* | Build /sbin/gpt on amd64 for good luck as well. | peter | 2003-07-24 | 1 | -1/+2 |
* | Attach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest, zzz for amd64. | peter | 2003-07-24 | 1 | -1/+11 |
* | Fix an annoying bug in tar. When it converted 'tar zcf' to 'tar -z -c -f' | peter | 2003-07-24 | 1 | -1/+4 |
* | Simplistic C comment re is wrong, use more correct one | imp | 2003-07-23 | 1 | -1/+1 |
* | Remove old workaround | imp | 2003-07-23 | 1 | -3/+1 |
* | Make the breakpoint instruction trap gate available to users. | peter | 2003-07-23 | 1 | -1/+1 |
* | Set the %gs base to pcb_gsbase, not pcb_fsbase. Oops. | peter | 2003-07-23 | 1 | -1/+1 |
* | Turn -Werror back off again. Leaving out the invariants options causes | peter | 2003-07-23 | 1 | -1/+1 |
* | Document an additional error return value. The connect(2) call can also | dds | 2003-07-23 | 1 | -0/+6 |
* | Added the (undocumented) EMUL_BOOT variable (for TARGET=i386 only) | ru | 2003-07-23 | 2 | -5/+11 |
* | Initialize 'blocked' to NULL. I think this was a real problem, but I | peter | 2003-07-23 | 1 | -0/+1 |
* | Stop GCC from whining when people use a 16 bit port number for inb() and outb() | phk | 2003-07-23 | 1 | -2/+2 |
* | Install rc files from ${.CURDIR}, not ${.OBJDIR}. | des | 2003-07-23 | 1 | -1/+2 |
* | Sample configuration files. | des | 2003-07-23 | 15 | -0/+165 |
* | Rewrite tbmaster to use configuration files instead of a hard-coded hash. | des | 2003-07-23 | 2 | -253/+283 |
* | Improve the markup a little. | des | 2003-07-23 | 1 | -11/+11 |
* | Turn -Werror back on. | peter | 2003-07-23 | 1 | -1/+1 |
* | ARGH. I *knew* I'd eventually accidently commit this. Change 5.1-XP back | peter | 2003-07-23 | 1 | -1/+1 |
* | Provide a knob for raising the inline instruction estimate threshold and | peter | 2003-07-23 | 3 | -1/+7 |
* | Annotate pmap_changebit() as __always_inline. This function was | alc | 2003-07-23 | 2 | -2/+4 |
* | Use macros from apic.h to when writing to the ICR to send IPIs to startup | jhb | 2003-07-23 | 6 | -30/+72 |
* | Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reserved | jhb | 2003-07-23 | 4 | -2/+5 |
* | Undo single-intance inlining which is way above the comfort limit for GCC. | phk | 2003-07-23 | 1 | -3/+2 |
* | Undo agressive inlining which GCC previously wisely ignored. | phk | 2003-07-23 | 2 | -152/+169 |
* | Handle the new MEDIA definitions. | harti | 2003-07-23 | 1 | -0/+9 |
* | Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) that | ru | 2003-07-23 | 2 | -2/+11 |
* | Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All | harti | 2003-07-23 | 9 | -30/+48 |
* | Get rid of the zone for network interfaces. We have converted this to | harti | 2003-07-23 | 1 | -7/+0 |
* | Add manual page to document the new rescue utilities in /rescue. | simon | 2003-07-23 | 2 | -1/+183 |
* | Make NO_FLOPPIES really mean "no floppies", including not even | ru | 2003-07-23 | 1 | -2/+11 |
* | MFi386: revision 1.1090. | nyan | 2003-07-23 | 1 | -0/+10 |
* | Fixed some style bugs (misplacement and misformatting of some commented-out | bde | 2003-07-23 | 1 | -4/+2 |
* | Revert revision 1.788, and explain a bit the intent of having | ru | 2003-07-23 | 1 | -0/+5 |
* | amd64 will not provide floppies. | ru | 2003-07-23 | 2 | -77/+0 |
* | Do not define BIGBOOTSIZE and the friends for amd64; it serves | ru | 2003-07-23 | 1 | -3/+0 |
* | Only provide one copy of the math functions. If we provide a MD function, | peter | 2003-07-23 | 26 | -80/+32 |
* | Remove _ARCH_INDIRECT, it was the glue to enable having both hardware | peter | 2003-07-23 | 1 | -67/+0 |
* | No longer need the internal __get_hw_float() function. | peter | 2003-07-23 | 2 | -51/+0 |
* | Now that we do not need to do runtime detection for the broken default | peter | 2003-07-23 | 3 | -6/+21 |
* | We sloppily created an array for the high FP registers (f32-f127), | marcel | 2003-07-23 | 1 | -2/+96 |
* | Move idle kse wakeup to outside of regions where locks are held. | deischen | 2003-07-23 | 16 | -146/+260 |
* | Attempt to preempt any new gcc-ism references to | peter | 2003-07-22 | 1 | -0/+6 |
* | There is strong reason to believe that gcc 4 will also support | imp | 2003-07-22 | 1 | -1/+1 |
* | Added entry for Billionton LM5LT-10N | dds | 2003-07-22 | 1 | -1/+8 |
* | Remove all but one of the inlines here, this reduces the code size by | phk | 2003-07-22 | 1 | -10/+9 |
* | Fixed .Nm element, updated HISTORY section, added AUTHORS section. | dds | 2003-07-22 | 1 | -2/+6 |
* | Test 8.16 in sed.test tests the ability of a sed to handle an empty | dds | 2003-07-22 | 3 | -33/+57 |
* | correct device table a la ath(4) | sam | 2003-07-22 | 1 | -4/+4 |
* | add IPSEC_FILTERGIF suport for FAST_IPSEC | sam | 2003-07-22 | 1 | -0/+7 |
* | De-inline some functions. It doesn't gain us anything and bloats | mux | 2003-07-22 | 1 | -13/+13 |