cvs2svn
abab8b0378
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-10-05 05:21:08 +00:00
csjp
7c428d998f
MFC src/contrib/pf/pflogd/pflogd.c rev 1.9
...
Implement BIOCLOCK
Approved by: re (kensmith)
2005-09-29 23:50:29 +00:00
keramida
754be4de67
MFC: a lot of manpage fixes from HEAD.
...
Approved by: re (hrs)
2005-09-24 01:59:40 +00:00
scottl
8e9278f664
MFC rev 1.13 of c-decl.c. A nice side effect is that it's once again
...
possible to compile a HEAD kernel in a RELENG_6 world via the normal
shortcuts.
Approved by: re
2005-09-12 10:22:53 +00:00
imura
61e1e0b242
MFC: check capable size of given strings correctly.
...
1.4 src/contrib/smbfs/lib/smb/kiconv.c
1.2 src/lib/libkiconv/xlat16_sysctl.c
1.11 src/sys/libkern/iconv.c
Approved by: re (scottl)
2005-09-08 15:46:38 +00:00
cperciva
828fc05a26
MFC: Correct insecure temporary file usage.
...
Security: FreeBSD-SA-05:20.cvsbug
Approved by: re (scottl)
2005-09-07 13:43:05 +00:00
andre
8ffcceaf29
MFC rev. 1.27 (Pretty print multipath routes).
...
Approved by: re (scottl)
2005-08-29 17:57:36 +00:00
dougb
d63c35b6a5
MFC 1.1.1.3, a patch to aid in out of memory conditions.
...
Take this opportunity to note that glebius indicated
that the initial work in this area was done by
Igor Sysoev <is rambler-co.ru>
Approved by: re (kensmith)
2005-08-19 22:09:16 +00:00
cperciva
4fbe57a600
MFC: Remove dates, since they serve no purpose and result in files
...
spuriosuly changing each time they are built. Also add $FreeBSD$ tags,
because cvs wants them.
Approved by: re (kensmith)
2005-08-19 02:53:00 +00:00
brueffer
c270668583
MFC:
...
More tcpdump 8->1 cleanup.
Approved by: re (hrs)
2005-08-12 16:15:24 +00:00
des
0c2d08649a
MFC: build BIND without thread support.
...
Approved by: re (kensmith)
2005-07-30 07:56:28 +00:00
sam
b9cc67bbb8
MFC fixes to deal with interfaces being removed:
...
o we no longer loop
o wpa_supplicant terminates when the last configured interface goes away
Approved by: re (kensmith)
2005-07-30 01:19:10 +00:00
imura
0462832151
MFC rev 1.2: Fix core dump when "smbutil lc".
...
Approved by: re (kensmith)
2005-07-29 16:06:33 +00:00
brueffer
150c09eb2f
MFC:
...
- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them
Approved by: re (hrs)
2005-07-17 15:03:36 +00:00
cvs2svn
dd2adf2c10
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-07-11 04:14:43 +00:00
sam
5d66575dd9
resolve merge conflicts
...
Approved by: re (scottl)
2005-07-11 04:14:02 +00:00
sam
357fae9fdf
This commit was generated by cvs2svn to compensate for changes in r147899,
...
which included commits to RCS files with non-trunk default branches.
2005-07-11 03:54:22 +00:00
sam
1166f90fe8
Virgin import of tcpdump v3.9.1 (release) from tcpdump.org
...
Approved by: re (scottl)
2005-07-11 03:54:22 +00:00
sam
b0948cc146
resolve merge conflicts
...
Approved by: re (scottl)
2005-07-11 03:43:25 +00:00
sam
17d5b030de
This commit was generated by cvs2svn to compensate for changes in r147894,
...
which included commits to RCS files with non-trunk default branches.
2005-07-11 03:24:53 +00:00
sam
d1c1ca625a
Virgin import of libpcap v0.9.1 (release) from tcpdump.org
...
Approved by: re (scottl)
2005-07-11 03:24:53 +00:00
obrien
f525ab342b
This commit was generated by cvs2svn to compensate for changes in r147824,
...
which included commits to RCS files with non-trunk default branches.
2005-07-07 22:06:54 +00:00
obrien
1b66131eb1
Fix bogus fmov* SPARC opcodes.
...
(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
2005-07-07 22:06:54 +00:00
scottl
c6f8608ea0
Patch the freebsd spec file for PowerPC so that PIC code builds correctly.
...
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
2005-07-07 21:40:37 +00:00
sam
bbc077981c
This commit was generated by cvs2svn to compensate for changes in r147801,
...
which included commits to RCS files with non-trunk default branches.
2005-07-06 22:06:27 +00:00
sam
cbd7bfe946
clr ptr after freeing state to avoid subsequent null ptr deref
...
(on vendor branch since this change already exists in Jouni's cvs).
Approved by: re (scottl)
2005-07-06 22:06:27 +00:00
simon
76d3f5f676
Fix ipfw packet matching errors with address tables.
...
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
2005-06-29 21:36:49 +00:00
brooks
bd7fc02cf0
Remove isc-dhcp files from HEAD now that we're using the OpenBSD
...
dhclient.
Reminded by: ru
Approved by: re (blanket dhclient)
2005-06-29 01:46:40 +00:00
ru
49d602bcb1
Fix markup in local FreeBSD additions.
...
Approved by: re (blanket manpages)
2005-06-27 07:07:55 +00:00
darrenr
529d7c08ef
Remove these files from src/contrib/ipfilter as they are already present
...
in src/sys/contrib/ipfilter/netinet. Makefile's reachover bits find what
they need so building is unaffected.
Approved by: re (dwhite)
2005-06-23 14:22:02 +00:00
darrenr
22c343ffc8
Fix some minor problems before release:
...
(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)
2005-06-23 14:19:02 +00:00
des
5db0b4fbd8
This commit was generated by cvs2svn to compensate for changes in r147466,
...
which included commits to RCS files with non-trunk default branches.
2005-06-17 14:39:09 +00:00
des
a41c608b44
Fix markup errors caused by a bug in gendoc.pl (see P4 change #78671 )
...
Approved by: re (kensmith)
2005-06-17 14:39:09 +00:00
des
ce58ab3b79
This commit was generated by cvs2svn to compensate for changes in r147464,
...
which included commits to RCS files with non-trunk default branches.
2005-06-17 14:37:52 +00:00
des
74d48f7bc8
MFP4: ( #78671 ) correctly escape \& in Perl strings.
...
Submitted by: ru
Approved by: re (kensmith)
2005-06-17 14:37:52 +00:00
des
b40c84fffa
This commit was generated by cvs2svn to compensate for changes in r147462,
...
which included commits to RCS files with non-trunk default branches.
2005-06-17 14:37:16 +00:00
des
a5a1a07fd9
MFP4: ( #78670 ) markup nits
...
MFP4: (#78673 ) bump date
Submitted by: ru
Approved by: re (kensmith)
2005-06-17 14:37:16 +00:00
des
0a352877da
This commit was generated by cvs2svn to compensate for changes in r147460,
...
which included commits to RCS files with non-trunk default branches.
2005-06-17 14:35:37 +00:00
des
771f41713c
MFP4: ( #78672 ) markup nits.
...
Submitted by: ru
Approved by: re (kensmith)
2005-06-17 14:35:37 +00:00
des
62f0804df4
Vendor import of OpenPAM Figwort.
2005-06-17 08:11:43 +00:00
des
38ae315ed5
This commit was generated by cvs2svn to compensate for changes in r147455,
...
which included commits to RCS files with non-trunk default branches.
2005-06-17 08:11:43 +00:00
ru
5bf67d482f
Markup fixes.
...
Approved by: re (blanket)
2005-06-16 20:51:10 +00:00
ru
caab8c7549
Apply a series of scripts to automatically fix some markup bugs.
...
Approved by: re (blanket)
2005-06-16 20:21:03 +00:00
gshapiro
9b46bba4c2
This commit was generated by cvs2svn to compensate for changes in r147353,
...
which included commits to RCS files with non-trunk default branches.
2005-06-14 02:23:14 +00:00
gshapiro
3f99651e54
Import OSTYPE(freebsd6) support from sendmail open source repo for FreeBSD 6.0.
...
Approved by: re (scottl)
Requested by: keramida
2005-06-14 02:23:14 +00:00
sam
8637a9a96a
resolve merge conflicts
...
Approved by: re (dwhite)
2005-06-13 17:07:31 +00:00
sam
ef42ed26e0
This commit was generated by cvs2svn to compensate for changes in r147341,
...
which included commits to RCS files with non-trunk default branches.
2005-06-13 17:00:32 +00:00
sam
d1a1fd4aa9
stripped down import of hostapd 0.3.9
...
Approved by: re (dwhite)
2005-06-13 17:00:32 +00:00
sam
959b8ed223
resolve merge conflicts
2005-06-13 16:54:21 +00:00
sam
b6ecc83f22
stripped down import of wpa_supplicant v0.3.9
...
Approved by: re (dwhite)
2005-06-13 16:43:14 +00:00