| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the -P option back, but with a note that it is not supported on FreeBSD. | Tom Rhodes | 2006-10-11 | 1 | -0/+6 |
| | | | | | | | | Requested by: ru Notes: svn path=/head/; revision=163231 | ||||
| * | grep -P xxx file.txt | Tom Rhodes | 2006-10-10 | 1 | -5/+0 |
| | | | | | | | | | | | "The -P option is not supported" Removed from the manual page via this commit. PR: 99831 Notes: svn path=/head/; revision=163188 | ||||
| * | Temporarily add newer copy of tc-sparc.c to build to | Kip Macy | 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) Notes: svn path=/head/; revision=163147 | ||||
| * | The ARM platform does the setjmp/longjmp type of exception handling. | David E. O'Brien | 2006-10-05 | 1 | -0/+3 |
| | | | | | Notes: svn path=/head/; revision=163043 | ||||
| * | Enable gdb on the arm. Some time ago I committed it, but had forgotten to | Warner Losh | 2006-10-03 | 1 | -4/+0 |
| | | | | | | | | | | enable it here. Noticed by: cognet Notes: svn path=/head/; revision=162975 | ||||
| * | Fix build due to the incomplete removal of demangle.h. | Ruslan Ermilov | 2006-09-30 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=162851 | ||||
| * | Reduce diffs with file generated by FSF configure. | Alexander Kabaev | 2006-09-22 | 1 | -12/+18 |
| | | | | | Notes: svn path=/head/; revision=162553 | ||||
| * | Prepare to pick up manpages from their new location. | Ruslan Ermilov | 2006-09-21 | 2 | -7/+2 |
| | | | | | Notes: svn path=/head/; revision=162511 | ||||
| * | Bump __FreeBSD_cc_version in case someone cares for differences between | Alexander Kabaev | 2006-09-21 | 1 | -1/+1 |
| | | | | | | | | GCC 3.4.4 and GCC 3.4.6 on -current. Notes: svn path=/head/; revision=162496 | ||||
| * | Correct multiple vulnerabilities in gzip(1). | Simon L. B. Nielsen | 2006-09-19 | 4 | -20/+25 |
| | | | | | | | | Security: FreeBSD-SA-06:21.gzip Notes: svn path=/head/; revision=162445 | ||||
| * | Add additional support for generating code for the arm. There's still | Warner Losh | 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 Notes: svn path=/head/; revision=162417 | ||||
| * | This is not needed since src/gnu/usr.bin/cc/cc_int/Makefile,v 1.34. | Ruslan Ermilov | 2006-09-16 | 1 | -54/+0 |
| | | | | | Notes: svn path=/head/; revision=162346 | ||||
| * | Remove vestiges of GNU tar. | Ruslan Ermilov | 2006-09-15 | 5 | -1190/+0 |
| | | | | | Notes: svn path=/head/; revision=162313 | ||||
| * | A TARGET_CPU_DEFAULT of xscale for arm results in illegal instructions | Warner Losh | 2006-09-15 | 1 | -1/+1 |
| | | | | | | | | during buildworld. Comment it out for now. Notes: svn path=/head/; revision=162312 | ||||
| * | Remove redundant default vector | Warner Losh | 2006-09-14 | 1 | -2/+0 |
| | | | | | | | | Submitted by: ru@ Notes: svn path=/head/; revision=162304 | ||||
| * | Add cross debug support to arm. | Warner Losh | 2006-09-14 | 1 | -1/+37 |
| | | | | | | | | Submitted by: cognet@ Notes: svn path=/head/; revision=162303 | ||||
| * | fix the build: add missing end of line cont character | Warner Losh | 2006-09-14 | 1 | -3/+5 |
| | | | | | Notes: svn path=/head/; revision=162302 | ||||
| * | scripts for the arm port. | Warner Losh | 2006-09-14 | 3 | -0/+45 |
| | | | | | | | | | Submitted by: cognet@ Reviewed by: obrien and kan Notes: svn path=/head/; revision=162301 | ||||
| * | Fix the build and minor cleanup. | Warner Losh | 2006-09-14 | 1 | -3/+4 |
| | | | | | Notes: svn path=/head/; revision=162300 | ||||
| * | .end -> .endif | Warner Losh | 2006-09-14 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=162299 | ||||
| * | Architecture specific portions of gdb for arm. | Warner Losh | 2006-09-14 | 8 | -0/+1477 |
| | | | | | | | | Submitted by: cognet@ Notes: svn path=/head/; revision=162298 | ||||
| * | Config file for arm assembler | Warner Losh | 2006-09-14 | 1 | -0/+3 |
| | | | | | Notes: svn path=/head/; revision=162297 | ||||
| * | TARGET_BIG_ENDIAN isn't appropriate here. __ARMEB__ is sufficient and | Warner Losh | 2006-09-14 | 1 | -2/+2 |
| | | | | | | | | besides, TARGET_BIG_ENDIAN isn't defined anyway. Notes: svn path=/head/; revision=162296 | ||||
| * | Remove redundant defines alerady set by Makefile.fe | Alexander Kabaev | 2006-09-12 | 1 | -3/+0 |
| | | | | | Notes: svn path=/head/; revision=162258 | ||||
| * | Style sync. | David E. O'Brien | 2006-09-12 | 1 | -2/+0 |
| | | | | | Notes: svn path=/head/; revision=162256 | ||||
| * | Move to more global Makefile.tgt vs. having to define in the leaves. | David E. O'Brien | 2006-09-12 | 1 | -4/+0 |
| | | | | | Notes: svn path=/head/; revision=162247 | ||||
| * | Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined, and set an ARM | David E. O'Brien | 2006-09-12 | 1 | -0/+4 |
| | | | | | | | | target default. Notes: svn path=/head/; revision=162246 | ||||
| * | Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined (& targeting ARM). | David E. O'Brien | 2006-09-12 | 1 | -0/+4 |
| | | | | | Notes: svn path=/head/; revision=162244 | ||||
| * | Craft the FreeBSD/ARM ABI by hacking the New ARM ABI source. | David E. O'Brien | 2006-09-12 | 1 | -0/+24 |
| | | | | | | | | Submitted by: cognet Notes: svn path=/head/; revision=162243 | ||||
| * | Default vector to big endian ARM if "TARGET_BIG_ENDIAN" is defined. | David E. O'Brien | 2006-09-12 | 1 | -4/+11 |
| | | | | | Notes: svn path=/head/; revision=162242 | ||||
| * | Build 'ld' supporting a big endian ARM if "TARGET_BIG_ENDIAN" is defined. | David E. O'Brien | 2006-09-12 | 1 | -1/+5 |
| | | | | | Notes: svn path=/head/; revision=162241 | ||||
| * | Configure for for big endian if TARGET_BYTES_BIG_ENDIAN is defined. | David E. O'Brien | 2006-09-12 | 1 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=162240 | ||||
| * | Define build 'as' TARGET_BYTES_BIG_ENDIAN if "TARGET_BIG_ENDIAN" is defined. | David E. O'Brien | 2006-09-11 | 1 | -0/+3 |
| | | | | | | | | This is needed for bi-sex architectures. Notes: svn path=/head/; revision=162219 | ||||
| * | Fix three whitespace nits. | Warner Losh | 2006-09-11 | 1 | -3/+2 |
| | | | | | | | | I think these are from kan@... Notes: svn path=/head/; revision=162209 | ||||
| * | Use the pcb in stoppcbs[] if it is present for threads that were running | John Baldwin | 2006-08-25 | 1 | -2/+19 |
| | | | | | | | | | | | | on other CPUs in system when a dump is written. Submitted by: ups Reviewed by: marcel MFC after: 3 days Notes: svn path=/head/; revision=161621 | ||||
| * | Add initial support for kgdb(1) on PowerPC. | Marcel Moolenaar | 2006-08-24 | 2 | -5/+186 |
| | | | | | Notes: svn path=/head/; revision=161589 | ||||
| * | Build gdb on PowerPC. | Marcel Moolenaar | 2006-08-24 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=161578 | ||||
| * | Add basic support for PowerPC. This excludes kgdb(1). | Marcel Moolenaar | 2006-08-24 | 4 | -1/+800 |
| | | | | | Notes: svn path=/head/; revision=161564 | ||||
| * | Add rs6000 to the architectures on PowerPC. It's needed by gdb(1). | Marcel Moolenaar | 2006-08-24 | 1 | -0/+2 |
| | | | | | Notes: svn path=/head/; revision=161560 | ||||
| * | Remove special handling for PC == 0. With this, kgdb can now properly | John Baldwin | 2006-08-23 | 1 | -6/+1 |
| | | | | | | | | | | | | unwind across a page fault due to a null function pointer. It does a better job than ddb now in fact. Reviewed by: marcel MFC after: 3 days Notes: svn path=/head/; revision=161555 | ||||
| * | Remove alpha-specific stuff. | Ruslan Ermilov | 2006-08-23 | 4 | -977/+0 |
| | | | | | | | | Approved by: marcel Notes: svn path=/head/; revision=161548 | ||||
| * | Build gperf(1) for/on PowerPC. There's no apparent reason not to | Marcel Moolenaar | 2006-08-21 | 1 | -2/+0 |
| | | | | | | | | | build it and nothing can be found in the commit logs. We won't know if there are runtime problems, until we build it... Notes: svn path=/head/; revision=161517 | ||||
| * | Update libsupc++ to include missing files. This was fixed in libstdc++ | Alexander Kabaev | 2006-08-19 | 1 | -5/+6 |
| | | | | | | | | | | | a long time ago, but libsupc++ was left out somehow, PR: gnu/99702 Submitted by: George Mitchell Notes: svn path=/head/; revision=161457 | ||||
| * | How stupid of me. :>> doesn't change a modification time. | Ruslan Ermilov | 2006-08-14 | 2 | -4/+0 |
| | | | | | Notes: svn path=/head/; revision=161282 | ||||
| * | - Include bsd.own.mk early so existsence check using ${SHAREDIR} | Ruslan Ermilov | 2006-08-14 | 1 | -0/+4 |
| | | | | | | | | | | | actually works. - Touch /usr/share/tmac/man.local if it already exists. MFC after: 3 days Notes: svn path=/head/; revision=161281 | ||||
| * | Touch `locale' and `se_locale' if they exist to stop people from | Ruslan Ermilov | 2006-08-14 | 1 | -0/+2 |
| | | | | | | | | | | | | thinking they are obsolete. Prodded by: kris Submitted by: des MFC after: 3 days Notes: svn path=/head/; revision=161280 | ||||
| * | Fix typo. | David E. O'Brien | 2006-08-10 | 1 | -1/+1 |
| | | | | | | | | Submitted by: kevlo Notes: svn path=/head/; revision=161188 | ||||
| * | Add FreeBSD 6.2 to the list of known versions. | Ruslan Ermilov | 2006-08-08 | 1 | -0/+1 |
| | | | | | Notes: svn path=/head/; revision=161104 | ||||
| * | Add libbsm to the list of our standard libraries. | Yaroslav Tykhiy | 2006-08-05 | 1 | -0/+1 |
| | | | | | | | | Approved by: ru Notes: svn path=/head/; revision=161009 | ||||
| * | Add initial platform support. | David E. O'Brien | 2006-07-22 | 1 | -0/+196 |
| | | | | | | | | Submitted by: cognet Notes: svn path=/head/; revision=160581 | ||||
