Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-29 | remove -compact and add a bit of spacing; | Jason McIntyre | |
ok miod@ | |||
2003-07-29 | add a space, and correct some lists; | Jason McIntyre | |
2003-07-29 | Remove a diagnostic print which was left in the code to determine how | Dale Rahn | |
bad integer division is for calculation of the tick timer. Turns out that the typical error on most machines is < .005% just a few seconds per week. Not enough to bother with at this time. | |||
2003-07-29 | Bye bye GNU zforce(1), welcome BSD zforce(1). | Otto Moerbeek | |
2003-07-29 | BSD licensed manual page for zforce(1). Some suggestions by jmc@. | Otto Moerbeek | |
ok jmc@ | |||
2003-07-29 | sync | Theo de Raadt | |
2003-07-29 | sync | Theo de Raadt | |
2003-07-29 | Add $OpenBSD$ | Otto Moerbeek | |
ok millert@ | |||
2003-07-29 | A new, BSD licensed version of the zforce(1) script. | Otto Moerbeek | |
ok millert@ deraadt@ | |||
2003-07-29 | Check cat, not pipin when deciding whether or not to make use | Todd C. Miller | |
"stdout" as the filename in -l mode. Fixes "gzip -lN < foo.gz" | |||
2003-07-29 | fixup ip_len back to wire format after reass. | Jun-ichiro itojun Hagino | |
2003-07-29 | off-by-one in a printf %s | Anil Madhavapeddy | |
markus@ ok a while back | |||
2003-07-29 | Sync with skip step optimisation. | Cedric Berger | |
2003-07-29 | More aggressive and easier to understand skip steps for addresses. | Cedric Berger | |
Help daniel@ mcbride@ Ok henning@ mcbride@ | |||
2003-07-29 | change_arg_use_in_operand: convert "set () (incoming_args)" to "set () (plus ↵ | Hiroaki Etoh | |
(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. ok pvalcehv@ | |||
2003-07-29 | push_frame_in_args: fix netpbm-alpha problem, changes the memory corruption ↵ | Hiroaki Etoh | |
at modifying the argument information. ok pvalchev@ | |||
2003-07-29 | rtl_epilogue: convert "set () (incoming_args)" to "set () (plus (vfp const))". | Hiroaki Etoh | |
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 | Theo de Raadt | |
2003-07-28 | tweak; | Jason McIntyre | |
ok tedu@ | |||
2003-07-28 | growfs | Ted Unangst | |
2003-07-28 | attempt to describe CDPATH a little better. note that csh uses cdpath | Ted Unangst | |
instead. ok input jmc@ | |||
2003-07-28 | nuke more MATH_EMULATE | Jason Wright | |
2003-07-28 | introducing growfs, compliments of freebsd. cleaned up slightly to obey knf. | Ted Unangst | |
requests/oks from many. | |||
2003-07-28 | remove check for /etc/news.expire; | Jason McIntyre | |
ok millert@ | |||
2003-07-28 | add a manpage for the /etc/{daily,weekly,monthly} scripts; | Jason McIntyre | |
improvements from millert@ and jose@; ok millert@ | |||
2003-07-28 | cleanup library parts | Theo de Raadt | |
2003-07-28 | remove MATH_EMULATE stuff | Jason Wright | |
2003-07-28 | remove some withespace at EOL | Nikolay Sturm | |
noticed by jmc@ | |||
2003-07-28 | remove the non-licensed i386 math emulation stuff. This only leaves the | Jason Wright | |
gnu stuff as an option until it is replaced RSN. ok deraadt. | |||
2003-07-28 | minor knf and cleanups; otto ok | Theo de Raadt | |
2003-07-28 | Don't treat consecutive slashes as path components; matches POSIX | Todd C. Miller | |
OK otto@ and deraadt@ | |||
2003-07-28 | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | Otto Moerbeek | |
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. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-07-28 | Be more exact on how backup files are handled. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-07-28 | sync | Theo de Raadt | |
2003-07-28 | document systrace related variables | Nikolay Sturm | |
espie@ ok | |||
2003-07-28 | sync floppy dd example with the real world | Todd T. Fries | |
ok deraadt@ jmc@ | |||
2003-07-28 | Make patch(1) exit value match POSIX and be consistent with diff. | Todd C. Miller | |
Comments and OK from otto@ | |||
2003-07-28 | allow gif(4) over ipsec: mark mbuf for transport mode SA, | Markus Friedl | |
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. | Damien Miller | |
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; | Jason McIntyre | |
2003-07-28 | fix rcsid | Ted Unangst | |
2003-07-28 | rcsid should say openbsd. make 'em const while here. | Ted Unangst | |
2003-07-28 | rcsid should say openbsd | Ted Unangst | |
2003-07-28 | The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define. | Dale Rahn | |
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 | Jun-ichiro itojun Hagino | |
2003-07-27 | add _syslogd pseudo-account; ok deraadt@ | David Krause | |
2003-07-27 | Return FAILURE for "file would grow" case so the .gz file gets removed. | Todd C. Miller | |
Problem noticed by otto@ | |||
2003-07-27 | We need to initialize clen to 0 each time through diffreg() for | Todd C. Miller | |
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. | Todd C. Miller | |