summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | | | Updatepeter1997-05-151-0/+7
| | | | |
* | | | | Delete extranious $Id$ - it's not expanded on -ko filespeter1997-05-151-2/+0
| | | | |
* | | | | Merge import conflictspeter1997-05-154-1100/+3553
| | | | |
* | | | | Merge conflictspeter1997-05-151-32/+22
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r25839,peter1997-05-15151-11829/+36934
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of cvs-1.9.9-970515 onto vendor branch.peter1997-05-15156-12961/+40510
| | | | | | | | | | | | | | | | | | | | Obtained from: cyclic.com
* | | | | add .St -p1003.1b and -p1003.1b-93peter1997-05-121-0/+20
| | | | |
* | | | | The -pthread option was added to freebsd.h but missed from freebsd-elf.hpeter1997-05-121-1/+1
| | | | |
* | | | | change `an' to `a'...jmg1997-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Josh Gilliam Closes PR#3471
* | | | | Let gcc know about libc_r. Use -pthread to link against libc_r insteadjb1997-05-032-2/+2
| | | | | | | | | | | | | | | | | | | | of libc.
* | | | | Emulate ':o' and '/o' letters using 'o'ache1997-05-021-0/+2
| | | | |
* | | | | correct vfork()/exit() to vfork()/_exit(). This is far more importantpeter1997-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now that vfork() actually works in FreeBSD for the first time. Spotted by: se
* | | | | Use UT_NAMESIZE instead of hardcoded user names lengthache1997-04-211-2/+3
| | | | |
* | | | | Enable GLOBAL tags support for nvi.jkh1997-04-1811-94/+292
| | | | | | | | | | | | | | | | | | | | Submitted-By: Shigio Yamaguchi <shigio@wafu.netgate.net>
* | | | | Make "gcc -shared" work properly for building shared libraries. Anjdp1997-04-092-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | up-to-date version of c++rt0.o is necessary for this to work right. Closes PR gnu/3035: gcc -shared flag is broken.
* | | | | Disallow "-p" when linking, with a diagnostic that recommends usingjdp1997-04-052-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "-pg" and gprof(1) instead. FreeBSD does not support plain "-p" or prof(1). Plain "-p" is still allowed when just compiling. In the compile phase, "-p" is identical "-pg". It is used by <bsd.lib.mk> for building profiled object files.
* | | | | Fix bug that can cuase a loop to become endless.obrien1997-04-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | The bug is triggered by attempts to copy in (-i) a file which happens to have zero length.
* | | | | FreeBSD specific readme for contributed source.obrien1997-04-032-0/+0
| | | | | | | | | | | | | | | | | | | | (FREEBSD-upgrade is now the "accpeted" filename for this).
* | | | | This commit was generated by cvs2svn to compensate for changes in r24583,darrenr1997-04-0382-836/+2686
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import IP Filter version 3.2alpha4 to bring in working LKM for 2.2darrenr1997-04-0382-836/+2686
| | | | |
* | | | | Base work to make gdbserver work with FreeBSDpst1997-04-032-10/+4
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r24434,obrien1997-03-311-0/+558
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of GNU cpio v2.4.2.obrien1997-03-311-0/+558
| | | | | |
* | | | | | JKH says:obrien1997-03-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change "Found end of tape. Load next tape ..." messages to say "volume" instead of tape. Running cpio off of /dev/fd0 and having it say "give me the next tape" is kind of ludicrous.. :-)
* | | | | | don't lookup rsh(1) at bogus pathnamesobrien1997-03-301-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: joerg via old gnu/usr.bin/cpio v2.3
OpenPOWER on IntegriCloud