summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* I clamined to not have imported cpio.texi. This is not true.obrien1997-08-251-1/+1
|
* Fix a braino in the Attic/ removal code for $CVSHeader$ that originatedpeter1997-08-221-1/+1
| | | | | | | from XFree86. I think this was harmless, the strncmp happened always rather than being optimised out. Submitted by: jdp
* oops, missed a debug printf somehow..peter1997-08-191-1/+0
|
* Redo the $CVSHeader$ support to use code similar to that from David Dawespeter1997-08-191-20/+32
| | | | | | but adapted to run within cvs instead of rcs. The stuff I hacked together didn't strip out "/Attic/" for files on branches when the HEAD version was cvs rm'ed.
* Repair ESC-r processing in the gtags emacs mode (typo).cwt1997-08-171-1/+1
| | | | Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
* The standard upgrade procedure derived from the handbook sectioncwt1997-08-161-0/+36
| | | | | | | | | | | on maintaining contributed software. The merge from our FreeBSD maintained v1.81 to the author's v2.0 yielded only one small difference (a duplicate inclusion of errno.h in btreeop/btreeop.c) which for now I will leave alone and submit back to the author; we'll catch it on the vendor branch in v2.1. Reviewed by: jdp
* This commit was generated by cvs2svn to compensate for changes in r28248,cwt1997-08-1648-0/+8979
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import global v2.0 as contributed software. We will maintain it thiscwt1997-08-1648-0/+8979
| | | | | | | way, retiring the sources from usr.bin/global shortly. Reviewed by: jdp Discussed-with: obrien
* __GNU_G__ -> __GNUG__steve1997-08-131-1/+1
| | | | | PR: gnu/4188 Submitted by: Dustin Sallings <dustin@spy.net>
* Detect null secret as error, it is temp. fix until next releaseache1997-08-051-0/+3
| | | | Submitted by: Craig Metz <cmetz@inner.net>
* Resolve conflicts, seems like just one of our changes didn't make it back.phk1997-07-259-229/+909
|
* This commit was generated by cvs2svn to compensate for changes in r27676,phk1997-07-25272-17641/+81627
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import TCL release 8.0 beta 2.phk1997-07-25279-17870/+82525
| |
* | Create fifos using mkfifo() instead of attempting to create them usingbde1997-07-132-8/+29
| | | | | | | | mknod().
* | Apply Bill Fenner's patch for the lost vendor branch bug - I've lookedpeter1997-07-051-0/+2
| | | | | | | | | | | | over the code too and it makes sense to me. PR: 4033
* | Removed most unused files (about 8M total).bde1997-06-29120-83916/+0
| |
* | Removed unused files (about 8MB total).bde1997-06-29148-92337/+0
| |
* | Fixed clobbered vendor Id.bde1997-06-291-1/+1
| |
* | Attempt to fix clobbered vendor Id.bde1997-06-291-1/+1
| |
* | Add a blurb on how to import newer versions of patch(1) sosteve1997-06-291-0/+37
| | | | | | | | | | | | | | that others don't make the same bone-headed mistakes that I just did. Obtained from: Peter Wemm's version of this file in contrib_cvs
* | -Wall clean.steve1997-06-291-0/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r27044,steve1997-06-2933-0/+11893
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of GNU patch version 2.4.steve1997-06-2933-0/+11893
| /
* | This commit was generated by cvs2svn to compensate for changes in r26971,peter1997-06-2734-528/+758
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Clean (trimmed down) import of bind-4.9.6 onto vendor branch. This ispeter1997-06-2734-528/+758
| | | | | | | | | | | | to buy time to allow v8.1.1 to be done right rather than rushing it.
* | | remove some stray filespeter1997-06-223-287/+0
| | |
* | | update the 'zapped files' listpeter1997-06-221-1/+1
| | |
* | | merge conflictspeter1997-06-228-53/+204
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r26801,peter1997-06-2230-148/+1065
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import cvs-1.9.10peter1997-06-2238-201/+1269
| | | |
* | | | Merge with previous variantache1997-06-079-182/+101
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r26497,ache1997-06-0746-423/+7905
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of readline-2.1, unneded docs deletedache1997-06-0751-485/+8005
| | | | |
* | | | | If the localid is set, don't forget to expand it...peter1997-06-021-0/+1
| | | | |
* | | | | Make all the info dir entries line up neatly.asami1997-05-285-5/+5
| | | | |
* | | | | Get rid of the T2CHECK() macro, since it duplicates functionalityfenner1997-05-271-21/+33
| | | | | | | | | | | | | | | | | | | | available from TCHECK(), TCHECK2(), TTEST() and TTEST2().
* | | | | Merge tcpdump 3.3.fenner1997-05-2725-947/+493
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The print_nfs.c changes are pretty extensive; this is partially because LBL did a lot of cleanup and partially because I removed lots of pointless changes away from the LBL style. PR: 3371 mostly-Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* | | | | This commit was generated by cvs2svn to compensate for changes in r26180,fenner1997-05-2738-1400/+2368
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of LBL tcpdump v3.3fenner1997-05-2761-1698/+2725
| | | | | |
* | | | | | Merge libpcap 0.3fenner1997-05-277-528/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update FREEBSD-upgrade to mention bumping library version number. Suggested-by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* | | | | | This commit was generated by cvs2svn to compensate for changes in r26175,fenner1997-05-2732-449/+1576
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Virgin import of libpcap 0.3fenner1997-05-2737-469/+1619
| | | | | | |
| * | | | | | This commit was manufactured by cvs2svn to create branchcvs2svn1996-08-211-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'VENDOR-libpcap'.
* | | | | | | One of the new cvs's features is to be able to run a checker on thepeter1997-05-264-11/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | log messages after they've been entered. This is more flexible than using the editinfo script since it works for all log message types and doesn't have to deal with trying to run the editor for the user. The problem is that the verifymsg script can't modify the file like editinfo can, which makes it useless for cleaning up the message (as is needed for remote commits etc). This change causes the verifymsg handler to read back the message after the verify script has run and returned an "OK" exit code.
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r26121,darrenr1997-05-253-0/+564
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import version 3.2alpha7darrenr1997-05-253-0/+564
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (they're currently in src/contrib/ipfilter/ipfilter/ by mistake, if someone from core would like to delete that directory with three files as I'm not meant to do that :)
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r26119,darrenr1997-05-2565-549/+1522
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import version 3.2alpha7darrenr1997-05-2565-549/+1522
| | | | | | | |
* | | | | | | | forgot to mention that the vms source was prunedpeter1997-05-231-0/+1
| | | | | | | |
* | | | | | | | Merge conflicts from 970523 importpeter1997-05-233-11/+30
| | | | | | | |
OpenPOWER on IntegriCloud