aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r146901,Alexander Kabaev2005-06-032-1/+24
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146902
| * Gcc 3.4.4 F77 runtime support bits.Alexander Kabaev2005-06-032-1/+24
| | | | | | | | Notes: svn path=/vendor/gcc/dist/; revision=146901
* | This commit was generated by cvs2svn to compensate for changes in r146899,Alexander Kabaev2005-06-032-12/+23
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146900
| * Gcc 3.4.4 Objective C support bits.Alexander Kabaev2005-06-032-12/+23
| | | | | | | | Notes: svn path=/vendor/gcc/dist/; revision=146899
* | This commit was generated by cvs2svn to compensate for changes in r146897,Alexander Kabaev2005-06-0368-30405/+64538
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146898
| * Gcc 3.4.4 C++ support bits.Alexander Kabaev2005-06-0368-30405/+64538
| | | | | | | | Notes: svn path=/vendor/gcc/dist/; revision=146897
* | This commit was generated by cvs2svn to compensate for changes in r146895,Alexander Kabaev2005-06-03168-7253/+16687
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146896
| * Gcc 3.4.4 release.Alexander Kabaev2005-06-03193-8748/+19397
| | | | | | | | Notes: svn path=/vendor/gcc/dist/; revision=146895
* | Make bzip2 support working again after bzip2 upgrade. This time commitMaxim Sobolev2005-05-291-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BZ_NO_COMPRESS support to the bzip2 sources directly (yes, this takes file off the vendor branch, but looks like bzip2 maintainer doesn't care), so that it will not be removed when the next upgrade is performed. Also, add a short note on how to test bzip2 support. Pointy hat to: obrien Correct comment (libz -> libbz2) and remove useless full path to zutil.h while I am here. Notes: svn path=/head/; revision=146788
* | resolve merge conflicts and update for proper build; including:Sam Leffler2005-05-2931-1799/+3316
| | | | | | | | | | | | | | | | | | | | | | o print-fr.c returned to code on vendor branch o remove pmap_prot.h include from print-sunrprc.c o remove gcc/i386-specific ntoh* write-arounds from tcpdump-stdinc.h Reviewed by: bms Notes: svn path=/head/; revision=146778
* | This commit was generated by cvs2svn to compensate for changes in r146775,Sam Leffler2005-05-2911-16/+181
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146776
| * | Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.orgSam Leffler2005-05-2911-16/+181
| | | | | | | | | | | | Notes: svn path=/vendor/tcpdump/dist/; revision=146775
* | | This commit was generated by cvs2svn to compensate for changes in r146773,Sam Leffler2005-05-29126-1927/+10689
|\| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146774
| * | Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.orgSam Leffler2005-05-29157-3657/+13963
| | | | | | | | | | | | Notes: svn path=/vendor/tcpdump/dist/; revision=146773
* | | resolve merge conflictsSam Leffler2005-05-2910-895/+600
| | | | | | | | | | | | | | | | | | | | | Reviewed by: bms (earlier version) Notes: svn path=/head/; revision=146771
* | | This commit was generated by cvs2svn to compensate for changes in r146768,Sam Leffler2005-05-2943-1058/+6642
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146769
| * | | Virgin import of libpcap v0.9.1 (alpha 096) from tcpdump.orgSam Leffler2005-05-2953-1344/+7271
| | | | | | | | | | | | | | | | Notes: svn path=/vendor/libpcap/dist/; revision=146768
* | | | Since this is already off the vendor branch: Our kernel is now inEivind Eklund2005-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | /boot/kernel/kernel, not plain /kernel Notes: svn path=/head/; revision=146669
* | | | This commit was generated by cvs2svn to compensate for changes in r146611,Hartmut Brandt2005-05-251-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146612
| * | | | Apply vendor patch: include the header files from the canonical place.Hartmut Brandt2005-05-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explained to me by: ru Notes: svn path=/vendor/ngatm/dist/; revision=146611
* | | | | This commit was generated by cvs2svn to compensate for changes in r146609,Hartmut Brandt2005-05-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146610
| * | | | | Apply a vendor patch: silence gcc on arm (alignent when casting pointer).Hartmut Brandt2005-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Olivier Houchard <cognet@ci0.org> Notes: svn path=/vendor/bsnmp/dist/; revision=146609
* | | | | | arm defaults to unsigned char as well.Olivier Houchard2005-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=146590
* | | | | | This commit was generated by cvs2svn to compensate for changes in r146532,Hartmut Brandt2005-05-2312-59/+61
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146533
| * | | | | Virgin import of NgATM user part 1.2Hartmut Brandt2005-05-2312-59/+61
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/ngatm/dist/; revision=146532
* | | | | | This commit was generated by cvs2svn to compensate for changes in r146525,Hartmut Brandt2005-05-2319-115/+304
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146526
| * | | | | Virgin import of bsnmpd 1.10Hartmut Brandt2005-05-2319-115/+304
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/bsnmp/dist/; revision=146525
* | | | | | Update for version 4.8 import.Ruslan Ermilov2005-05-232-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=146523
* | | | | | Update for texinfo 4.8.Ruslan Ermilov2005-05-231-24/+78
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=146522
* | | | | | Merge texinfo 4.8 changes onto the trunk.Ruslan Ermilov2005-05-231-161/+134
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=146521
* | | | | | Use stock (FSF) version of this file.Ruslan Ermilov2005-05-238-1671/+1452
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=146520
* | | | | | This commit was generated by cvs2svn to compensate for changes in r146518,Ruslan Ermilov2005-05-233-1138/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146519
* | | | | | This commit was generated by cvs2svn to compensate for changes in r146515,Ruslan Ermilov2005-05-23110-17906/+28842
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146516
| * | | | | | Import of stripped down GNU texinfo 4.8Ruslan Ermilov2005-05-23119-19738/+30428
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/texinfo/dist/; revision=146515
| * | | | | | Removed files not present in v4.6 import.Ruslan Ermilov2003-06-181-397/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/texinfo/dist/; revision=116528
* | | | | | | NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=146468
* | | | | | | The 'text' argument of u_header() is not used, so we don't need toGiorgos Keramidas2005-05-191-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trim_header() it. Noticed by: bde Notes: svn path=/head/; revision=146387
* | | | | | | Properly trim the header line too, to fix wrap-around problems thatGiorgos Keramidas2005-05-181-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have been noticed by running top(1) in terminals that are too narrow (or on systems with usernames that were too long, pushing everything too far to the right). Note that this does *not* solve the wrap-around problem of the system statistics, which is an entirely different matter :-/ Tested on: i386, sparc64 (panther), amd64 (sledge) Approved by: davidxu (in principle) Notes: svn path=/head/; revision=146344
* | | | | | | Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'Giorgos Keramidas2005-05-183-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command that toggles between the two and update the ORDER_PCTCPU() macro to sort correctly by the visible "cpu" value. This saves 6 more columns in 80-column terminals, making things a lot better for the COMMAND column. Tested on: i386, sparc64 (panther), amd64 (sledge) Approved by: davidxu (in principle) Notes: svn path=/head/; revision=146342
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r146309,Mike Heffner2005-05-1711-178/+278
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146310
| * | | | | | | Import latest NetBSD version...changes:Mike Heffner2005-05-1711-178/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Whitespace and gcc 4.x fixes. * Fix deallocation bug in fetch.c. * Implement timeouts for accept(2) and connect(2), which accept timeout values with '-q quittime'. (intended to help with active mode through firewalls) * Fix bin/77158 by Ryoji Kanai <rkanai@eeye.com>. Notes: svn path=/vendor/lukemftp/dist/; revision=146309
* | | | | | | | Update for the 2005/04/24 import.Ruslan Ermilov2005-05-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=146303
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r146299,Ruslan Ermilov2005-05-1611-130/+189
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146300
| * | | | | | | | Vendor import of bwk's 24-Apr-2005 release.Ruslan Ermilov2005-05-1611-130/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=146299
* | | | | | | | | Update to match the 1.0.3 import.David E. O'Brien2005-05-162-22/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=146297
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r146293,David E. O'Brien2005-05-1624-220/+224
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146294
| * | | | | | | | | Virgin import (trimmed) of Bzip2 version 1.0.3.David E. O'Brien2005-05-1624-220/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/bzip2/dist/; revision=146293
* | | | | | | | | | Enable building /sbin/ipf (but not the rescue version) with the ability toDarren Reed2005-05-162-1/+689
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parse bpf strings for filter rules in ipf.conf Notes: svn path=/head/; revision=146277
* | | | | | | | | | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-132-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special for it, now. Notes: svn path=/head/; revision=146187
* | | | | | | | | | Fix tinderbox build on ppc.Peter Grehan2005-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: mlaier Notes: svn path=/head/; revision=145989