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
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
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
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
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
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
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
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
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
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
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
ru
353ac0b339
Virgin import of FSF groff v1.19.2
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