Age | Commit message (Expand) | Author |
2003-03-13 | 9751 is actually useful these days. | Jason Wright |
2003-03-13 | and bandwidth is bits per second | Henning Brauer |
2003-03-13 | bits not bytes; fk@spoiled.org | Theo de Raadt |
2003-03-13 | Plug slow memory leak (radix_mask structure). | Cedric Berger |
2003-03-13 | scale the red thresholds according to the queue limit. | Kenjiro Cho |
2003-03-13 | remove an unused function prototype. | Kenjiro Cho |
2003-03-13 | 1 byte underflow; from tdeval | Theo de Raadt |
2003-03-13 | a few more strlcy; ok from beck & ho | Theo de Raadt |
2003-03-13 | a few more strlcpy | Theo de Raadt |
2003-03-13 | Slightly better wording or layout | Miod Vallat |
2003-03-13 | another | Alexander Yurchenko |
2003-03-13 | correct table usage in rdr example, spotted by todd | Henning Brauer |
2003-03-13 | Might as well do blinding here too. | Hakan Olsson |
2003-03-13 | ssh-agent is similar to ssh-keysign (allows other processes to use | Markus Friedl |
2003-03-13 | move RSA_blinding_on to generic key load method | Markus Friedl |
2003-03-13 | another | Henning Brauer |
2003-03-13 | Avoid "j += snprintf()". niklas@ ok. | Hakan Olsson |
2003-03-13 | my style: length is size_t, not int. | Marc Espie |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-03-13 | a few strcpy -> strlcpy; a couple people have mailed in a variety of | Theo de Raadt |
2003-03-13 | no more ching; | Jason McIntyre |
2003-03-13 | zap two sprintf, more to go | Theo de Raadt |
2003-03-13 | more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from me | Theo de Raadt |
2003-03-13 | sync | Theo de Raadt |
2003-03-13 | Cast 3 to size_t to shut up stupid gcc on 64bit platforms. | Todd C. Miller |
2003-03-13 | Initialize the timeout for the non-console case of PS2 keyboard. Fixes | Dale Rahn |
2003-03-13 | thought we had already deleted this | Theo de Raadt |
2003-03-12 | less sprintf | Theo de Raadt |
2003-03-12 | typo; Ross.Richardson@utas.edu.au | Theo de Raadt |
2003-03-12 | regen | Alexander Yurchenko |
2003-03-12 | In SiS entries block: sort, consistency a bit and add some devices | Alexander Yurchenko |
2003-03-12 | Add -c option similar to GNU md5sum. | Todd C. Miller |
2003-03-12 | Make config -e work correctly on the various m68k platforms, by handling | Miod Vallat |
2003-03-12 | actually, vput always unlocks the vnode | Ted Unangst |
2003-03-12 | more .Li | Theo de Raadt |
2003-03-12 | updated man page and path; | Jason McIntyre |
2003-03-12 | backout the two previous patches, it breaks the 3com ae card and I don't | Jason Wright |
2003-03-12 | use .Li more | Theo de Raadt |
2003-03-12 | Move range sanity check out of get_number() and into get_range() since | Todd C. Miller |
2003-03-12 | sk is capable of transmitting and receiving longer packets for 802.1q vlans | Nathan Binkert |
2003-03-12 | gif3 here too | Henning Brauer |
2003-03-12 | use gif3 instead of lo0 for this test and thus avoid the mtu issue on | Henning Brauer |
2003-03-12 | hardcode tbrsize to make this test on 64bit archs happy, as usual | Henning Brauer |
2003-03-12 | should -> must when discussing locking. it's not optional. | Ted Unangst |
2003-03-12 | add VOP_CREATE, VOP_LINK, VOP_READLINK, VOP_SYMLINK | Ted Unangst |
2003-03-12 | Heh. So many commits to this file and noone noticed that I forgot to put a li... | Artur Grabowski |
2003-03-12 | add VOP_FSYNC, VOP_ISLOCKED, and VOP_REMOVE | Ted Unangst |
2003-03-12 | reclaim more resources on failures. | Michael Shalayeff |
2003-03-12 | document setting ipx frame type; from ianm@cit.uws.edu.au | Michael Shalayeff |
2003-03-12 | another | Alexander Yurchenko |