summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-139751 is actually useful these days.Jason Wright
2003-03-13and bandwidth is bits per secondHenning Brauer
2003-03-13bits not bytes; fk@spoiled.orgTheo de Raadt
2003-03-13Plug slow memory leak (radix_mask structure).Cedric Berger
2003-03-13scale the red thresholds according to the queue limit.Kenjiro Cho
2003-03-13remove an unused function prototype.Kenjiro Cho
2003-03-131 byte underflow; from tdevalTheo de Raadt
2003-03-13a few more strlcy; ok from beck & hoTheo de Raadt
2003-03-13a few more strlcpyTheo de Raadt
2003-03-13Slightly better wording or layoutMiod Vallat
2003-03-13anotherAlexander Yurchenko
2003-03-13correct table usage in rdr example, spotted by toddHenning Brauer
2003-03-13Might as well do blinding here too.Hakan Olsson
2003-03-13ssh-agent is similar to ssh-keysign (allows other processes to useMarkus Friedl
2003-03-13move RSA_blinding_on to generic key load methodMarkus Friedl
2003-03-13anotherHenning Brauer
2003-03-13Avoid "j += snprintf()". niklas@ ok.Hakan Olsson
2003-03-13my style: length is size_t, not int.Marc Espie
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-13a few strcpy -> strlcpy; a couple people have mailed in a variety ofTheo de Raadt
2003-03-13no more ching;Jason McIntyre
2003-03-13zap two sprintf, more to goTheo de Raadt
2003-03-13more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from meTheo de Raadt
2003-03-13syncTheo de Raadt
2003-03-13Cast 3 to size_t to shut up stupid gcc on 64bit platforms.Todd C. Miller
2003-03-13Initialize the timeout for the non-console case of PS2 keyboard. FixesDale Rahn
2003-03-13thought we had already deleted thisTheo de Raadt
2003-03-12less sprintfTheo de Raadt
2003-03-12typo; Ross.Richardson@utas.edu.auTheo de Raadt
2003-03-12regenAlexander Yurchenko
2003-03-12In SiS entries block: sort, consistency a bit and add some devicesAlexander Yurchenko
2003-03-12Add -c option similar to GNU md5sum.Todd C. Miller
2003-03-12Make config -e work correctly on the various m68k platforms, by handlingMiod Vallat
2003-03-12actually, vput always unlocks the vnodeTed Unangst
2003-03-12more .LiTheo de Raadt
2003-03-12updated man page and path;Jason McIntyre
2003-03-12backout the two previous patches, it breaks the 3com ae card and I don'tJason Wright
2003-03-12use .Li moreTheo de Raadt
2003-03-12Move range sanity check out of get_number() and into get_range() sinceTodd C. Miller
2003-03-12sk is capable of transmitting and receiving longer packets for 802.1q vlansNathan Binkert
2003-03-12gif3 here tooHenning Brauer
2003-03-12use gif3 instead of lo0 for this test and thus avoid the mtu issue onHenning Brauer
2003-03-12hardcode tbrsize to make this test on 64bit archs happy, as usualHenning Brauer
2003-03-12should -> must when discussing locking. it's not optional.Ted Unangst
2003-03-12add VOP_CREATE, VOP_LINK, VOP_READLINK, VOP_SYMLINKTed Unangst
2003-03-12Heh. So many commits to this file and noone noticed that I forgot to put a li...Artur Grabowski
2003-03-12add VOP_FSYNC, VOP_ISLOCKED, and VOP_REMOVETed Unangst
2003-03-12reclaim more resources on failures.Michael Shalayeff
2003-03-12document setting ipx frame type; from ianm@cit.uws.edu.auMichael Shalayeff
2003-03-12anotherAlexander Yurchenko