summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Update URL and email address.jcamou2005-09-021-2/+2
| | | | | Approved by: trhodes (mentor) 20 day timeout: mbr (did not reply, mentor approved commit)
* Pretty print multipath routes.andre2005-08-261-0/+1
| | | | | | | | | | | | | | | | | | | Before (backslash in c syntax meaning): 6 p16-2-0-0.r21.sttlwa01.us.bb.verio.net (129.250.2.180) 71.027 ms \ p16-1-1-3.r20.sttlwa01.us.bb.verio.net (129.250.2.6) 66.730 ms 66.535 ms 7 xe-0-2-0.r20.sttlwa01.us.bb.verio.net (129.250.4.16) 71.092 ms \ xe-3-1.r00.sttlwa01.us.bb.verio.net (129.250.2.205) 66.598 ms \ xe-0-2-0.r20.sttlwa01.us.bb.verio.net (129.250.4.16) 71.024 ms After: 6 p16-2-0-0.r21.sttlwa01.us.bb.verio.net (129.250.2.180) 71.027 ms p16-1-1-3.r20.sttlwa01.us.bb.verio.net (129.250.2.6) 66.730 ms 66.535 ms 7 xe-0-2-0.r20.sttlwa01.us.bb.verio.net (129.250.4.16) 71.092 ms xe-3-1.r00.sttlwa01.us.bb.verio.net (129.250.2.205) 66.598 ms xe-0-2-0.r20.sttlwa01.us.bb.verio.net (129.250.4.16) 71.024 ms Submitted by: Richard A Steenbergen <ras at e-gerbil.net> MFC after: 3 days
* Fix a one byte off error which causes "less" to crash if you view atjr2005-08-261-2/+3
| | | | | | | large file, jump to the end, scroll backwards with "b" and try to search backwards afterwards. Submitted by: Matthias Scheler
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,imura2005-08-241-1/+1
| | | | | | - Add checking range of strings to iconv_sysctl_add(). Submitted by: Rudolf Cejka
* FreeBSD now supports BIOCLOCK. So we can use it now.csjp2005-08-231-4/+0
| | | | Reviewed by: mlaier
* This commit was generated by cvs2svn to compensate for changes in r149245,dougb2005-08-181-2/+4
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Update the vendor branch with a patch to this file that wasdougb2005-08-181-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | researched by glebius, and incorporated by ISC into the next version of BIND. Unfortunately, it looks like their release will come after the release of FreeBSD 6, so we will bring this in now. The patch addresses a problem with high-load resolvers which hit memory barriers. Without this patch, running the resolving name server out of memory would lead to "unpredictable results." Of course, the canonical answer to this problem is to put more memory into the system, however that is not always possible, and the code should be able to handle this situation gracefully in any case.
| * Remove files from the vendor branch that were [re]moved in 9.3.1dougb2005-03-1726-16519/+0
| |
* | Remove the dates from these files. They serve no purpose and result incperciva2005-08-171-1/+1
| | | | | | | | | | | | these files spuriously changing each time they are built. Also, add $FreeBSD$ tags, because cvs is unhappy otherwise.
* | Tell nls_setlocale() the very locale name from command line option,imura2005-08-071-1/+1
| | | | | | | | rather than using optarg variable which would be allways NULL.
* | More tcpdump 8->1 cleanup.brueffer2005-08-063-12/+17
| | | | | | | | | | Approved by: mlaier MFC after: 3 days
* | Correct argument order of kiconv_add_xlat16_cspairs().imura2005-07-291-1/+1
| | | | | | | | Security:
* | Create /etc/opiekeys with 0600, not 0644ache2005-07-292-3/+7
| | | | | | | | PR: 84221
* | terminate when all interfaces have been removed; since we do notsam2005-07-291-0/+14
| | | | | | | | | | | | do interface discovery there's no point in sticking around MFC after: 3 days
* | Fix core dump when "smbutil lc".imura2005-07-281-1/+5
| | | | | | | | OK'ed by: bp
* | Spell "committing" correctly.keramida2005-07-281-1/+1
| |
* | Spell "referred" correctly.keramida2005-07-281-1/+1
| |
* | Update (correct autotools usage, copy generated headers, --disable-threads)des2005-07-251-6/+18
| |
* | Fix bug where GCC thought athlon-tbird had SSE support.obrien2005-07-191-4/+4
| |
* | Switch to contemporary TTY interface.phk2005-07-151-1/+3
| |
* | - Remove MLINKS to nonexistant manpagesbrueffer2005-07-143-6/+8
| | | | | | | | | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
* | resolve merge conflictssam2005-07-1122-492/+1013
| | | | | | | | Approved by: re (scottl)
* | This commit was generated by cvs2svn to compensate for changes in r147899,sam2005-07-1159-818/+3330
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of tcpdump v3.9.1 (release) from tcpdump.orgsam2005-07-1182-1358/+4379
| | | | | | | | | | | | Approved by: re (scottl)
* | | resolve merge conflictssam2005-07-1110-544/+1556
| | | | | | | | | | | | Approved by: re (scottl)
* | | This commit was generated by cvs2svn to compensate for changes in r147894,sam2005-07-1128-282/+1239
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of libpcap v0.9.1 (release) from tcpdump.orgsam2005-07-1138-730/+2803
| | | | | | | | | | | | | | | | Approved by: re (scottl)
* | | | This commit was generated by cvs2svn to compensate for changes in r147824,obrien2005-07-071-101/+63
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Fix bogus fmov* SPARC opcodes.obrien2005-07-071-101/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Note this makes the vendor branch not represent Binutils in the vendor's CVS repository at any point in time. Portmgr did not like the state of Binutils on Sparc that represented the point in time the vendor fixed this issue. I'd rather have fixed this on RELENG_6.) Approved by: re
* | | | | Patch the freebsd spec file for PowerPC so that PIC code builds correctly.scottl2005-07-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows FreeBSD/PPC to build and run out of stock CVS sources. This also takes the file off of the vendor branch. Submitted by: kan, grehan Approved by: re, kan
* | | | | This commit was generated by cvs2svn to compensate for changes in r147801,sam2005-07-061-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | clr ptr after freeing state to avoid subsequent null ptr derefsam2005-07-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (on vendor branch since this change already exists in Jouni's cvs). Approved by: re (scottl)
* | | | | | Fix ipfw packet matching errors with address tables.simon2005-06-291-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ipfw tables lookup code caches the result of the last query. The kernel may process multiple packets concurrently, performing several concurrent table lookups. Due to an insufficient locking, a cached result can become corrupted that could cause some addresses to be incorrectly matched against a lookup table. Submitted by: ru Reviewed by: csjp, mlaier Security: CAN-2005-2019 Security: FreeBSD-SA-05:13.ipfw Correct bzip2 permission race condition vulnerability. Obtained from: Steve Grubb via RedHat Security: CAN-2005-0953 Security: FreeBSD-SA-05:14.bzip2 Approved by: obrien Correct TCP connection stall denial of service vulnerability. A TCP packets with the SYN flag set is accepted for established connections, allowing an attacker to overwrite certain TCP options. Submitted by: Noritoshi Demizu Reviewed by: andre, Mohan Srinivasan Security: CAN-2005-2068 Security: FreeBSD-SA-05:15.tcp Approved by: re (security blanket), cperciva
* | | | | | Remove isc-dhcp files from HEAD now that we're using the OpenBSDbrooks2005-06-29149-71890/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dhclient. Reminded by: ru Approved by: re (blanket dhclient)
* | | | | | Fix markup in local FreeBSD additions.ru2005-06-271-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (blanket manpages)
* | | | | | Remove these files from src/contrib/ipfilter as they are already presentdarrenr2005-06-2316-8232/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in src/sys/contrib/ipfilter/netinet. Makefile's reachover bits find what they need so building is unaffected. Approved by: re (dwhite)
* | | | | | Fix some minor problems before release:darrenr2005-06-231-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) "ipf -T" is broken for fetching single entries and (2) loading rules with numbered collections does not order insertion right. (3) stats aren't accumulated for hash table memory failures Approved by: re (dwhite)
* | | | | | This commit was generated by cvs2svn to compensate for changes in r147466,des2005-06-1743-43/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Fix markup errors caused by a bug in gendoc.pl (see P4 change #78671)des2005-06-1743-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (kensmith)
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r147464,des2005-06-171-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | MFP4: (#78671) correctly escape \& in Perl strings.des2005-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: ru Approved by: re (kensmith)
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r147462,des2005-06-171-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | MFP4: (#78670) markup nitsdes2005-06-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFP4: (#78673) bump date Submitted by: ru Approved by: re (kensmith)
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r147460,des2005-06-171-7/+11
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | MFP4: (#78672) markup nits.des2005-06-171-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: ru Approved by: re (kensmith)
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r147455,des2005-06-1783-413/+1990
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Vendor import of OpenPAM Figwort.des2005-06-1783-413/+1990
| | | | | | |
* | | | | | | Markup fixes.ru2005-06-162-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (blanket)
* | | | | | | Apply a series of scripts to automatically fix some markup bugs.ru2005-06-169-292/+445
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (blanket)
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r147353,gshapiro2005-06-141-0/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud