Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the pcb in stoppcbs[] if it is present for threads that were running | jhb | 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 | ||||
* | Add initial support for kgdb(1) on PowerPC. | marcel | 2006-08-24 | 2 | -5/+186 |
| | |||||
* | Build gdb on PowerPC. | marcel | 2006-08-24 | 1 | -1/+1 |
| | |||||
* | Add basic support for PowerPC. This excludes kgdb(1). | marcel | 2006-08-24 | 4 | -1/+800 |
| | |||||
* | Add rs6000 to the architectures on PowerPC. It's needed by gdb(1). | marcel | 2006-08-24 | 1 | -0/+2 |
| | |||||
* | Remove special handling for PC == 0. With this, kgdb can now properly | jhb | 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 | ||||
* | Remove alpha-specific stuff. | ru | 2006-08-23 | 4 | -977/+0 |
| | | | | Approved by: marcel | ||||
* | Build gperf(1) for/on PowerPC. There's no apparent reason not to | marcel | 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... | ||||
* | Update libsupc++ to include missing files. This was fixed in libstdc++ | kan | 2006-08-19 | 1 | -5/+6 |
| | | | | | | | a long time ago, but libsupc++ was left out somehow, PR: gnu/99702 Submitted by: George Mitchell | ||||
* | How stupid of me. :>> doesn't change a modification time. | ru | 2006-08-14 | 2 | -4/+0 |
| | |||||
* | - Include bsd.own.mk early so existsence check using ${SHAREDIR} | ru | 2006-08-14 | 1 | -0/+4 |
| | | | | | | | actually works. - Touch /usr/share/tmac/man.local if it already exists. MFC after: 3 days | ||||
* | Touch `locale' and `se_locale' if they exist to stop people from | ru | 2006-08-14 | 1 | -0/+2 |
| | | | | | | | | thinking they are obsolete. Prodded by: kris Submitted by: des MFC after: 3 days | ||||
* | Fix typo. | obrien | 2006-08-10 | 1 | -1/+1 |
| | | | | Submitted by: kevlo | ||||
* | Add FreeBSD 6.2 to the list of known versions. | ru | 2006-08-08 | 1 | -0/+1 |
| | |||||
* | Add libbsm to the list of our standard libraries. | yar | 2006-08-05 | 1 | -0/+1 |
| | | | | Approved by: ru | ||||
* | Add initial platform support. | obrien | 2006-07-22 | 1 | -0/+196 |
| | | | | Submitted by: cognet | ||||
* | Add ARM platform Makefile for building BFD. We include the New ARM ABI only. | obrien | 2006-07-22 | 1 | -17/+7 |
| | | | | (rev 1.1 was an accidental commit) | ||||
* | Be consistent in quoting. | obrien | 2006-07-22 | 6 | -8/+36 |
| | |||||
* | Create a genscripts driver based on the PowerPC one. | obrien | 2006-07-22 | 1 | -0/+12 |
| | |||||
* | The platform name is ARM not StrongARM. | obrien | 2006-07-22 | 1 | -1/+1 |
| | | | | Submitted by: cognet | ||||
* | Add the sun4v category. | ceri | 2006-07-17 | 1 | -0/+1 |
| | | | | | Requested by: linimon, kmacy X-MFC: Instant | ||||
* | Garbage collect library we did not compile for ages. | kan | 2006-06-06 | 1 | -7/+0 |
| | |||||
* | Clean the product of patch(1). | ru | 2006-04-10 | 1 | -0/+2 |
| | |||||
* | bring in the necessary changes to make gdbserver compile and work (at | jmg | 2006-04-06 | 5 | -316/+210 |
| | | | | | | | | least on i386)... fbsd-* changes started out as s/linux/fbsd/g and then additional changes to handle different ptrace defines among other things.. (use vfork to eliminate a race for progress group creation) reg-i386.c is generated by regdat.sh.. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r157571, | jmg | 2006-04-06 | 3 | -0/+1754 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | import gdbserver Linux files renamed to fbsd... I have made gdbserver | jmg | 2006-04-06 | 3 | -0/+1754 |
| | | | | | | | | | | | | work w/ minor modifications to these files, so keep the history... These are stock files from GDB 6.1.1 w/ only the filename s/linux/fbsd/g | ||||
* | | remove these vestiges of gdbserver.. It hasn't built in a long time, and | jmg | 2006-03-31 | 2 | -365/+0 |
| | | | | | | | | | | now really belongs in gdb, not binutils.. Plus, these don't resemble what the new gdbserver looks like. | ||||
* | | Upgrade to 5.1 | ache | 2006-03-27 | 2 | -1/+22 |
| | | |||||
* | | Desupport the *_COLLECT2 no-op. | ru | 2006-03-21 | 1 | -2/+2 |
| | | |||||
* | | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 3 | -5/+9 |
| | | |||||
* | | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 8 | -26/+41 |
| | | | | | | | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) | ||||
* | | NO_MAN is not needed here. | ru | 2006-03-16 | 1 | -1/+0 |
| | | |||||
* | | Correctly locate the character preceeding the matched string in -w | tjr | 2006-02-19 | 1 | -5/+35 |
| | | | | | | | | | | | | mode when in non-UTF-8 multibyte locales (e.g. EUC, GB2312, etc.). PR: 91909 | ||||
* | | - Add default choice option for --yesno box. | jkim | 2006-02-07 | 2 | -92/+63 |
| | | | | | | | | - Reduce trivial code duplications. | ||||
* | | Introduce a new proc service routine ps_linfo() to get LWP info. | davidxu | 2006-02-07 | 1 | -0/+14 |
| | | |||||
* | | 1. Eliminate compile warnings. | davidxu | 2006-02-06 | 1 | -8/+60 |
| | | | | | | | | | | 2. Add command 'thread signal' to print out current thread's signal mask and pending signals. | ||||
* | | Don't pollute output when "make" is run with -s. | ru | 2006-01-14 | 1 | -1/+2 |
| | | | | | | | | Approved by: kan | ||||
* | | Remove releases now found in Groff sources. | ru | 2006-01-12 | 1 | -4/+0 |
| | | |||||
* | | Add -w parameter which tells kgdb to open kmem-based targets in read-write | kan | 2006-01-04 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | mode. This allows one to use kgdb on /dev/mem and be able to patch memory on a live system. This is identical to what -wcore used to do in previous gdb versions for FreeBSD. Requested by: wpaul | ||||
* | | Add a new extensible GSS-API layer which can support GSS-API plugins, | dfr | 2005-12-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts) | ||||
* | | Fix a markup nit. | ru | 2005-12-18 | 1 | -0/+1 |
| | | | | | | | | | | PR: docs/88848 Prodded by: remko | ||||
* | | Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98. | ru | 2005-12-05 | 2 | -11/+67 |
| | | | | | | | | Reviewed by: nyan | ||||
* | | Add entry for 6.1. | joel | 2005-11-24 | 1 | -0/+1 |
| | | |||||
* | | doc sweep | ru | 2005-11-17 | 1 | -1/+1 |
| | | |||||
* | | Suggest the user to use 'diff -urN' instead of 'diff -crN'. | delphij | 2005-11-03 | 1 | -1/+1 |
| | | | | | | | | | | Submitted by: Jimmie James <jimmiejaz@gmail.com> PR: docs/88427 | ||||
* | | Locate __FreeBSD_cc_version's value beside __FreeBSD__'s value to make it | obrien | 2005-10-30 | 1 | -1/+2 |
| | | | | | | | | easier to keep them in sync. | ||||
* | | Catch up with FreeBSD 7. | obrien | 2005-10-29 | 1 | -1/+1 |
| | | |||||
* | | Fix dump of the unread portion of the kernel message buffer. | marcel | 2005-10-26 | 1 | -0/+4 |
| | | | | | | | | | | PR: bin/87964 Submitted by: Frank Mayhar frank at exit dot com | ||||
* | | Fix 'grep -Fw' for encodings other than UTF-8 (RH bug #161700). | tjr | 2005-10-25 | 1 | -2/+2 |
| | | | | | | | | | | PR: 87969 Obtained from: Fedora (Tim Waugh) | ||||
* | | Add vim syntax highlighting support to the send-pr(1) utility. | obrien | 2005-10-24 | 1 | -0/+2 |
| | | | | | | | | | | PR: 35333 Submitted by: Hendrik Scholz <hendrik@scholz.net> |