summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r26065,peter1997-05-2330-64/+397
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import a slightly newer version of 1.9.9 (as at 970523) that has fixed apeter1997-05-2333-75/+427
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | few more memory leaks and cleaned up getopt usage. These were done shortly after the last one I imported. Very little has changed other than that. (except for some doc updates) Obtained from: cyclic.com
* | | | | | | | Attempt to work around the problem Bruce reported with 'cvs diff -rHEAD'peter1997-05-211-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complaining about long-deleted files having been deleted and that there is no diff available.
* | | | | | | | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* | | | | | | | Implement a -R option to cvs to turn on read-only repository mode.peter1997-05-171-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using a local repository that is only written to by CVSup - which I assume doesn't do the cvs locking protocol - this option might be a speedup since cvs will not create lock files.
* | | | | | | | use xstrdup rather than strdup in case of malloc failure.peter1997-05-171-3/+3
| | | | | | | |
* | | | | | | | Catch write-lock attempts immediately if running in read-only mode ratherpeter1997-05-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than depending on getting a write fail.
* | | | | | | | Pull in OpenBSD's support for checking out from a read-only repository,peter1997-05-174-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | such as within an anoncvs server, or from a CDROM repository. Cyclic (the cvs maintainers) do not like this approach and have an alternative read-only system, but that requires a read/write repository to work (which rules out CDROM). Obtained from: OpenBSD
* | | | | | | | Complete the support for $FreeBSD$. Add an option "tagexpand=" whichpeter1997-05-173-45/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | controls the RCSINCEXC encironment variable for our rcs version, and also convert the rest of the checkout enhancements from rcs into cvs's fast checkout code. (yes, cvs doesn't call 'co' anymore) We now have fine grained individual keyword expansion control and can set the keyword to anything the user wants. Also, a new keyword, $CVSHeader$ comes in from rcs, it's like $Header$ except that it shows the pathname relative to the cvsroot. eg: $FreeBSD: src/bin/ls/ls.c,v 1.10.2.14 1997/05/17 13:15:45 peter Exp $ ^^^^^^^^^^^^^^^^^ The idea for this comes from $XFree86$ which expands like $CVSHeader$. The "local id" string can be set to expand like Id, Header or CVSHeader. (Matching support for this is apparently happening in cvsup right now)
* | | | | | | | Initial round of support for a local $Id$ keyword in cvs, eg: $FreeBSD$.peter1997-05-164-2/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not complete yet in that it doesn't drive our version of RCS completely, but it does work fine when you do the appropriate magic. Obtained from: OpenBSD source tree
OpenPOWER on IntegriCloud