Tim J. Robbins
4c2501483a
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
Bill Paul
7f4269563a
Remove the driver_ndis files from the exclusion list
2005-10-10 17:48:01 +00:00
Bill Paul
639338313b
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
Bill Paul
909537c101
Import the driver_ndis files from the 0.3.9 distribution.
2005-10-10 17:46:15 +00:00
Hartmut Brandt
bb5e059e0d
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
Hartmut Brandt
4c0a7af955
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
Hartmut Brandt
86c5d92d71
Add snmp_ntp/Makefile.in to the exclude list.
2005-10-04 14:53:06 +00:00
Hartmut Brandt
e50dd7e071
These files are not needed and were imported by accident in the
...
previous import.
2005-10-04 14:51:55 +00:00
Hartmut Brandt
165c5d31cb
Virgin import of bsnmpd 1.11
2005-10-04 14:41:06 +00:00
Hartmut Brandt
28bd1fdc0b
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
Yaroslav Tykhiy
c8a0dfab83
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
Boris Popov
ef29b0f6a1
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
Tim J. Robbins
e5c4d568a6
Update for GNU cpio 2.6.
2005-10-01 06:41:34 +00:00
Tim J. Robbins
4281e6e322
Merge long_format() time formatting code and fixes for printf() format
...
errors from old copyin.c.
2005-10-01 06:37:41 +00:00
Tim J. Robbins
6ce79ca88c
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
Tim J. Robbins
535cc481e6
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
Tim J. Robbins
a14da79146
Merge from old util.c rev 1.2: say "volume" instead of "tape".
2005-10-01 05:52:40 +00:00
Tim J. Robbins
70a976e111
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
Tim J. Robbins
56160607b6
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
Tim J. Robbins
2437584cf0
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
Tim J. Robbins
920a75c2f3
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
Tim J. Robbins
8f7188ccdd
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
Tim J. Robbins
5c4ae9e5f8
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
Tim J. Robbins
fc540ebd38
Import GNU cpio 2.6 (trimmed)
2005-10-01 04:37:08 +00:00
Max Laier
7badd6a5e5
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 Davis
92b4183c54
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
R. Imura
bb6275a869
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
R. Imura
4d79445aaf
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
Colin Percival
9020d67cf5
Correct insecure temporary file usage.
...
Security: FreeBSD-SA-05:20.cvsbug
2005-09-07 13:39:44 +00:00
David E. O'Brien
d109621656
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
Jesus R. Camou
93cf1a68a6
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 Oppermann
9e24bd90fe
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
Tim J. Robbins
1d5cfebaca
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
R. Imura
f373a82454
- 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
Christian S.J. Peron
5f305d1bf2
FreeBSD now supports BIOCLOCK. So we can use it now.
...
Reviewed by: mlaier
2005-08-23 00:03:58 +00:00
Doug Barton
6b691ca859
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
Doug Barton
adaaaab975
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
Colin Percival
816e551836
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
R. Imura
19434a77d6
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
Christian Brueffer
819f8dfa2b
More tcpdump 8->1 cleanup.
...
Approved by: mlaier
MFC after: 3 days
2005-08-06 13:03:03 +00:00
R. Imura
f0a446ea10
Correct argument order of kiconv_add_xlat16_cspairs().
...
Security:
2005-07-29 14:56:16 +00:00
Andrey A. Chernov
85ca5e684e
Create /etc/opiekeys with 0600, not 0644
...
PR: 84221
2005-07-29 09:59:24 +00:00
Sam Leffler
87a1a1a2eb
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
R. Imura
76efe32555
Fix core dump when "smbutil lc".
...
OK'ed by: bp
2005-07-28 22:35:38 +00:00
Giorgos Keramidas
d136945536
Spell "committing" correctly.
2005-07-28 13:53:45 +00:00
Giorgos Keramidas
56a436ed7b
Spell "referred" correctly.
2005-07-28 13:03:19 +00:00
Dag-Erling Smørgrav
af3826b765
Update (correct autotools usage, copy generated headers, --disable-threads)
2005-07-25 17:14:00 +00:00
David E. O'Brien
8d85d711c3
Fix bug where GCC thought athlon-tbird had SSE support.
2005-07-19 21:53:22 +00:00
Poul-Henning Kamp
879e5da3b4
Switch to contemporary TTY interface.
2005-07-15 07:41:26 +00:00
Christian Brueffer
f0ea72a038
- 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