summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-07-03strncpy->strlcpyavsm1-4/+4
krw@ ok
2003-07-03protosderaadt1-2/+2
2003-07-03synctedu4-10/+19
2003-07-03add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXEDtedu3-21/+77
since that's the way linux works. no regressions by various ports testers, eyeballed by a few others.
2003-07-02no default -Werror on thesederaadt2-4/+4
2003-07-02convert strncat -> strlcatavsm3-12/+12
millert@ ok
2003-07-02[kick] fix merge error.drahn1-2/+2
2003-07-02Use defines for the interrupt type, not magic numbers.drahn1-5/+5
2003-07-02Add a stub where code could be added to make use of the new key on recentdrahn1-2/+10
laptop keyboards (mirror display on F7). Documents the key, no functionality.
2003-07-02If the fpu or vector registers are not currently associated with anydrahn2-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-02missing protosderaadt14-28/+64
2003-07-02fix tslot issues (need level-triggered interrupts); from miodtodd1-1/+5
2003-07-02Reduce the amount of asm code in powerpc/macppc by replacing it withdrahn11-123/+190
inlined functions, helps improve readability and fix a couple of bugs. ok miod@
2003-07-02make ppc_intr_(enable|disable)() inlined functions.drahn2-29/+26
2003-07-02missing protosderaadt8-12/+52
2003-07-02protosderaadt21-69/+92
2003-07-02ioctlname() protoderaadt4-5/+24
2003-07-02nonstandard -> non-standardavsm1-2/+2
jmc@ ok
2003-07-02nonstandard->non-standardavsm1-2/+2
jmc@ ok
2003-07-02convert hostkeyalias to lowercase, otherwise uppercase aliases willmarkus1-1/+8
not match at all; ok henning@
2003-07-02use /dev/nullpvalchev2-4/+4
2003-07-02protoderaadt1-3/+3
2003-07-02diffh belongs in /usr/libexec/millert1-1/+1
2003-07-02Treat /dev/null specially; there is no need to make a temp file for it.millert1-4/+6
2003-07-02Eliminate cutword(), replacing it with specific code: 'set --' in twokrw2-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@markus3-9/+123
now ssh(1) can act both as a socks 4 and socks 5 server and dynamically forward ports.
2003-07-02bump mktemp/mkstemp randomness from 6 -> 10 X'savsm3-3/+3
henning@ ok
2003-07-02deny dynamic forwarding with -R for v1, too; ok djm@markus1-3/+7
2003-07-02.Ic Ar -> .Arjmc1-3/+3
from wiz@netbsd;
2003-07-02.Cm So . Sc -> .Sq Cm \&.jmc1-3/+3
from wiz@netbsd;
2003-07-02.Cm Fl -> .Fljmc1-2/+2
from wiz@netbsd
2003-07-02the arrays are null terminated, but the strings are only nul terminated.tedu1-3/+3
2003-07-02simplify macro usage;jmc1-5/+2
from wiz@netbsd
2003-07-02simplify macro usage;jmc1-4/+2
from wiz@netbsd
2003-07-02fix broken escape; from wiz@netbsdjmc1-16/+19
cleanup from myself;
2003-07-02Correct library search algorithm, wrt versioned objectsniklas2-44/+72
2003-07-02some punctuation/grammar fixes from wiz@netbsd and myself;jmc1-14/+8
2003-07-02greppvalchev1-2/+2
2003-07-02add grep regression tests suite, a few ideas from millert incorporatedpvalchev9-0/+48
2003-07-026 X's -> 10 X's in all examples, per avsm's idea, millert agreespvalchev1-4/+4
2003-07-02bump mktemp randomness from 6 to 10 X'savsm4-5/+5
2003-07-02hit CLEANFILES also for cleandir targetderaadt1-2/+2
2003-07-02bump mktemp randomness from 6 to 10 X's; deraadt@ okavsm2-4/+4
2003-07-02cleanupderaadt1-53/+65
2003-07-02bump mktemp randomness from 6 to 10 X'savsm4-6/+6
2003-07-02bump mktemp randomness from 6->10 X'savsm2-6/+6
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)avsm12-34/+34
2003-07-02comitted->committedavsm1-2/+2
2003-07-02comitted->committed in a commentavsm1-2/+2
2003-07-01Add support for -a dirs on different filesystems.millert1-26/+72
From FreeBSD via S. Deinhard.