aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-298-12/+12
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* Recognize frames for lcall_syscall and int0x80_syscall.Peter Wemm2002-07-281-2/+4
| | | | | | | Reminded by: bde Notes: svn path=/head/; revision=100828
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-186-7/+7
| | | | Notes: svn path=/head/; revision=100313
* Move the definition of FreeBSD 4.6 back to where it belongs.Ruslan Ermilov2002-07-181-1/+2
| | | | Notes: svn path=/head/; revision=100304
* Add definition for FreeBSD 4.6.1.Murray Stokely2002-07-181-0/+1
| | | | Notes: svn path=/head/; revision=100303
* This isn't quite ready for WARNS=3 in the sparc64 case.Mike Barcroft2002-07-161-1/+1
| | | | | | | Noticed by: sparc64 tinderbox Notes: svn path=/head/; revision=100177
* The .Nm utilityPhilippe Charnier2002-07-141-3/+5
| | | | Notes: svn path=/head/; revision=99970
* Add note about the info documentation of diff(1).Giorgos Keramidas2002-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> Notes: svn path=/head/; revision=99815
* Mention zegrep and zfgrep too,Giorgos Keramidas2002-07-111-1/+7
| | | | | | | | | | and what their equivalent grep options are. PR: docs/35603 Submitted by: "Gary W. Swearingen" <swear@blarg.net> Notes: svn path=/head/; revision=99809
* Make our i386 hacks in a less vendor file disturbing manner.David E. O'Brien2002-07-101-0/+25
| | | | Notes: svn path=/head/; revision=99718
* Stop trying to reimplement libkvm on i386. Instead use it directly andDavid E. O'Brien2002-07-101-819/+417
| | | | | | | | | consistently on all platforms. Submitted by: gallatin Notes: svn path=/head/; revision=99717
* Target specific FreeBSD kgdb hacks.David E. O'Brien2002-07-107-0/+47
| | | | Notes: svn path=/head/; revision=99713
* Revert previous delta; warnings fixed by obrien:Sheldon Hearn2002-07-091-3/+0
| | | | | | | rev 1.5 rc/contrib/gdb/gdb/gdbserver/gdbreplay.c Notes: svn path=/head/; revision=99677
* Define NO_WERROR to unbreak world until the maintainer has had timeSheldon Hearn2002-07-091-0/+3
| | | | | | | to coordinate fixes for this contrib code. Notes: svn path=/head/; revision=99643
* Add the missing dependency (gdbint.info: gdb-cfg.texi).Ruslan Ermilov2002-07-041-1/+1
| | | | | | | This should resume parallel builds, among other things. Notes: svn path=/head/; revision=99405
* Fixed CLEANFILES.Ruslan Ermilov2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=99401
* Add the "java" category.Dag-Erling Smørgrav2002-07-032-0/+4
| | | | Notes: svn path=/head/; revision=99321
* Reconnect gdb info file to the build.Sheldon Hearn2002-07-013-9/+16
| | | | | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu> Notes: svn path=/head/; revision=99204
* Don't need these any more.David E. O'Brien2002-06-3021-4716/+0
| | | | Notes: svn path=/head/; revision=99114
* Dike out bits specific to i386. This pretty much means no kgdb forDavid E. O'Brien2002-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. Notes: svn path=/head/; revision=99107
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-301-4/+0
| | | | Notes: svn path=/head/; revision=99103
* Reflect new gdb directory structure.Mark Peek2002-06-291-1/+1
| | | | Notes: svn path=/head/; revision=99080
* I don't see any reason to conditionalize this.David E. O'Brien2002-06-291-2/+0
| | | | Notes: svn path=/head/; revision=99074
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-291-0/+35
| | | | Notes: svn path=/head/; revision=99068
* Turn back on GDB.David E. O'Brien2002-06-291-2/+1
| | | | | | | | gdbserver does not build, but I've gone about as far with GDB as I'm going to right now. Notes: svn path=/head/; revision=99016
* Best guess at configurations for our other arches. (totally untested)David E. O'Brien2002-06-293-0/+15
| | | | Notes: svn path=/head/; revision=99015
* Allow to compile and at least startup on sparc64.David E. O'Brien2002-06-295-7/+33
| | | | Notes: svn path=/head/; revision=99014
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-2918-3213/+176
| | | | Notes: svn path=/head/; revision=99003
* There will be no GDB related .info files unless someone that cares about themDavid E. O'Brien2002-06-281-1/+1
| | | | | | | sends a patch. Notes: svn path=/head/; revision=98956
* NO! We DON'T wany any libintl action here.David E. O'Brien2002-06-281-1/+1
| | | | Notes: svn path=/head/; revision=98952
* Things Gdb 5.2 wants to know about us.David E. O'Brien2002-06-281-27/+203
| | | | Notes: svn path=/head/; revision=98950
* NO_GDB while it is being upgraded.David E. O'Brien2002-06-271-0/+1
| | | | Notes: svn path=/head/; revision=98942
* Correctly state the size of the help message.Eric Melville2002-06-241-1/+1
| | | | | | | Sponsored by: Apple Notes: svn path=/head/; revision=98777
* For the benefit of those Emacs users amongst us, only cut out gdb.infoDavid E. O'Brien2002-06-222-2/+2
| | | | | | | rather than *.info. Notes: svn path=/head/; revision=98623
* When linking staticaly libtermcap is a postrequisite of libreadline.David E. O'Brien2002-06-221-2/+3
| | | | | | | | | Otherwise `tgoto' (only used by libreadline) isn't resolved. Submitted by: bde Notes: svn path=/head/; revision=98622
* Take the guaranteed fix -- turn off .info docs for now until we get theDavid E. O'Brien2002-06-221-1/+1
| | | | | | | gdb docs sorted out. Notes: svn path=/head/; revision=98620
* Grre-^#$(*+#@$!@% I hate .info files, I really do (thus I have NO_INFO set...)David E. O'Brien2002-06-221-1/+1
| | | | | | | Don't try to read files from a non-existant gdb.291/. Notes: svn path=/head/; revision=98608
* We need to link with libiberty.a before libreadline.so. Both supplyDavid E. O'Brien2002-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 Notes: svn path=/head/; revision=98575
* Remove GAWK. I removed it from the build 2 weeks ago and the worldDavid E. O'Brien2002-06-203-363/+0
| | | | | | | did not end. So finish the deed. Notes: svn path=/head/; revision=98512
* Teach mdoc about the 4.6 releaseDoug Barton2002-06-181-1/+1
| | | | Notes: svn path=/head/; revision=98368
* Allow one to profile FORTRAN77 programs.David E. O'Brien2002-06-092-1/+2
| | | | Notes: svn path=/head/; revision=98056
* Restore revision 1.15 (use profiled C++ libs) which wasn't on the WIP_GCC31David E. O'Brien2002-06-081-1/+3
| | | | | | | branch and thus was lost in the shuffle on the move to Gcc 3.1. Notes: svn path=/head/; revision=98054
* Fix compiling FORTRAN77 programs.David E. O'Brien2002-06-081-0/+1
| | | | Notes: svn path=/head/; revision=98051
* Activate new GNU sort from contribAndrey A. Chernov2002-06-0819-4468/+1299
| | | | Notes: svn path=/head/; revision=98047
* Read specs from /usr/libdata/gcc/specs if it exists.David E. O'Brien2002-06-061-0/+1
| | | | Notes: svn path=/head/; revision=97913
* The best we can do about man pages for the moment.David E. O'Brien2002-06-053-3/+5
| | | | Notes: svn path=/head/; revision=97890
* Search the "backward" C++ compatibility include dir also.David E. O'Brien2002-06-051-0/+1
| | | | Notes: svn path=/head/; revision=97873
* We don't need bsd.dep.mk here.David E. O'Brien2002-06-051-1/+0
| | | | Notes: svn path=/head/; revision=97872
* SUBDIR is initially empty.Ruslan Ermilov2002-06-051-1/+1
| | | | Notes: svn path=/head/; revision=97854
* Canonicalize.Ruslan Ermilov2002-06-051-4/+1
| | | | Notes: svn path=/head/; revision=97853