| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-12-03 | i386 threads support. |  kettenis | 3 | -2/+121 |
| 2005-12-03 | Threads support. |  kettenis | 8 | -22/+620 |
| 2005-12-01 | Fix an int oflow bug in perl's parameter format string code. |  millert | 1 | -1/+1 |
| 2005-11-27 | make lynx(1) to use arc4random(4) instead of other random functions; |  robert | 5 | -5/+18 |
| 2005-11-26 | Cut arm over to inf-ptrace.c, making fork following work. |  kettenis | 2 | -28/+33 |
| 2005-11-25 | Cut alpha over to inf-ptrace.c, making fork following work. |  kettenis | 2 | -14/+28 |
| 2005-11-25 | Cut hppa over to inf-ptrace.c, making fork following work. |  kettenis | 2 | -10/+26 |
| 2005-11-21 | Cut m68k over to inf-ptrace.c, making fork following work. |  kettenis | 2 | -12/+20 |
| 2005-11-20 | Cut powerpc over to inf-ptrace.c, making fork following work. |  kettenis | 2 | -10/+18 |
| 2005-11-17 | Add support for following forks. Backported from the to-be released gdb 6.4. |  kettenis | 1 | -353/+448 |
| 2005-11-14 | Tab was hard-coded as delimeter for undump even though it can be |  millert | 1 | -1/+2 |
| 2005-11-08 | Fix single step buglet on sparc/sparc64. |  kettenis | 1 | -5/+6 |
| 2005-11-04 | update to lynx2.8.5rel.4; fixes CAN-2005-3120 among other things. |  fgsch | 12 | -120/+96 |
| 2005-10-19 | Teach unwinder about StackGhost. |  kettenis | 1 | -1/+28 |
| 2005-10-19 | strcpy -> strlcpy |  biorn | 1 | -1/+1 |
| 2005-10-12 | three new .so libraries to help the ports people who need (or might need) |  deraadt | 2 | -4/+3 |
| 2005-09-30 | accept a -E argument like ELF ld does. fake it out. it does nothing here. |  deraadt | 1 | -1/+8 |
| 2005-09-30 | rather surprised to find a vsprintf still lying around here.. |  deraadt | 1 | -2/+2 |
| 2005-09-29 | bounded string handlings; ok otto |  deraadt | 2 | -10/+14 |
| 2005-09-28 | enter rtld, to install the man page at least |  deraadt | 2 | -8/+14 |
| 2005-09-28 | sync to ELF version of this man page |  deraadt | 1 | -5/+28 |
| 2005-09-12 | Simplify cross-compilation scenario; native builds unaffected. |  miod | 3 | -22/+7 |
| 2005-08-23 | - fix spacing |  jmc | 1 | -11/+10 |
| 2005-08-23 | - add missing .El |  jmc | 1 | -3/+4 |
| 2005-08-23 | new sentence, new line; |  jmc | 1 | -23/+42 |
| 2005-08-15 | Add nobodyreturn to privacy options so we don't inadvertantly bounce back |  millert | 1 | -2/+2 |
| 2005-08-09 | Adjust for new signal trampoline. |  kettenis | 1 | -1/+1 |
| 2005-08-01 | Change the compilers default scheduling settings from PA-8000 (4 instructions |  miod | 2 | -0/+6 |
| 2005-07-26 | Handle new signal trampoline on i386. |  kettenis | 1 | -14/+20 |
| 2005-07-26 | Read/write from/to I-space instead of D-space. |  kettenis | 1 | -1/+1 |
| 2005-07-14 | Add support "target kvm" on powerpc. |  kettenis | 2 | -1/+48 |
| 2005-06-17 | next citrus step. |  espie | 67 | -163/+168 |
| 2005-06-06 | Add a missing check for NULL before dereferencing a buf pointer in |  millert | 1 | -4/+5 |
| 2005-05-25 | spelling fixes |  david | 1 | -6/+6 |
| 2005-05-11 | use the ctype stuff in libc instead of re-rolling our own. |  espie | 4 | -132/+31 |
| 2005-05-04 | this is a section 8 page, not section 1: correct .Dt |  jmc | 1 | -1/+1 |
| 2005-05-04 | .Xr mailstats 8 ; |  jmc | 1 | -0/+1 |
| 2005-05-03 | When printing a function name for warning or error lines, prefer a global |  miod | 1 | -2/+10 |
| 2005-05-01 | Avoid out of bounds access; Andreas Vogele" <voegelas at gmx dot net> |  otto | 1 | -3/+3 |
| 2005-05-01 | bye, bye. |  espie | 54 | -15780/+0 |
| 2005-04-30 | Fix printing floating-point numbers. Bump major number. |  kettenis | 2 | -5/+5 |
| 2005-04-28 | bzero() output before invoking bignum_copy(). |  miod | 1 | -1/+2 |
| 2005-04-28 | bump major version, just to be sure. |  espie | 1 | -1/+1 |
| 2005-04-28 | ... and don't bother making obj in libobjc. |  espie | 1 | -3/+3 |
| 2005-04-28 | also use new libobjc on old architectures, since it builds fine with |  espie | 2 | -4/+4 |
| 2005-04-27 | Working trampolines for m88k, with the help of the kernel; now passes the |  miod | 2 | -0/+26 |
| 2005-04-27 | Provide -ftrampolines and -Wtrampoline to the gcc 2.95 codebase. |  miod | 2 | -1/+19 |
| 2005-04-27 | strcpy -> strlcpy, sprintf -> snprintf, so that the testsuite works |  espie | 3 | -5/+5 |
| 2005-04-27 | zap strlcpy. |  espie | 4 | -20/+25 |
| 2005-04-27 | allows snprintf and friends to be in std if we include cstdio.h |  espie | 2 | -7/+7 |