summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-07-29off-by-one in a printf %savsm1-2/+2
markus@ ok a while back
2003-07-29Sync with skip step optimisation.cedric6-28/+27
2003-07-29More aggressive and easier to understand skip steps for addresses.cedric1-23/+36
Help daniel@ mcbride@ Ok henning@ mcbride@
2003-07-29change_arg_use_in_operand: convert "set () (incoming_args)" to "set () (plus (vfp const))". The incoming_args alone is derived from the address operation of the 1st function argument. This fixes to protect the 1st function argument from buffer overflow.etoh1-0/+23
ok pvalcehv@
2003-07-29push_frame_in_args: fix netpbm-alpha problem, changes the memory corruption at modifying the argument information.etoh1-2/+8
ok pvalchev@
2003-07-29rtl_epilogue: convert "set () (incoming_args)" to "set () (plus (vfp const))".etoh1-5/+17
The incoming_args alone is derived from the address operation of the 1st function argument. This fixes to protect the 1st function argument from buffer overflow. ok pvalchev@
2003-07-29spacingderaadt11-56/+54
2003-07-28tweak;jmc1-15/+16
ok tedu@
2003-07-28growfstedu1-3/+3
2003-07-28attempt to describe CDPATH a little better. note that csh uses cdpathtedu1-2/+11
instead. ok input jmc@
2003-07-28nuke more MATH_EMULATEjason1-2/+2
2003-07-28introducing growfs, compliments of freebsd. cleaned up slightly to obey knf.tedu5-0/+3399
requests/oks from many.
2003-07-28remove check for /etc/news.expire;jmc1-5/+1
ok millert@
2003-07-28add a manpage for the /etc/{daily,weekly,monthly} scripts;jmc2-2/+260
improvements from millert@ and jose@; ok millert@
2003-07-28cleanup library partsderaadt2-15/+12
2003-07-28remove MATH_EMULATE stuffjason1-6/+2
2003-07-28remove some withespace at EOLsturm2-10/+10
noticed by jmc@
2003-07-28remove the non-licensed i386 math emulation stuff. This only leaves thejason4-1609/+4
gnu stuff as an option until it is replaced RSN. ok deraadt.
2003-07-28minor knf and cleanups; otto okderaadt4-28/+25
2003-07-28Don't treat consecutive slashes as path components; matches POSIXmillert1-7/+7
OK otto@ and deraadt@
2003-07-28More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h,otto11-233/+157
some rewriting of code to make it more readable and more KNF. ok millert@ tedu@ deraadt@
2003-07-28Be more exact on how backup files are handled.otto1-3/+3
ok millert@ tedu@
2003-07-28Be more exact on how backup files are handled.otto1-59/+114
ok millert@ tedu@
2003-07-28syncderaadt3-1/+13
2003-07-28document systrace related variablessturm2-2/+38
espie@ ok
2003-07-28sync floppy dd example with the real worldtodd1-2/+2
ok deraadt@ jmc@
2003-07-28Make patch(1) exit value match POSIX and be consistent with diff.millert4-20/+29
Comments and OK from otto@
2003-07-28allow gif(4) over ipsec: mark mbuf for transport mode SA,markus3-6/+13
so in_gif_input can detect whether a proto 4 header is due to ipsec tunnel mode or gif(4) encapsulation; fixes pr 3023 ok itojun@. provos@ and angelos@ agree; tested by sturm@
2003-07-28Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.djm5-7/+822
Based on code from Phil Karn, William Allen Simpson and Niels Provos. ok markus@, thanks jmc@
2003-07-28No more source in usr.sbin/ssio;jmc1-9/+9
2003-07-28fix rcsidtedu1-2/+2
2003-07-28rcsid should say openbsd. make 'em const while here.tedu13-26/+26
2003-07-28rcsid should say openbsdtedu2-4/+4
2003-07-28The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define.drahn6-52/+29
Fix several calls which had the incorrect but working define in that position It happened that SYM_NOTPLT was 0, which was the desired size value.
2003-07-28typo. from cedricitojun1-2/+2
2003-07-27add _syslogd pseudo-account; ok deraadt@david2-2/+4
2003-07-27Return FAILURE for "file would grow" case so the .gz file gets removed.millert1-3/+3
Problem noticed by otto@
2003-07-27We need to initialize clen to 0 each time through diffreg() formillert1-2/+3
when diffreg() is called multiple times (i.e. in directory mode). Fixes a hang I saw doing "diff -r" of two large directory trees.
2003-07-27Correct computation of argsize when setting diffargs.millert1-4/+4
2003-07-27Start new sentence on a new line.otto1-4/+4
ok jmc@
2003-07-27sync struct addrinfo with what's in <netdb.h>;jmc1-11/+11
ok itojun@
2003-07-27USD docs for ed are 9-10, not 12,13;jmc1-2/+2
2003-07-27`p' can be interrupted; my mistake.jmc1-1/+12
2003-07-27- Use a heuristic to bound memory and cpu usage, at the cost ofotto4-26/+68
producing suboptimal diffs for large file containing lots of changes. Switch heuristic off with -d/--minimal (GNU compatible). Some hints from millert@. - Improve performance by reducing the number of realloc(3) calls. ok millert@ tedu@
2003-07-26install ed tutorial papers;jmc5-22/+15
very minor modifications, but get rid of the ugly 2-column display; ok mickey@
2003-07-26Add missing "break" in -s case and make usage() explicitly take void.millert1-3/+4
From Andrey Matveev.
2003-07-26man page for myname(5)/mygate(5);jmc2-5/+94
feedback and advice from nick@ henning@ and many others; ok nick@ henning@
2003-07-26on syscall exit restore old cpl if there is a need; move call for softints processing towards after thatmickey1-3/+5
2003-07-25use names not numbers for msrs, do not define yet another implementation of wrmsr/rdmsrmickey2-17/+7
2003-07-25s/CPUID_SYS2/CPUID_SEP/ to avoid confusionmickey2-6/+6