Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 6 | -7/+7 |
| | |||||
* | Move the definition of FreeBSD 4.6 back to where it belongs. | ru | 2002-07-18 | 1 | -1/+2 |
| | |||||
* | Add definition for FreeBSD 4.6.1. | murray | 2002-07-18 | 1 | -0/+1 |
| | |||||
* | This isn't quite ready for WARNS=3 in the sparc64 case. | mike | 2002-07-16 | 1 | -1/+1 |
| | | | | Noticed by: sparc64 tinderbox | ||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+5 |
| | |||||
* | Add note about the info documentation of diff(1). | keramida | 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> | ||||
* | Mention zegrep and zfgrep too, | keramida | 2002-07-11 | 1 | -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. | obrien | 2002-07-10 | 1 | -0/+25 |
| | |||||
* | Stop trying to reimplement libkvm on i386. Instead use it directly and | obrien | 2002-07-10 | 1 | -824/+422 |
| | | | | | | consistently on all platforms. Submitted by: gallatin | ||||
* | Target specific FreeBSD kgdb hacks. | obrien | 2002-07-10 | 7 | -0/+47 |
| | |||||
* | Revert previous delta; warnings fixed by obrien: | sheldonh | 2002-07-09 | 1 | -3/+0 |
| | | | | rev 1.5 rc/contrib/gdb/gdb/gdbserver/gdbreplay.c | ||||
* | Define NO_WERROR to unbreak world until the maintainer has had time | sheldonh | 2002-07-09 | 1 | -0/+3 |
| | | | | to coordinate fixes for this contrib code. | ||||
* | Add the missing dependency (gdbint.info: gdb-cfg.texi). | ru | 2002-07-04 | 1 | -1/+1 |
| | | | | This should resume parallel builds, among other things. | ||||
* | Fixed CLEANFILES. | ru | 2002-07-04 | 1 | -1/+1 |
| | |||||
* | Add the "java" category. | des | 2002-07-03 | 2 | -0/+4 |
| | |||||
* | Reconnect gdb info file to the build. | sheldonh | 2002-07-01 | 3 | -9/+16 |
| | | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu> | ||||
* | Don't need these any more. | obrien | 2002-06-30 | 21 | -4716/+0 |
| | |||||
* | Dike out bits specific to i386. This pretty much means no kgdb for | obrien | 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. | ||||
* | Bmake bits for GDB 5.2. | obrien | 2002-06-30 | 1 | -4/+0 |
| | |||||
* | Reflect new gdb directory structure. | mp | 2002-06-29 | 1 | -1/+1 |
| | |||||
* | I don't see any reason to conditionalize this. | obrien | 2002-06-29 | 1 | -2/+0 |
| | |||||
* | Bmake bits for GDB 5.2. | obrien | 2002-06-29 | 1 | -0/+35 |
| | |||||
* | Turn back on GDB. | obrien | 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. | ||||
* | Best guess at configurations for our other arches. (totally untested) | obrien | 2002-06-29 | 3 | -0/+15 |
| | |||||
* | Allow to compile and at least startup on sparc64. | obrien | 2002-06-29 | 5 | -7/+33 |
| | |||||
* | Bmake bits for GDB 5.2. | obrien | 2002-06-29 | 18 | -3213/+176 |
| | |||||
* | There will be no GDB related .info files unless someone that cares about them | obrien | 2002-06-28 | 1 | -1/+1 |
| | | | | sends a patch. | ||||
* | NO! We DON'T wany any libintl action here. | obrien | 2002-06-28 | 1 | -1/+1 |
| | |||||
* | Things Gdb 5.2 wants to know about us. | obrien | 2002-06-28 | 1 | -27/+203 |
| | |||||
* | NO_GDB while it is being upgraded. | obrien | 2002-06-27 | 1 | -0/+1 |
| | |||||
* | Correctly state the size of the help message. | eric | 2002-06-24 | 1 | -1/+1 |
| | | | | Sponsored by: Apple | ||||
* | For the benefit of those Emacs users amongst us, only cut out gdb.info | obrien | 2002-06-22 | 2 | -2/+2 |
| | | | | rather than *.info. | ||||
* | When linking staticaly libtermcap is a postrequisite of libreadline. | obrien | 2002-06-22 | 1 | -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 the | obrien | 2002-06-22 | 1 | -1/+1 |
| | | | | gdb docs sorted out. | ||||
* | Grre-^#$(*+#@$!@% I hate .info files, I really do (thus I have NO_INFO set...) | obrien | 2002-06-22 | 1 | -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 supply | obrien | 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 | ||||
* | Remove GAWK. I removed it from the build 2 weeks ago and the world | obrien | 2002-06-20 | 3 | -363/+0 |
| | | | | did not end. So finish the deed. | ||||
* | Teach mdoc about the 4.6 release | dougb | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | Allow one to profile FORTRAN77 programs. | obrien | 2002-06-09 | 2 | -1/+2 |
| | |||||
* | Restore revision 1.15 (use profiled C++ libs) which wasn't on the WIP_GCC31 | obrien | 2002-06-08 | 1 | -1/+3 |
| | | | | branch and thus was lost in the shuffle on the move to Gcc 3.1. | ||||
* | Fix compiling FORTRAN77 programs. | obrien | 2002-06-08 | 1 | -0/+1 |
| | |||||
* | Activate new GNU sort from contrib | ache | 2002-06-08 | 19 | -4468/+1299 |
| | |||||
* | Read specs from /usr/libdata/gcc/specs if it exists. | obrien | 2002-06-06 | 1 | -0/+1 |
| | |||||
* | The best we can do about man pages for the moment. | obrien | 2002-06-05 | 3 | -3/+5 |
| | |||||
* | Search the "backward" C++ compatibility include dir also. | obrien | 2002-06-05 | 1 | -0/+1 |
| | |||||
* | We don't need bsd.dep.mk here. | obrien | 2002-06-05 | 1 | -1/+0 |
| | |||||
* | SUBDIR is initially empty. | ru | 2002-06-05 | 1 | -1/+1 |
| | |||||
* | Canonicalize. | ru | 2002-06-05 | 1 | -4/+1 |
| | |||||
* | Back out addition of a plus sign. | ru | 2002-06-05 | 4 | -8/+8 |
| | | | | DPADD and LDADD belong to individual makefiles. | ||||
* | Collapse lib and tar dirs into single top-level directory. | sobomax | 2002-06-04 | 4 | -33/+23 |
| | | | | Suggested by: obrien |