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
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
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
Rong-En Fan
5ca44d1c91
Import ncurses 5.6-20071222 snapshot onto the vender branch
2007-12-30 11:08:14 +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
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
Dag-Erling Smørgrav
fe9807548e
Vendor import of OpenPAM Hydrangea.
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
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
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
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
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
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
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
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
Xin LI
33a9f6ab73
Virgin import of less v416.
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