summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* How stupid of me. :>> doesn't change a modification time.ru2006-08-142-4/+0
|
* - Include bsd.own.mk early so existsence check using ${SHAREDIR}ru2006-08-141-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 fromru2006-08-141-0/+2
| | | | | | | | thinking they are obsolete. Prodded by: kris Submitted by: des MFC after: 3 days
* Fix typo.obrien2006-08-101-1/+1
| | | | Submitted by: kevlo
* Add FreeBSD 6.2 to the list of known versions.ru2006-08-081-0/+1
|
* Add libbsm to the list of our standard libraries.yar2006-08-051-0/+1
| | | | Approved by: ru
* Add initial platform support.obrien2006-07-221-0/+196
| | | | Submitted by: cognet
* Add ARM platform Makefile for building BFD. We include the New ARM ABI only.obrien2006-07-221-17/+7
| | | | (rev 1.1 was an accidental commit)
* Be consistent in quoting.obrien2006-07-226-8/+36
|
* Create a genscripts driver based on the PowerPC one.obrien2006-07-221-0/+12
|
* The platform name is ARM not StrongARM.obrien2006-07-221-1/+1
| | | | Submitted by: cognet
* Add the sun4v category.ceri2006-07-171-0/+1
| | | | | Requested by: linimon, kmacy X-MFC: Instant
* Garbage collect library we did not compile for ages.kan2006-06-061-7/+0
|
* Clean the product of patch(1).ru2006-04-101-0/+2
|
* bring in the necessary changes to make gdbserver compile and work (atjmg2006-04-065-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,jmg2006-04-063-0/+1754
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * import gdbserver Linux files renamed to fbsd... I have made gdbserverjmg2006-04-063-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, andjmg2006-03-312-365/+0
| | | | | | | | | | now really belongs in gdb, not binutils.. Plus, these don't resemble what the new gdbserver looks like.
* | Upgrade to 5.1ache2006-03-272-1/+22
| |
* | Desupport the *_COLLECT2 no-op.ru2006-03-211-2/+2
| |
* | Convert NO_PROFILE and NO_LIB32 to new style.ru2006-03-183-5/+9
| |
* | Reimplementation of world/kernel build options. For details, see:ru2006-03-178-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.ru2006-03-161-1/+0
| |
* | Correctly locate the character preceeding the matched string in -wtjr2006-02-191-5/+35
| | | | | | | | | | | | mode when in non-UTF-8 multibyte locales (e.g. EUC, GB2312, etc.). PR: 91909
* | - Add default choice option for --yesno box.jkim2006-02-072-92/+63
| | | | | | | | - Reduce trivial code duplications.
* | Introduce a new proc service routine ps_linfo() to get LWP info.davidxu2006-02-071-0/+14
| |
* | 1. Eliminate compile warnings.davidxu2006-02-061-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.ru2006-01-141-1/+2
| | | | | | | | Approved by: kan
* | Remove releases now found in Groff sources.ru2006-01-121-4/+0
| |
* | Add -w parameter which tells kgdb to open kmem-based targets in read-writekan2006-01-041-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,dfr2005-12-291-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.ru2005-12-181-0/+1
| | | | | | | | | | PR: docs/88848 Prodded by: remko
* | Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.ru2005-12-052-11/+67
| | | | | | | | Reviewed by: nyan
* | Add entry for 6.1.joel2005-11-241-0/+1
| |
* | doc sweepru2005-11-171-1/+1
| |
* | Suggest the user to use 'diff -urN' instead of 'diff -crN'.delphij2005-11-031-1/+1
| | | | | | | | | | Submitted by: Jimmie James <jimmiejaz@gmail.com> PR: docs/88427
* | Locate __FreeBSD_cc_version's value beside __FreeBSD__'s value to make itobrien2005-10-301-1/+2
| | | | | | | | easier to keep them in sync.
* | Catch up with FreeBSD 7.obrien2005-10-291-1/+1
| |
* | Fix dump of the unread portion of the kernel message buffer.marcel2005-10-261-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).tjr2005-10-251-2/+2
| | | | | | | | | | PR: 87969 Obtained from: Fedora (Tim Waugh)
* | Add vim syntax highlighting support to the send-pr(1) utility.obrien2005-10-241-0/+2
| | | | | | | | | | PR: 35333 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* | Document [:blank:].stefanf2005-10-231-0/+1
| |
* | Remove redundant string length check from the previous commit.jkim2005-10-211-2/+2
| |
* | Fix a longstanding buglet in bz-prefixed grep(1).jkim2005-10-201-5/+5
| |
* | Remove some conversion leftovers.ru2005-10-201-3/+0
| |
* | Upgrade to Groff 1.19.2.ru2005-10-2011-36/+95
| |
* | Compile with -DHAVE_LSTAT since, for whatever reason, the configure scripttjr2005-10-061-1/+1
| | | | | | | | shipped with GNU cpio 2.6 fails to test for it.
* | Define HAVE_MKFIFO and HAVE_SETLOCALE here since the configure scripttjr2005-10-011-1/+2
| | | | | | | | apparently fails to do it.
* | Update for GNU cpio 2.6.tjr2005-10-013-15/+528
| |
* | Unbreak - remove leftover reference to pcb_rflags.peter2005-09-281-1/+0
| |
OpenPOWER on IntegriCloud