Commit Graph

172 Commits

Author SHA1 Message Date
Joerg Wunsch 583a088157 This commit was generated by cvs2svn to compensate for changes in r24139,
which included commits to RCS files with non-trunk default branches.
1997-03-23 18:51:21 +00:00
Joerg Wunsch aee34003d7 This is the long-awaited import of top into the base system (actually,
the src/contrib/top part right now).  This tools is simply too system-
dependant to maintain it in the ports collection.
1997-03-23 18:51:21 +00:00
John-Mark Gurney 538efd5320 slight fix to gcc's man page... 1997-03-23 00:51:16 +00:00
Mike Pritchard 641973124a Fix the location of the files in the FILES section.
Closes PR# 3063.

Submitted by:	Kent Vander Velden <graphix@iastate.edu>
1997-03-22 23:59:56 +00:00
Doug Rabson adce8de5c3 Don't indirect through a NULL pointer in rl_strpbrk. This makes filename
completion work in GDB.
1997-03-22 14:03:08 +00:00
Bruce Evans f90e4276f2 Quick fix for section limits not being relocated. This has always been
broken for gdb -k, but the section limits weren't used much in previous
versions of gdb in FreeBSD.  Now they are used for backtracing when full
symbols aren't available, and in some other new cases.

This should be fixed properly by someone who knows bfd.

This should be fixed in 2.2.
1997-03-22 04:44:51 +00:00
Mike Pritchard 29f7017cff Add all of the pre-FreeBSD 2.0 release to the .Fx macro. 1997-03-21 19:09:21 +00:00
Mike Pritchard b8b9ef00b4 Update the usage message for the ".Bf" macro to match the actual
arguments that it takes.
1997-03-19 20:05:19 +00:00
Bruce Evans 610ad63a48 Fixed synopsis (missing #include and wrong paths in #includes). 1997-03-19 01:44:56 +00:00
Bruce Evans 39f44bd04f This commit was generated by cvs2svn to compensate for changes in r23943,
which included commits to RCS files with non-trunk default branches.
1997-03-16 17:37:16 +00:00
Bruce Evans 145f6cb629 Attempt to (re-?)import enough of gdb's configuration files for
./configure to work.
1997-03-16 17:37:16 +00:00
Bruce Evans 6ca2402eef Removed binary file. 1997-03-16 15:10:43 +00:00
Bruce Evans 7a8d9b048b Recovered FreeBSD changes from attic:
1.2: don't refer to emacs (1)
1.3: fixed "will will".
1997-03-12 19:42:21 +00:00
Paul Traina 6234a6e16a Make OPIE's public API use BSD conventions. 1997-03-08 19:42:17 +00:00
Mike Pritchard ee04d1548c Bring the .Nx (NetBSD) macro into line with NetBSD's version.
Add the .Ox (OpenBSD) macro from OpenBSD.
1997-03-06 07:06:32 +00:00
Mike Pritchard 911d1ec30d The .Os macro was missing 2.1.6, 2.1.7 and 3.0.
The .Fx macro was missing 2.1.7.

Add 2.2.5 to both .Os and .Fx.  If I'm wrong about the version
number, no big deal - it can be removed later, but I wanted
to be able to get this into 2.2 so that when I'm using a
2.2 system ome months down the line, man pages intended for (what I
think will be the next 2.2 release) will be formatted properly.

Also fix a typo in a comment.
1997-03-06 06:58:12 +00:00
Peter Wemm 87a0d81b21 This commit was generated by cvs2svn to compensate for changes in r23279,
which included commits to RCS files with non-trunk default branches.
1997-03-02 15:40:21 +00:00
Peter Wemm b182e52bf6 reimport ipfilter v3.1.8 to get it onto the vendor branch again. 1997-03-02 15:40:21 +00:00
Peter Wemm 4d64566be2 Missed the $FreeBSD$ on this otherwise touched file. 1997-03-02 05:18:13 +00:00
David E. O'Brien 6a16ae63cd Undo rev 1.4 of freebsd.h and 1.2 freebsd-elf.h, where I added
_BSD4_4 as a predefined symbol.  People on the lists generally didn't care
for it.
1997-02-24 13:19:34 +00:00
Peter Wemm 8988623bce check for /usr/libdata/gcc/specs and use it if it exists. 1997-02-22 15:21:40 +00:00
Peter Wemm d83a2228e2 Revert a $FreeBSD$ to $Id$ (file otherwise modified) 1997-02-22 14:45:36 +00:00
Peter Wemm d1b41eefd9 Urk, there were two $FreeBSD$'s in this file... 1997-02-22 11:35:10 +00:00
Peter Wemm fda8ea94b5 back out an easy $FreeBSD$ (file already left vendor branch) 1997-02-22 11:34:03 +00:00
Peter Wemm 99a60da8f1 Back out an easy $FreeBSD$ (file already left vendor branch) 1997-02-22 10:53:59 +00:00
Peter Wemm dc92c6d1cb Back out easy $FreeBSD$ (file already left vendor branch) 1997-02-22 10:52:38 +00:00
Peter Wemm 8ac63d3976 Back out some easy $FreeBSD$ changes. These files already left the vendor
branch.
1997-02-22 10:50:16 +00:00
David E. O'Brien dfc33decb2 Add _BSD4_4 as a predefined symbol.
Peter Dufault (dufault@hda.com) suggested this is the most approate symbol
to use.

2.2-R candidate.
1997-02-16 20:55:32 +00:00
Bruce Evans a4bd858367 Removed unnecessary #include of obsolete <sys/dir.h> again. 1997-02-16 17:16:29 +00:00
Bruce Evans f0be65cc4c Removed unnecessary #include of obsolete <sys/dir.h> again. 1997-02-15 17:10:52 +00:00
Bruce Evans 4f69a041d5 Restored my fixes for printing the FP registers. Their
history was lost with FreeBSD-1.x and they were blown away
by the gdb-4.16 merge.  I needed this to debug e_exp.S ...

Restored even older code (from 386BSD-0.0) for converting the
FP registers to doubles.  floatformat_to_double() and/or
valprint() still don't understand NaNs.

Removed unnecessary #include of obsolete <sys/dir.h> again.
1997-02-15 17:09:00 +00:00
Darren Reed b4ebec5bf8 Import IP Filter v3.1.7 into FreeBSD tree 1997-02-09 22:50:16 +00:00
Darren Reed d67150e941 This commit was generated by cvs2svn to compensate for changes in r22514,
which included commits to RCS files with non-trunk default branches.
1997-02-09 22:50:16 +00:00
Paul Traina ae7c505681 Config information for FreeBSD 1997-02-07 03:46:28 +00:00
Paul Traina 0e719bd969 Minimal man page changes to reflect integrated ftpd/login/su 1997-02-07 03:46:00 +00:00
Paul Traina 049c277a7b Disconnect OPIE from internal MD4/5 routines 1997-02-07 03:44:44 +00:00
Paul Traina 064ad22d79 This commit was generated by cvs2svn to compensate for changes in r22347,
which included commits to RCS files with non-trunk default branches.
1997-02-06 17:52:29 +00:00
Paul Traina 3c491303b5 Initial import of OPIE v2.3 from
ftp://ftp.nrl.navy.mil/pub/security/opie/
1997-02-06 17:52:29 +00:00
Joerg Wunsch ac8fc3346d Everyone's favorite: finally bump vi's escapetime.
Closes bin/2510: vi escape keys over slow... (and i think yet another one)

Submitted by:	kargl@troutmask.apl.washington.edu (Steven G. Kargl)
1997-01-17 23:10:58 +00:00
Joshua Peck Macdonald ff8cb1a305 Bring over Joerg's arrow-key, page-up, and page-down modifications. 1997-01-17 00:46:43 +00:00
Gary Jennejohn 8a9a74a887 FreeBSD specific modifications.
Obtained from /usr/ports/devel/gdb.

2.2. candidate ?

Should I put $FreeBSD$ into these files ?
1997-01-15 21:49:58 +00:00
Jordan K. Hubbard 1130b656e5 Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Poul-Henning Kamp ec4076d321 Fix BB profiling.
Submitted by:	bde
1997-01-13 12:15:29 +00:00
Joshua Peck Macdonald 7ee74e7be8 I added both features Peter Wemm requested. First, the new option
--forceentry=TEXT will override any entries contained in the info
file.  Second, I made it recognize that "gmp" and "gmp.info" are
the same when looking for whether the info file being installed is
already installed.
1997-01-12 14:43:22 +00:00
Peter Wemm 89fd5e07c0 *gulp* break this file off the vendor branch in order to fix the
info entry.  It's a real shame that install-info can't override these.

I'll fix the repository for this (and the readline commit as well) once
this has been fixed properly...  Looking at the install-info source gives
me a headache. :-(  This should be enough to get the tree to build again.
1997-01-12 08:28:56 +00:00
Joshua Peck Macdonald a27d0c0f96 This file has the info annotation, except its annotated name
is different from its filename for some reason.
1997-01-11 02:56:24 +00:00
Joshua Peck Macdonald aeee973296 Correct a bogus strerror declaration and make install-info
intelligent enough to take default section and entry names
for the purpose of being able to use it on old texinfo files
in the source tree.  This involved very minor modifications and
the new options --defsection and --defentry which behave just like
--section and --entry but ignore their argument if the info file
is annotated with the information.  This change should only be
neccesary as long as there are old-style texinfo source in the tree.
1997-01-11 02:27:56 +00:00
Joshua Peck Macdonald 5212bbee8a Remove a non-posix terminal flag OCRNL from terminal.c, add the
two auto-generated files doc.c and funs.h.
1997-01-11 02:23:39 +00:00
Joshua Peck Macdonald 7df7ad2abd This commit was generated by cvs2svn to compensate for changes in r21495,
which included commits to RCS files with non-trunk default branches.
1997-01-11 02:12:38 +00:00
Joshua Peck Macdonald 253c2b00b7 This is unmodified GNU texinfo-3.9 source. I'll be commiting a few
patches in a bit.

-josh
1997-01-11 02:12:38 +00:00