Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-07-03 | strncpy->strlcpy | 1 | -4/+4 | ||
krw@ ok | |||||
2003-07-03 | protos | 1 | -2/+2 | ||
2003-07-03 | sync | 4 | -10/+19 | ||
2003-07-03 | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED | 3 | -21/+77 | ||
since that's the way linux works. no regressions by various ports testers, eyeballed by a few others. | |||||
2003-07-02 | no default -Werror on these | 2 | -4/+4 | ||
2003-07-02 | convert strncat -> strlcat | 3 | -12/+12 | ||
millert@ ok | |||||
2003-07-02 | [kick] fix merge error. | 1 | -2/+2 | ||
2003-07-02 | Use defines for the interrupt type, not magic numbers. | 1 | -5/+5 | ||
2003-07-02 | Add a stub where code could be added to make use of the new key on recent | 1 | -2/+10 | ||
laptop keyboards (mirror display on F7). Documents the key, no functionality. | |||||
2003-07-02 | If the fpu or vector registers are not currently associated with any | 2 | -4/+13 | ||
process, the fpuproc or vecproc are set to NULL, prevent these functions from potentially attempting to access thru a NULL pointer. | |||||
2003-07-02 | missing protos | 14 | -28/+64 | ||
2003-07-02 | fix tslot issues (need level-triggered interrupts); from miod | 1 | -1/+5 | ||
2003-07-02 | Reduce the amount of asm code in powerpc/macppc by replacing it with | 11 | -123/+190 | ||
inlined functions, helps improve readability and fix a couple of bugs. ok miod@ | |||||
2003-07-02 | make ppc_intr_(enable|disable)() inlined functions. | 2 | -29/+26 | ||
2003-07-02 | missing protos | 8 | -12/+52 | ||
2003-07-02 | protos | 21 | -69/+92 | ||
2003-07-02 | ioctlname() proto | 4 | -5/+24 | ||
2003-07-02 | nonstandard -> non-standard | 1 | -2/+2 | ||
jmc@ ok | |||||
2003-07-02 | nonstandard->non-standard | 1 | -2/+2 | ||
jmc@ ok | |||||
2003-07-02 | convert hostkeyalias to lowercase, otherwise uppercase aliases will | 1 | -1/+8 | ||
not match at all; ok henning@ | |||||
2003-07-02 | use /dev/null | 2 | -4/+4 | ||
2003-07-02 | proto | 1 | -3/+3 | ||
2003-07-02 | diffh belongs in /usr/libexec/ | 1 | -1/+1 | ||
2003-07-02 | Treat /dev/null specially; there is no need to make a temp file for it. | 1 | -4/+6 | ||
2003-07-02 | Eliminate cutword(), replacing it with specific code: 'set --' in two | 2 | -35/+20 | ||
cases and a simple sed expression in the third. Add pfsync to the list of interfaces that should not be offered to the user for configuration. Display the server line selected from the ftp/http server list in a more compact form with only a single space between fields. The usual [] -> [[]], etc. in areas being revised. | |||||
2003-07-02 | (re)add socks5 suppport to -D; ok djm@ | 3 | -9/+123 | ||
now ssh(1) can act both as a socks 4 and socks 5 server and dynamically forward ports. | |||||
2003-07-02 | bump mktemp/mkstemp randomness from 6 -> 10 X's | 3 | -3/+3 | ||
henning@ ok | |||||
2003-07-02 | deny dynamic forwarding with -R for v1, too; ok djm@ | 1 | -3/+7 | ||
2003-07-02 | .Ic Ar -> .Ar | 1 | -3/+3 | ||
from wiz@netbsd; | |||||
2003-07-02 | .Cm So . Sc -> .Sq Cm \&. | 1 | -3/+3 | ||
from wiz@netbsd; | |||||
2003-07-02 | .Cm Fl -> .Fl | 1 | -2/+2 | ||
from wiz@netbsd | |||||
2003-07-02 | the arrays are null terminated, but the strings are only nul terminated. | 1 | -3/+3 | ||
2003-07-02 | simplify macro usage; | 1 | -5/+2 | ||
from wiz@netbsd | |||||
2003-07-02 | simplify macro usage; | 1 | -4/+2 | ||
from wiz@netbsd | |||||
2003-07-02 | fix broken escape; from wiz@netbsd | 1 | -16/+19 | ||
cleanup from myself; | |||||
2003-07-02 | Correct library search algorithm, wrt versioned objects | 2 | -44/+72 | ||
2003-07-02 | some punctuation/grammar fixes from wiz@netbsd and myself; | 1 | -14/+8 | ||
2003-07-02 | grep | 1 | -2/+2 | ||
2003-07-02 | add grep regression tests suite, a few ideas from millert incorporated | 9 | -0/+48 | ||
2003-07-02 | 6 X's -> 10 X's in all examples, per avsm's idea, millert agrees | 1 | -4/+4 | ||
2003-07-02 | bump mktemp randomness from 6 to 10 X's | 4 | -5/+5 | ||
2003-07-02 | hit CLEANFILES also for cleandir target | 1 | -2/+2 | ||
2003-07-02 | bump mktemp randomness from 6 to 10 X's; deraadt@ ok | 2 | -4/+4 | ||
2003-07-02 | cleanup | 1 | -53/+65 | ||
2003-07-02 | bump mktemp randomness from 6 to 10 X's | 4 | -6/+6 | ||
2003-07-02 | bump mktemp randomness from 6->10 X's | 2 | -6/+6 | ||
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | 12 | -34/+34 | ||
2003-07-02 | comitted->committed | 1 | -2/+2 | ||
2003-07-02 | comitted->committed in a comment | 1 | -2/+2 | ||
2003-07-01 | Add support for -a dirs on different filesystems. | 1 | -26/+72 | ||
From FreeBSD via S. Deinhard. |