summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Resolve conflicts.markm2000-08-201-0/+4
|
* This commit was generated by cvs2svn to compensate for changes in r64866,markm2000-08-204-1/+54
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor supplied patches to fix procname ($0)markm2000-08-205-1/+67
| |
* | Describe the process used for the gawk-3.0.6 update insheldonh2000-08-152-247/+3
| | | | | | | | | | | | FREEBSD-upgrade and remove the config.h which should never have existed in the contrib area. That file has been moved into gnu/usr.bin/awk where it belongs.
* | Merge the vendor release of gawk-3.0.6 onto HEAD.sheldonh2000-08-157-76/+206
| | | | | | | | | | | | | | This addresses one known problem in the PR database. PR: 13921 Reported by: Jin Guojun <j_guojun@lbl.gov>
* | This commit was generated by cvs2svn to compensate for changes in r64666,sheldonh2000-08-15130-188/+33163
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Update vendor branch to gawk-3.0.6.sheldonh2000-08-15144-295/+33604
| | |
| * | Fix zero-padding for printf formats which include a precision orsheldonh1999-12-221-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | width. This is a vendor-supplied patch. Requested by: bde Submitted by: Aharon Robbins <arnold@skeeve.com>
* | | Suidperl fixes.markm2000-08-132-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Official patch - remove the whole effort to fork off a process to run /bin/mail; we don't have a /bin/mail, but this brings our code in line with mainstream Perl recommendation. 2) Make the "Can't do setuid" message a bit clearer; when our userbase bumps into our suidperl-with-no-commit-bit, give them a good clue as to what is going on.
* | | Fix syntax for Received: header after conflict resolution.gshapiro2000-08-131-1/+1
| | | | | | | | | | | | Problem noted by: Andrey A. Chernov <ache@FreeBSD.ORG>
* | | resolve conflictsdarrenr2000-08-134-31/+83
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r64588,darrenr2000-08-1318-132/+422
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import base ipfilter 3.4.9 into contrib dir.darrenr2000-08-1323-168/+510
| | | |
* | | | Add a FREEBSD-upgrade file describing what was done for the importgshapiro2000-08-1219-5781/+49
| | | | | | | | | | | | | | | | Remove obsolete files after the 8.11.0 import
* | | | Fix conflicts from merge of sendmail 8.11.0.gshapiro2000-08-1221-4502/+6697
| | | | | | | | | | | | | | | | PR: bin/11552 misc/18512 bin/15088
* | | | This commit was generated by cvs2svn to compensate for changes in r64562,gshapiro2000-08-12283-10704/+45443
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of sendmail version 8.11.0 into vendor branch SENDMAIL withgshapiro2000-08-12312-19224/+52126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release tag v8_11_0. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
* | | | | Fix conflicts.obrien2000-08-091-1/+1
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r64234,obrien2000-08-041-0/+153
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of gdb-5.0obrien2000-08-0426-8978/+9487
| | | | | |
* | | | | | These files are for an arch we don't care about.obrien2000-08-048-5171/+0
| | | | | |
* | | | | | Update for GDB 5.0.obrien2000-08-021-0/+73
| | | | | |
* | | | | | These files are for an arch we don't care about.obrien2000-08-023-3080/+0
| | | | | |
* | | | | | Remove reference to non-existent manpage (ctl-amd(8)).marko2000-07-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 20091 Submitted by: Bruce A. Mah <bmah@cisco.com> Approved by: nik
* | | | | | Use the cleaner "-n" syntax w/in [] rather then compare against `""'.obrien2000-07-281-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: green
* | | | | | Prevent 'set' from it interpreting the shell var as an argument.obrien2000-07-281-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: green
* | | | | | The result of 'set' gives parameters starting with $1, not $0.obrien2000-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: green
* | | | | | s/Diggest/Digest/green2000-07-281-1/+1
| | | | | |
* | | | | | Back out rev 1.12 (safe quoting) until I have a chance to rework the changeobrien2000-07-241-77/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and get wider testing. Too many people are having problems with the script in its current form.
* | | | | | Get rid of the stupid bug where diff sticks trash in your generatedgreen2000-07-241-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diff output; there being no trailing newline caused it to bitch and moan and ruin diffs. That's dumb, if I may say so myself. Yes, this file is coming off the vendor branch. It hasn't been updated in 6 years. Approved by: peter
* | | | | | This commit was generated by cvs2svn to compensate for changes in r63696,fenner2000-07-201-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import rev 1.26 of tcpdump.org's inet.c -- don't freefenner2000-07-201-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the buffer before it's used.
| * | | | | | Import of updated file for 0.5 releasefenner2000-03-041-5/+15
| | | | | | |
* | | | | | | Fix vendor bogon where one of dhcp_option_ev_name()'s formal parameterobrien2000-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | types did not match the prototype. (Note: this is one bug that an Ada compiler would have found as when you typedef a new type, the new type is not assignment compatabile with the type used to make it up. C should only be so featureful.)
* | | | | | | Fix buffer size of ALIGNed buffer.ume2000-07-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: bin/20053 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* | | | | | | Correct default value for -s option.phantom2000-07-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: bin/12946 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* | | | | | | Update to match the upgrade I just performed.obrien2000-07-201-6/+5
| | | | | | |
* | | | | | | Careful with long, command-line provided interface names.obrien2000-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD (rev 1.5)
* | | | | | | arp(8) invocations fixed -- one does not use "-n" with "-d".obrien2000-07-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD (rev 1.7)
* | | | | | | safe shell quotingobrien2000-07-201-77/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD (rev 1.6)
* | | | | | | Make sure we delete the PID file when we exit.obrien2000-07-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD rev 1.3 (this semi-security fix was hidden as a lease time fix)
* | | | | | | Add yet more options to usage() that the author did not document.obrien2000-07-202-2/+16
| | | | | | |
* | | | | | | Careful with long, command-line provided interface names.obrien2000-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD (rev 1.7)
* | | | | | | Fix conflicts.obrien2000-07-202-86/+152
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r63616,obrien2000-07-206-8/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import Patchlevel 3 of the ISC 2.0 dhcp client.obrien2000-07-208-94/+173
| | | | | | | |
* | | | | | | | actually commit merged diffs to the trunkdarrenr2000-07-193-27/+48
| | | | | | | |
* | | | | | | | Fix breakage caused by ether_aton() prototype change.archie2000-07-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: bin/20033
* | | | | | | | Fix make world breakage.archie2000-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken by: me
* | | | | | | | fix conflictsdarrenr2000-07-195-26/+41
| | | | | | | |
OpenPOWER on IntegriCloud