summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-18Remove unused field 'next' from struct timeout. There's only oneKenneth R Westerback
2012-08-18Update global cur_time after exiting poll() and before calling theKenneth R Westerback
2012-08-17make sure mycreate uses -DSHARED_LIBS=1 (for now), gets a lot of tests toMarc Espie
2012-08-17fix after signatures changeMarc Espie
2012-08-17oops, shouldn't go interactive (found by matthew@)Marc Espie
2012-08-17ouch, this should not workMarc Espie
2012-08-17Native mdoc versions of the sudo manuals, back-ported from sudo trunk.Todd C. Miller
2012-08-17Properly initialize the IOMMU control and status register for pyro(4).Mark Kettenis
2012-08-17Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leafMark Kettenis
2012-08-17Don't forget to byteswap the state_flags since it's a uint16_t now.Mike Belopuhov
2012-08-17cleanup mpii_get_ioc_pg8 mess, no functional changeMike Belopuhov
2012-08-17Fix typos in DPRINTF() so error messages refer to correct *hci.Kenneth R Westerback
2012-08-17Don't need this anymore, we have it in bsd.own.mk now.Christiano F. Haesbaert
2012-08-17Don't need this anymore, we have them in bsd.own.mk.Christiano F. Haesbaert
2012-08-17Add a default CDIAGFLAGS, so that programs may be enable warnings byChristiano F. Haesbaert
2012-08-17Double check that we're not testing libc's __guard. Changing ld.so'sMatthew Dempsky
2012-08-17Fix possible panic while switching from STA mode into hostap/ibss modes.Stefan Sperling
2012-08-17Fix mips64 and powerpc's ld.so syscall implementations by addingMatthew Dempsky
2012-08-17update to firmware 1.4.55 via freebsd revision 236212.David Gwynne
2012-08-17add support for "physical devices" on skinny controllers.David Gwynne
2012-08-17clarify that -w is used for raw output only (removes the 'not sure' XXXOkan Demirmen
2012-08-17Send client banner immediately, rather than waiting for the server toDamien Miller
2012-08-17print details of which host lines were deleted when usingDamien Miller
2012-08-17add some comments about better handling first-KEX-follows notificationsDamien Miller
2012-08-17Force a clean shutdown of ControlMaster client sessions when the ~. escapeDarren Tucker
2012-08-16Use dlopen("ld.so") instead of dlopen("/usr/libexec/ld.so") so we getMatthew Dempsky
2012-08-16turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-staticMatthew Dempsky
2012-08-16Add regression test to check that PIEs work too.Matthew Dempsky
2012-08-16display board model and firmware revision like mfi/mfii do; ok dlgMike Belopuhov
2012-08-16we are past the point where timecounters may disappearTed Unangst
2012-08-16Add a test case to verify ld.so's randomdata section is initializedMatthew Dempsky
2012-08-16syncTheo de Raadt
2012-08-16basic randomdata regression testsMatthew Dempsky
2012-08-16we're not going to loop in rxeof here as well so remove the leftoversMike Belopuhov
2012-08-16revert previous; wrong diffMike Belopuhov
2012-08-16mfii_exec_done clears ccb_cookie, so mfii_exec should test that, notDavid Gwynne
2012-08-16fix mfi_poll by having it do delays between loops, and breaking onDavid Gwynne
2012-08-16rework mfi_poll so it will do all the completions on a ccb includingDavid Gwynne
2012-08-16stop passing mfi_softc around as a member of the ccb, consistently give itDavid Gwynne
2012-08-16scrub ccbs when we're about to use them, not when we put them backDavid Gwynne
2012-08-16move the dma syncs for the ccb data into ccb_done, so we can do it onceDavid Gwynne
2012-08-16fix up the dma sync for the command frame in mfi_done.David Gwynne
2012-08-16remove pool hiwat call. hiwat is less useful than it used to be.Ted Unangst
2012-08-16white space, no real changesDavid Gwynne
2012-08-16move completions of ccbs out of the postq mutex. avoids the unlikely butDavid Gwynne
2012-08-16replace the SLIST for ccbs with a SIMPLEQ so i can add stuff to the endDavid Gwynne
2012-08-16send inetd tftpd to the attic.David Gwynne
2012-08-16switch off inetd tftp-proxy and enable the standalone one instead.David Gwynne
2012-08-16rewrite the mfii_mgmt path to be a bit more... symmetrical.David Gwynne
2012-08-15use Lk for links;Jason McIntyre