delphij
ae5f19e683
Import netcat from OpenBSD 3.9-RELEASE.
2006-05-21 15:49:27 +00:00
delphij
71f517bebd
This commit was generated by cvs2svn to compensate for changes in r158795,
...
which included commits to RCS files with non-trunk default branches.
2006-05-21 15:49:27 +00:00
keramida
3937232b20
Update the description of the `STATE' column for SMP systems,
...
and add the missing `C' SMP-only column.
PR: docs/29245
Submitted by: ada@bsd.org
Patch by: Pawel Worach <pawel.worach@telia.com>
MFC after: 3 days
2006-05-16 15:27:43 +00:00
cjc
297aabd6d9
Option for setting a fixed destination port. This is useful for tracing
...
to a host behind a firewall where only specific services are allowed.
For example, to trace the hops to an HTTP server behind a firewall,
$ traceroute -e -P tcp -p 80 www-firewalled.example.com
MFC after: 1 week
2006-05-11 06:30:18 +00:00
ru
b8c014aae7
Re-add option -C to usage().
2006-04-19 12:19:06 +00:00
keramida
0fb9a8f112
Document the -C option of top(1), which has been added to the source
...
and the usage message of top, but not to the manpage.
Pointy hat to: keramida
Reminded by: ru
MFC after: 1 week
2006-04-19 11:47:51 +00:00
ru
cb88fa831f
Bring SYNOPSIS in line with usage().
2006-04-18 15:26:58 +00:00
darrenr
a3ec5442cc
fix "ipf -Z" reporting rubbish and possibly panic'ing box
...
MFC after: 4 days
2006-04-18 13:24:14 +00:00
delphij
a56278e488
Correct a typo: In order to make fixmount(8) quite, one should
...
use -q, not -v.
2006-04-18 03:33:17 +00:00
gshapiro
b016b4a609
Add a note regarding bumping the freebsd*mc files for mergemaster's sake.
2006-04-13 04:12:38 +00:00
mlaier
332f3f5a7b
Document authpf's requirement for a mounted fdescfs(5).
...
PR: docs/89635
MFC after: 1 day
2006-03-28 15:26:16 +00:00
ache
ead5fc05b9
Remove unneded files from the vendor branch too
...
Pointed by: ru
2006-03-28 08:29:34 +00:00
ache
593cd30b45
Merge conflicts after official patches
2006-03-27 23:53:05 +00:00
ache
4769b932e5
Official patches 001-004
2006-03-27 23:45:09 +00:00
ache
6bf81397d7
This commit was generated by cvs2svn to compensate for changes in r157191,
...
which included commits to RCS files with non-trunk default branches.
2006-03-27 23:45:09 +00:00
ache
a258086b15
Resolve conflicts
2006-03-27 23:11:32 +00:00
ache
735555a46c
Remove obsoleted files, update upgrade instructions
2006-03-27 22:56:23 +00:00
ache
8aeb9782f4
Virgin import of GNU Readline 5.1
2006-03-27 22:47:12 +00:00
ache
027bd1dc0a
This commit was generated by cvs2svn to compensate for changes in r157184,
...
which included commits to RCS files with non-trunk default branches.
2006-03-27 22:47:12 +00:00
sam
8cb017d125
This commit was generated by cvs2svn to compensate for changes in r157181,
...
which included commits to RCS files with non-trunk default branches.
2006-03-27 18:15:24 +00:00
sam
620bfba120
Add eapol_version config parameter so folks with clients that (bogusly)
...
require the authenticator announce EAPOL version 1 don't have to hack
the code to get a working setup.
Discussed with Jouni; he's committed a similar set of changes to
his devel branch and I sent him these changes so I'm committing
this on the vendor branch in the expectation it will appear in
the next import.
MFC after: 1 week
2006-03-27 18:15:24 +00:00
rwatson
b8703f4120
Take contrib/openbsm/etc configuration files off the vendor branch in
...
order to add $FreeBSD$ tags, which helps mergemaster better manage
updating them.
Requested by: several
Obtained from: TrustedBSD Project
2006-03-26 01:44:35 +00:00
gshapiro
1ea8124e9f
Record sendmail 8.13.6 upgrade
2006-03-22 16:48:21 +00:00
gshapiro
a393d78792
Resolve conflicts from sendmail 8.13.6 import
2006-03-22 16:45:56 +00:00
gshapiro
ef9770707c
Import sendmail 8.13.6
...
Security: FreeBSD-SA-06:13.sendmail
2006-03-22 16:40:03 +00:00
gshapiro
7ec7c93b18
This commit was generated by cvs2svn to compensate for changes in r157001,
...
which included commits to RCS files with non-trunk default branches.
2006-03-22 16:40:03 +00:00
cperciva
e66460b894
Add missing code needed for the detection of IPSec packet replays. [1]
...
Correctly identify the user running opiepasswd(1) when the login name
differs from the account name. [2]
Security: FreeBSD-SA-06:11.ipsec [1]
Security: FreeBSD-SA-06:12.opie [2]
2006-03-22 16:00:42 +00:00
ru
388e590f95
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
harti
283e6cb1ed
This is actually a section 3 man page, not section 1. Also fix a couple
...
of grammatical errors.
Submitted by: jkoshy@
2006-03-17 10:04:10 +00:00
harti
adc178a6ae
This commit was generated by cvs2svn to compensate for changes in r156803,
...
which included commits to RCS files with non-trunk default branches.
2006-03-17 10:04:10 +00:00
ume
cf50059460
Remove the nls/*/charset files to the exclude list. These files
...
are required for NLS catalog support.
2006-03-16 04:01:27 +00:00
mlaier
26d969a376
Constfy errstr as it is in OpenBSD to unbreak the build.
...
Pointed out by: Suken Woo, Martin Wilke, Wesley Morgan
2006-03-15 16:28:12 +00:00
mlaier
8e7c134331
Use strtonum now that we have it in libc as well.
2006-03-15 00:30:19 +00:00
mux
9062cc29a7
Import the latest snapshot of csup (20060313).
2006-03-14 03:51:13 +00:00
mux
be4d397be1
This commit was generated by cvs2svn to compensate for changes in r156701,
...
which included commits to RCS files with non-trunk default branches.
2006-03-14 03:51:13 +00:00
harti
a1ef9ede50
This commit was generated by cvs2svn to compensate for changes in r156678,
...
which included commits to RCS files with non-trunk default branches.
2006-03-13 09:37:22 +00:00
harti
b63a2755b3
Vendor fix: small man fixes, fix type names u_int8_t -> uint8_t.
2006-03-13 09:37:22 +00:00
harti
c798bc7cd6
Don't import tree.h from the distribution - we have our own one in sys.
2006-03-13 09:30:26 +00:00
hrs
2c3115e88f
Fix incorrect command line examples.
...
Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp)
PR: docs/94158
MFC after: 2 days
2006-03-07 18:34:18 +00:00
sam
7ec4eb033d
resolve merge conflicts
...
MFC after: 2 weeks
2006-03-07 05:51:52 +00:00
sam
8d55057fb4
Import of hostapd 0.4.8
2006-03-07 05:47:04 +00:00
sam
84f883d618
This commit was generated by cvs2svn to compensate for changes in r156373,
...
which included commits to RCS files with non-trunk default branches.
2006-03-07 05:47:04 +00:00
sam
f87f3cf9d3
resolve merge conflicts
...
MFC after: 2 weeks
2006-03-07 05:44:45 +00:00
sam
8b3f1ba26b
This commit was generated by cvs2svn to compensate for changes in r156369,
...
which included commits to RCS files with non-trunk default branches.
2006-03-07 05:26:33 +00:00
sam
840099f34d
Import of WPA supplicant 0.4.8
2006-03-07 05:26:33 +00:00
rwatson
6b00bc1c16
Fix spelling error.
...
Submitted by: remko
2006-03-05 13:30:37 +00:00
rwatson
67e8784696
Delete file from FreeBSD vendor branch of OpenBSM that has been removed
...
from the TrustedBSD OpenBSM distribution.
Obtained from: TrustedBSD Project
2006-03-04 17:14:22 +00:00
rwatson
736123b8c2
Update FreeBSD import instructions for OpenBSM based on the new autoconf
...
and automake OpenBSM world order.
Obtained from: TrustedBSD Project
2006-03-04 16:50:04 +00:00
rwatson
5f5f9b26a6
Add generated config.h for FreeBSD.
...
Obtained from: TrustedBSD Project
2006-03-04 16:49:24 +00:00
rwatson
ab4767c6f6
Remove files deleted in the OpenBSM distribution from the OpenBSM
...
vendor branch.
Obtained from: TrustedBSD Project
2006-03-04 16:48:36 +00:00
rwatson
ab71945909
Vendor branch import of TrustedBSD OpenBSM 1.0 alpha 5:
...
- Update install notes to indicate /etc files are to be installed manually.
- On systems without LOG_SECURITY, use LOG_AUTH.
- Convert to autoconf/automake in order to move to a more portable (not
BSD-specific) build infrastructure, and more easy conditional building of
components. Currently, the primary feature loss is that automake does
not have native support for manual symlinks. This will be addressed in a
future OpenBSM release.
- Add compat/queue.h, to be used on systems dated BSD queue macro libraries
(as found on Linux).
- Rename CHANGELOG to HISTORY, as our change log doesn't follow some of the
existing conventions for a CHANGELOG.
- Some private data structures moved from audit.h to audit_internal.h to
prevent inappropriate use by applications and name space pollution.
- Improved detection and use of endian macros using autoconf.
- Avoid non-portable use of struct in6_addr, which is largely opaque.
- Avoid leaking BSD kernel socket related token code to user space in
bsm_token.c.
- Teach System V IPC calls to look for Linux naming variations for certain
struct ipc_perm fields.
- Test for audit system calls, and if not present, don't build
bsm_wrappers.c, bsm_notify.c, audit(8), and auditd(8), which rely on
those system calls.
- au_close() is not implemented on systems that don't have audit system
calls, but au_close_buffer() is.
- Work around missing BSDisms in bsm_wrapper.c.
- Fix nested includes so including libbsm.h in an application on Linux
picks up the necessary definitions.
Obtained from: TrustedBSD Project
2006-03-04 16:45:52 +00:00
rwatson
a8790234d5
This commit was generated by cvs2svn to compensate for changes in r156283,
...
which included commits to RCS files with non-trunk default branches.
2006-03-04 16:45:52 +00:00
mux
dcd260f191
Import today's csup sources to get the warning fix for queue.h. We
...
probably want to do something similar in sys/queue.h; it's bad to have
STAILQ_LAST() generate GCC warnings.
2006-03-03 18:45:12 +00:00
mux
ee502b391a
This commit was generated by cvs2svn to compensate for changes in r156251,
...
which included commits to RCS files with non-trunk default branches.
2006-03-03 18:45:12 +00:00
mux
eee3ac1bf0
Initial import of csup.
2006-03-03 04:11:29 +00:00
mux
f574897c5e
This commit was generated by cvs2svn to compensate for changes in r156230,
...
which included commits to RCS files with non-trunk default branches.
2006-03-03 04:11:29 +00:00
harti
9b4fc3d8f1
Virgin import of bsnmpd 1.12
2006-02-27 16:16:18 +00:00
harti
247524ddce
This commit was generated by cvs2svn to compensate for changes in r156066,
...
which included commits to RCS files with non-trunk default branches.
2006-02-27 16:16:18 +00:00
darrenr
aacbf565b5
Add a man page for mkfilters(1) and put the corrected perl script in the
...
ipfilter usr/share directory
PR: docs/26879
2006-02-27 11:22:20 +00:00
ume
32837fb336
Import required files to enable use of libiconv from tcsh-6.14.00.
...
Reviewed by: arch (no objection)
2006-02-19 06:28:39 +00:00
ume
398a4709f3
This commit was generated by cvs2svn to compensate for changes in r155832,
...
which included commits to RCS files with non-trunk default branches.
2006-02-19 06:28:39 +00:00
harti
a923e07ab3
Vendor fix: make mibII HC counters really 64-bit on 32-bit platforms by polling
...
the kernel periodically.
Submitted by: glebius (partly)
2006-02-13 14:11:18 +00:00
harti
2515c2ee04
This commit was generated by cvs2svn to compensate for changes in r155602,
...
which included commits to RCS files with non-trunk default branches.
2006-02-13 14:11:18 +00:00
rwatson
0b2cf89651
CVS import OpenBSM 1.0 alpha 4:
...
- Remove "audit" user example from audit_user, as it's not present on most
systems.
- Add cannot_audit() function non-Darwin systems that wraps auditon();
required by OpenSSH BSM support. Convert Darwin cannot_audit() into a
function rather than a macro.
- Library build fixed on Darwin following include file tweaks. The native
Darwin sys/audit.h conflicts with bsm/audit.h due to duplicate types, so
for now we force bsm_wrappers.c to not perform a nested include of
sys/audit.h.
Obtained from: TrustedBSD Project
2006-02-11 00:39:23 +00:00
rwatson
c1c4403ced
This commit was generated by cvs2svn to compensate for changes in r155518,
...
which included commits to RCS files with non-trunk default branches.
2006-02-11 00:39:23 +00:00
harti
af0ed09791
Vendor patch: Make the link traps more RFC-conform.
...
Submitted by: glebius
2006-02-10 16:49:49 +00:00
harti
6f93f5275e
This commit was generated by cvs2svn to compensate for changes in r155506,
...
which included commits to RCS files with non-trunk default branches.
2006-02-10 16:49:49 +00:00
harti
d548c36029
Vendor patch: string_get_max() function to return strings with a maximum
...
SNMP string length.
2006-02-07 15:48:37 +00:00
harti
d480a7b5a1
This commit was generated by cvs2svn to compensate for changes in r155429,
...
which included commits to RCS files with non-trunk default branches.
2006-02-07 15:48:37 +00:00
harti
50927a0d6c
Vendor patch: remove the <CR>s that somehow crept in during initial commit.
2006-02-07 07:58:11 +00:00
harti
8dc6fea589
This commit was generated by cvs2svn to compensate for changes in r155420,
...
which included commits to RCS files with non-trunk default branches.
2006-02-07 07:58:11 +00:00
rwatson
4fae3f6a4a
Vendor branch import of OpenBSM 1.0 alpha 3:
...
- Man page formatting, cross reference, mlinks, and accuracy improvements.
- auditd and tools now compile and run on FreeBSD/arm.
- auditd will now fchown() the trail file to the audit review group, if
defined at compile-time.
- Added AUE_SYSARCH for FreeBSD.
- Definition of AUE_SETFSGID fixed for Linux.
Many thanks to: brueffer, cognet
Obtained from: TrustedBSD Project
2006-02-06 00:06:04 +00:00
rwatson
6d05b5ade5
This commit was generated by cvs2svn to compensate for changes in r155364,
...
which included commits to RCS files with non-trunk default branches.
2006-02-06 00:06:04 +00:00
rwatson
57234d7f8c
Correct typo in sample CVS import line: must specify full path to the
...
CVS repository on repoman.
2006-02-06 00:03:39 +00:00
rwatson
1f5e50bc47
Add a brief FREEBSD-upgrade file to provide direction on how to perform
...
OpenBSM upgrades. Right now, this is very easy, but in the future it
will probably become more complicated.
2006-02-04 18:29:51 +00:00
rwatson
1aa0e1022d
Import OpenBSM 1.0 alpha 2, a minor update on alpha 1:
...
- Man page formatting improvements.
- A number of new audit event identifiers for FreeBSD, Linux, and POSIX.1b
events.
- Remove 'tfm' class, unused in OpenBSM.
Obtained from: TrustedBSD Project
2006-02-04 13:17:48 +00:00
rwatson
a76a5a5f7d
This commit was generated by cvs2svn to compensate for changes in r155290,
...
which included commits to RCS files with non-trunk default branches.
2006-02-04 13:17:48 +00:00
rwatson
3fdf6fa244
Initial vendor import of the TrustedBSD OpenBSM distribution, version
...
1.0 alpha 1, an implementation of the documented Sun Basic Security
Module (BSM) Audit API and file format, as well as local extensions to
support the Mac OS X and FreeBSD operating systems. Also included are
command line tools for audit trail reduction and conversion to text,
as well as documentation of the commands, file format, and APIs. This
distribution is the foundation for the TrustedBSD Audit implementation,
and is a pre-release.
This is the first in a series of commits to introduce support for
Common Criteria CAPP security event audit support.
This software has been made possible through the generous
contributions of Apple Computer, Inc., SPARTA, Inc., as well as
members of the TrustedBSD Project, including Wayne Salamon <wsalamon>
and Tom Rhodes <trhodes>. The original OpenBSM implementation was
created by McAfee Research under contract to Apple Computer, Inc., as
part of their CC CAPP security evaluation.
Many thanks to: wsalamon, trhodes
Obtained from: TrustedBSD Project
2006-01-31 19:40:12 +00:00
rwatson
e150e983a1
This commit was generated by cvs2svn to compensate for changes in r155131,
...
which included commits to RCS files with non-trunk default branches.
2006-01-31 19:40:12 +00:00
harti
8981065828
Vendor patch: prevent a core dump when the trace option is not followed
...
by an option value.
Submitted by: Shteryana Shopova <shteryana@yahoo.com>
2006-01-31 14:59:07 +00:00
harti
6736c7fe94
This commit was generated by cvs2svn to compensate for changes in r155094,
...
which included commits to RCS files with non-trunk default branches.
2006-01-31 14:59:07 +00:00
brooks
fd7d0891dc
s/predefine/predefined/
...
PR: gnu/86627
Submitted by: Arne Woerner <arne_woerner at yahoo dot com>
MFC After: 6 days
2006-01-24 06:38:35 +00:00
sam
bf281a32a1
correct dlt buffer alloc; this goes on the vendor branch as it
...
will be committed there shortly
MFC after: 3 days
2006-01-16 20:33:23 +00:00
sam
0166ef9fb9
This commit was generated by cvs2svn to compensate for changes in r154439,
...
which included commits to RCS files with non-trunk default branches.
2006-01-16 20:33:23 +00:00
dougb
e634f03536
Add a reminder to remove obsolete files from the vendor branch.
2006-01-14 02:45:49 +00:00
dougb
84bc3de5bb
Remove files from the vendor branch that are no longer present
...
in BIND 9.3.2 that were mistakenly removed from HEAD.
2006-01-14 02:11:56 +00:00
ru
e398517931
Pull up from the FSF branch.
2006-01-12 15:31:41 +00:00
ru
6dac3c8c3b
Merge support for new BSD releases from upstream:
...
- Darwin 8.[0-3].0
- FreeBSD 4.11, 5.4, 6.0, 6.1
- NetBSD 3.0
2006-01-12 15:26:11 +00:00
ru
7d73e82cb0
This commit was generated by cvs2svn to compensate for changes in r154258,
...
which included commits to RCS files with non-trunk default branches.
2006-01-12 15:26:11 +00:00
cperciva
140c58ca27
Correct insecure temporary file usage in texindex. [06:01]
...
Correct insecure temporary file usage in ee. [06:02]
Correct a race condition when setting file permissions, sanitize file
names by default, and fix a buffer overflow when handling files
larger than 4GB in cpio. [06:03]
Fix an error in the handling of IP fragments in ipfw which can cause
a kernel panic. [06:04]
Security: FreeBSD-SA-06:01.texindex
Security: FreeBSD-SA-06:02.ee
Security: FreeBSD-SA-06:03.cpio
Security: FreeBSD-SA-06:04.ipfw
2006-01-11 08:02:16 +00:00
pav
fd030aecaa
- Update pretty print of multipath routes to better handle timeout of first
...
probe
Before:
5 *
freebsd (195.250.137.134) 19.086 ms 24.694 ms
After:
5 * freebsd (195.250.137.134) 19.086 ms 24.694 ms
Fixes: bin/90098
Reported by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Approved by: andre
MFC after: 1 day
2006-01-10 16:48:52 +00:00
harti
574aae598d
Vendor fix: the routing table can change while we are fetching it from
...
the kernel. Instead of complaining if we get an ENOMEM (meaning it got
larger than our buffer is) reallocate the buffer and loop.
Submitted by: maxim
2006-01-10 11:59:31 +00:00
harti
3b616a90c3
This commit was generated by cvs2svn to compensate for changes in r154184,
...
which included commits to RCS files with non-trunk default branches.
2006-01-10 11:59:31 +00:00
harti
3a835f07a4
Vendor fix: initialize the flag field of a newly created node to be 0.
...
Submitted by: jasone
2006-01-10 11:52:51 +00:00
harti
77f3bb4786
This commit was generated by cvs2svn to compensate for changes in r154182,
...
which included commits to RCS files with non-trunk default branches.
2006-01-10 11:52:51 +00:00
harti
d4f5668004
Vendor fix: make the default read and write communities NULL. This
...
basically disables any access unless other strings are set in the config
file. Note, that there is no way to set the communities back to NULL once
they're set to something not NULL.
2006-01-10 11:49:26 +00:00
harti
d4b0f97afa
This commit was generated by cvs2svn to compensate for changes in r154180,
...
which included commits to RCS files with non-trunk default branches.
2006-01-10 11:49:26 +00:00
harti
2842bec986
Vendor patch: fix a bug when parsing the include path.
2006-01-10 11:47:56 +00:00
harti
55c3d04c8a
This commit was generated by cvs2svn to compensate for changes in r154178,
...
which included commits to RCS files with non-trunk default branches.
2006-01-10 11:47:56 +00:00
dougb
cfe23adacb
After some discussion with the folks at ISC, it turns out that the _ai_pad
...
part of the structure was a hack to maintain binary compatibility with
Sun binaries, and my understanding is that it's not needed generally
on sparc systems running other operating systems. Therefore, hide this
code behind the same set of tests as in lib/bind/include/netdb.h.
This file is being imported on the vendor branch because a similar change
(or change with similar effect) will be in the next version of BIND 9.
This change will not affect other platforms in any way.
2006-01-04 19:18:43 +00:00
dougb
998ec2639b
This commit was generated by cvs2svn to compensate for changes in r154032,
...
which included commits to RCS files with non-trunk default branches.
2006-01-04 19:18:43 +00:00
guido
7ee0924750
Resolve conflicts (and believe me...you don't want to know).
2005-12-30 11:52:26 +00:00
guido
9749beb9e3
Import IP Filter 4.1.10
2005-12-30 11:34:54 +00:00
guido
530bf89f14
This commit was generated by cvs2svn to compensate for changes in r153877,
...
which included commits to RCS files with non-trunk default branches.
2005-12-30 11:34:54 +00:00
dougb
14470d19cd
Minor updates relative to the 9.2.3 import
2005-12-29 04:41:09 +00:00
dougb
4c84b65cf3
Remove files no longer in the BIND 9 distribution
2005-12-29 04:26:13 +00:00
dougb
13e6e55147
Vendor import of BIND 9.3.2
2005-12-29 04:22:58 +00:00
dougb
bf28cb445b
This commit was generated by cvs2svn to compensate for changes in r153816,
...
which included commits to RCS files with non-trunk default branches.
2005-12-29 04:22:58 +00:00
mlaier
74c57f2ec0
Fix build after timeval.tv_sec changed from long to time_t.
2005-12-25 22:57:08 +00:00
ru
8a2652d669
-mdoc sweep.
2005-11-18 10:56:28 +00:00
ru
4ece2f85e2
Unbreak on amd64.
2005-11-16 12:33:04 +00:00
rodrigc
3d724a19e4
Convert mount_smbfs to use nmount().
...
Reviewed by: bp (smbfs maintainer)
2005-11-16 02:47:12 +00:00
sam
6dcc5281a5
correct check for whether or not md5 signature matches; applied
...
to vendor branch since this is already in their depot
2005-11-13 19:28:17 +00:00
sam
32ef291767
This commit was generated by cvs2svn to compensate for changes in r152390,
...
which included commits to RCS files with non-trunk default branches.
2005-11-13 19:28:17 +00:00
harti
ac5d1bb3ea
Vendor patch: fix the reporting of ifOperStatus. We now consider an
...
interface up when it is running AND the link is not down (that is, it is
up or unknown). If the interface is running but the link is down, we return
state 'dormant', because we're waiting for an external event. Otherwise
the interface is 'down'.
Submitted by: csjp
Reviewed by: glebius
2005-11-02 14:05:49 +00:00
harti
d71eb4d4b2
This commit was generated by cvs2svn to compensate for changes in r151970,
...
which included commits to RCS files with non-trunk default branches.
2005-11-02 14:05:49 +00:00
trhodes
6ec08b5282
Quick kill links to the nsmb(8) manual page, there is no such
...
utility that I can find.
2005-11-01 21:16:39 +00:00
obrien
1d93f083bf
Locate __FreeBSD_cc_version's value beside __FreeBSD__'s value to make it
...
easier to keep them in sync.
2005-10-30 19:04:47 +00:00
obrien
6678b4722a
Catch up with FreeBSD 7.
2005-10-29 09:13:31 +00:00
rodrigc
cb365428c9
Submitted following patch to FSF GCC:
...
* freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS):
Use builtin_define_with_int_value() instead of
adding a new check for every new major FreeBSD version.
Motivated by: simon
Discussed with: obrien, kan
2005-10-27 23:57:55 +00:00
keramida
189f76a3bd
Typo.
...
PR: docs/88015
Submitted by: Marian Cerny <jojo@matfyz.cz>
MFC after: 3 days
2005-10-26 12:07:23 +00:00
wpaul
34dbcde8df
Import a fixed version of driver_ndis.c from the vendor. The existing
...
version has a bug where it fails to properly cancel the polling loop
that periodically queries the BSSID (this is done to detect the
association/disassociation state). The timeout is supposed to fire
once a second, but the eloop_cancel_timeout() call uses a different
'user data' value than what was passed to eloop_register_timeout(),
so cancelling the timeouts fails. This results in an additional timeout
being created each time an EAPOL packet is received, which can lead
to dozens of unwanted timeouts firing every second instead of just one.
2005-10-20 16:31:54 +00:00
wpaul
9630baabc4
This commit was generated by cvs2svn to compensate for changes in r151513,
...
which included commits to RCS files with non-trunk default branches.
2005-10-20 16:31:54 +00:00
ru
c73f90b9a6
Update upgrade instructions.
2005-10-20 11:18:24 +00:00
ru
f02b0e02f7
Merge Groff 1.19.2 changes.
2005-10-20 10:53:15 +00:00
ru
64e9e998a9
Use stock (FSF) version of this file.
2005-10-20 10:52:34 +00:00
ru
d2279b30f9
Removed files not present in v1.19.2 import.
2005-10-20 10:47:26 +00:00
ru
a46effd454
This commit was generated by cvs2svn to compensate for changes in r151500,
...
which included commits to RCS files with non-trunk default branches.
2005-10-20 10:47:26 +00:00
ru
353ac0b339
Virgin import of FSF groff v1.19.2
2005-10-20 10:45:19 +00:00
ru
b22adb8e7c
This commit was generated by cvs2svn to compensate for changes in r151497,
...
which included commits to RCS files with non-trunk default branches.
2005-10-20 10:45:19 +00:00
tjr
ecdaf1ccb7
In __option_is_short(), avoid calling isprint() on key characters outside
...
the range allowed by that function, resulting in undefined behaviour.
Our undefined behaviour in multibyte locales happened to differ from
glibc's, resulting in errors parsing option strings.
Obtained from: Corinna Vinschen (Red Hat)
2005-10-17 12:20:05 +00:00
wpaul
de32b93467
Remove the driver_ndis files from the exclusion list
2005-10-10 17:48:01 +00:00
wpaul
6a5bf1d411
Import the driver_ndis files from the 0.3.9 distribution.
2005-10-10 17:46:15 +00:00
wpaul
8b8cdd8659
This commit was generated by cvs2svn to compensate for changes in r151208,
...
which included commits to RCS files with non-trunk default branches.
2005-10-10 17:46:15 +00:00
harti
1973a24241
Vendor fix for the build problem of snmp_pf. Move the fallback definitions
...
for U?INT32_{MAX,MIN} from asn1.h into the .c files that actually require
them (the .h file doesn't refer to these macros).
2005-10-05 15:19:56 +00:00
harti
ebda350f0a
This commit was generated by cvs2svn to compensate for changes in r150974,
...
which included commits to RCS files with non-trunk default branches.
2005-10-05 15:19:56 +00:00
harti
71fe27e3b4
Add snmp_ntp/Makefile.in to the exclude list.
2005-10-04 14:53:06 +00:00
harti
c45e21ccca
These files are not needed and were imported by accident in the
...
previous import.
2005-10-04 14:51:55 +00:00
harti
efb2dfa177
Virgin import of bsnmpd 1.11
2005-10-04 14:41:06 +00:00
harti
55a69cff02
This commit was generated by cvs2svn to compensate for changes in r150920,
...
which included commits to RCS files with non-trunk default branches.
2005-10-04 14:41:06 +00:00
yar
327895a26d
Add an rc.d script to start pfsync at the right moment of the
...
system boot, and hook it up in the system.
The separate script is needed because in the presence of various
interface lists in rc.conf ($network_interfaces, $cloned_interfaces,
$sppp_interfaces, $gif_interfaces, more to come) it is hard to start
them orderly, so that pfsync is brought up after its syncdev, which
is required for the proper startup of pfsync.
Discussed with: mlaier on -pf
MFC after: 5 days
2005-10-02 18:59:02 +00:00
bp
0d80e85872
Allow user to override default port numbers used by communication
...
protocols. This is very useful for tunneled SMB connections.
MFC after: 4 weeks
2005-10-02 08:32:49 +00:00
tjr
c29899efe7
Update for GNU cpio 2.6.
2005-10-01 06:41:34 +00:00
tjr
74e2490c69
Merge long_format() time formatting code and fixes for printf() format
...
errors from old copyin.c.
2005-10-01 06:37:41 +00:00
tjr
9c1e1fb8c0
Merge from old copyout.c rev 1.2: Output a zero rdev except for bdevs,
...
cdevs, fifos and sockets. Don't output a file if the major, minor or
totality of its rdev would be truncated.
2005-10-01 06:09:55 +00:00
tjr
624d486b89
Merge from old copypass.c rev 1.3: If we must yell at the user than a
...
file cannot be linked into place when requested (not required) to do it,
reassure them that cpio is still intelligent enough that it will perform
a full copy instead.
2005-10-01 05:54:39 +00:00
tjr
408469d959
Merge from old util.c rev 1.2: say "volume" instead of "tape".
2005-10-01 05:52:40 +00:00
tjr
e4ec2f34db
Merge from old main.c rev 1.2: Don't set the umask until after we have
...
processed the arguments and opened the archive file.
2005-10-01 05:49:29 +00:00
tjr
6b16a660d3
Merge from old tar.c rev 1.2: Recognize and skip 'x' and 'g' pax
...
extension entries.
2005-10-01 05:42:44 +00:00
tjr
058cbad809
Merge from old copyin.c rev 1.5, copypass.c rev 1.2: Create fifos using
...
mkfifo() instead of attempting to create them using mknod().
2005-10-01 05:36:39 +00:00
tjr
a9df32e6dd
Rename isnumber() to cpio_isnumber() to avoid clashing with the
...
<ctype.h> library function of the same name.
2005-10-01 04:56:09 +00:00
tjr
97bb17a0b0
Remove files no longer present in GNU cpio distribution. Most of these
...
were actually moved into subdirectories.
2005-10-01 04:47:43 +00:00
tjr
c41ca4418d
This commit was generated by cvs2svn to compensate for changes in r150765,
...
which included commits to RCS files with non-trunk default branches.
2005-10-01 04:37:08 +00:00
tjr
c36d8046bb
Import GNU cpio 2.6 (trimmed)
2005-10-01 04:37:08 +00:00
mlaier
f86976eb12
Redirect bridge(4) to if_bridge(4). These should have pointed to if_bridge
...
from the begining.
Reminded by: ru
2005-09-28 08:11:15 +00:00
brooks
2f3558aada
s/routnes/routines/ in help message.
...
This file is already off the vendor branch and there hasn't been a bc
release in more than 4 years so I can't see any harm in fixing this.
Submitted by: Arne Woerner <arne_woerner at yahoo dot com>
PR: gnu/86627
2005-09-27 18:52:17 +00:00
imura
6cabd0f5c3
Fix get{w,d}{l,b}e, set{w,d}{l,b}e macros on big endian systems.
...
Obtained from: NetBSD
2005-09-19 08:11:04 +00:00
imura
198a538571
Remove macros
...
htole{s,l,q}, letoh{s,l,q}, htobe{s,l,q}, betoh{s,l,q}
and replace it with more standard byteorder macros in our system.
2005-09-19 08:07:18 +00:00
cperciva
b5dafedcd7
Correct insecure temporary file usage.
...
Security: FreeBSD-SA-05:20.cvsbug
2005-09-07 13:39:44 +00:00
obrien
a477d798c9
Fix bug where static forward declarations weren't accepted.
...
This allows us to fix non-ISO-C constructs in our kernel to legal ISO-C.
Submitted by: rodrigc
Obtained from: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00006.html
2005-09-07 09:23:39 +00:00
jcamou
5dd28816ce
Update URL and email address.
...
Approved by: trhodes (mentor)
20 day timeout: mbr (did not reply, mentor approved commit)
2005-09-02 06:30:41 +00:00
andre
dda5a2d10a
Pretty print multipath routes.
...
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
2005-08-26 18:08:24 +00:00
tjr
7c5f6cabc9
Fix a one byte off error which causes "less" to crash if you view a
...
large file, jump to the end, scroll backwards with "b" and try to search
backwards afterwards.
Submitted by: Matthias Scheler
2005-08-26 10:05:59 +00:00
imura
a32dd5a151
- Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,
...
- Add checking range of strings to iconv_sysctl_add().
Submitted by: Rudolf Cejka
2005-08-24 12:38:26 +00:00
csjp
f267b4783c
FreeBSD now supports BIOCLOCK. So we can use it now.
...
Reviewed by: mlaier
2005-08-23 00:03:58 +00:00
dougb
9123af99f7
Update the vendor branch with a patch to this file that was
...
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.
2005-08-18 18:39:31 +00:00
dougb
e48a6516ad
This commit was generated by cvs2svn to compensate for changes in r149245,
...
which included commits to RCS files with non-trunk default branches.
2005-08-18 18:39:31 +00:00
cperciva
afe2192571
Remove the dates from these files. They serve no purpose and result in
...
these files spuriously changing each time they are built.
Also, add $FreeBSD$ tags, because cvs is unhappy otherwise.
2005-08-17 15:56:04 +00:00
imura
5a67019bb8
Tell nls_setlocale() the very locale name from command line option,
...
rather than using optarg variable which would be allways NULL.
2005-08-07 08:46:56 +00:00
brueffer
ec4f7f03b1
More tcpdump 8->1 cleanup.
...
Approved by: mlaier
MFC after: 3 days
2005-08-06 13:03:03 +00:00
imura
b1a3558c87
Correct argument order of kiconv_add_xlat16_cspairs().
...
Security:
2005-07-29 14:56:16 +00:00
ache
7cefcfe3b0
Create /etc/opiekeys with 0600, not 0644
...
PR: 84221
2005-07-29 09:59:24 +00:00
sam
b9e6c6d781
terminate when all interfaces have been removed; since we do not
...
do interface discovery there's no point in sticking around
MFC after: 3 days
2005-07-29 05:58:35 +00:00
imura
3dd597e54b
Fix core dump when "smbutil lc".
...
OK'ed by: bp
2005-07-28 22:35:38 +00:00
keramida
e19c1e09f5
Spell "committing" correctly.
2005-07-28 13:53:45 +00:00
keramida
6e46724141
Spell "referred" correctly.
2005-07-28 13:03:19 +00:00
des
514635c5be
Update (correct autotools usage, copy generated headers, --disable-threads)
2005-07-25 17:14:00 +00:00
obrien
66b2171b38
Fix bug where GCC thought athlon-tbird had SSE support.
2005-07-19 21:53:22 +00:00
phk
69f19770ff
Switch to contemporary TTY interface.
2005-07-15 07:41:26 +00:00
brueffer
2a75eb6afb
- Remove MLINKS to nonexistant manpages
...
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them
MFC after: 3 days
2005-07-14 20:29:08 +00:00
sam
5d66575dd9
resolve merge conflicts
...
Approved by: re (scottl)
2005-07-11 04:14:02 +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
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
b0948cc146
resolve merge conflicts
...
Approved by: re (scottl)
2005-07-11 03:43:25 +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
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
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
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
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
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
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
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
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
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
74d48f7bc8
MFP4: ( #78671 ) correctly escape \& in Perl strings.
...
Submitted by: ru
Approved by: re (kensmith)
2005-06-17 14:37:52 +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
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
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
771f41713c
MFP4: ( #78672 ) markup nits.
...
Submitted by: ru
Approved by: re (kensmith)
2005-06-17 14:35:37 +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
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
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
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
sam
8637a9a96a
resolve merge conflicts
...
Approved by: re (dwhite)
2005-06-13 17:07:31 +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
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
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
sam
848adee197
This commit was generated by cvs2svn to compensate for changes in r147338,
...
which included commits to RCS files with non-trunk default branches.
2005-06-13 16:43:14 +00:00
sam
e1999dee5d
pullup security fix on vendor branch
2005-06-09 15:54:42 +00:00
sam
a6836add6e
Correct several denial-of-service vulnerabilities in tcpdump.
...
Security: FreeBSD-SA-05:10.tcpdump
Security: CAN-2005-1267, CAN-2005-1278, CAN-2005-1279, CAN-2005-1280
Obtained from: tcpdump.org
2005-06-09 15:42:58 +00:00
sam
22f120bd5e
This commit was generated by cvs2svn to compensate for changes in r147173,
...
which included commits to RCS files with non-trunk default branches.
2005-06-09 15:42:58 +00:00
sam
7b035d47f2
fix byte order handling: FreeBSD != Linux
2005-06-07 23:33:13 +00:00
gshapiro
3379325ae7
Note the sendmail 8.13.4 upgrade
...
MFC after: 4 days
2005-06-07 04:22:21 +00:00
gshapiro
2a4e2057a6
Resolve conflicts from sendmail 8.13.4 import
2005-06-07 04:17:21 +00:00
gshapiro
125167ce17
Import sendmail 8.13.4
2005-06-07 04:14:59 +00:00
gshapiro
d912a4d5b0
This commit was generated by cvs2svn to compensate for changes in r147078,
...
which included commits to RCS files with non-trunk default branches.
2005-06-07 04:14:59 +00:00
sam
eb7b540c92
apply important fixes from development branch
2005-06-05 22:41:14 +00:00
cvs2svn
15d1673cd6
This commit was manufactured by cvs2svn to create branch
...
'VENDOR-hostapd'.
2005-06-05 22:36:47 +00:00
sam
8e870af29c
import/upgrade instructions
2005-06-05 22:36:46 +00:00
sam
21e78f430e
Stripped down import of hostapd v0.3.7
2005-06-05 22:35:03 +00:00
sam
bd8aec8d4d
This commit was generated by cvs2svn to compensate for changes in r147021,
...
which included commits to RCS files with non-trunk default branches.
2005-06-05 22:35:03 +00:00
sam
e0939fddf8
fix for ctrl interface socket setup
...
Submitted by: brooks
2005-06-05 21:13:08 +00:00
cvs2svn
2cc0915680
This commit was manufactured by cvs2svn to create branch
...
'VENDOR-wpa_supplicant'.
2005-06-05 20:55:02 +00:00
sam
ee5b2d618f
import/ugprade instructions
2005-06-05 20:55:01 +00:00
sam
2b0ba7bae5
Stripped down import of wpa_supplicant v0.3.8
2005-06-05 20:52:14 +00:00
sam
22428bd35b
This commit was generated by cvs2svn to compensate for changes in r147013,
...
which included commits to RCS files with non-trunk default branches.
2005-06-05 20:52:14 +00:00
kan
ceec895280
Enable handling of MS-compatible packing push and pop pragmas. This change was
...
inadvertedly left out of the last import.
2005-06-03 17:35:13 +00:00
obrien
a1ccaaff09
Make diff(1) follow traditional UNIX SOP of later options nullify earlier
...
options that are mutually exclusive.
2005-06-03 06:46:56 +00:00
kan
44e5f34aa2
Fix a typo from previos commit.
2005-06-03 05:58:56 +00:00
kan
752b1c9235
Catch up with changes in BDX_OUTPUT_[LR]BRAC callers.
2005-06-03 04:19:23 +00:00
kan
17d0aa6eb2
Merge conflicts for GCC 3.4.4.
2005-06-03 04:02:20 +00:00
kan
ff647fd5f2
Localize GCC version string for FreeBSD.
2005-06-03 03:52:25 +00:00
kan
f8dd8336e3
Stock files.
2005-06-03 03:50:42 +00:00
kan
8a6911d2bb
Gcc 3.4.4 F77 runtime support bits.
2005-06-03 03:30:16 +00:00
kan
1d986ea68c
This commit was generated by cvs2svn to compensate for changes in r146901,
...
which included commits to RCS files with non-trunk default branches.
2005-06-03 03:30:16 +00:00
kan
eeb997f510
Gcc 3.4.4 Objective C support bits.
2005-06-03 03:29:59 +00:00
kan
be081a3e1d
This commit was generated by cvs2svn to compensate for changes in r146899,
...
which included commits to RCS files with non-trunk default branches.
2005-06-03 03:29:59 +00:00
kan
3b6c93380e
Gcc 3.4.4 C++ support bits.
2005-06-03 03:29:38 +00:00
kan
c9b991bc78
This commit was generated by cvs2svn to compensate for changes in r146897,
...
which included commits to RCS files with non-trunk default branches.
2005-06-03 03:29:38 +00:00
kan
2156e40a83
Gcc 3.4.4 release.
2005-06-03 03:28:44 +00:00
kan
d7b0b4f3c6
This commit was generated by cvs2svn to compensate for changes in r146895,
...
which included commits to RCS files with non-trunk default branches.
2005-06-03 03:28:44 +00:00
sobomax
eb9b77e827
Make bzip2 support working again after bzip2 upgrade. This time commit
...
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.
2005-05-29 21:56:38 +00:00
sam
7dacff5dd0
resolve merge conflicts and update for proper build; including:
...
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
2005-05-29 19:09:28 +00:00
sam
cbc6e26dd5
Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.org
2005-05-29 18:24:21 +00:00
sam
d9db21b8bc
This commit was generated by cvs2svn to compensate for changes in r146775,
...
which included commits to RCS files with non-trunk default branches.
2005-05-29 18:24:21 +00:00
sam
88a191f109
Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.org
2005-05-29 18:17:16 +00:00
sam
777fc78fe5
This commit was generated by cvs2svn to compensate for changes in r146773,
...
which included commits to RCS files with non-trunk default branches.
2005-05-29 18:17:16 +00:00
sam
1907987c21
resolve merge conflicts
...
Reviewed by: bms (earlier version)
2005-05-29 18:09:04 +00:00
sam
70f7ae46f5
Virgin import of libpcap v0.9.1 (alpha 096) from tcpdump.org
2005-05-29 17:46:52 +00:00
sam
3fcae53268
This commit was generated by cvs2svn to compensate for changes in r146768,
...
which included commits to RCS files with non-trunk default branches.
2005-05-29 17:46:52 +00:00
eivind
e998be30e5
Since this is already off the vendor branch: Our kernel is now in
...
/boot/kernel/kernel, not plain /kernel
2005-05-27 01:09:42 +00:00
harti
ed95926eea
Apply vendor patch: include the header files from the canonical place.
...
Explained to me by: ru
2005-05-25 12:03:26 +00:00
harti
fc87e3a79a
This commit was generated by cvs2svn to compensate for changes in r146611,
...
which included commits to RCS files with non-trunk default branches.
2005-05-25 12:03:26 +00:00
harti
2b366eef52
Apply a vendor patch: silence gcc on arm (alignent when casting pointer).
...
Submitted by: Olivier Houchard <cognet@ci0.org>
2005-05-25 12:00:03 +00:00
harti
cf57287362
This commit was generated by cvs2svn to compensate for changes in r146609,
...
which included commits to RCS files with non-trunk default branches.
2005-05-25 12:00:03 +00:00
cognet
8f10c3fc8a
arm defaults to unsigned char as well.
2005-05-24 21:25:32 +00:00
harti
f75f62a8c5
Virgin import of NgATM user part 1.2
2005-05-23 12:22:12 +00:00
harti
4136c68b3e
This commit was generated by cvs2svn to compensate for changes in r146532,
...
which included commits to RCS files with non-trunk default branches.
2005-05-23 12:22:12 +00:00
harti
a585c860e6
Virgin import of bsnmpd 1.10
2005-05-23 11:19:11 +00:00
harti
d137b5d262
This commit was generated by cvs2svn to compensate for changes in r146525,
...
which included commits to RCS files with non-trunk default branches.
2005-05-23 11:19:11 +00:00
ru
97cb4a691b
Update for version 4.8 import.
2005-05-23 10:55:29 +00:00
ru
7458d315c1
Update for texinfo 4.8.
2005-05-23 10:52:07 +00:00
ru
7c23eda8bf
Merge texinfo 4.8 changes onto the trunk.
2005-05-23 10:50:48 +00:00
ru
8b2f0a4d7f
Use stock (FSF) version of this file.
2005-05-23 10:50:32 +00:00
ru
adfa5ff0fc
This commit was generated by cvs2svn to compensate for changes in r146518,
...
which included commits to RCS files with non-trunk default branches.
2005-05-23 10:47:04 +00:00
ru
425ad50cfe
This commit was generated by cvs2svn to compensate for changes in r146515,
...
which included commits to RCS files with non-trunk default branches.
2005-05-23 10:46:22 +00:00
ru
212fa58b27
Import of stripped down GNU texinfo 4.8
2005-05-23 10:46:22 +00:00
ume
ed819b8c09
NI_WITHSCOPEID cleanup
2005-05-21 15:28:42 +00:00
keramida
acf4c33aac
The 'text' argument of u_header() is not used, so we don't need to
...
trim_header() it.
Noticed by: bde
2005-05-19 13:34:19 +00:00
keramida
c355fa8659
Properly trim the header line too, to fix wrap-around problems that
...
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)
2005-05-18 13:48:33 +00:00
keramida
0f9725e09b
Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'
...
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)
2005-05-18 13:30:08 +00:00
mikeh
cca364f13b
This commit was generated by cvs2svn to compensate for changes in r146309,
...
which included commits to RCS files with non-trunk default branches.
2005-05-17 03:11:29 +00:00
mikeh
7e8a9605b1
Import latest NetBSD version...changes:
...
* 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>.
2005-05-17 03:11:29 +00:00
ru
9c27dea05c
Update for the 2005/04/24 import.
2005-05-16 19:19:32 +00:00
ru
78d66df18b
Vendor import of bwk's 24-Apr-2005 release.
2005-05-16 19:11:36 +00:00
ru
8003014f21
This commit was generated by cvs2svn to compensate for changes in r146299,
...
which included commits to RCS files with non-trunk default branches.
2005-05-16 19:11:36 +00:00
obrien
d80e4b8864
Update to match the 1.0.3 import.
2005-05-16 18:56:30 +00:00
obrien
344ba35988
Virgin import (trimmed) of Bzip2 version 1.0.3.
2005-05-16 18:31:55 +00:00
obrien
a8891cc2a4
This commit was generated by cvs2svn to compensate for changes in r146293,
...
which included commits to RCS files with non-trunk default branches.
2005-05-16 18:31:55 +00:00
darrenr
7b001e5d5e
Enable building /sbin/ipf (but not the rescue version) with the ability to
...
parse bpf strings for filter rules in ipf.conf
2005-05-16 16:22:55 +00:00
ume
e33ba03345
NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines
...
NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special
for it, now.
2005-05-13 16:31:11 +00:00
grehan
e9af45b288
Fix tinderbox build on ppc.
...
Requested by: mlaier
2005-05-08 00:29:15 +00:00
takawata
a61ec3d816
Make smbfs capable to use 16bit char set in filenames.
...
PR:78110
2005-05-04 15:05:46 +00:00
mlaier
b28479dfe2
Resolve conflicts created during the import of pf 3.7 Some features are
...
missing and will be implemented in a second step. This is functional as is.
Tested by: freebsd-pf, pfsense.org
Obtained from: OpenBSD
2005-05-03 16:55:20 +00:00
mlaier
f9e60af500
This commit was generated by cvs2svn to compensate for changes in r145837,
...
which included commits to RCS files with non-trunk default branches.
2005-05-03 16:47:37 +00:00
mlaier
511d1c13c3
Import pf userland from OpenBSD 3.7 (OPENBSD_3_7 as of today)
2005-05-03 16:47:37 +00:00
harti
8bf5d359a2
Vendor patch: fix a bug that was introduced when moving from libisc to
...
libbegemot: the rpoll_start_timer function needs the timeout value in
milli-seconds, not the absolute time when the timer should tick.
2005-04-29 11:02:18 +00:00
harti
577bdeea78
This commit was generated by cvs2svn to compensate for changes in r145673,
...
which included commits to RCS files with non-trunk default branches.
2005-04-29 11:02:18 +00:00
darrenr
a57939d5ce
Don't use quad_t on FreeBSD (deprecated) so use "long long" instead.
...
Someday this should be converted to uint64_t and printstate.c changed to
use those horrid PRiud64 things.
2005-04-28 21:36:30 +00:00
darrenr
f739412edd
Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup
...
build problems with rescue.
2005-04-28 16:26:35 +00:00
harti
f3155bccfa
Virgin import of bsnmp 1.9
2005-04-26 16:43:22 +00:00
harti
67c06b6a3b
This commit was generated by cvs2svn to compensate for changes in r145557,
...
which included commits to RCS files with non-trunk default branches.
2005-04-26 16:43:22 +00:00