summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-18Fix obj directory probing to support cross compiling.Matthew Dempsky
2011-03-18Fix firmware loading at startup (and resume); from Tim van der MolenTheo de Raadt
2011-03-18amd64 mtrr interrace went awayTheo de Raadt
2011-03-18old style mtrr interface went awayTheo de Raadt
2011-03-18syncTheo de Raadt
2011-03-18Old-style MTRRs were never used on amd64, so remove the remaining tracesPhilip Guenthe
2011-03-18Add ukdetach() so that detaching an unknown SCSI device doesn't resultMatthew Dempsky
2011-03-17- recognize OMAP3630/DM3730, as found in the beagleboard xMJasper Lievisse Adriaanse
2011-03-17Uncommitted bits. Spotted by deraadt@, who theorizes I have insuffientKenneth R Westerback
2011-03-17add missing .El;Jason McIntyre
2011-03-17use dma_alloc/dma_free instead of malloc to allocate buffers which needTheo de Raadt
2011-03-17make more dma pools -- all the way up to 64K. at least the scsiTheo de Raadt
2011-03-17Document RC_DEBUG.Antoine Jacoutot
2011-03-17- introduce the INRC environment variable so that rc.subr(8) knows if itRobert Nagy
2011-03-17Ansify non-ansified function definitions. No functional change.Alexandr Shadchin
2011-03-17Make the various findopenbsd() functions non-recursive, eliminatingKenneth R Westerback
2011-03-17since we stopped installing the usd docs, it no longer makesJason McIntyre
2011-03-17use a DEFAULT_RATE macro instead of hardcoding 44100, no object changeAlexandre Ratchov
2011-03-16Using mandoc_char(7) escapes like "K\(:onig" for German umlautsIngo Schwarze
2011-03-16revert previous as it breaks nfs client as reported by kili@Jasper Lievisse Adriaanse
2011-03-16o diaeresis is 246 (U+00F6)Christian Weisgerber
2011-03-16Replace ISO 8859-1 character (o with diaeresis) with proper mandoc symbol.Christian Weisgerber
2011-03-16Recognize LM6002 as prefix for earlier Fuloong designs, and also recognizeMiod Vallat
2011-03-16anthonyjbentley@gmail.com has a SMC Networks SMCWUSB-N2Theo de Raadt
2011-03-16Use the help pager code, but repair it in various ways.Theo de Raadt
2011-03-16fix trap sending in snmpd by adjusting snmpctl to the imsg libutilReyk Floeter
2011-03-16spelling.Okan Demirmen
2011-03-16use timerclear macro. while here, fix spelling.Okan Demirmen
2011-03-16various cleanup;Jason McIntyre
2011-03-16If we get a packet larger than if_hardmtu skip it.Jonathan Gray
2011-03-16nl_types.h doesn't need to be #included to use nl_langinfo(). PointedPhilip Guenthe
2011-03-15syncTheo de Raadt
2011-03-15Remove evaluation of PATH_LOCALE environment variable because it can beStefan Sperling
2011-03-15sanity check, prompted by common work with Florent TribouilloyMarc Espie
2011-03-15let smtpd use user-provided Diffie-Hellman parameters for ephemeral keyGilles Chehade
2011-03-15unbreak tree for nested endian.h includesTheo de Raadt
2011-03-15Bunch of white space and style adjustments to make amd64 versionKenneth R Westerback
2011-03-15Attach one sensordev per softraid device rather than one sensordev perJoel Sing
2011-03-15Add a -B flag to netstat which displays buffer sizes for TCP sockets.Joel Sing
2011-03-15Put daemon between double quotes to make it clear we are talking aboutAntoine Jacoutot
2011-03-15Document daemon_class, with wording help from jmc@Antoine Jacoutot
2011-03-15use timerclear macroOkan Demirmen
2011-03-15Make it clear that rc_reload=NO is not about a daemon not supportingAntoine Jacoutot
2011-03-15use timerclear macroOkan Demirmen
2011-03-15fix uninitialized variable warnings (lifted from mksh).Okan Demirmen
2011-03-15use appropriate timerclear macro - from Christiano F. HaesbaertOkan Demirmen
2011-03-15my $buf = "string"; return $string; is cool in Perl, but not in C;Ingo Schwarze
2011-03-15add DPADD; from bradTheo de Raadt
2011-03-14Update to tzdata2011d from /elsie.nci.nih.govTodd C. Miller
2011-03-14Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forKenneth R Westerback