Age | Commit message (Expand) | Author |
2003-07-29 | More aggressive and easier to understand skip steps for addresses. | Cedric Berger |
2003-07-29 | change_arg_use_in_operand: convert "set () (incoming_args)" to "set () (plus ... | Hiroaki Etoh |
2003-07-29 | push_frame_in_args: fix netpbm-alpha problem, changes the memory corruption a... | Hiroaki Etoh |
2003-07-29 | rtl_epilogue: convert "set () (incoming_args)" to "set () (plus (vfp const))". | Hiroaki Etoh |
2003-07-29 | spacing | Theo de Raadt |
2003-07-28 | tweak; | Jason McIntyre |
2003-07-28 | growfs | Ted Unangst |
2003-07-28 | attempt to describe CDPATH a little better. note that csh uses cdpath | Ted Unangst |
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 |
2003-07-28 | remove check for /etc/news.expire; | Jason McIntyre |
2003-07-28 | add a manpage for the /etc/{daily,weekly,monthly} scripts; | Jason McIntyre |
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 |
2003-07-28 | remove the non-licensed i386 math emulation stuff. This only leaves the | Jason Wright |
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 |
2003-07-28 | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | Otto Moerbeek |
2003-07-28 | Be more exact on how backup files are handled. | Otto Moerbeek |
2003-07-28 | Be more exact on how backup files are handled. | Otto Moerbeek |
2003-07-28 | sync | Theo de Raadt |
2003-07-28 | document systrace related variables | Nikolay Sturm |
2003-07-28 | sync floppy dd example with the real world | Todd T. Fries |
2003-07-28 | Make patch(1) exit value match POSIX and be consistent with diff. | Todd C. Miller |
2003-07-28 | allow gif(4) over ipsec: mark mbuf for transport mode SA, | Markus Friedl |
2003-07-28 | Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. | Damien Miller |
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 |
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 |
2003-07-27 | We need to initialize clen to 0 each time through diffreg() for | Todd C. Miller |
2003-07-27 | Correct computation of argsize when setting diffargs. | Todd C. Miller |
2003-07-27 | Start new sentence on a new line. | Otto Moerbeek |
2003-07-27 | sync struct addrinfo with what's in <netdb.h>; | Jason McIntyre |
2003-07-27 | USD docs for ed are 9-10, not 12,13; | Jason McIntyre |
2003-07-27 | `p' can be interrupted; my mistake. | Jason McIntyre |
2003-07-27 | - Use a heuristic to bound memory and cpu usage, at the cost of | Otto Moerbeek |
2003-07-26 | install ed tutorial papers; | Jason McIntyre |
2003-07-26 | Add missing "break" in -s case and make usage() explicitly take void. | Todd C. Miller |
2003-07-26 | man page for myname(5)/mygate(5); | Jason McIntyre |
2003-07-26 | on syscall exit restore old cpl if there is a need; move call for softints pr... | Michael Shalayeff |
2003-07-25 | use names not numbers for msrs, do not define yet another implementation of w... | Michael Shalayeff |
2003-07-25 | s/CPUID_SYS2/CPUID_SEP/ to avoid confusion | Michael Shalayeff |
2003-07-25 | Kill dead code after errx(). From Andrey Matveev; ericj@ OK | Todd C. Miller |
2003-07-25 | context switches and interrupts are traps, not faults. align cpu field a | Ted Unangst |