summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-17mikeb pointed at that the interrupt status register read in mpi_intr wasDavid Gwynne
2013-01-17Dump some more flags and subtypes in tcpdump. Especially flags used inClaudio Jeker
2013-01-17Create a printb() suitable string for IEEE80211_FC1 field. Needed to showClaudio Jeker
2013-01-17Style, no functional changes.Paul Irofti
2013-01-17we dont need to read the interrupt status register to know if we haveDavid Gwynne
2013-01-17Convert softraid concat to the new ccb functions.Joel Sing
2013-01-17treat DVAs as 64bits all the time so we can avoid ugly casts and shifts inDavid Gwynne
2013-01-17Add a hibernate HIB_DONE op. After the memory-side-effect driver finishesTheo de Raadt
2013-01-17Fixup printing of rdomain configs -- add network statements and only printClaudio Jeker
2013-01-17option HIBERNATE for amd64Mike Larkin
2013-01-17increase the number of pages used to hold the chunk ordering map and changeMike Larkin
2013-01-17use .quad for gdt load when returning from long mode. Fixes a rebootMike Larkin
2013-01-17first or second coming, commie or not commie, one m in coming is sufficientHenning Brauer
2013-01-17fix an error in the amd64 asm unhibernate code and a slight adjustment toMike Larkin
2013-01-17Remove the layout undo/redo code which never really worked.Nicholas Marriott
2013-01-17Force the latest 3 generations of Intel SATA chipsets into AHCI mode.Claudio Jeker
2013-01-16replace __attribute__((unused)) with __used, which will be defined to theDavid Gwynne
2013-01-16MD hibernate goo for amd64Mike Larkin
2013-01-16asm resume functions for amd64 hibernateMike Larkin
2013-01-16re-backout the infamous softdep diff - originally committed to get aroundBob Beck
2013-01-16in uvm_coredump, use RB_FOREACH_SAFE because we are torturing the mapTheo de Raadt
2013-01-16Unrevert last reversion. otto@ pointed out that it wasn't asprintf()Kenneth R Westerback
2013-01-16Fight global eye bleeding by fixing evil typos.Miod Vallat
2013-01-16Nuke commons with libsa and add --warn-common to the ld command lines.Miod Vallat
2013-01-16On second thought, do not unconditionnaly register the cpu throttling codeMiod Vallat
2013-01-16Do not register the internal cpu timer-based timecounter if we support cpuMiod Vallat
2013-01-16Remove orphaned files.Miod Vallat
2013-01-16cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; onlyMiod Vallat
2013-01-16Nuke common.Miod Vallat
2013-01-16Remove description of functionality that never was implemented, e.g.Vadim Zhukov
2013-01-16properly distinguish /boot and biosboot in informational and error messagesChristian Weisgerber
2013-01-16Revert last. asprintf() breaks something.Kenneth R Westerback
2013-01-16sys/mbuf.h not neededTheo de Raadt
2013-01-16Move MAXMCLBYTES to mbuf.h so that fewer parts of userland see it.Theo de Raadt
2013-01-16switch from using softclock ticks to getnanotime when putting time on theDavid Gwynne
2013-01-16Consistently call sr_scsi_done instead of scsi_done.Joel Sing
2013-01-16Unbreak the negation toggle code when re-loading pf tables. OtherwiseMarkus Friedl
2013-01-16Add terminfo entries for rxvt-unicode and rxvt-unicode-256colorDavid Coppa
2013-01-16Loongson: add throttling support.Paul Irofti
2013-01-16Add a function that handles the completion of a ccb.Joel Sing
2013-01-16Add a new capability flag to identify disciplines where read failures areJoel Sing
2013-01-16Set resid to zero if the scsi transfer completed without error.Joel Sing
2013-01-16Factor out code used to release ccbs from a workunit.Joel Sing
2013-01-16regenBrad Smith
2013-01-16Some corrections for D-Link device names.Brad Smith
2013-01-16fix typo in commentDarren Tucker
2013-01-16Use the magic of asprintf() to produce more informative errorKenneth R Westerback
2013-01-16init comconsiot to X86_BUS_SPACE_IO in case someone changes the value ofDavid Gwynne
2013-01-16Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/okDarren Tucker
2013-01-16Don't tell the priviledged process to discard active_addr if there isKenneth R Westerback