bde
00a7427d00
Re-axe.
2002-09-17 10:03:24 +00:00
bde
5fcefc2e91
Make `as' compile before it is axed. It still uses the archaic BSD
...
interface setbuffer(), and emulates setbuffer() on USG systems using a
#define of setbuffer() in terms of setvbuf(). The #define is correctly
ifdefed in some places but was not correctly ifdefed here -- i.e., BSD
was essentially configured as USG here. This became fatal when <stdio.h>
was de-__P(())ified without testing. This file gets included before
<stdio.h>, so the #define now affects (and breaks)
`setbuffer<left parentheses>' in <stdio.h> where it didn't affect
`setbuffer<whitespace>'.
2002-09-17 10:01:02 +00:00
bde
44658127b9
Un-axe this so that it can be fixed before it is axed.
2002-09-17 09:57:07 +00:00
obrien
fdfd1b3e69
BANG! BANG! BANG! Put these bits out of their misery.
...
Murdered by members of: a.out.die.die.die
ELF is the 1 true path now. So make good on the src/Makefile threat that
building a.out will not be supported post 4.x. These bits should either
resurface as a port, or a new port using the latest Binutils bits. The
later will not support our SunOS-style shared a.out libs; but we shouldn't
need such support by this point in time.
2002-09-17 01:54:56 +00:00
peter
3c7c11fd3e
Initiate deorbit burn for the i386-only a.out related support. Moves are
...
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
2002-09-17 01:49:00 +00:00
obrien
526f703651
Disable building of the a.out gas and ld. They will become ports.
2002-09-17 01:43:21 +00:00
obrien
f85cc3f751
Create bzgrep.
2002-09-16 04:27:29 +00:00
obrien
00f03738a2
We're going to have to use a TARGET_ARCH of "x86_64" rather than "x86-64"
...
to make building GCC happy.
2002-09-12 15:56:21 +00:00
eric
3084725715
Adhere to guidelines when testing for null strings.
...
Submitted by: rwatson
2002-09-03 17:39:26 +00:00
peter
8ffbaa1f43
cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses its
...
internal buffer management somehow (an off by one perhaps). HAVE_MMAP
wasn't detected because configure has a bogus declaration of malloc
which conflicted with stdlib.h. Sigh.
2002-09-02 11:35:13 +00:00
peter
c35534be8f
version.h is now autogenerated in 1.11.2, not version.c
2002-09-02 06:00:09 +00:00
peter
37b2299728
Update for 1.11.1p1 -> 1.11.2 import
2002-09-02 05:59:33 +00:00
peter
80ecdcfc9c
It seems CVSvn.texi isn't used anymore.
2002-09-02 05:59:02 +00:00
obrien
cc7628c3dc
Update for 2.12.1 20-July-2002 import.
2002-09-01 18:03:55 +00:00
obrien
ca8d47fa84
Update for 2.12.1 20-July-2002 import.
2002-08-31 20:57:53 +00:00
keramida
b4d450cc94
Typo in [^[:alnum:]] character class.
...
PR: docs/41728
Submitted by: osgene@web.de
2002-08-31 02:26:19 +00:00
keramida
95a7d622d2
Our gnats sets Confidential to "no" by default.
...
PR: docs/41727
Submitted by: osgene@web.de
Reviewed by: des
2002-08-29 22:59:22 +00:00
eric
9af19fee4a
Use the default pager if the environment variable is blank.
...
PR: 37662
MFC after: 5 days
2002-08-27 09:31:27 +00:00
keramida
06908e0389
Document -p option of diff.
...
PR: docs/41887
Submitted by: tobez
2002-08-26 00:13:06 +00:00
ru
7f269139d1
Removed the (never-released) FreeBSD 4.6.1.
...
Inspired by: bmah's commit to www/en/releases/4.6.1R
2002-08-14 16:57:14 +00:00
murray
04b10914a8
Add definition for FreeBSD 4.6.2.
2002-08-14 06:32:17 +00:00
ru
5ebb137010
mdoc(7) police: Removed redundant .Ns calls.
2002-08-13 16:07:28 +00:00
ru
8f6c4c0f03
can not -> cannot.
2002-08-13 14:10:36 +00:00
blackend
ba214902de
Add PowerPC category.
...
PR: docs/41595
Submitted by: Christian Brueffer <chris@unixpages.org>
MFC after: 3 days
2002-08-13 10:30:55 +00:00
ru
ec2ac4f647
Added Russian translation of the .Ex -std macro.
...
MFC after: 3 days
2002-08-07 17:47:24 +00:00
ru
e287643099
POSIX.1-2001 says ``man -k'' should produce results equivalent to
...
the ``grep -Ei'' searching.
MFC after: 3 days
2002-08-07 17:39:35 +00:00
ru
34de99cd26
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
peter
d85800c78b
Recognize frames for lcall_syscall and int0x80_syscall.
...
Reminded by: bde
2002-07-28 18:46:49 +00:00
ru
0438f8a407
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
ru
3abe987862
Move the definition of FreeBSD 4.6 back to where it belongs.
2002-07-18 09:32:15 +00:00
murray
ac8e8eb71c
Add definition for FreeBSD 4.6.1.
2002-07-18 09:22:33 +00:00
mike
eeb1b20f60
This isn't quite ready for WARNS=3 in the sparc64 case.
...
Noticed by: sparc64 tinderbox
2002-07-16 16:10:39 +00:00
charnier
31f74328c4
The .Nm utility
2002-07-14 15:12:00 +00:00
keramida
f6fa77d3af
Add note about the info documentation of diff(1).
...
It contains a detailed description of the =format option part.
PR: docs/36464
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-07-11 21:11:26 +00:00
keramida
efec630a5d
Mention zegrep and zfgrep too,
...
and what their equivalent grep options are.
PR: docs/35603
Submitted by: "Gary W. Swearingen" <swear@blarg.net>
2002-07-11 20:12:15 +00:00
obrien
c81428ffa3
Make our i386 hacks in a less vendor file disturbing manner.
2002-07-10 07:48:45 +00:00
obrien
2ea898a329
Stop trying to reimplement libkvm on i386. Instead use it directly and
...
consistently on all platforms.
Submitted by: gallatin
2002-07-10 06:58:25 +00:00
obrien
9994304c5e
Target specific FreeBSD kgdb hacks.
2002-07-10 06:40:03 +00:00
sheldonh
9e522c78c3
Revert previous delta; warnings fixed by obrien:
...
rev 1.5 rc/contrib/gdb/gdb/gdbserver/gdbreplay.c
2002-07-09 17:29:37 +00:00
sheldonh
bb693c6532
Define NO_WERROR to unbreak world until the maintainer has had time
...
to coordinate fixes for this contrib code.
2002-07-09 08:37:36 +00:00
ru
e2d0f4cfab
Add the missing dependency (gdbint.info: gdb-cfg.texi).
...
This should resume parallel builds, among other things.
2002-07-04 11:33:59 +00:00
ru
a1d5149e30
Fixed CLEANFILES.
2002-07-04 07:15:31 +00:00
des
93c9e4b908
Add the "java" category.
2002-07-03 00:35:09 +00:00
sheldonh
e294746e76
Reconnect gdb info file to the build.
...
Submitted by: Szilveszter Adam <sziszi@bsd.hu>
2002-07-01 07:58:18 +00:00
obrien
e5a6bcbbb2
Don't need these any more.
2002-06-30 05:29:43 +00:00
obrien
da41028839
Dike out bits specific to i386. This pretty much means no kgdb for
...
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.
2002-06-30 04:47:43 +00:00
obrien
1adede098d
Bmake bits for GDB 5.2.
2002-06-30 03:24:05 +00:00
mp
4726521101
Reflect new gdb directory structure.
2002-06-29 18:19:53 +00:00
obrien
977249d854
I don't see any reason to conditionalize this.
2002-06-29 17:55:17 +00:00
obrien
11484ccb05
Bmake bits for GDB 5.2.
2002-06-29 16:52:15 +00:00