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