summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed synopsis (missing #include and wrong paths in #includes).bde1997-03-192-4/+6
|
* This commit was generated by cvs2svn to compensate for changes in r23943,bde1997-03-1610-0/+6358
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Attempt to (re-?)import enough of gdb's configuration files forbde1997-03-1610-0/+6358
| | | | | | | | ./configure to work.
* | Removed binary file.bde1997-03-161-0/+0
| |
* | Recovered FreeBSD changes from attic:bde1997-03-121-2/+5
| | | | | | | | | | 1.2: don't refer to emacs (1) 1.3: fixed "will will".
* | Make OPIE's public API use BSD conventions.pst1997-03-081-120/+29
| |
* | Bring the .Nx (NetBSD) macro into line with NetBSD's version.mpp1997-03-061-16/+41
| | | | | | | | Add the .Ox (OpenBSD) macro from OpenBSD.
* | The .Os macro was missing 2.1.6, 2.1.7 and 3.0.mpp1997-03-062-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | This commit was generated by cvs2svn to compensate for changes in r23279,peter1997-03-0213-53/+1145
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | reimport ipfilter v3.1.8 to get it onto the vendor branch again.peter1997-03-0213-53/+1145
| | |
* | | Missed the $FreeBSD$ on this otherwise touched file.peter1997-03-021-1/+1
| | |
* | | Undo rev 1.4 of freebsd.h and 1.2 freebsd-elf.h, where I addedobrien1997-02-243-3/+3
| | | | | | | | | | | | | | | _BSD4_4 as a predefined symbol. People on the lists generally didn't care for it.
* | | check for /usr/libdata/gcc/specs and use it if it exists.peter1997-02-221-0/+1
| | |
* | | Revert a $FreeBSD$ to $Id$ (file otherwise modified)peter1997-02-221-1/+1
| | |
* | | Urk, there were two $FreeBSD$'s in this file...peter1997-02-221-1/+1
| | |
* | | back out an easy $FreeBSD$ (file already left vendor branch)peter1997-02-221-1/+1
| | |
* | | Back out an easy $FreeBSD$ (file already left vendor branch)peter1997-02-221-1/+1
| | |
* | | Back out easy $FreeBSD$ (file already left vendor branch)peter1997-02-221-1/+1
| | |
* | | Back out some easy $FreeBSD$ changes. These files already left the vendorpeter1997-02-225-5/+5
| | | | | | | | | | | | branch.
* | | Add _BSD4_4 as a predefined symbol.obrien1997-02-163-3/+3
| | | | | | | | | | | | | | | | | | | | | Peter Dufault (dufault@hda.com) suggested this is the most approate symbol to use. 2.2-R candidate.
* | | Removed unnecessary #include of obsolete <sys/dir.h> again.bde1997-02-161-1/+0
| | |
* | | Removed unnecessary #include of obsolete <sys/dir.h> again.bde1997-02-152-2/+0
| | |
* | | Restored my fixes for printing the FP registers. Theirbde1997-02-151-6/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | This commit was generated by cvs2svn to compensate for changes in r22514,darrenr1997-02-09189-0/+28807
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import IP Filter v3.1.7 into FreeBSD treedarrenr1997-02-09189-0/+28807
| /
* | Config information for FreeBSDpst1997-02-072-0/+323
| |
* | Minimal man page changes to reflect integrated ftpd/login/supst1997-02-076-30/+21
| |
* | Disconnect OPIE from internal MD4/5 routinespst1997-02-072-18/+30
| |
* | This commit was generated by cvs2svn to compensate for changes in r22347,pst1997-02-0694-0/+22497
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Initial import of OPIE v2.3 frompst1997-02-0694-0/+22497
| / | | | | | | ftp://ftp.nrl.navy.mil/pub/security/opie/
* | Everyone's favorite: finally bump vi's escapetime.joerg1997-01-171-1/+1
| | | | | | | | | | | | Closes bin/2510: vi escape keys over slow... (and i think yet another one) Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl)
* | Bring over Joerg's arrow-key, page-up, and page-down modifications.jmacd1997-01-174-11/+103
| |
* | FreeBSD specific modifications.gj1997-01-155-14/+260
| | | | | | | | | | | | | | | | Obtained from /usr/ports/devel/gdb. 2.2. candidate ? Should I put $FreeBSD$ into these files ?
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1410-11/+11
| | | | | | | | | | | | | | | | 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.
* | Fix BB profiling.phk1997-01-131-2/+2
| | | | | | | | Submitted by: bde
* | I added both features Peter Wemm requested. First, the new optionjmacd1997-01-121-4/+22
| | | | | | | | | | | | | | --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.
* | *gulp* break this file off the vendor branch in order to fix thepeter1997-01-121-1/+1
| | | | | | | | | | | | | | | | 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.
* | This file has the info annotation, except its annotated namejmacd1997-01-111-1/+1
| | | | | | | | is different from its filename for some reason.
* | Correct a bogus strerror declaration and make install-infojmacd1997-01-111-24/+36
| | | | | | | | | | | | | | | | | | | | 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.
* | Remove a non-posix terminal flag OCRNL from terminal.c, add thejmacd1997-01-113-2/+241
| | | | | | | | two auto-generated files doc.c and funs.h.
* | This commit was generated by cvs2svn to compensate for changes in r21495,jmacd1997-01-11107-0/+77698
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | This is unmodified GNU texinfo-3.9 source. I'll be commiting a fewjmacd1997-01-11107-0/+77698
| / | | | | | | | | | | patches in a bit. -josh
* | Kill another bogus inclusion of <netinet/if_ether.h>.wollman1997-01-051-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r21336,ache1997-01-052-0/+2206
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Add manpage from another bash directoryache1997-01-052-0/+2206
| | |
* | | Turn on PAREN_MATCHINGache1997-01-051-1/+1
| | |
* | | Backup savestring as rl_savestringache1997-01-052-4/+2
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r21308,ache1997-01-0459-0/+24805
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Libreadline.ache1997-01-0459-0/+24805
| /
* | Update to reflect changes in net/if.h.wollman1997-01-0318-17/+18
| |
OpenPOWER on IntegriCloud