summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-11Canonical for() -> queue.h FOREACH macro conversions.Bret Lambert
2008-06-11Use the prom address to map clock(4) at ebus(4) if available.Mark Kettenis
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2008-06-11factor out state creation code for readability; make it static inlineHenning Brauer
2008-06-11Removed bogus var definition.Tobias Stoeckmann
2008-06-11superfluous to check for m != NULL in pf_find_state, it is plainHenning Brauer
2008-06-11after finding a state in the outbound path clear the statekey pointerHenning Brauer
2008-06-11extra paranoia:Henning Brauer
2008-06-11getcwd can return NULL on error, so handle that case properly.Tobias Stoeckmann
2008-06-11yuck, fix a last minute collisionHenning Brauer
2008-06-11store a pointer to the stack side state key in the mbuf packetHenning Brauer
2008-06-11Avoid possible NULL pointer dereferences by using reentrant versionsTobias Stoeckmann
2008-06-11spacingJoris Vink
2008-06-11style ferry comes aroundJoris Vink
2008-06-11ofd is being closed in cvs_file_free(), no need to close it ourselfsJoris Vink
2008-06-11implement the VIDIOC_STREAMOFF ioctl and remove some unused codeRobert Nagy
2008-06-11Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn offDamien Miller
2008-06-11Add tar -j option that calls bzip2 for compress/decompress. RequiresPeter Valchev
2008-06-11GNU cvs "compresses" CVSROOT/history by shrinking entry for working dirTobias Stoeckmann
2008-06-11remove an unused variableThordur I. Bjornsson
2008-06-11Move first pieces of crypto softraid into the tree. Still totallyHans-Joerg Hoexer
2008-06-11regenBrad Smith
2008-06-11BCM5780 also has a fiber model.Brad Smith
2008-06-11Don't get the address of the txstats pointers when doing bzero,Jonathan Gray
2008-06-11add $OpenBSD$ tag.Thordur I. Bjornsson
2008-06-11Let curses handle the setup of terminal instead of doing it on our ownTobias Stoeckmann
2008-06-11If bDefaultFrameIndex is 0 we should use the first bFrameIndex.Robert Nagy
2008-06-10vax doesn't have inf/nan, finite always returns 1Martynas Venckus
2008-06-10Add opaque structure to create raid.Marco Peereboom
2008-06-10make opencvs behave exactly like GNU cvs does when it comes toJoris Vink
2008-06-10add VIDIOC_QUERYCTRL to the supported ioctlsRobert Nagy
2008-06-10Add a clear-mark function.Kjell Wooding
2008-06-10Use '\0' for a nul byte rather than unadorned 0. ok djm@Darren Tucker
2008-06-10Remove redundant code that only leaked an mbuf.Bret Lambert
2008-06-10Add regress test for key options. ok djm@Darren Tucker
2008-06-10set the inactivity timeout of redirections to a shorter timeout of 600Reyk Floeter
2008-06-10reduce mem usage by about 20% by packing state and type of an inode in a singleOtto Moerbeek
2008-06-10support CIDR address matching in .ssh/authorized_keys from="..." stanzasDamien Miller
2008-06-10Handle the closing of half connections where we don't see the fullReyk Floeter
2008-06-10o Avoid putting duplicate entries into the name cache,Thordur I. Bjornsson
2008-06-10Simplify code slightly; use PR_ZERO with pool_get() rather than bzero().Ryan Thomas McBride
2008-06-10Add a no-more-sessions@openssh.com global request extension that theDamien Miller
2008-06-10Arguments to fifo commands were limited to 80 bytes. That is tooAlexander Bluhm
2008-06-10use sloppy pf state keeping for routed sessions (direct server return)Reyk Floeter
2008-06-10g/c unused defines.Brad Smith
2008-06-10Free the counters struct when we free the table entry.Ryan Thomas McBride
2008-06-10formatting knits.Brad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2008-06-10Handle a special sloppy case where we only see one half of theReyk Floeter
2008-06-10Rename pmap_remove_all() to pmap_remove_page().Miod Vallat