summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build /sbin/gpt on amd64 for good luck as well.peter2003-07-241-1/+2
* Attach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest, zzz for amd64.peter2003-07-241-1/+11
* Fix an annoying bug in tar. When it converted 'tar zcf' to 'tar -z -c -f'peter2003-07-241-1/+4
* Simplistic C comment re is wrong, use more correct oneimp2003-07-231-1/+1
* Remove old workaroundimp2003-07-231-3/+1
* Make the breakpoint instruction trap gate available to users.peter2003-07-231-1/+1
* Set the %gs base to pcb_gsbase, not pcb_fsbase. Oops.peter2003-07-231-1/+1
* Turn -Werror back off again. Leaving out the invariants options causespeter2003-07-231-1/+1
* Document an additional error return value. The connect(2) call can alsodds2003-07-231-0/+6
* Added the (undocumented) EMUL_BOOT variable (for TARGET=i386 only)ru2003-07-232-5/+11
* Initialize 'blocked' to NULL. I think this was a real problem, but Ipeter2003-07-231-0/+1
* Stop GCC from whining when people use a 16 bit port number for inb() and outb()phk2003-07-231-2/+2
* Install rc files from ${.CURDIR}, not ${.OBJDIR}.des2003-07-231-1/+2
* Sample configuration files.des2003-07-2315-0/+165
* Rewrite tbmaster to use configuration files instead of a hard-coded hash.des2003-07-232-253/+283
* Improve the markup a little.des2003-07-231-11/+11
* Turn -Werror back on.peter2003-07-231-1/+1
* ARGH. I *knew* I'd eventually accidently commit this. Change 5.1-XP backpeter2003-07-231-1/+1
* Provide a knob for raising the inline instruction estimate threshold andpeter2003-07-233-1/+7
* Annotate pmap_changebit() as __always_inline. This function wasalc2003-07-232-2/+4
* Use macros from apic.h to when writing to the ICR to send IPIs to startupjhb2003-07-236-30/+72
* Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reservedjhb2003-07-234-2/+5
* Undo single-intance inlining which is way above the comfort limit for GCC.phk2003-07-231-3/+2
* Undo agressive inlining which GCC previously wisely ignored.phk2003-07-232-152/+169
* Handle the new MEDIA definitions.harti2003-07-231-0/+9
* Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) thatru2003-07-232-2/+11
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. Allharti2003-07-239-30/+48
* Get rid of the zone for network interfaces. We have converted this toharti2003-07-231-7/+0
* Add manual page to document the new rescue utilities in /rescue.simon2003-07-232-1/+183
* Make NO_FLOPPIES really mean "no floppies", including not evenru2003-07-231-2/+11
* MFi386: revision 1.1090.nyan2003-07-231-0/+10
* Fixed some style bugs (misplacement and misformatting of some commented-outbde2003-07-231-4/+2
* Revert revision 1.788, and explain a bit the intent of havingru2003-07-231-0/+5
* amd64 will not provide floppies.ru2003-07-232-77/+0
* Do not define BIGBOOTSIZE and the friends for amd64; it servesru2003-07-231-3/+0
* Only provide one copy of the math functions. If we provide a MD function,peter2003-07-2326-80/+32
* Remove _ARCH_INDIRECT, it was the glue to enable having both hardwarepeter2003-07-231-67/+0
* No longer need the internal __get_hw_float() function.peter2003-07-232-51/+0
* Now that we do not need to do runtime detection for the broken defaultpeter2003-07-233-6/+21
* We sloppily created an array for the high FP registers (f32-f127),marcel2003-07-231-2/+96
* Move idle kse wakeup to outside of regions where locks are held.deischen2003-07-2316-146/+260
* Attempt to preempt any new gcc-ism references topeter2003-07-221-0/+6
* There is strong reason to believe that gcc 4 will also supportimp2003-07-221-1/+1
* Added entry for Billionton LM5LT-10Ndds2003-07-221-1/+8
* Remove all but one of the inlines here, this reduces the code size byphk2003-07-221-10/+9
* Fixed .Nm element, updated HISTORY section, added AUTHORS section.dds2003-07-221-2/+6
* Test 8.16 in sed.test tests the ability of a sed to handle an emptydds2003-07-223-33/+57
* correct device table a la ath(4)sam2003-07-221-4/+4
* add IPSEC_FILTERGIF suport for FAST_IPSECsam2003-07-221-0/+7
* De-inline some functions. It doesn't gain us anything and bloatsmux2003-07-221-13/+13
OpenPOWER on IntegriCloud