summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-01-17Expand the socket splicing functionality from TCP to UDP. MergeAlexander Bluhm
2013-01-17Man page update for the changed semantics of maximum socket splicing.Alexander 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-17Instead of creating line termios from scratch, call tcgetattr() andNicholas Marriott
2013-01-17forgot this file when committing the 64bit dva diff.David Gwynne
2013-01-17improve snapshot handling:Markus Friedl
2013-01-17do not send IMSG_LS_UPD if we have no links; ok claudioMarkus Friedl
2013-01-17ignore the nbr_adj_timer if we are not forming adjacencies; ok claudioMarkus Friedl
2013-01-17transmit correct state to RDE; ok claudioMarkus Friedl
2013-01-17allow two minutes until neighbor adjacencies are formed; ok claudio@Markus Friedl
2013-01-17for point-to-point interfaces we need to send lsupdates to theMarkus Friedl
2013-01-17the peer might still send more DD messages, even if the RDE hasMarkus Friedl
2013-01-17the event NBR_EVT_SEQ_NUM_MIS is not defined in state NBR_STA_XSTRTMarkus Friedl
2013-01-17Convert softraid RAID 0 to the new ccb functions.Joel Sing