| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop support for COPY, -c has been the default mode of install(1) | Ruslan Ermilov | 2002-07-29 | 8 | -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 Wemm | 2002-07-28 | 1 | -2/+4 |
| | | | | | | | | Reminded by: bde Notes: svn path=/head/; revision=100828 | ||||
| * | s/${INSTALL} -c/${INSTALL} ${COPY}/ | Ruslan Ermilov | 2002-07-18 | 6 | -7/+7 |
| | | | | | Notes: svn path=/head/; revision=100313 | ||||
| * | Move the definition of FreeBSD 4.6 back to where it belongs. | Ruslan Ermilov | 2002-07-18 | 1 | -1/+2 |
| | | | | | Notes: svn path=/head/; revision=100304 | ||||
| * | Add definition for FreeBSD 4.6.1. | Murray Stokely | 2002-07-18 | 1 | -0/+1 |
| | | | | | Notes: svn path=/head/; revision=100303 | ||||
| * | This isn't quite ready for WARNS=3 in the sparc64 case. | Mike Barcroft | 2002-07-16 | 1 | -1/+1 |
| | | | | | | | | Noticed by: sparc64 tinderbox Notes: svn path=/head/; revision=100177 | ||||
| * | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -3/+5 |
| | | | | | Notes: svn path=/head/; revision=99970 | ||||
| * | Add note about the info documentation of diff(1). | Giorgos Keramidas | 2002-07-11 | 1 | -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 Keramidas | 2002-07-11 | 1 | -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'Brien | 2002-07-10 | 1 | -0/+25 |
| | | | | | Notes: svn path=/head/; revision=99718 | ||||
| * | Stop trying to reimplement libkvm on i386. Instead use it directly and | David E. O'Brien | 2002-07-10 | 1 | -819/+417 |
| | | | | | | | | | | consistently on all platforms. Submitted by: gallatin Notes: svn path=/head/; revision=99717 | ||||
| * | Target specific FreeBSD kgdb hacks. | David E. O'Brien | 2002-07-10 | 7 | -0/+47 |
| | | | | | Notes: svn path=/head/; revision=99713 | ||||
| * | Revert previous delta; warnings fixed by obrien: | Sheldon Hearn | 2002-07-09 | 1 | -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 time | Sheldon Hearn | 2002-07-09 | 1 | -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 Ermilov | 2002-07-04 | 1 | -1/+1 |
| | | | | | | | | This should resume parallel builds, among other things. Notes: svn path=/head/; revision=99405 | ||||
| * | Fixed CLEANFILES. | Ruslan Ermilov | 2002-07-04 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=99401 | ||||
| * | Add the "java" category. | Dag-Erling Smørgrav | 2002-07-03 | 2 | -0/+4 |
| | | | | | Notes: svn path=/head/; revision=99321 | ||||
| * | Reconnect gdb info file to the build. | Sheldon Hearn | 2002-07-01 | 3 | -9/+16 |
| | | | | | | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu> Notes: svn path=/head/; revision=99204 | ||||
| * | Don't need these any more. | David E. O'Brien | 2002-06-30 | 21 | -4716/+0 |
| | | | | | Notes: svn path=/head/; revision=99114 | ||||
| * | Dike out bits specific to i386. This pretty much means no kgdb for | David E. O'Brien | 2002-06-30 | 1 | -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'Brien | 2002-06-30 | 1 | -4/+0 |
| | | | | | Notes: svn path=/head/; revision=99103 | ||||
| * | Reflect new gdb directory structure. | Mark Peek | 2002-06-29 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=99080 | ||||
| * | I don't see any reason to conditionalize this. | David E. O'Brien | 2002-06-29 | 1 | -2/+0 |
| | | | | | Notes: svn path=/head/; revision=99074 | ||||
| * | Bmake bits for GDB 5.2. | David E. O'Brien | 2002-06-29 | 1 | -0/+35 |
| | | | | | Notes: svn path=/head/; revision=99068 | ||||
| * | Turn back on GDB. | David E. O'Brien | 2002-06-29 | 1 | -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'Brien | 2002-06-29 | 3 | -0/+15 |
| | | | | | Notes: svn path=/head/; revision=99015 | ||||
| * | Allow to compile and at least startup on sparc64. | David E. O'Brien | 2002-06-29 | 5 | -7/+33 |
| | | | | | Notes: svn path=/head/; revision=99014 | ||||
| * | Bmake bits for GDB 5.2. | David E. O'Brien | 2002-06-29 | 18 | -3213/+176 |
| | | | | | Notes: svn path=/head/; revision=99003 | ||||
| * | There will be no GDB related .info files unless someone that cares about them | David E. O'Brien | 2002-06-28 | 1 | -1/+1 |
| | | | | | | | | sends a patch. Notes: svn path=/head/; revision=98956 | ||||
| * | NO! We DON'T wany any libintl action here. | David E. O'Brien | 2002-06-28 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=98952 | ||||
| * | Things Gdb 5.2 wants to know about us. | David E. O'Brien | 2002-06-28 | 1 | -27/+203 |
| | | | | | Notes: svn path=/head/; revision=98950 | ||||
| * | NO_GDB while it is being upgraded. | David E. O'Brien | 2002-06-27 | 1 | -0/+1 |
| | | | | | Notes: svn path=/head/; revision=98942 | ||||
| * | Correctly state the size of the help message. | Eric Melville | 2002-06-24 | 1 | -1/+1 |
| | | | | | | | | Sponsored by: Apple Notes: svn path=/head/; revision=98777 | ||||
| * | For the benefit of those Emacs users amongst us, only cut out gdb.info | David E. O'Brien | 2002-06-22 | 2 | -2/+2 |
| | | | | | | | | rather than *.info. Notes: svn path=/head/; revision=98623 | ||||
| * | When linking staticaly libtermcap is a postrequisite of libreadline. | David E. O'Brien | 2002-06-22 | 1 | -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 the | David E. O'Brien | 2002-06-22 | 1 | -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'Brien | 2002-06-22 | 1 | -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 supply | David E. O'Brien | 2002-06-21 | 1 | -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 world | David E. O'Brien | 2002-06-20 | 3 | -363/+0 |
| | | | | | | | | did not end. So finish the deed. Notes: svn path=/head/; revision=98512 | ||||
| * | Teach mdoc about the 4.6 release | Doug Barton | 2002-06-18 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=98368 | ||||
| * | Allow one to profile FORTRAN77 programs. | David E. O'Brien | 2002-06-09 | 2 | -1/+2 |
| | | | | | Notes: svn path=/head/; revision=98056 | ||||
| * | Restore revision 1.15 (use profiled C++ libs) which wasn't on the WIP_GCC31 | David E. O'Brien | 2002-06-08 | 1 | -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'Brien | 2002-06-08 | 1 | -0/+1 |
| | | | | | Notes: svn path=/head/; revision=98051 | ||||
| * | Activate new GNU sort from contrib | Andrey A. Chernov | 2002-06-08 | 19 | -4468/+1299 |
| | | | | | Notes: svn path=/head/; revision=98047 | ||||
| * | Read specs from /usr/libdata/gcc/specs if it exists. | David E. O'Brien | 2002-06-06 | 1 | -0/+1 |
| | | | | | Notes: svn path=/head/; revision=97913 | ||||
| * | The best we can do about man pages for the moment. | David E. O'Brien | 2002-06-05 | 3 | -3/+5 |
| | | | | | Notes: svn path=/head/; revision=97890 | ||||
| * | Search the "backward" C++ compatibility include dir also. | David E. O'Brien | 2002-06-05 | 1 | -0/+1 |
| | | | | | Notes: svn path=/head/; revision=97873 | ||||
| * | We don't need bsd.dep.mk here. | David E. O'Brien | 2002-06-05 | 1 | -1/+0 |
| | | | | | Notes: svn path=/head/; revision=97872 | ||||
| * | SUBDIR is initially empty. | Ruslan Ermilov | 2002-06-05 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=97854 | ||||
| * | Canonicalize. | Ruslan Ermilov | 2002-06-05 | 1 | -4/+1 |
| | | | | | Notes: svn path=/head/; revision=97853 | ||||
