Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-07-29 | off-by-one in a printf %s | 1 | -2/+2 | ||
markus@ ok a while back | |||||
2003-07-29 | Sync with skip step optimisation. | 6 | -28/+27 | ||
2003-07-29 | More aggressive and easier to understand skip steps for addresses. | 1 | -23/+36 | ||
Help daniel@ mcbride@ Ok henning@ mcbride@ | |||||
2003-07-29 | change_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. | 1 | -0/+23 | ||
ok pvalcehv@ | |||||
2003-07-29 | push_frame_in_args: fix netpbm-alpha problem, changes the memory corruption at modifying the argument information. | 1 | -2/+8 | ||
ok pvalchev@ | |||||
2003-07-29 | rtl_epilogue: convert "set () (incoming_args)" to "set () (plus (vfp const))". | 1 | -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-29 | spacing | 11 | -56/+54 | ||
2003-07-28 | tweak; | 1 | -15/+16 | ||
ok tedu@ | |||||
2003-07-28 | growfs | 1 | -3/+3 | ||
2003-07-28 | attempt to describe CDPATH a little better. note that csh uses cdpath | 1 | -2/+11 | ||
instead. ok input jmc@ | |||||
2003-07-28 | nuke more MATH_EMULATE | 1 | -2/+2 | ||
2003-07-28 | introducing growfs, compliments of freebsd. cleaned up slightly to obey knf. | 5 | -0/+3399 | ||
requests/oks from many. | |||||
2003-07-28 | remove check for /etc/news.expire; | 1 | -5/+1 | ||
ok millert@ | |||||
2003-07-28 | add a manpage for the /etc/{daily,weekly,monthly} scripts; | 2 | -2/+260 | ||
improvements from millert@ and jose@; ok millert@ | |||||
2003-07-28 | cleanup library parts | 2 | -15/+12 | ||
2003-07-28 | remove MATH_EMULATE stuff | 1 | -6/+2 | ||
2003-07-28 | remove some withespace at EOL | 2 | -10/+10 | ||
noticed by jmc@ | |||||
2003-07-28 | remove the non-licensed i386 math emulation stuff. This only leaves the | 4 | -1609/+4 | ||
gnu stuff as an option until it is replaced RSN. ok deraadt. | |||||
2003-07-28 | minor knf and cleanups; otto ok | 4 | -28/+25 | ||
2003-07-28 | Don't treat consecutive slashes as path components; matches POSIX | 1 | -7/+7 | ||
OK otto@ and deraadt@ | |||||
2003-07-28 | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | 11 | -233/+157 | ||
some rewriting of code to make it more readable and more KNF. ok millert@ tedu@ deraadt@ | |||||
2003-07-28 | Be more exact on how backup files are handled. | 1 | -3/+3 | ||
ok millert@ tedu@ | |||||
2003-07-28 | Be more exact on how backup files are handled. | 1 | -59/+114 | ||
ok millert@ tedu@ | |||||
2003-07-28 | sync | 3 | -1/+13 | ||
2003-07-28 | document systrace related variables | 2 | -2/+38 | ||
espie@ ok | |||||
2003-07-28 | sync floppy dd example with the real world | 1 | -2/+2 | ||
ok deraadt@ jmc@ | |||||
2003-07-28 | Make patch(1) exit value match POSIX and be consistent with diff. | 4 | -20/+29 | ||
Comments and OK from otto@ | |||||
2003-07-28 | allow gif(4) over ipsec: mark mbuf for transport mode SA, | 3 | -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-28 | Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. | 5 | -7/+822 | ||
Based on code from Phil Karn, William Allen Simpson and Niels Provos. ok markus@, thanks jmc@ | |||||
2003-07-28 | No more source in usr.sbin/ssio; | 1 | -9/+9 | ||
2003-07-28 | fix rcsid | 1 | -2/+2 | ||
2003-07-28 | rcsid should say openbsd. make 'em const while here. | 13 | -26/+26 | ||
2003-07-28 | rcsid should say openbsd | 2 | -4/+4 | ||
2003-07-28 | The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define. | 6 | -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-28 | typo. from cedric | 1 | -2/+2 | ||
2003-07-27 | add _syslogd pseudo-account; ok deraadt@ | 2 | -2/+4 | ||
2003-07-27 | Return FAILURE for "file would grow" case so the .gz file gets removed. | 1 | -3/+3 | ||
Problem noticed by otto@ | |||||
2003-07-27 | We need to initialize clen to 0 each time through diffreg() for | 1 | -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-27 | Correct computation of argsize when setting diffargs. | 1 | -4/+4 | ||
2003-07-27 | Start new sentence on a new line. | 1 | -4/+4 | ||
ok jmc@ | |||||
2003-07-27 | sync struct addrinfo with what's in <netdb.h>; | 1 | -11/+11 | ||
ok itojun@ | |||||
2003-07-27 | USD docs for ed are 9-10, not 12,13; | 1 | -2/+2 | ||
2003-07-27 | `p' can be interrupted; my mistake. | 1 | -1/+12 | ||
2003-07-27 | - Use a heuristic to bound memory and cpu usage, at the cost of | 4 | -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-26 | install ed tutorial papers; | 5 | -22/+15 | ||
very minor modifications, but get rid of the ugly 2-column display; ok mickey@ | |||||
2003-07-26 | Add missing "break" in -s case and make usage() explicitly take void. | 1 | -3/+4 | ||
From Andrey Matveev. | |||||
2003-07-26 | man page for myname(5)/mygate(5); | 2 | -5/+94 | ||
feedback and advice from nick@ henning@ and many others; ok nick@ henning@ | |||||
2003-07-26 | on syscall exit restore old cpl if there is a need; move call for softints processing towards after that | 1 | -3/+5 | ||
2003-07-25 | use names not numbers for msrs, do not define yet another implementation of wrmsr/rdmsr | 2 | -17/+7 | ||
2003-07-25 | s/CPUID_SYS2/CPUID_SEP/ to avoid confusion | 2 | -6/+6 | ||