Ollivier Robert
ea906c4152
Merge ntpd & friends 4.2.4p5 from vendor/ntp/dist into head. Next commit
...
will update usr.sbin/ntp to match this.
MFC after: 2 weeks
2008-08-22 15:58:00 +00:00
Ollivier Robert
0814f601e6
Move FREEBSD-upgrade as well.
2008-08-18 14:37:44 +00:00
Ollivier Robert
7d7bbd7429
Move FREEBSD-Xlist in a more proper location.
2008-08-18 14:36:57 +00:00
Ollivier Robert
cce65f4396
Flatten the dist and various 4.n.n trees in preparation of future ntp imports.
2008-08-17 17:37:33 +00:00
David Schultz
7a9e0a96e0
Doc updates for changes in the default values of
...
-ffancy-math-387 and -mmath-errno.
2008-08-10 19:35:09 +00:00
David Schultz
7a5b5fae94
Make -fno-math-errno the default. Our libm doesn't support the SysV
...
mistake of setting errno, and never has. This will need to be fixed
upstream in a more generic way, but the changes are somewhat more
involved.
2008-08-10 19:33:35 +00:00
David Schultz
1b93600c85
Make -mfancy-math-387 the default on FreeBSD, as it is on most other
...
operating systems. Previously, gcc would inhibit the generation of
fsqrt, fsin, and several other floating point instructions, for the
benefit of the old in-kernel math emulator, which was removed over 5
years ago.
2008-08-10 19:02:57 +00:00
Max Laier
cf179d53ae
Fix build when WITHOUT_DYNAMICROOT is specified in src.conf(5).
2008-08-04 22:45:27 +00:00
John Baldwin
2e38385526
Don't attempt authentication at all if it has been disabled via '-a off'.
...
This works around a bug in HP-UX's telnet client and also gives a much
saner user experience when using FreeBSD's telnet client.
PR: bin/19405
Submitted by: Joel Ray Holveck joelh of gnu.org
MFC after: 1 month
2008-07-28 18:58:16 +00:00
Darren Reed
52c7653383
2020447 IPFilter's NAT can undo name server random port selection
...
Approved by: darrenr
MFC after: 1 week
Security: CERT VU#521769
2008-07-24 12:35:05 +00:00
Dag-Erling Smørgrav
c3c6456251
For unfathomable reasons, ipfilter abuses kernel data structures for its
...
own purposes. To pull this off, it defines _KERNEL before including the
headers where these structures are defined. This leads to no end of
trouble when some of these headers, or other headers that they include,
change, as demonstrated by r180755.
The quick fix in this particular case is to define _WANT_FILE instead of
_KERNEL, conditional on __FreeBSD__. A better long-term fix is left as
an exercise to the reader.
2008-07-23 16:34:53 +00:00
Giorgos Keramidas
6ae8b92a79
tcsh: fix abort in cleanup_until(), caused by internal xgetpass()
...
The xgetpass() function pushes a cleanup entry for &osa, but then
attempts to flush the stack until an entry matching &sa. The two
object pointers do not match, so the stack is popped too much,
and then cleanup_until calls abort() when it unexpectedly hits
the bottom of the cleanup stack.
Reported by: Paul B. Mahol, onemda at gmail.com,
Pietro Cerutti, gahr at gahr.ch
PR: bin/124191
Reviewed by: mp, kris
MFC after: 2 days
2008-07-20 18:05:18 +00:00
Doug Barton
2e5453748e
Merge from vendor/bind9/dist as of the 9.4.2-P1 import, including
...
the patch from ISC for lib/bind9/check.c and deletion of unused
files in lib/bind.
This version will by default randomize the UDP query source port
(and sequence number of course) for every query.
In order to take advantage of this randomization users MUST have an
appropriate firewall configuration to allow UDP queries to be sent and
answers to be received on random ports; and users MUST NOT specify a
port number using the query-source[-v6] options.
The avoid-v[46]-udp-ports options exist for users who wish to eliminate
certain port numbers from being chosen by named for this purpose. See
the ARM Chatper 6 for more information.
Also please note, this issue applies only to UDP query ports. A random
ephemeral port is always chosen for TCP queries.
This issue applies primarily to name servers whose main purpose is to
resolve random queries (sometimes referred to as "caching" servers, or
more properly as "resolving" servers), although even an "authoritative"
name server will make some queries, primarily at startup time.
All users of BIND are strongly encouraged to upgrade to the latest
version, and to utilize the source port randomization feature.
This update addresses issues raised in:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447
http://www.kb.cert.org/vuls/id/800113
http://tools.ietf.org/html/draft-ietf-dnsext-forgery-resilience
2008-07-12 09:38:35 +00:00
Doug Barton
632c4e7871
The vendor area is the proper home for these files now.
2008-07-12 08:46:21 +00:00
Peter Wemm
a988131922
Flatten bind9 vendor work area
2008-07-12 05:00:28 +00:00
Peter Wemm
c6acfe86c7
Merge gnu cpio 2.6 -> 2.8 changes. Unfortunately, we have massive
...
conflicts due to radically different approaches to security and bug fixes.
In some cases I re-started from the vendor version and reimplemented our
patches. Fortunately, this is not enabled by default in -current.
2008-07-10 02:08:00 +00:00
Peter Wemm
bb7e869618
Flatten cvs2svn generated import tree.
2008-07-09 23:21:55 +00:00
Peter Wemm
6e62580c07
cvs2svn managed to overlay two different path trees. fix.
2008-07-09 23:07:03 +00:00
David E. O'Brien
b370e2cfea
White space fixes.
2008-06-28 15:28:17 +00:00
David E. O'Brien
c4a2958381
Reduce diff to vendor.
2008-06-28 15:17:02 +00:00
David Schultz
c713eaa603
Bring in the vendor's fix for a bug in strtod() whereby
...
strtod("0xyz", &endp) resulted in endp pointing to "0xyz"
instead of "xyz".
Reported by: Tony Finch <dot@dotat.at>
MFC after: 1 week
2008-06-21 19:27:54 +00:00
Ruslan Ermilov
cd83aa9707
Removed the no-op -p; documented -P.
...
MFC after: 3 days
2008-06-21 15:48:16 +00:00
David E. O'Brien
a1dba0f9f4
Add $FreeBSD$ since we now have local changes.
2008-06-16 17:06:17 +00:00
David E. O'Brien
248041d262
Optimize the CVS bug #17168 fix by relaxing the conditions for update
...
with respect to sticky options. (r179561 was WRT sticky and branch tags)
Consulted with: Mark Baushke <mdb@gnu.org>
2008-06-06 16:16:44 +00:00
David E. O'Brien
b1ca926d0f
Optimize the CVS bug #17168 fix by relaxing the conditions for update.
2008-06-05 15:09:53 +00:00
Rong-En Fan
68fa82ebe1
- update maintainer's info per src/MAINTAINERS
2008-06-04 07:38:38 +00:00
Doug Barton
5de57ff6ba
Add proper mime-types for files that they are relevant for.
...
This is useful for things like *.pdf files that svn needs
to know about, and will probably be useful down the road
for other things.
2008-06-02 20:37:11 +00:00
David E. O'Brien
bd7d47734a
Bring these back to HEAD.
...
(I thought ncvs@ had rm'ed these MIPS files a long time ago... SVN had
better work out - else 7 more files off the vendor branch.)
2008-05-29 02:43:05 +00:00
David E. O'Brien
de582f44b4
This commit was generated by cvs2svn to compensate for changes in r179404,
...
which included commits to RCS files with non-trunk default branches.
2008-05-29 02:29:59 +00:00
David E. O'Brien
b7e4108c6b
Import of Binutils from the FSF 2.15 branch (just post-.0 release).
...
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
2008-05-29 02:29:59 +00:00
Antoine Brodin
b6642dadae
Document freebsd extensions to netcat a bit better:
...
- sort the options
- document -o and -O everywhere
Reviewed by: delphij
Approved by: rwatson (mentor)
2008-05-10 18:50:45 +00:00
Julian Elischer
30ab20975f
Max's changes got left out of the MRT commit.
2008-05-09 23:53:01 +00:00
Rong-En Fan
6f67bb1485
- Update for 5.6-20080503
2008-05-09 02:30:24 +00:00
Rong-En Fan
aa59d4d4c5
Import ncurses 5.6-20080503 snapshot onto the vender branch
2008-05-09 02:28:12 +00:00
Rong-En Fan
b285ba3630
This commit was generated by cvs2svn to compensate for changes in r178866,
...
which included commits to RCS files with non-trunk default branches.
2008-05-09 02:28:12 +00:00
Coleman Kane
b53e922121
Update the FREEBSD-upgrade for expat 2.0.1
...
Approved by: sam, phk
2008-05-08 13:56:58 +00:00
Coleman Kane
4d360d633e
This commit was generated by cvs2svn to compensate for changes in r178848,
...
which included commits to RCS files with non-trunk default branches.
2008-05-08 13:51:16 +00:00
Coleman Kane
220ed979de
Virgin import (trimmed) of eXpat v2.0.1. Discussed and tested with
...
sam and phk who are the two consumers of this library. If there is
any other fallout, email me and I will take care of it.
Approved by: sam, phk
2008-05-08 13:51:16 +00:00
Doug Rabson
5768032947
Merge from the vendor branch and resolve conflicts.
2008-05-08 11:01:46 +00:00
Doug Rabson
5f06c5bb28
This commit was generated by cvs2svn to compensate for changes in r178843,
...
which included commits to RCS files with non-trunk default branches.
2008-05-08 10:58:50 +00:00
Doug Rabson
fcd2e55858
Import com_err from heimdal-1.1
2008-05-08 10:58:50 +00:00
David E. O'Brien
f380a8f773
List of files that are off the vendor branch, but we use the stock vendor
...
files.
2008-04-24 18:23:13 +00:00
David E. O'Brien
87c92cf118
Remove FreeBSD ID's so these are exact copies of the vendor sources.
2008-04-24 18:18:53 +00:00
Marius Strobl
ae8e775b82
This commit was generated by cvs2svn to compensate for changes in r178388,
...
which included commits to RCS files with non-trunk default branches.
2008-04-21 20:40:42 +00:00
Marius Strobl
7125e147b2
* gthr-posix.h (__gthread_active_p): Use the Solaris implementation
...
for FreeBSD as well.
This is the fix for __gthread_active_p() returning false positives
which was committed as rev. 1.1.1.8.2.1 to RELENG_7 but now looped
back to the vendor branch via the GCC repository and relicensed to
be GPLv2 by me.
Thanks go to gerald@ for getting the fix approved upstream and for
committing to the GCC repository.
PR: 119289
Approved by: core
2008-04-21 20:40:42 +00:00
Xin LI
c784a71d0b
Update instructions to match recent practices
2008-04-21 18:37:08 +00:00
Xin LI
0c2d6f72b7
Add vendor metadata
2008-04-21 18:36:52 +00:00
Xin LI
2308b50e15
Resolve conflicts.
2008-04-21 18:31:50 +00:00
Xin LI
c7c53f7a03
Import netcat as of today's OPENBSD_4_3 snapshot.
2008-04-21 18:30:26 +00:00
Xin LI
0b96cd80df
This commit was generated by cvs2svn to compensate for changes in r178382,
...
which included commits to RCS files with non-trunk default branches.
2008-04-21 18:30:26 +00:00
Sam Leffler
562cc1a640
This commit was generated by cvs2svn to compensate for changes in r178363,
...
which included commits to RCS files with non-trunk default branches.
2008-04-20 21:39:06 +00:00
Ruslan Ermilov
d3bf3b9a7a
system_info.cpustates isn't sparse, so a bitmask of available CPU states
...
is redundant (I think it's a leftover from an older implementation).
2008-04-11 11:39:26 +00:00
Bruce M Simpson
bc38f653f1
Add an -O option to disable TCP options, for protocol testing purposes.
...
Do this for active and passive (-l switch) TCP sessions.
MFC after: 1 week
2008-04-01 13:54:24 +00:00
Max Laier
4239d24b98
Make ALTQ cope with disappearing interfaces (particularly common with mpd
...
and netgraph in gernal). This also allows to add queues for an interface
that is not yet existing (you have to provide the bandwidth for the
interface, however).
PR: kern/106400, kern/117827
MFC after: 2 weeks
2008-03-29 00:24:36 +00:00
John Birrell
8f0cc58815
Remove files that have been repo copied to their new location
...
in cddl-specific parts of the source tree.
2008-03-28 00:08:47 +00:00
Sam Leffler
2e76e92b45
fix botched merge of syslog support to the vendor branch; these files
...
were off the branch so we need to pull the changes back up
2008-03-25 21:47:03 +00:00
Sam Leffler
ed2e126666
This commit was generated by cvs2svn to compensate for changes in r177580,
...
which included commits to RCS files with non-trunk default branches.
2008-03-24 21:20:35 +00:00
Sam Leffler
bdc431a06b
add support for driver-based RADIUS ACL's (committed on vendor branch as it's
...
been sent upstream)
Submitted by: Chris Zimmermann
2008-03-24 21:20:35 +00:00
Sam Leffler
9170422006
resolve merge conflicts
...
MFC after: 3 weeks
2008-03-24 21:08:25 +00:00
Sam Leffler
6ff97d4b9c
Import of hostapd 0.5.10
2008-03-24 21:06:16 +00:00
Sam Leffler
1fa9817d63
This commit was generated by cvs2svn to compensate for changes in r177576,
...
which included commits to RCS files with non-trunk default branches.
2008-03-24 21:06:16 +00:00
Sam Leffler
be6a4d63a5
add syslog support (committed on vendor branch as it's been sent upstream)
...
PR: bin/116190
2008-03-24 20:13:41 +00:00
Sam Leffler
dc0d8c3f05
This commit was generated by cvs2svn to compensate for changes in r177572,
...
which included commits to RCS files with non-trunk default branches.
2008-03-24 20:13:41 +00:00
Sam Leffler
7accac9161
update for 0.5.10
2008-03-24 19:59:12 +00:00
Sam Leffler
7e30ef1bec
resolve merge conflicts
...
MFC after: 3 weeks
2008-03-24 19:57:51 +00:00
Sam Leffler
f2afa83e72
Import of WPA supplicant 0.5.10
2008-03-24 19:46:53 +00:00
Sam Leffler
52cae81516
This commit was generated by cvs2svn to compensate for changes in r177568,
...
which included commits to RCS files with non-trunk default branches.
2008-03-24 19:46:53 +00:00
Xin LI
577cb6d743
Resolve conflicts.
2008-03-20 02:56:24 +00:00
Xin LI
b74c250e77
Update upgrade instructions to reflect 1.0.5 import; add FREEBSD-vendor
...
metadata file.
2008-03-20 02:45:32 +00:00
Xin LI
4fd2d3b692
This commit was generated by cvs2svn to compensate for changes in r177420,
...
which included commits to RCS files with non-trunk default branches.
2008-03-20 02:16:44 +00:00
Xin LI
0c9ffc952b
Virgin import (trimmed) of Bzip2 version 1.0.5.
2008-03-20 02:16:44 +00:00
David E. O'Brien
42bd166385
Remove FreeBSD ID's so these are exact copies of the vendor sources.
2008-03-19 15:15:26 +00:00
David E. O'Brien
8177af2087
We use the stock versions of these files.
2008-03-19 15:11:46 +00:00
David E. O'Brien
55c1a1a16b
Merge rev 1.9 (new long flag to ignore the CVSROOT/passwd file)
...
rev 1.2 (local tag/$Id$ keyword support) into version 1.11-20080310.
2008-03-19 15:08:01 +00:00
David E. O'Brien
95882ea60d
Merge rev 1.9 (update "-T" Template support) and rev 1.2 (-D'date'
...
option with -r'branch' on update) into version 1.11-20080310.
2008-03-19 15:07:28 +00:00
David E. O'Brien
ba972671ba
Merge rev 1.28 (CAN-2005-0753 / FreeBSD-SA-05:05.cvs fixes),
...
rev 1.27 ("iso8601" option keyword) revs 1.12/1.10/1.5/1.4 ($CVSHeader$
support) rev 1.2 ($CVS_LOCAL_BRANCH_NUM support for local commit
feature of cvsup) into version 1.11-20080310.
2008-03-19 15:06:50 +00:00
David E. O'Brien
1cc39002b8
Merge rev 1.2 (extensions to the $CVSROOT/config syntax) and
...
rev 1.4 (1.12 CVSROOT/config keyword expansion forward compatability)
into version 1.11-20080310.
Note the vendor has also added some forward compatability support.
We should determine if we can live with just the vendor's method.
2008-03-19 15:05:27 +00:00
David E. O'Brien
62641a635b
Merge rev 1.25 ("iso8601" option keyword), rev 1.17 (environtmental var
...
"CVS_OPTIONS"), rev 1.14 ('-g' option to support shared-group access),
rev 1.7 ('-R' read-only repository mode), rev 1.6 (support for checking
out from a read-only repository), revs 1.4 & 1.5 ("tagexpand=")
into version 1.11-20080310. Note the vendor accepted my "blame" alias.
2008-03-19 15:00:43 +00:00
David E. O'Brien
a9361e32aa
Merge rev. 1.2 ("iso8601" option keyword) into version 1.11-20080310.
...
Note the vendor added our '-n' feature to the offical code base.
2008-03-19 14:56:41 +00:00
David E. O'Brien
1df5166048
Merge rev 1.3 (catch write-lock attempts immediately if running in
...
read-only mode) & rev 1.2 (check out from read-only repository support)
into version 1.11-20080310.
2008-03-19 14:55:59 +00:00
David E. O'Brien
3d1f13d8ce
Merge rev 1.21: change default from "rsh" to "ssh", rev 1.14: comprehensive
...
-T CVS/Template support, rev 1.9: new long flag that causes cvs to ignore
the CVSROOT/passwd file, rev 1.3: support for checking out from a read-only
repository, rev. 1.2: support for local $Id$ keyword into cvs 1.11-20080310.
2008-03-19 14:50:22 +00:00
David E. O'Brien
1aa5089a57
Merge rev 1.7: always upload new files, even if the timestamps match,
...
rev 1.2: fix a problem sometimes seen when doing checkouts from a local repo
and committing via remote cvs (a cvs -d override of the mismatched CVS/Root
files was missing) into cvs 1.11-20080310.
Note that rev 1.4 (default CVS_RSH to "ssh") will not be handled thru the
vendor's config.h.
2008-03-19 14:49:14 +00:00
David E. O'Brien
5109f5b5c7
This commit was generated by cvs2svn to compensate for changes in r177391,
...
which included commits to RCS files with non-trunk default branches.
2008-03-19 14:46:59 +00:00
David E. O'Brien
76fd2245b5
Import of 1.11 branch snapshot - using the 10-March-2008 code base.
2008-03-19 14:46:59 +00:00
David E. O'Brien
9ffd882be2
egad! The cvs 1.11.22 distribution had a Linux binary in it. Yuck.
2008-03-17 07:57:38 +00:00
Xin LI
90eb3b443d
This commit was generated by cvs2svn to compensate for changes in r177128,
...
which included commits to RCS files with non-trunk default branches.
2008-03-12 23:01:33 +00:00
Xin LI
9a5e637124
Reapply a bugfix that was done as sh.lex.c,v 1.1.1.8
2008-03-12 23:01:33 +00:00
Shteryana Shopova
02f27f1cfa
This commit was generated by cvs2svn to compensate for changes in r176892,
...
which included commits to RCS files with non-trunk default branches.
2008-03-07 09:33:29 +00:00
Shteryana Shopova
691f8568ea
Vendor patch: Prevent bsnmpd from dumping core when a module's init hook
...
returns an error.
Approved by: bz (mentor), harti
2008-03-07 09:33:29 +00:00
Sam Leffler
ba4e014b5c
unbreak printing 802.11 tx/rx rates
...
MFC after: 3 days
2008-02-25 01:28:14 +00:00
Rui Paulo
8ea0d8cff1
Add AS lookup functionality. On each hop we query a whois server to
...
find the corresponding AS for that IP (-a switch).
We can also choose a different whois server with the -A switch. The
default is whois.radb.net.
Obtained from: NetBSD
Reviewed by: bms, njl (mentor)
Approved by: njl (mentor)
2008-02-20 23:29:53 +00:00
Remko Lodder
90b87073e6
MFOpenBSD rev 1.393 pf.conf.5
...
do not describe `/' as solidus; from Allen (freebsd pr120484);
PR: 120484
Submitted by: Allen <alandsidel at 1001islington dot com>
MFC After: 3 days
2008-02-11 21:09:34 +00:00
Rong-En Fan
d52218b200
- Update instructions for snapshot import
2008-02-11 13:42:45 +00:00
Rong-En Fan
60aa916070
Per discussion on developers@, add vendor information for ncurses.
2008-02-11 13:40:20 +00:00
Rong-En Fan
d8977eaf36
Import ncurses 5.6-20080209 snapshot onto the vender branch
2008-02-11 13:37:14 +00:00
Rong-En Fan
ce14abc704
This commit was generated by cvs2svn to compensate for changes in r176187,
...
which included commits to RCS files with non-trunk default branches.
2008-02-11 13:37:14 +00:00
Dag-Erling Smørgrav
2f84291cac
As per discussion, commit experimental metadata for my contrib packages.
...
The idea is to have a FREEBSD-vendor file for every third-party package
in the tree.
2008-02-06 23:06:24 +00:00
David E. O'Brien
eca0ab3fbd
Remove files no longer part of the vendor's file(1).
2008-02-02 18:26:53 +00:00
David E. O'Brien
129099554f
This commit was generated by cvs2svn to compensate for changes in r175898,
...
which included commits to RCS files with non-trunk default branches.
2008-02-02 18:26:53 +00:00
David E. O'Brien
c331df4f23
Fix nit in version 4.23 in which -p does not work (thus updating access
...
times when it shouldn't). The PR's patch has been incorporated upstream
as magic.c rev 1.46.
PR: 107676
Submitted by: Dr. Markus Waldeck <waldeck@gmx.de>
2008-02-02 07:19:01 +00:00
David E. O'Brien
bbb6d1d6bc
This commit was generated by cvs2svn to compensate for changes in r175882,
...
which included commits to RCS files with non-trunk default branches.
2008-02-02 07:19:01 +00:00
David E. O'Brien
da4c6b80d9
Update for the 4.23 import.
2008-01-30 02:48:24 +00:00
Dag-Erling Smørgrav
bb9740d80e
Merge r412 from vendor, which reintroduces _OPENPAM. See comment in the
...
code for explanation. Hopefully, this will forestall any reports of
breakage in OpenPAM-aware ports.
MFC after: 3 days
2008-01-29 20:22:00 +00:00
Dag-Erling Smørgrav
e5d28f17bd
This commit was generated by cvs2svn to compensate for changes in r175801,
...
which included commits to RCS files with non-trunk default branches.
2008-01-29 20:22:00 +00:00
David E. O'Brien
e26c7abd15
\jedi-mind-trick{this is not the file you were looking for}
2008-01-29 16:17:42 +00:00
David E. O'Brien
ac1a00f2eb
Bring in fix for Binutils PR other/16240: Check for a failure return from
...
cplus_demangle_type. This is the rev 1.50-1.51 change.
Our addr2line, etc.. would crash if used on C++ code that contains
certain symbol types. One example is
_ZN13PatternDriver23StringScalarDeleteValueC1ERKNS_25ConflateStringScalarValueERKNS_25AbstractStringScalarValueERKNS_12TemplateEnumINS_12pdcomplementELZNS_16complement_namesEELZNS_14COMPLEMENTENUMEEEE
2008-01-29 16:12:06 +00:00
David E. O'Brien
fcc5f7da42
This commit was generated by cvs2svn to compensate for changes in r175790,
...
which included commits to RCS files with non-trunk default branches.
2008-01-29 16:12:06 +00:00
Peter Wemm
031175705e
Add a -P flag to display per-cpu cpu usage stats.
2008-01-18 01:43:14 +00:00
David E. O'Brien
974b70c47d
Import file version 4.23 onto the vendor branch
2008-01-13 20:35:16 +00:00
David E. O'Brien
ffe9120d7b
This commit was generated by cvs2svn to compensate for changes in r175296,
...
which included commits to RCS files with non-trunk default branches.
2008-01-13 20:35:16 +00:00
David E. O'Brien
78a97497cd
Update for the 1.11.22 import.
...
Reviewed/begged-for by: peter
2008-01-13 06:35:22 +00:00
David E. O'Brien
274835303c
2004-09-25 Derek Price <derek@ximbiot.com>
...
* mkman.in: Move to...
* mkman.pl: ...here.
2008-01-13 06:24:49 +00:00
David E. O'Brien
0419bd9502
This commit was generated by cvs2svn to compensate for changes in r175283,
...
which included commits to RCS files with non-trunk default branches.
2008-01-13 06:24:49 +00:00
David E. O'Brien
6a06c310cf
We use the stock versions of these files.
...
Reviewed/begged-for by: peter
2008-01-13 06:20:11 +00:00
David E. O'Brien
45930893e8
Merge what 1.11.17 -> 1.11.22 ../doc/cvs.1 changes I could.
...
We never merged in the 1.11.15 -> 1.11.17 changes - due to the moving
of cvs.1 from man/ to doc/ and being auto generated.
2008-01-13 06:14:29 +00:00
David E. O'Brien
36a176ecb7
Merge rev 1.9 (update "-T" Template support) and rev 1.2 (-D'date'
...
option with -r'branch' on update) into version 1.11.22.
2008-01-13 06:13:25 +00:00
David E. O'Brien
defa58274e
Merge rev 1.9 (new long flag to ignore the CVSROOT/passwd file)
...
rev 1.2 (local tag/$Id$ keyword support) into version 1.11.22.
2008-01-13 06:12:54 +00:00
David E. O'Brien
d0d4f2ef9b
Merge rev 1.28 (CAN-2005-0753 / FreeBSD-SA-05:05.cvs fixes),
...
rev 1.27 ("iso8601" option keyword) revs 1.12/1.10/1.5/1.4 ($CVSHeader$
support) rev 1.2 ($CVS_LOCAL_BRANCH_NUM support for local commit
feature of cvsup) into version 1.11.22.
Note rev 1.21 ("-D date" checkout bug relating to 1.1.1.1 vs 1.1
revisions), rev 1.13 (allow -D'date' with -r'branch' on a checkout),
rev 1.6 (use xstrdup rather than strdup) are fixed in the vendor sources
2008-01-13 06:12:27 +00:00
David E. O'Brien
688d0df11b
Merge rev 1.11 ("iso8601" option keyword) into version 1.11.22.
...
(all our other local changes are OBE)
2008-01-13 06:11:36 +00:00
David E. O'Brien
51e347cf4c
Merge rev 1.2 (extensions to the $CVSROOT/config syntax) and
...
rev 1.4 (1.12 CVSROOT/config keyword expansion forward compatability)
into version 1.11.22.
2008-01-13 06:10:58 +00:00
David E. O'Brien
ea7768f3aa
Merge rev 1.25 ("iso8601" option keyword), rev 1.23 (blame),
...
rev 1.17 (environtmental var "CVS_OPTIONS"), rev 1.14 ('-g' option to
support shared-group access), rev 1.7 ('-R' read-only repository mode),
rev 1.6 (support for checking out from a read-only repository),
revs 1.4 & 1.5 ("tagexpand=") into version 1.11.22.
2008-01-13 06:10:18 +00:00
David E. O'Brien
78d59c12d4
Merge rev 1.9 (put the blank line back in the beginning of constructed
...
log messages being passed to $EDITOR) into version 1.11.22.
2008-01-13 06:09:41 +00:00
David E. O'Brien
469909901f
Merge rev 1.3 ('-n' option) & rev. 1.2 ("iso8601" option keyword)
...
into version 1.11.22.
2008-01-13 06:08:49 +00:00
David E. O'Brien
fff17d416c
Merge rev 1.3 (catch write-lock attempts immediately if running in
...
read-only mode) & rev 1.2 (check out from read-only repository support)
into version 1.11.22.
2008-01-13 06:08:17 +00:00
David E. O'Brien
cf7a6ed752
Merge revs 1.2 (comprehensive CVS/Template support) into version 1.11.22.
2008-01-13 06:07:20 +00:00
David E. O'Brien
d304d2a774
Merge rev 1.2 (do not check val-tags if the repository is read-only)
...
into version 1.11.22.
2008-01-13 06:06:41 +00:00
David E. O'Brien
5508baed23
Toss all of our local changes - they are OBE.
...
However, stay with version 1.9.26's buflen of BUFSIZ as we have in the
past vs. going with the 1.10+ limited length of 128.
2008-01-13 06:06:15 +00:00
David E. O'Brien
af9bb1d630
Merge rev 1.16: implement -j for cvs diff, allowing tag:date based diffs
...
into version 1.11.22.
2008-01-13 06:05:24 +00:00
David E. O'Brien
1b60ed3476
Change default from rsh to ssh. (moved from client.c).
...
Merge rev 1.14: comprehensive -T CVS/Template support, rev 1.9: new long
flag that causes cvs to ignore the CVSROOT/passwd file, rev 1.3: support
for checking out from a read-only repository, rev. 1.2: support for local
$Id$ keyword into cvs 1.11.22.
Note that rev 1.4 (make verifymsg extra useful) is OBE.
2008-01-13 06:04:43 +00:00
David E. O'Brien
eb29efdd21
Merge rev 1.7: always upload new files, even if the timestamps match,
...
rev 1.4: flip the default for CVS_RSH to "ssh", rev 1.2: fix a problem
sometimes seen when doing checkouts from a local repo and committing
via remote cvs (a cvs -d override of the mismatched CVS/Root files was
missing) into cvs 1.11.22.
2008-01-13 06:02:28 +00:00
David E. O'Brien
69d204771d
Merge our -T comprehensive CVS/Template support into cvs 1.11.22.
2008-01-13 06:00:42 +00:00
David E. O'Brien
5a71bb8e41
Update for the 1.11.22 import.
2008-01-13 05:50:33 +00:00
David E. O'Brien
cf9c5c1a56
Import cvs-1.11.22 onto vendor branch.
2008-01-13 05:49:32 +00:00
David E. O'Brien
8c012b9f91
This commit was generated by cvs2svn to compensate for changes in r175261,
...
which included commits to RCS files with non-trunk default branches.
2008-01-13 05:49:32 +00:00
David E. O'Brien
dbb2956620
Improve -u (limit uid lookups) behavior.
...
Submitted by: David Frascone <dave@frascone.com>
PR: 119490
2008-01-09 18:06:24 +00:00
David E. O'Brien
b9dca7a18c
Bring in fix for Binutils PR other/16240: Check for a failure return from
...
cplus_demangle_type. This is the rev 1.50-1.51 change.
Our addr2line, etc.. would crash if used on C++ code that contains
certain symbol types. One example is
_ZN13PatternDriver23StringScalarDeleteValueC1ERKNS_25ConflateStringScalarValueERKNS_25AbstractStringScalarValueERKNS_12TemplateEnumINS_12pdcomplementELZNS_16complement_namesEELZNS_14COMPLEMENTENUMEEEE
2008-01-09 16:46:14 +00:00
Peter Wemm
aa0eaafee0
Add a forward compatability hook so that current cvs can recognize future
...
CVSROOT/config file options that control keyword expansion. cvs-1.12 has
its own $Id$ expansion controls and they're configured in CVSROOT/config
rather than CVSROOT/options. The problem is that current cvs-1.11.x
doesn't understand the future keywords.....
Add trivial forward support for the new keywords for when cvs-1.12
hits the tree down the road. CVSROOT/options won't be going away - cvsup
uses it.
2008-01-07 07:47:21 +00:00
David E. O'Brien
c24c464544
Reduce diffs to vendor's 1.11.17.
2007-12-31 03:42:05 +00:00
Rong-En Fan
9242ce6620
- Update notes
2007-12-30 11:19:29 +00:00
Rong-En Fan
4454585cdd
- Resolve conflicts
...
- Our changes in lib_termcap.c is now merged in upstream
2007-12-30 11:15:46 +00:00
Rong-En Fan
536bf19adc
- Remove files that are removed in upstream
2007-12-30 11:10:17 +00:00
Rong-En Fan
45ed6d05ba
This commit was generated by cvs2svn to compensate for changes in r174996,
...
which included commits to RCS files with non-trunk default branches.
2007-12-30 11:10:17 +00:00
Rong-En Fan
5ca44d1c91
Import ncurses 5.6-20071222 snapshot onto the vender branch
2007-12-30 11:08:14 +00:00
Rong-En Fan
ca7562e9c2
This commit was generated by cvs2svn to compensate for changes in r174993,
...
which included commits to RCS files with non-trunk default branches.
2007-12-30 11:08:14 +00:00
Dag-Erling Smørgrav
dd63c4e894
Remove dead files
2007-12-21 11:56:21 +00:00
Dag-Erling Smørgrav
df21757a45
This commit was generated by cvs2svn to compensate for changes in r174835,
...
which included commits to RCS files with non-trunk default branches.
2007-12-21 11:56:21 +00:00
Dag-Erling Smørgrav
fe9807548e
Vendor import of OpenPAM Hydrangea.
2007-12-21 11:49:29 +00:00
Dag-Erling Smørgrav
7d5b65baf1
This commit was generated by cvs2svn to compensate for changes in r174832,
...
which included commits to RCS files with non-trunk default branches.
2007-12-21 11:49:29 +00:00
David Schultz
9cb4166881
On platforms where long is 64 bits, make sure gdtoa doesn't use a
...
long when it really wants an int.
2007-12-17 00:19:49 +00:00
David Schultz
fb048cca0c
Fix previous commit: We should only mask the top bit in the STRTOG_NaNBits
...
case, not the STRTOG_Normal case.
2007-12-16 23:31:55 +00:00
David Schultz
10a381e55a
Fix strto{f,d,ld}() so they don't return signaling NaNs. C99
...
says they are never supposed to, and the fact that they did could
cause apps that run with unmasked FP exceptions to SIGFPE after a
scanf() or strtod(). The vendor stated that he will not be fixing
this, citing portability concerns.
2007-12-16 21:14:33 +00:00
David Schultz
2ca7a12a81
Some changes the vendor didn't want:
...
- Accept the '0x' prefix so strtod("nan(0x...)", NULL) returns the same
thing as gcc's builtin nan("0x...") for such strings.
- Don't return uninitialized memory.
- Finish processing the string up to the closing ')' (provided it's
lexically valid) for compatibility with C99 and *scanf().
2007-12-16 21:13:54 +00:00
David E. O'Brien
df1cc4e53a
Update for the 6.1.5 import.
2007-12-11 19:16:51 +00:00
David E. O'Brien
c817ff638d
Do not fold -C*ABS<n> to ABS<-C*n> (i.e., do not move negative constants
...
inside ABS expression).
Obtained from: Richard Guenther <rguenther@suse.de>
Approved by: core
2007-12-11 03:35:39 +00:00
David E. O'Brien
c5ace62e4e
This commit was generated by cvs2svn to compensate for changes in r174531,
...
which included commits to RCS files with non-trunk default branches.
2007-12-11 03:35:39 +00:00
Marius Strobl
3df889c865
Allow the targeted CPU type to be set via -mcpu instead of
...
limiting to the hardcoded equivalent of -mcpu=ultrasparc.
PR: 109510
MFC after: 3 months
2007-12-09 17:41:47 +00:00
Ruslan Ermilov
f5fc87f816
More fixes.
2007-12-07 20:22:59 +00:00
Ruslan Ermilov
2d15ec09ec
Revise the man->mdoc conversion of the amd manpages.
2007-12-07 20:16:21 +00:00
David E. O'Brien
aa1670f3e4
Put stock 6.1.5 file into HEAD.
2007-12-05 16:57:05 +00:00
David E. O'Brien
1e2f6b2e5f
Not sure why mbr deleted this file - its useful.
2007-12-05 16:56:42 +00:00
David E. O'Brien
6c35d3a23a
2005-05-28 Erez Zadok <ezk@cs.sunysb.edu>
...
* libamu/alloca.c: remove file from distro.
2007-12-05 16:18:44 +00:00
David E. O'Brien
654a1788fb
2005-10-02 Erez Zadok <ezk@cs.sunysb.edu>
...
* libamu/strutil.c: rename from util.c to explain better purpose
of file.
2007-12-05 16:16:56 +00:00
David E. O'Brien
0b9f1067ff
2005-03-05 Ion Badulescu <ionut@moisil.badula.org>
...
* amd/amfs_inherit.c: removed, dead code
2007-12-05 16:05:26 +00:00
David E. O'Brien
f126af8a17
Include support for FreeBSD's <fs/msdosfs/msdosfsmount.h>.
...
Also <ufs/ufs/ufsmount.h> is safe to use.
2007-12-05 16:03:52 +00:00
David E. O'Brien
e980435124
Merge rev. 1.7 (change mounting directory to match traditional FreeBSD
...
/etc/defaults/rc.conf) into 6.1.5.
2007-12-05 16:00:42 +00:00
David E. O'Brien
108897f10c
Merge the 6.0.10p1 -> 6.1.5 changes into our manpages.
2007-12-05 15:59:34 +00:00
David E. O'Brien
16fdd0c062
This commit was generated by cvs2svn to compensate for changes in r174294,
...
which included commits to RCS files with non-trunk default branches.
2007-12-05 15:48:03 +00:00
David E. O'Brien
ad8bcc147f
Virgin import of AMD (am-utils) v6.1.5
...
Sponsored by: Juniper Networks
2007-12-05 15:48:03 +00:00
David E. O'Brien
a64b8e0693
Delete from the vendor brach a few things that are dead on head.
...
(they should have been removed here instead of on HEAD in the first place...)
2007-12-05 14:20:32 +00:00
David E. O'Brien
7f01583f2f
This commit was generated by cvs2svn to compensate for changes in r174289,
...
which included commits to RCS files with non-trunk default branches.
2007-12-05 14:20:32 +00:00
Doug Barton
3104e2690b
Update this file so that BIND on ARM can actually work. I quote:
...
The problem was, isc_atomic_cmpxchg() is almost like our
atomic_cmpset_32(), except it expects the old value to be
returned, whereas our atomic_cmpset_32 returns 1 on success,
or 0 on failure. So I re-implemented something suitable.
Submitted by: cognet
Reviewed by: bsdimp
2007-12-03 08:26:34 +00:00
Doug Barton
1061ff7e54
This commit was generated by cvs2svn to compensate for changes in r174206,
...
which included commits to RCS files with non-trunk default branches.
2007-12-03 08:26:34 +00:00
Doug Barton
a6861a2eb3
These files are not part of the distribution.
...
Brought to you by: PEBCAK
2007-12-02 19:21:31 +00:00
Doug Barton
e99bdb9937
This commit was generated by cvs2svn to compensate for changes in r174190,
...
which included commits to RCS files with non-trunk default branches.
2007-12-02 19:17:26 +00:00
Doug Barton
2f4b1e8790
This file is no longer in BIND 9.4.2
2007-12-02 19:17:26 +00:00
Doug Barton
995ea97467
Vendor import of BIND 9.4.2
2007-12-02 19:10:41 +00:00
Doug Barton
3c0117d962
This commit was generated by cvs2svn to compensate for changes in r174187,
...
which included commits to RCS files with non-trunk default branches.
2007-12-02 19:10:41 +00:00
David E. O'Brien
f4edc3d2ae
Delete from the vendor brach a few things that are dead on head.
...
(they should have been removed here instead of on HEAD in the first place...)
2007-12-01 23:05:01 +00:00
John Birrell
cc6a651e49
Remove a couple of definitions which now exist in compatibility headers.
2007-11-28 22:10:36 +00:00
Xin LI
3951d17b6c
Resolve conflicts.
2007-11-26 08:58:07 +00:00
Xin LI
33a9f6ab73
Virgin import of less v416.
2007-11-26 08:57:30 +00:00
Xin LI
ddccfc1d45
This commit was generated by cvs2svn to compensate for changes in r173932,
...
which included commits to RCS files with non-trunk default branches.
2007-11-26 08:57:30 +00:00
John Birrell
962e1ce30f
Fix strict alias warnings.
2007-11-23 23:56:03 +00:00
Max Laier
7b8d9f5cb3
Avoid excessive error message printout.
...
PR: bin/118150
Reported by: keramida
MFC after: 3 days
2007-11-21 12:52:26 +00:00
John Birrell
425f8c30f8
Fix a compiler warning.
2007-11-18 00:25:18 +00:00
Xin LI
9b045eb7f4
Nuke file removed from author's distribution.
2007-11-16 22:26:10 +00:00
Xin LI
bf419bfad8
This commit was generated by cvs2svn to compensate for changes in r173686,
...
which included commits to RCS files with non-trunk default branches.
2007-11-16 22:26:10 +00:00
Xin LI
423c5ce59d
Resolve conflicts; Update defines.h to reflect latest change.
2007-11-16 22:24:31 +00:00
Xin LI
464501a8bf
Virgin import of less v415.
2007-11-16 22:22:17 +00:00
Xin LI
e82bf08b85
This commit was generated by cvs2svn to compensate for changes in r173682,
...
which included commits to RCS files with non-trunk default branches.
2007-11-16 22:22:17 +00:00
David E. O'Brien
df2c0c36a5
This commit was generated by cvs2svn to compensate for changes in r173619,
...
which included commits to RCS files with non-trunk default branches.
2007-11-14 22:58:36 +00:00
David E. O'Brien
36e24f40f9
Bring in FSF revision 1.9 (Change type of ps_strings from int to u_long).
...
This fixes a situation where GDB gives incorrect backtraces when a signal
handler is in the call chain.
Submitted by: Stu Grossman <grossman@juniper.net>
2007-11-14 22:58:36 +00:00
Xin LI
c4989d519e
Add instructions about how to upgrade less in base system
2007-11-13 18:54:35 +00:00
Andrey A. Chernov
9fe2e5c916
Update after import
2007-11-07 04:44:11 +00:00
Andrey A. Chernov
dfd74d725b
Merge after importing official patches 3-7
2007-11-07 04:42:20 +00:00
Andrey A. Chernov
77963b5d45
This commit was generated by cvs2svn to compensate for changes in r173403,
...
which included commits to RCS files with non-trunk default branches.
2007-11-07 04:34:03 +00:00
Andrey A. Chernov
856ca0bc92
Official patches 3-7
2007-11-07 04:34:03 +00:00
Gregory Neil Shapiro
7c4f8c3c41
Update for sendmail 8.14.2
...
MFC after: 1 week
2007-11-05 00:21:32 +00:00
Gregory Neil Shapiro
41f3d2cef4
Resolve conflicts from sendmail 8.14.2 import
2007-11-05 00:09:45 +00:00
Gregory Neil Shapiro
ffb836234b
Import sendmail 8.14.2
2007-11-05 00:04:21 +00:00