summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Added Russian translation of the .Ex -std macro.ru2002-08-072-0/+18
| | | | MFC after: 3 days
* POSIX.1-2001 says ``man -k'' should produce results equivalent toru2002-08-072-2/+2
| | | | | | the ``grep -Ei'' searching. MFC after: 3 days
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-2910-14/+14
| | | | | | for a long time now. Approved by: bde
* Recognize frames for lcall_syscall and int0x80_syscall.peter2002-07-281-2/+4
| | | | Reminded by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-187-8/+8
|
* Move the definition of FreeBSD 4.6 back to where it belongs.ru2002-07-181-1/+2
|
* Add definition for FreeBSD 4.6.1.murray2002-07-181-0/+1
|
* This isn't quite ready for WARNS=3 in the sparc64 case.mike2002-07-161-1/+1
| | | | Noticed by: sparc64 tinderbox
* The .Nm utilitycharnier2002-07-141-3/+5
|
* Add note about the info documentation of diff(1).keramida2002-07-111-0/+4
| | | | | | | It contains a detailed description of the =format option part. PR: docs/36464 Submitted by: Gary W. Swearingen <swear@blarg.net>
* Mention zegrep and zfgrep too,keramida2002-07-111-1/+7
| | | | | | | and what their equivalent grep options are. PR: docs/35603 Submitted by: "Gary W. Swearingen" <swear@blarg.net>
* Make our i386 hacks in a less vendor file disturbing manner.obrien2002-07-101-0/+25
|
* Stop trying to reimplement libkvm on i386. Instead use it directly andobrien2002-07-101-824/+422
| | | | | | consistently on all platforms. Submitted by: gallatin
* Target specific FreeBSD kgdb hacks.obrien2002-07-107-0/+47
|
* Revert previous delta; warnings fixed by obrien:sheldonh2002-07-091-3/+0
| | | | rev 1.5 rc/contrib/gdb/gdb/gdbserver/gdbreplay.c
* Define NO_WERROR to unbreak world until the maintainer has had timesheldonh2002-07-091-0/+3
| | | | to coordinate fixes for this contrib code.
* Bandaid for sparc64. Do not build libstdc++.so for now on sparc64.peter2002-07-081-0/+2
| | | | Binaries compiled with it segfault.
* Add the missing dependency (gdbint.info: gdb-cfg.texi).ru2002-07-041-1/+1
| | | | This should resume parallel builds, among other things.
* Fixed CLEANFILES.ru2002-07-041-1/+1
|
* Add the "java" category.des2002-07-032-0/+4
|
* Reconnect gdb info file to the build.sheldonh2002-07-013-9/+16
| | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu>
* Don't need these any more.obrien2002-06-3021-4716/+0
|
* Dike out bits specific to i386. This pretty much means no kgdb forobrien2002-06-301-10/+34
| | | | | | | non-i386 platforms. I would however like to see a shared file here. If a function or two cannot be shared we should create ${TARGET_ARCH}/kvm-fbsd-${TARGET_ARCH}.c.
* Bmake bits for GDB 5.2.obrien2002-06-301-4/+0
|
* Reflect new gdb directory structure.mp2002-06-291-1/+1
|
* I don't see any reason to conditionalize this.obrien2002-06-291-2/+0
|
* Bmake bits for GDB 5.2.obrien2002-06-291-0/+35
|
* Turn back on GDB.obrien2002-06-291-2/+1
| | | | | gdbserver does not build, but I've gone about as far with GDB as I'm going to right now.
* Best guess at configurations for our other arches. (totally untested)obrien2002-06-293-0/+15
|
* Allow to compile and at least startup on sparc64.obrien2002-06-295-7/+33
|
* Bmake bits for GDB 5.2.obrien2002-06-2918-3213/+176
|
* There will be no GDB related .info files unless someone that cares about themobrien2002-06-281-1/+1
| | | | sends a patch.
* NO! We DON'T wany any libintl action here.obrien2002-06-281-1/+1
|
* Things Gdb 5.2 wants to know about us.obrien2002-06-281-27/+203
|
* NO_GDB while it is being upgraded.obrien2002-06-271-0/+1
|
* Correctly state the size of the help message.eric2002-06-241-1/+1
| | | | Sponsored by: Apple
* For the benefit of those Emacs users amongst us, only cut out gdb.infoobrien2002-06-222-2/+2
| | | | rather than *.info.
* When linking staticaly libtermcap is a postrequisite of libreadline.obrien2002-06-221-2/+3
| | | | | | Otherwise `tgoto' (only used by libreadline) isn't resolved. Submitted by: bde
* Take the guaranteed fix -- turn off .info docs for now until we get theobrien2002-06-221-1/+1
| | | | gdb docs sorted out.
* Grre-^#$(*+#@$!@% I hate .info files, I really do (thus I have NO_INFO set...)obrien2002-06-221-1/+1
| | | | Don't try to read files from a non-existant gdb.291/.
* We need to link with libiberty.a before libreadline.so. Both supplyobrien2002-06-211-4/+4
| | | | | | | | | | xmalloc() and xrealloc() and the mixed usage of xmalloc in some .c's from libiberty.a and other .c's from libreadline.so produces an unusable binary on the Alpha. While I am here, preventatively move other libs in the link order. Submitted by: gallatin
* Remove GAWK. I removed it from the build 2 weeks ago and the worldobrien2002-06-203-363/+0
| | | | did not end. So finish the deed.
* Disconnect the docs until we figure out if there are any with v3.obrien2002-06-191-1/+1
|
* Teach mdoc about the 4.6 releasedougb2002-06-181-1/+1
|
* In addition to exiting the dialog via ESC, the user could also havedougb2002-06-131-1/+1
| | | | | exited via \r, \n, or ' ' (space); all of which are valid, non-error responses.
* Allow one to profile FORTRAN77 programs.obrien2002-06-092-1/+2
|
* Restore revision 1.15 (use profiled C++ libs) which wasn't on the WIP_GCC31obrien2002-06-081-1/+3
| | | | branch and thus was lost in the shuffle on the move to Gcc 3.1.
* Fix compiling FORTRAN77 programs.obrien2002-06-081-0/+1
|
* Activate new GNU sort from contribache2002-06-0819-4468/+1299
|
* Read specs from /usr/libdata/gcc/specs if it exists.obrien2002-06-061-0/+1
|
OpenPOWER on IntegriCloud