Age | Commit message (Expand) | Author |
2010-07-29 | Remove stray newline, fix $OpenBSD$; ok deraadt | Stefan Sperling |
2010-07-29 | Zero out the firmware waking vector on successful resume from ACPI sleep. | Mike Larkin |
2010-07-28 | Truncate output file when compressing. OK deraadt@ | Todd C. Miller |
2010-07-28 | DVD_INVALIDATE_AGID is a 'no payload' operation, so don't set | Kenneth R Westerback |
2010-07-28 | dup() the stdin fd so it isn't closed twice (once for stdin, once for tty). | Nicholas Marriott |
2010-07-28 | Add a dummy kqueue filter similar to seltrue and use it for anything | Nicholas Marriott |
2010-07-28 | Suspending drivers need to do as little as possible in here, so when the | Theo de Raadt |
2010-07-28 | Make legacy xxpower() functions call xxstop() on suspend, and simplify their | Theo de Raadt |
2010-07-28 | Support -U and -C to specify the context length for "cvs diff". | Nicholas Marriott |
2010-07-28 | the default pciide chip needs no additional register restores; tested by jcs ... | Theo de Raadt |
2010-07-28 | Fix fallout from the utf-8 commit (segfaults in disklabel on install media). | Stefan Sperling |
2010-07-28 | more #ifdef needed for the case of not pegging on a non-MP kernel | Theo de Raadt |
2010-07-28 | remove stub code for rw locks we will never need; ok kettenis marco | Theo de Raadt |
2010-07-28 | It's pretty pointless to peg ourselves to the primary CPU if that's the | Mark Kettenis |
2010-07-28 | suspend save/restore for SIS3112; tested by mlarkin | Theo de Raadt |
2010-07-28 | Change back to the pre rev 1.11 behaviour of not treating unexpected | Jonathan Gray |
2010-07-28 | more explicit message | Marc Espie |
2010-07-28 | let fatal work, fix typo | Marc Espie |
2010-07-28 | Make all gasio failures look and behave the same. | Marco Peereboom |
2010-07-28 | pass state to Ustar objects, use it to display those pesky error and | Marc Espie |
2010-07-28 | Revert parts of previous change leading to assertion failure for | Martin Hedenfal |
2010-07-28 | Make BUFs autoextend by default. This was already done in OpenCVS | Ray Lai |
2010-07-28 | Sync hcreate(3) with NetBSD, adding some caveats. | Ray Lai |
2010-07-28 | Delay a little longer on suspend before giving up. Fixes machines that | Mike Larkin |
2010-07-28 | pfsync_bulk_fail was mucking around with pfsync_softc and sending packets | David Gwynne |
2010-07-28 | No need to bzero() malloc'd memory if we used M_ZERO. | Kenneth R Westerback |
2010-07-27 | remove an ancient XXX | Theo de Raadt |
2010-07-27 | remove XXX; EC can now be attached early when needed; ok jordan | Theo de Raadt |
2010-07-27 | more brackets feels good | Theo de Raadt |
2010-07-27 | XXX annotate a block in acpi_enter_sleep_state() that is pretty worrying | Theo de Raadt |
2010-07-27 | do not match a 2nd EC if something horrible happens; ok marco | Theo de Raadt |
2010-07-27 | ca_activate handler for suspend/resume. untested -- if someone tests | Theo de Raadt |
2010-07-27 | Spaces vs tab | Marco Peereboom |
2010-07-27 | Remove a stray space. No binary change. | Marco Peereboom |
2010-07-27 | horrific indentation that nearly made me puke | Theo de Raadt |
2010-07-27 | spacing; ok deraadt@ | Todd T. Fries |
2010-07-27 | Revert 1.34 certain systems need the parent ec pointer initialized earlier. | Marco Peereboom |
2010-07-27 | spacing | Theo de Raadt |
2010-07-27 | add bce_activate(), suspends and resumes on my laptop | Todd T. Fries |
2010-07-27 | Make sure we stop DMA before we suspend. Remove unused argument to re_stop() | Mark Kettenis |
2010-07-27 | Fix compilation on gcc2 platforms, where _Bool and _Complex aren't | Philip Guenthe |
2010-07-27 | Make sure we stop DMA before we suspend. | Mark Kettenis |
2010-07-27 | sync | Theo de Raadt |
2010-07-27 | ca_activate function for suspend/resume | Theo de Raadt |
2010-07-27 | Replace the single-byte placeholders for the multi-byte/wide-character | Stefan Sperling |
2010-07-27 | delete a #if 0 chunk which was used for early development and will never | Theo de Raadt |
2010-07-27 | Set the sleeping indicator light on machines that support it, in case SMI | Mike Larkin |
2010-07-27 | properly escape some "!"; reported by kristaps | Jason McIntyre |
2010-07-27 | print these better | Marc Espie |
2010-07-27 | Add ldapd to rc and rc.conf. Enable it at boot with ldapd_flags=. | Martin Hedenfal |