summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-18Convert softraid concat to new workunit completion functions.Joel Sing
2013-01-18Use open(O_CLOEXEC) instead of a separate fcntl(FD_CLOEXEC) call.Philip Guenther
2013-01-18oops. this kassert should have gone with the B_NOTMAPPED commitBob Beck
2013-01-18Tweak workunit completion.Joel Sing
2013-01-18s/the the/the/ in sosplice(9)Alexander Bluhm
2013-01-18Update the setsockopt(2) interface documentation for the EFBIG andAlexander Bluhm
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-18add -Q to the options list; ok djmJason McIntyre
2013-01-18-L before -l;Jason McIntyre
2013-01-18tweak previous;Jason McIntyre
2013-01-18-u before -V in usage();Jason McIntyre
2013-01-18tweak previous;Jason McIntyre
2013-01-18Clean up and rework workunit completion for RAID 0. Ensure that we removeJoel Sing
2013-01-18Change a bunch of error()'s to warning()'s in the dispatch loop.Kenneth R Westerback
2013-01-18acpi: add acpiec_lock and acpi_unlock routines.Paul Irofti
2013-01-18Convert RAID1 to new ccb functions.Joel Sing
2013-01-18Add command line option '-L' that specifies an optional file into whichKenneth R Westerback
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-18fix KRL generation bug for list sectionsDamien Miller
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2013-01-18Style nits - return (x) not return x.Nicholas Marriott
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-18Tests for Key Revocation Lists (KRLs)Damien Miller
2013-01-18RCD IDs help us keep portable in synchDamien Miller
2013-01-18Update the ARM CPU ID information. The IDs aren't vendor/productPatrick Wildt
2013-01-17Try harder to clear out default routes on the interface beingKenneth R Westerback
2013-01-17add support for Key Revocation Lists (KRLs). These are a compact way toDamien Miller
2013-01-17Update the sosplice(9) man page with UDP socket splicing.Alexander Bluhm
2013-01-17macro fixes;Jason McIntyre
2013-01-17various macro fixes;Jason McIntyre
2013-01-17Don't try to access m_head after it may be freed (unlikely for VT6105M,Chris Cappuccio
2013-01-17some simple macro fixes;Jason McIntyre
2013-01-17remove uesless Pp;Jason McIntyre
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-17remove a uesless Pp;Jason McIntyre
2013-01-17remove some uesless Pp;Jason McIntyre
2013-01-17Fix a couple of spacing/style nits.Nicholas Marriott
2013-01-17New pmap for panda boards. Work from lots of folks.Brandon Mercer
2013-01-17Remove unnecessary pointer casts. No binary diff.Alexander Bluhm
2013-01-17Do not allow cursor colours to be set beginning with ? as that willNicholas Marriott
2013-01-17Improve socket splicing tests:Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm