summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* * Buffer-safe string function cleanup. There are a couple of strcpy()kris2000-10-055-28/+32
| | | | | | | | | | | and strcat()s which would be more difficult to fix, but I think they're safe anyway. * Don't crash at runtime by overflowing a buffer with constant data in print-icmp.c on a long hostname. * Don't overflow a static buffer by trying to decode an AFS ACL into a buffer which is way too small for it. Reviewed by: -audit
* display.c: sprintf -> snprintfimp2000-10-042-2/+6
| | | | | | | | | top.c: fix from NetBSD/OpenBSD: make sure that new_message() is called with a format. Add $FreeBSD$ While I'm here. These files are already off the vendor branch.
* Merge changes from 1.10.7 -> 1.11 into mainline. Note that the oldpeter2000-10-0221-1141/+1257
| | | | anoncvs no-password hack is gone and is replaced by the official version.
* This commit was generated by cvs2svn to compensate for changes in r66525,peter2000-10-0271-5094/+9584
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11 onto vendor branch.peter2000-10-0291-6219/+10838
| |
* | Add missing FreeBSD-only flag to the usage statement.gshapiro2000-10-011-1/+1
| |
* | Update FreeBSD import information after sendmail 8.11.1 importgshapiro2000-10-011-4/+4
| |
* | Fix conflicts from merge of sendmail 8.11.1gshapiro2000-10-0113-254/+318
| |
* | This commit was generated by cvs2svn to compensate for changes in r66494,gshapiro2000-10-0166-432/+1209
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of sendmail version 8.11.1 into vendor branch SENDMAIL withgshapiro2000-10-0179-687/+1529
| | | | | | | | | | | | | | | | | | release tag v8_11_1. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
* | | Remove Build files -- they rely on the devtools system which isn't importedgshapiro2000-10-016-94/+0
| | | | | | | | | | | | (or used)
* | | Missing quotepeter2000-09-251-1/+2
| | | | | | | | | | | | | | | PR: misc/19745 Submitted by: Tony Finch <dot@dotat.at>
* | | - reject numeric addressume2000-09-251-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | - validate scope in sockaddr comparison logic patch was originally submitted by itojun and slightly modified by me. Reviewed by: itojun, kris
* | | Don't touch ai_canonname without checking NULL. Currentume2000-09-231-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | implementation of getaddrinfo() may return NULL ai_canonname. There is no consensus how getaddrinfo() should fill ai_canonname when numeric hostname is given. Reported by: kris
* | | Removed files not present in v1_15 import.ru2000-09-223-969/+0
| | |
* | | Fixed the `mysterious blank lines' problem. This was due to unconditionalru2000-09-213-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use of the .ne requests. groff(1) apparently inserts some virtual trap at the end of each page, and this was causing the .ne request to output extra lines. Solution is to only use them in troff mode. Also fixed a related bug in .It macros, where it would insert a page break in the middle of a sentence. Removed the end of page trap in nroff mode, as this causes .sp requests to sometimes eat the space due to the nearby trap. Removed blank line that appeared as the first line on each nroff-formatted manual page. Obtained from: NetBSD
* | | Don't declare ospeed as a common - and it happens to be incorrect as well.peter2000-09-161-1/+2
| | | | | | | | | | | | top doesn't use it and it causes a linker warning.
* | | Also coerce diff(1) into working the other way (from no-\n to \n).green2000-09-151-0/+3
| | | | | | | | | | | | | | | Taking out the evil warning fixed it one way, but didn't make the other way any better, so replace it with printing a single \n.
* | | Revert my last change. libutil.h is still required for setusercontext()brian2000-09-061-5/+1
| | | | | | | | | | | | | | | | | | and unistd.h is already included. Requested by: gshapiro
* | | Fix bug that causes gawk to choke when parsing long source files.sheldonh2000-09-042-5/+11
| | | | | | | | | | | | | | | Reported by: Tony Fleisher <takhus@takhus.mind.net> Submitted by: Aharon Robbins <arnold@skeeve.com>
* | | Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | and bump __FreeBSD_version to 500012 to mark the occasion. setproctitle() is prototyped in unistd.h as opposed to stdlib.h where OpenBSD and NetBSD have it. Reviewed by: peter
* | | Teach .Fx and .Os about FreeBSD 4.2.ru2000-09-012-0/+2
| | |
* | | Document change to the default mount dir.obrien2000-09-011-1/+1
| | |
* | | Since this is off the vendor branch, might as well change the defaultobrien2000-09-011-1/+1
| | | | | | | | | | | | mounting directory to what we always specify in /etc/defaults/rc.conf.
* | | Add libusb record for .Lb macrophantom2000-08-291-0/+1
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r65016,kris2000-08-231-2/+12
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Fix for buffer overflow in command-line arguments to dnsquery(1) whichkris2000-08-231-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | will be appearing in 8.2.3 Approved by: Paul A Vixie <vixie@mibh.net>
* | | | Ukrainian message catalogs for vi.phantom2000-08-223-0/+625
| | | | | | | | | | | | | | | | Submitted by: Kunytsa Oleksander <kunia@snark.ukma.kiev.ua>
* | | | 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
| | | | | | | |
OpenPOWER on IntegriCloud