freebsd-dev/contrib
Andrew Turner 0162755064 Allow vld and vst instructions to use the canonical form from ARM ARM when
including an alignment. Previously binutils would only allow instructions
in the form "vld1.64 {d0, d1}, [r0, :128]" where the final comma should
not be there, instead the above instruction should be
"vld1.64 {d0, d1}, [r0:128]".

This change duplicates the alignment code from within the function to
handle this case.
2014-10-03 15:07:43 +00:00
..
amd Remove the names of the build host and user and the build date. This 2014-04-12 18:01:25 +00:00
apr Merge apr-1.4.8 -> apr-1.5.1 and update. 2014-05-27 07:15:14 +00:00
apr-util Merge apr-util 1.5.3 -> 1.5.4. A minor bug fix update. 2014-09-24 18:38:51 +00:00
atf Fix a typo in the upgrade directions 2014-09-24 06:50:14 +00:00
binutils Allow vld and vst instructions to use the canonical form from ARM ARM when 2014-10-03 15:07:43 +00:00
bmake Update to bmake-20140620 2014-07-08 22:27:50 +00:00
bsnmp Fix a problem with OBJECT IDENTIFIER encoding: need to check the 2014-01-21 16:49:54 +00:00
byacc Update to byacc 20140715 (only concerns regression tests being fixed) 2014-07-17 22:22:38 +00:00
bzip2
com_err
compiler-rt Mark __fixdfdi/__aeabi_d2lz with COMPILER_RT_ABI so it uses the correct 2014-04-06 09:14:11 +00:00
dialog
diff Fix a cut and paste error. 2014-01-05 23:28:03 +00:00
dma Fix build on i386 2014-02-21 16:14:40 +00:00
dtc Merge from vendor branch importing dtc git rev 6a15eb2350426d285130e4c9d84c0bdb6575547a 2014-01-27 19:37:35 +00:00
ee
elftoolchain Reapply r221569, r233401, r233524 and r255105: Add support for a few 2014-01-25 13:53:46 +00:00
expat
file MFV r267843: update file/libmagic to 5.19. 2014-06-26 06:03:39 +00:00
flex
gcc Supplement r259111 by also using correct casts in gcc's emmintrin.h for 2014-08-13 16:42:44 +00:00
gcclibs Avoid "cc1: warning: is shorter than expected" when using GNU cpp in 2014-03-26 19:57:50 +00:00
gdb recognize the FreeBSD ARCH tag that is put on binaries like on armeb 2014-02-12 02:03:37 +00:00
gdtoa
gperf gperf: reverse size_type patch from r258115. 2014-01-07 01:40:49 +00:00
groff Pull up vendor changes up to 2014-01-29 2014-01-31 12:26:30 +00:00
hyperv/tools Use a char * as iterator over a bounded string. 2014-09-25 22:22:57 +00:00
ipfilter #552 destination port not zero after parsing nat rule 2014-09-22 16:35:48 +00:00
jemalloc Update jemalloc to version 3.6.0. 2014-03-31 17:04:04 +00:00
ldns Don't cast away the const qualifier. Fixes gcc build. 2014-05-16 15:32:16 +00:00
ldns-host
less
libarchive Remove leading '/' from hardlink name when removing them from the 2014-08-26 13:11:38 +00:00
libbegemot
libc-pwcache
libc-vis Merge from NetBSD: 2014-09-08 19:26:21 +00:00
libc++ In r260015, I renamed several identifiers to avoid -Wsystem-header 2014-08-23 15:54:22 +00:00
libcxxrt Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h file 2014-02-07 21:34:09 +00:00
libexecinfo
libgnuregex
libpcap Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
libreadline
libstdc++ Fix EABI unwind function declarations to match the function definitions. 2014-07-22 20:32:24 +00:00
libucl Merge libucl 20140718 (fixes a bug in the parser) 2014-07-19 14:10:31 +00:00
llvm Add a few missing llvm/clang patches, update the other ones to be able 2014-09-21 15:37:39 +00:00
mdocml Remove IPX support. 2014-03-14 02:58:48 +00:00
mknod
mtree
ncurses Workaround a GCC warning to unbreak ARM build. 2014-03-03 08:01:36 +00:00
netbsd-tests Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , 2014-10-02 23:26:49 +00:00
netcat MFV r258194-264360: nc(1) from OpenBSD 5.5. 2014-04-11 22:12:31 +00:00
ngatm
ntp Don't reply monlist request when it's not enabled. 2014-05-06 21:34:01 +00:00
nvi Vendor import nvi-2.1.2-c80f493b038 a multikey mapping fix 2013-12-08 00:08:03 +00:00
ofed Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
one-true-awk awk: Use random(3) instead of rand(3) 2014-09-19 18:24:02 +00:00
openbsm Fix descriptors leak. 2014-09-14 09:26:33 +00:00
openpam Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
openresolv
opie Last '/' for program name, not first one 2014-08-11 14:46:09 +00:00
pam_modules/pam_passwdqc
pf Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
pjdfstest Increase the memory disk size in the following testcases to avoid mount 2014-09-24 22:51:16 +00:00
pnpinfo
sendmail Update for sendmail 8.14.9 import 2014-05-22 04:41:11 +00:00
serf Update serf-1.3.6 -> 1.3.7 2014-08-11 19:41:01 +00:00
smbfs Make it possible to use empty user name ("-U ''") for mount_smbfs(8). 2014-09-08 11:01:57 +00:00
sqlite3 Update sqlite-3.7.17 -> 3.8.5 2014-08-12 02:09:00 +00:00
subversion Update serf-1.3.6 -> 1.3.7 2014-08-11 19:41:01 +00:00
tcp_wrappers
tcpdump add CAP_EVENT for the libpcap device so we will be able to use 2014-10-02 21:34:52 +00:00
tcsh
telnet Improve upon previous commit: 2014-03-02 03:34:06 +00:00
texinfo
tnftp Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
top - Add J command to help. 2014-05-02 23:47:14 +00:00
traceroute
tzcode Fix typo. Note that although this file is under contrib, it has diverged 2014-05-15 03:08:20 +00:00
tzdata MFV of r270725, tzdata2014f 2014-08-27 19:26:35 +00:00
unbound Clean up the libunbound build to avoid accidentally regenerating the 2014-07-19 18:38:48 +00:00
unvis
vis Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
wpa convert to using pidfile... This prevents multiple wpa_supplicants 2014-06-22 10:00:33 +00:00
xz MFV r253848 (mm): 2014-03-04 21:51:11 +00:00