Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 of | kib | 2007-03-01 | 1 | -1/+22 |
| | | | | | | i386/i386/exception.s. No objections from: marcel | ||||
* | Rename lookup() to kgdb_lookup() and make it global (for use in trgt_i386.c). | kib | 2007-03-01 | 2 | -7/+9 |
| | | | | No objections from: marcel | ||||
* | Avoid writing uninitialized stack data into a thread's MMX/SSE state by | emaste | 2007-02-20 | 1 | -7/+12 |
| | | | | | | | | | | | | | first getting the current state with td_thr_getxmmregs_p. Without this, debugging a threaded app that uses libthr resulted in kernel panics or spurious SIGFPEs for me. (As of revision 1.6, sys/i386/i386/ptrace_machdep.c masks off the reserved bits in the mxcsr register, which prevents the kernel panics.) Architectures without PT_GETXMMREGS are not affected. MFC after: 1 week | ||||
* | Fix PowerPC-targeted cross-builds performed on 64-bit platforms. | marcel | 2007-02-11 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | Only PowerPC supports both 32-bit and 64-bit targets and the BFD_DEFAULT_TARGET_SIZE is used by the binutils code to reflect the preferred ABI. We define BFD_DEFAULT_TARGET_SIZE for all platforms, but based on the build machine. As such 64-bit build machines defined BFD_DEFAULT_TARGET_SIZE incorrectly for 32-bit targets, but since this only affects PowerPC it went unnoticed for a long time. The fix is to define BFD_DEFAULT_TARGET_SIZE based on the target architecture. PR: amd64/102996 MFC after: 1 month | ||||
* | Remove GNU gzip left-offs, they are no longer necessary. | delphij | 2007-01-31 | 42 | -10979/+0 |
| | |||||
* | Replace the GNU gzip with a slightly modified NetBSD gzip. The | delphij | 2007-01-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected to be mostly bug-to-bug compatible with the GNU implementation. - Because this is a piece of mature code and we want to make changes so it is added directly rather than importing to src/contrib. - Connect newly added code to src/usr.bin/ and rescue/rescue build. - Disconnect the GNU gzip code from build for now, they will be eventually removed completely. - Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and WITHOUT_BZIP2. Tested by: kris (full exp-7 pointyhat build) Approved by: core (importing a 4-clause BSD licensed file) Approved by: re (adding new utility during -HEAD code slush) | ||||
* | Try to avoid a possible infinite loop when parsing an invalid kernel dump file. | rodrigc | 2007-01-25 | 1 | -2/+7 |
| | | | | | | | PR: 108229 Submitted by: Jessica Han <jessicah juniper net> Reviewed by: marcel MFC after: 1 week | ||||
* | Change RL_LIBRARY_VERSION | ache | 2006-12-31 | 1 | -1/+1 |
| | |||||
* | Update config | ache | 2006-12-31 | 1 | -3/+33 |
| | |||||
* | -mdoc knows about FreeBSD 7.0 as well. | ru | 2006-12-29 | 1 | -1/+0 |
| | | | | Reminded by: ceri | ||||
* | Markup revision. | ru | 2006-12-25 | 1 | -16/+36 |
| | |||||
* | FreeBSD 5.5 is part of official -mdoc. | ru | 2006-12-25 | 1 | -1/+0 |
| | |||||
* | Fix markup, remove a dummy BUGS section. | ru | 2006-12-24 | 1 | -9/+10 |
| | |||||
* | Add missing articles. | ru | 2006-12-23 | 1 | -0/+5 |
| | |||||
* | Teach mdoc(7) about FreeBSD/arm and FreeBSD 6.3; both needed by the | ru | 2006-12-05 | 1 | -0/+4 |
| | | | | npe(4) manpage. | ||||
* | MFP4: Add an implementation of the ELF(3) and GELF(3) API set. | jkoshy | 2006-11-11 | 1 | -0/+1 |
| | | | | | | Bump __FreeBSD_version. Reviewed by: jb | ||||
* | Remove gratuitous white space change. | obrien | 2006-11-06 | 1 | -12/+5 |
| | |||||
* | Allow one to force with issue with 'TARGET_BIG_ENDIAN'. | obrien | 2006-11-06 | 1 | -2/+2 |
| | |||||
* | Fix vim syntax highlighting. Vim complained about the (comment). The syntax | philip | 2006-11-01 | 1 | -1/+1 |
| | | | | file is also called "sendpr", not "send-pr". | ||||
* | Bump document date for the previous change. | ru | 2006-10-21 | 1 | -1/+2 |
| | |||||
* | Turn on gdbserver for the arch that supports it.. | jmg | 2006-10-21 | 1 | -0/+4 |
| | |||||
* | Trim trailing whitespace. | jhb | 2006-10-16 | 3 | -7/+7 |
| | |||||
* | Restore the 'proc' and 'tid' commands which allow one to switch to the | jhb | 2006-10-16 | 1 | -0/+89 |
| | | | | | | | | first thread in a process or to a specific thread via PIDs and TIDs, respectively. Submitted by: kan Approved by: marcel | ||||
* | Update the FILES section which has been wrong for some time. | ceri | 2006-10-15 | 1 | -4/+6 |
| | | | | MFC after: 3 days | ||||
* | Add the sun4v category. | ceri | 2006-10-15 | 1 | -1/+4 |
| | | | | | Reminded by: ru MFC After: 1 re approval | ||||
* | Don't build the libgcc with functions already included in the libc to | cognet | 2006-10-12 | 1 | -1/+1 |
| | | | | | | unbreak the build. We'll switch back to the libgcc functions and get rid of the libsoftfloat later. | ||||
* | Document '-w' from main.c rev. 1.11. | obrien | 2006-10-11 | 1 | -0/+8 |
| | |||||
* | Add the -P option back, but with a note that it is not supported on FreeBSD. | trhodes | 2006-10-11 | 1 | -0/+6 |
| | | | | Requested by: ru | ||||
* | grep -P xxx file.txt | trhodes | 2006-10-10 | 1 | -5/+0 |
| | | | | | | | "The -P option is not supported" Removed from the manual page via this commit. PR: 99831 | ||||
* | Temporarily add newer copy of tc-sparc.c to build to | kmacy | 2006-10-09 | 2 | -1/+4658 |
| | | | | | | | | support building of sun4v. This can be removed once the binutils import happens. Reviewed by: kan Approved by: rwatson (mentor) | ||||
* | The ARM platform does the setjmp/longjmp type of exception handling. | obrien | 2006-10-05 | 1 | -0/+3 |
| | |||||
* | Enable gdb on the arm. Some time ago I committed it, but had forgotten to | imp | 2006-10-03 | 1 | -4/+0 |
| | | | | | | enable it here. Noticed by: cognet | ||||
* | Fix build due to the incomplete removal of demangle.h. | ru | 2006-09-30 | 1 | -1/+1 |
| | |||||
* | Reduce diffs with file generated by FSF configure. | kan | 2006-09-22 | 1 | -12/+18 |
| | |||||
* | Prepare to pick up manpages from their new location. | ru | 2006-09-21 | 2 | -7/+2 |
| | |||||
* | Bump __FreeBSD_cc_version in case someone cares for differences between | kan | 2006-09-21 | 1 | -1/+1 |
| | | | | GCC 3.4.4 and GCC 3.4.6 on -current. | ||||
* | Correct multiple vulnerabilities in gzip(1). | simon | 2006-09-19 | 4 | -20/+25 |
| | | | | Security: FreeBSD-SA-06:21.gzip | ||||
* | Add additional support for generating code for the arm. There's still | imp | 2006-09-18 | 5 | -0/+201 |
| | | | | | | | | | a few issues in other parts of the tree, but those will be resolved separately. Submitted by: cogenet@ Reviewed by: kan@, obrien@ MFC After: 5 days | ||||
* | This is not needed since src/gnu/usr.bin/cc/cc_int/Makefile,v 1.34. | ru | 2006-09-16 | 1 | -54/+0 |
| | |||||
* | Remove vestiges of GNU tar. | ru | 2006-09-15 | 5 | -1190/+0 |
| | |||||
* | A TARGET_CPU_DEFAULT of xscale for arm results in illegal instructions | imp | 2006-09-15 | 1 | -1/+1 |
| | | | | during buildworld. Comment it out for now. | ||||
* | Remove redundant default vector | imp | 2006-09-14 | 1 | -2/+0 |
| | | | | Submitted by: ru@ | ||||
* | Add cross debug support to arm. | imp | 2006-09-14 | 1 | -1/+37 |
| | | | | Submitted by: cognet@ | ||||
* | fix the build: add missing end of line cont character | imp | 2006-09-14 | 1 | -3/+5 |
| | |||||
* | scripts for the arm port. | imp | 2006-09-14 | 3 | -0/+45 |
| | | | | | Submitted by: cognet@ Reviewed by: obrien and kan | ||||
* | Fix the build and minor cleanup. | imp | 2006-09-14 | 1 | -3/+4 |
| | |||||
* | .end -> .endif | imp | 2006-09-14 | 1 | -1/+1 |
| | |||||
* | Architecture specific portions of gdb for arm. | imp | 2006-09-14 | 8 | -0/+1477 |
| | | | | Submitted by: cognet@ | ||||
* | Config file for arm assembler | imp | 2006-09-14 | 1 | -0/+3 |
| | |||||
* | TARGET_BIG_ENDIAN isn't appropriate here. __ARMEB__ is sufficient and | imp | 2006-09-14 | 1 | -2/+2 |
| | | | | besides, TARGET_BIG_ENDIAN isn't defined anyway. |