Age | Commit message (Expand) | Author |
2003-07-02 | fix tslot issues (need level-triggered interrupts); from miod | Todd T. Fries |
2003-07-02 | Reduce the amount of asm code in powerpc/macppc by replacing it with | Dale Rahn |
2003-07-02 | make ppc_intr_(enable|disable)() inlined functions. | Dale Rahn |
2003-07-02 | missing protos | Theo de Raadt |
2003-07-02 | missing protos | Theo de Raadt |
2003-07-02 | protos | Theo de Raadt |
2003-07-02 | ioctlname() proto | Theo de Raadt |
2003-07-02 | nonstandard -> non-standard | Anil Madhavapeddy |
2003-07-02 | nonstandard->non-standard | Anil Madhavapeddy |
2003-07-02 | convert hostkeyalias to lowercase, otherwise uppercase aliases will | Markus Friedl |
2003-07-02 | use /dev/null | Peter Valchev |
2003-07-02 | proto | Theo de Raadt |
2003-07-02 | diffh belongs in /usr/libexec/ | Todd C. Miller |
2003-07-02 | Treat /dev/null specially; there is no need to make a temp file for it. | Todd C. Miller |
2003-07-02 | Eliminate cutword(), replacing it with specific code: 'set --' in two | Kenneth R Westerback |
2003-07-02 | (re)add socks5 suppport to -D; ok djm@ | Markus Friedl |
2003-07-02 | bump mktemp/mkstemp randomness from 6 -> 10 X's | Anil Madhavapeddy |
2003-07-02 | deny dynamic forwarding with -R for v1, too; ok djm@ | Markus Friedl |
2003-07-02 | .Ic Ar -> .Ar | Jason McIntyre |
2003-07-02 | .Cm So . Sc -> .Sq Cm \&. | Jason McIntyre |
2003-07-02 | .Cm Fl -> .Fl | Jason McIntyre |
2003-07-02 | the arrays are null terminated, but the strings are only nul terminated. | Ted Unangst |
2003-07-02 | simplify macro usage; | Jason McIntyre |
2003-07-02 | simplify macro usage; | Jason McIntyre |
2003-07-02 | fix broken escape; from wiz@netbsd | Jason McIntyre |
2003-07-02 | Correct library search algorithm, wrt versioned objects | Niklas Hallqvist |
2003-07-02 | some punctuation/grammar fixes from wiz@netbsd and myself; | Jason McIntyre |
2003-07-02 | grep | Peter Valchev |
2003-07-02 | add grep regression tests suite, a few ideas from millert incorporated | Peter Valchev |
2003-07-02 | 6 X's -> 10 X's in all examples, per avsm's idea, millert agrees | Peter Valchev |
2003-07-02 | bump mktemp randomness from 6 to 10 X's | Anil Madhavapeddy |
2003-07-02 | hit CLEANFILES also for cleandir target | Theo de Raadt |
2003-07-02 | bump mktemp randomness from 6 to 10 X's; deraadt@ ok | Anil Madhavapeddy |
2003-07-02 | cleanup | Theo de Raadt |
2003-07-02 | bump mktemp randomness from 6 to 10 X's | Anil Madhavapeddy |
2003-07-02 | bump mktemp randomness from 6->10 X's | Anil Madhavapeddy |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy |
2003-07-02 | comitted->committed | Anil Madhavapeddy |
2003-07-02 | comitted->committed in a comment | Anil Madhavapeddy |
2003-07-01 | Add support for -a dirs on different filesystems. | Todd C. Miller |
2003-07-01 | add MAP_TRYFIXED, mostly to help emulate other systems. | Ted Unangst |
2003-07-01 | Add /etc/isakmpd dir as well as isakmpd.conf and isakmpd.policy files. | Todd C. Miller |
2003-07-01 | now that there is multicast routing documentation in netstart(8), | David Krause |
2003-07-01 | sync | Ted Unangst |
2003-07-01 | remove sys_omquery. it was only used for two weeks, and you can't | Ted Unangst |
2003-07-01 | We need the "/ 10" in the group writability check after all; marc@ | Todd C. Miller |
2003-07-01 | Make the test for unsafe umask more bullet-proof. With help from marc@ | Todd C. Miller |
2003-07-01 | sync | Theo de Raadt |
2003-07-01 | add back the vertical line space, this time conditionally and preceded | Jason McIntyre |
2003-07-01 | Don't dma map the xs->cmd. Copy it to a safe buffer that is already | Kenneth R Westerback |