summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | fix a few spelling changesjmg1997-08-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author.
* | | | | | | fix misspellingjmg1997-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted-by: Josh Gilliam Closes PR:4430
* | | | | | | fix misspellingjmg1997-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted-by: Josh Gilliam Closes PR: 4422
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r28896,peter1997-08-291-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import a file that is needed when compiling under ELF.peter1997-08-291-0/+1
| | | | | | | |
* | | | | | | | "fix" this for compiling under the sticter ELF linker.. There was apeter1997-08-291-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reference to an undefined function (digit_value_in_base()) that was static elsewhere that it was used.
* | | | | | | | Merge in some of my changes with John's. I've used this to buildpeter1997-08-291-32/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an ELF system. I'm not sure about some of the things here. We definately need to go back and rationalize this.
* | | | | | | | Add the necessary defines to the freebsd-elf configuration so thatjdp1997-08-281-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it can be built via BINFORMAT=elf in the environment. Most likely some of the directory defines such as STANDARD_EXEC_PREFIX will change again soon, as we settle on the proper locations for the various components. Note, the build still fails when it tries to compile libgcc2.c using the ELF compiler, unless arrangements have been made for the compiler to find the ELF assembler instead of the a.out assembler.
* | | | | | | | Update synopsis. A partial fix has also been submitted to opie@bugs@inner.netpst1997-08-261-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: bde
* | | | | | | | 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.
OpenPOWER on IntegriCloud