summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-01-18Give buf_acquire_unmapped and B_NOTMAPPED a viking funeral as they shouldBob Beck
2013-01-18Clean up and rework workunit completion for RAID 0. Ensure that we removeJoel Sing
2013-01-18acpi: add acpiec_lock and acpi_unlock routines.Paul Irofti
2013-01-18Convert RAID1 to new ccb functions.Joel Sing
2013-01-18data transfers suit STREAMING dma maps.David Gwynne
2013-01-18Constrain the amount of kernel memory used by NTFS. Keep a small cache ofJoel Sing
2013-01-18Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-18acpi: Add global lock enter and leave routines.Paul Irofti
2013-01-18Clean up/standardise makefiles for i386/stand.Joel Sing
2013-01-18Clean up and rework workunit completion for concat. Ensure that we removeJoel Sing
2013-01-18twist the amd64 bus_space implementation a bit. instead of using the tagDavid Gwynne
2013-01-18Reset I/O counters when releasing ccbs.Joel Sing
2013-01-18Update the ARM CPU ID information. The IDs aren't vendor/productPatrick Wildt
2013-01-17Don't try to access m_head after it may be freed (unlikely for VT6105M,Chris Cappuccio
2013-01-17Ensure the tty hiwat is less than the size of the ring buffer (sinceTheo de Raadt
2013-01-17hardwire SLIP_HIWAT to 100 (as the comment above suggests) since we areTheo de Raadt
2013-01-17New pmap for panda boards. Work from lots of folks.Brandon Mercer
2013-01-17Expand the socket splicing functionality from TCP to UDP. MergeAlexander Bluhm
2013-01-17syncReyk Floeter
2013-01-17Add a few more VMware devices.Reyk Floeter
2013-01-17Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-17Clean up/standardise makefiles for amd64/stand.Joel Sing
2013-01-17Clean includes.Joel Sing
2013-01-17After finding the socket's inp by using the pf's statekey, resetAlexander Bluhm
2013-01-17forgot this file when committing the 64bit dva diff.David Gwynne
2013-01-17Convert softraid RAID 0 to the new ccb functions.Joel Sing
2013-01-17Restructure the RAID1 I/O path so that we only get a ccb once we areJoel Sing
2013-01-17mikeb pointed at that the interrupt status register read in mpi_intr wasDavid Gwynne
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-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-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-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