summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-01-20Make pf TCP sequence number tracking less strict by one octet forAlexander Bluhm
2013-01-20Add viomb(4).Brad Smith
2013-01-18Convert softraid crypto to the new ccb and workunit completion functions.Joel Sing
2013-01-18The workunit completion needs to run at IPL_BIO, at least for now.Joel Sing
2013-01-18fix bogus dependencies, and allow mkdep to runMarc Espie
2013-01-18Relax the restriction on sending frames to trunk(4) members to allow BPF writes.Stuart Henderson
2013-01-18Convert softraid RAID 0 to new workunit completion functionsJoel Sing
2013-01-18Fix the makefile so it works on other architectures.Joel Sing
2013-01-18Convert softraid concat to new workunit completion functions.Joel Sing
2013-01-18oops. this kassert should have gone with the B_NOTMAPPED commitBob Beck
2013-01-18Tweak workunit completion.Joel Sing
2013-01-18Implement common workunit completion functions and handle the completionJoel Sing
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