summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-06-10Make counters on table addresses optional and disabled by default.Ryan Thomas McBride
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10Fix a memory leak in usbf_realloc(), and make the speed configuration arrayMiod Vallat
2008-06-10posix compliant permission checks for sending signals. Based on diffsHans-Joerg Hoexer
2008-06-10properly inherit file permissions.Joris Vink
2008-06-10Accidental commit. Clean up.Artur Grabowski
2008-06-10Buffer cache revampBob Beck
2008-06-10when walking the entire state table it makes much more sense to walkHenning Brauer
2008-06-10remove a debug check& printf that should not have gone in in the firstHenning Brauer
2008-06-10save somespace in the state by collapsing two 8 bit ints used as booleansHenning Brauer
2008-06-10set tag_new if its available so it can get passed to loginfoJoris Vink
2008-06-10use the defines, not magic constants. ok kettenis@Dale Rahn
2008-06-10sleep if the slave device of the pty(4) is not connected.Marc Balmer
2008-06-10clarify that Host patterns are space-separated. ok deraadtDarren Tucker
2008-06-10Add a regression test for signaling permission checks. From mickey@.Hans-Joerg Hoexer
2008-06-10Omit "cannot find file" on server-side if client runs "diff" on an up-to-dateTobias Stoeckmann
2008-06-10Fix implementation of IN6_IS_ADDR_FULL so that IPV6_ADDR is usedAlexander Bluhm
2008-06-10do not ask the "override?" question if access fails for other resaons thanOtto Moerbeek
2008-06-10another wee correction; ok henningJason McIntyre
2008-06-10Make get_npcus() walk the device tree to figure out the number of CPUsMark Kettenis
2008-06-10Allow linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCALMatthieu Herrb
2008-06-10document access(2) can return EPERM; noted by Tim van der Molen; ok millert@Otto Moerbeek
2008-06-10Added support for tag and date in cvs_history_add for checkout/export.Tobias Stoeckmann