summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Start using crt[in].o to adhear to the ELF ABIobrien2000-10-301-2/+2
| | | | (and crtstuff.c's requirements).
* Catch a left over reference to "/a".obrien2000-10-301-1/+1
|
* fix conflicts created by importdarrenr2000-10-291-21/+24
|
* This commit was generated by cvs2svn to compensate for changes in r67855,darrenr2000-10-2911-27/+48
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import IP Filter 3.4.13 into src/contrib, not src/contirbdarrenr2000-10-2912-49/+73
| |
* | Fix a bug that shows up when checking out files by date with thejdp2000-10-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "-D date" command line option. There is code in the original to handle a special case. If the date search finds revision 1.1 it is supposed to check whether revision 1.1.1.1 has the same date stamp, which would indicate that the file was originally brought in with "cvs import". In that case it is supposed to return the vendor branch version 1.1.1.1. However, there is a bug in the code. It actually compares the date of revision 1.1 for equality with the date given on the command line -- clearly wrong. This commit fixes the coding bug. There is an additional bug which is _not_ fixed in this commit. The date comparison should not be a strict equality test. It should allow a fudge factor of, say, 2-3 seconds. Old versions of CVS created the two revisions with two separate invocations of the RCS "ci" command. We have many old files in the tree in which the dates of revisions 1.1 and 1.1.1.1 differ by 1 second. Approved by: peter
* | Sync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAYkris2000-10-291-4/+7
| |
* | Defining usage() "__dead" is just ridiculous. It also won't compile withobrien2000-10-271-2/+2
| | | | | | | | | | | | a June 2000 GCC 2.96 snapshot. Reviewed by: bde
* | fix conflicts from rcsidsdarrenr2000-10-266-35/+68
| |
* | This commit was generated by cvs2svn to compensate for changes in r67615,darrenr2000-10-2627-630/+1379
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IP Filter 3.4.12darrenr2000-10-2633-667/+1449
| |
* | 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.
OpenPOWER on IntegriCloud