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