summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change the description for section 4 to read:mpp1997-01-021-1/+1
| | | | | | | | Kernel Interfaces Manual This was needed because of a few man pages like keyboard(4) which caused the header to become unreadable with the longer description.
* These are gone in 4.9.5peter1997-01-012-383/+0
|
* This commit was generated by cvs2svn to compensate for changes in r21138,peter1996-12-3165-4039/+7509
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Paul Vixie/ISC's bind-4.9.5-patch1 onto the vendor branch.peter1996-12-3165-4039/+7509
| | | | | | | | | | | | | | This has some (all?) of the DNSSEC key management/distribution mechanism in place. (The SIG and KEY RR's) Obtained from: Paul Vixie / ISC / ftp.isc.org
* | a uniq name for every manpage section in header macro .Dtwosch1996-12-311-1/+8
| |
* | Bump default escapetime from 1 (ie: 100ms) to 3 (ie: 300ms). Hopefullypeter1996-12-301-1/+1
| | | | | | | | | | | | | | | | this will make it less likely to misinterpret arrow keys as seperate keys when running over anything slower than a console. This has been talked about for a while, I hope it's long enough but not too long to be annoying.
* | Ay, merge from RELENG_2_2. Back out the "moving HEAD" fix.asami1996-12-191-2/+2
| |
* | Teach mdoc macros to recognize section 9 and the i386 architecture.wollman1996-12-181-1/+3
| |
* | Fix generated code for DLT_NULL encapsulation.fenner1996-12-181-1/+1
| | | | | | | | This fixes PR#bin/2212.
* | Fix the "moving head" problem.asami1996-12-121-2/+2
| |
* | repair editor damageadam1996-12-111-1/+1
| |
* | Please shut up if asked to be quiet.phk1996-12-111-1/+1
| |
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-0/+1
| | | | | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* | Use LANG=C, LC_CTYPE=C, LC_TIME=Cache1996-11-261-0/+3
| |
* | More fixes to Russian catalogache1996-11-268-536/+526
| | | | | | | | | | Should go to 2.2 (wrong number of % formatting found in old version)
* | LBL chose to use IPPROTO_ENCAP to represent IP proto 4 encapsulationfenner1996-11-261-3/+3
| | | | | | | | | | | | | | | | as performed by the multicast kernel modifications. However, BSD already had IPPROTO_ENCAP defined as 98 (RFC 1241 encapsulation). This changes the use of IPPROTO_ENCAP to IPPROTO_IPIP, which is the BSD name for IP proto 4.
* | Update the French message catalog to use ISO 8859-1 instead of IBM437joerg1996-11-252-459/+459
| | | | | | | | | | | | | | | | characters. 2.2 candidate. Submitted by: roberto@keltia.freenix.fr (Ollivier Robert)
* | Fix the IGMP printer. A lost pair of parenthesis caused all IGMPfenner1996-11-251-70/+5
| | | | | | | | | | | | reports to be printed as IGMPv1, and a misapplied patch caused IGMP Leave messages to be partially interpreted as DVMRP routing messages.
* | Understand ru_RU tooache1996-11-232-2/+4
| |
* | Restore 8bit stripped down in all linesache1996-11-062-532/+532
| | | | | | | | | | | | Without this change all messages looks very funny 2.2 candidate
* | add FreeBSD 2.1.6 and 3.0 for .Fx macrowosch1996-11-041-0/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r19370,pst1996-11-03869-0/+441264
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import GDB in its full glory (all 25mb). We'll put it on a diet once it'spst1996-11-03869-0/+441264
| / | | | | | | | | | | | | | | | | | | fully registered. (This is the second try, the first import ignored .info files but not .info-* files, for some reason. I'm going to make this consistent.) Reviewed by: core Approved for: 2.2
* | This commit was generated by cvs2svn to compensate for changes in r19304,peter1996-11-01292-0/+98515
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of nvi-1.79, minus a few bits that we dont need (eg: postscriptpeter1996-11-01292-0/+98515
| / | | | | | | | | | | | | files, curses, db, regex etc that we already have). The other glue will follow shortly. Obtained from: Keith Bostic <bostic@bostic.com>
* | Use collating info for [a-z]-type national rangesache1996-10-311-0/+31
| |
* | Apparently this patch fixes the objc backend on the i386 platforms.peter1996-10-261-0/+7
| | | | | | | | | | | | | | Without this, compiled programs die with FP errors. This is originally credited to: jlemon@netcom.com (Jonathan Lemon), and has been forwarded to me by quite a few of people.
* | Add upgrade instructions.markm1996-10-201-0/+26
| | | | | | | | Stolen from: contrib/libpcap/FREEBSD-upgrade
* | This commit was generated by cvs2svn to compensate for changes in r19048,markm1996-10-20318-0/+48802
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Clean import of libgmp 2.0.2, with only the non-x86 bits removed.markm1996-10-20318-0/+48802
| / | | | | | | | | | | | | BMakefiles and other bits will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
* | Make things compile again.pst1996-10-171-1/+1
| |
OpenPOWER on IntegriCloud