summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Remove GLOBAL -- it has moved to Ports.obrien2000-10-1583-15250/+0
| | | | Approved by: unanimous response on arch@freebsd.org (June time frame)
* Helper to trim extracted files for use when importing new versions ofobrien2000-10-131-0/+7
| | | | gperf. This version coresponds to the gerpf 2.7.2 import.
* This commit was generated by cvs2svn to compensate for changes in r67064,obrien2000-10-1339-1110/+8894
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gperf v2.7.2.obrien2000-10-1339-1110/+8894
| |
* | Helper listing file specs to remove from a FSF/GCC anoncvs checkoutobrien2000-10-131-0/+85
| | | | | | | | | | | | | | | | before importing new versions of GCC. This differs from FREEBSD-Xlist in that this is for use only with anoncvs checkouts, not tarball'ed releases [snapshots]. This delete list applies to the 3-June-2000 import.
* | Upgrade instructions that describe the 3-June-2000 import.obrien2000-10-131-0/+17
| |
* | Cleaned up the .St macro.ru2000-10-111-152/+38
| | | | | | | | Obtained from: NetBSD
* | Merge ncurses vendor changes (v5_1_20000701->v5_1_20001009) onto mainlinepeter2000-10-113-42/+39
| |
* | This commit was generated by cvs2svn to compensate for changes in r66963,peter2000-10-11149-5638/+9421
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import ncurses-5.1-20001009 onto the vendor branchpeter2000-10-11152-5680/+9460
| | |
* | | Add a macro for ISO C99 ("isoC-99").obrien2000-10-101-0/+10
| | |
* | | Add FreeBSD-only options to the getopt stringgshapiro2000-10-101-1/+1
| | | | | | | | | | | | | | | PR: 21544 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* | | Don't write past the end of our fd_setkris2000-10-081-4/+9
| | | | | | | | | | | | Obtained from: OpenBSD, via KAME
* | | Format string paranoia.kris2000-10-081-5/+5
| | |
* | | Fix the `missing footer' problem. See the comment for details.ru2000-10-061-0/+7
| | | | | | | | | | | | Obtained from: NetBSD
* | | * 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
| | | | | | | |
OpenPOWER on IntegriCloud