Commit Graph

14650 Commits

Author SHA1 Message Date
joerg
36a6d19157 Handle dependency on libstdc++ / libc++ in bsd.lib.mk. 2013-09-12 17:14:20 +00:00
joerg
4d12bfcd15 Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.
2013-09-12 15:36:14 +00:00
joerg
975a152cfc If a library needs a symbol from another library, pull that library in
explicitly, even if the DT_NEEDED closure would normally already ensure
the presence.
2013-09-11 23:04:09 +00:00
jnemeth
051cef0f90 PR/48199 - David H. Gutteridge -- remove some vestiges left over from UUCP removal 2013-09-10 00:41:51 +00:00
wiz
f743a71b8d Whitespace. 2013-09-09 08:23:54 +00:00
rkujawa
0c3b693fd3 Add mpl115a(4) man page for the new MPL115A2 pressure sensor driver. 2013-09-08 15:57:39 +00:00
skrll
5f79def1a6 Typo. Bump date. 2013-09-04 10:17:58 +00:00
joerg
6c440ed37c Update LLVM/Clang snapshot to r189662. This includes many improvements
to the new SLP vectorizer, fast codegen support for PPC and using
terminfo for the color sequences. In addition, add (optional) build
infrastructure for lld to allow easier testing. This is controlled by
MKLLD.
2013-09-02 14:34:55 +00:00
wiz
830908813f New sentence, new line. Bump date for previous. 2013-08-29 20:02:35 +00:00
rmind
1962fa8781 Implement BPF_COP/BPF_COPX instructions in the misc category (BPF_MISC)
which add a capability to call external functions in a predetermined way.

It can be thought as a BPF "coprocessor" -- a generic mechanism to offload
more complex packet inspection operations.  There is no default coprocessor
and this functionality is not targeted to the /dev/bpf.  This is primarily
targeted to the kernel subsystems, therefore there is no way to set a custom
coprocessor at the userlevel.

Discussed on: tech-net@
OK: core@
2013-08-29 14:25:40 +00:00
matt
f60758a410 Change the default for MKLINT to no 2013-08-26 22:15:51 +00:00
wiz
19c47e9aa9 Remove PFIL_HOOKS references, code was unifdefed.
From David H. Gutteridge in PR 48146.

Bump date.
2013-08-22 07:17:11 +00:00
matt
efa43f9322 Change rule for x86 link to not be x86 dependent 2013-08-21 15:26:44 +00:00
joerg
6f9c8629a8 Remove duplicate zh entry. 2013-08-19 22:34:41 +00:00
martin
d987c65861 Add .ARM.extab to the list of sections to be removed when converting to
aout format.
2013-08-15 12:45:50 +00:00
wiz
cea54295d0 Remove trailing space. 2013-08-14 17:42:03 +00:00
wiz
01d139de73 Remove trailing space, sort SEE ALSO. 2013-08-14 17:41:20 +00:00
rkujawa
ec8bf2c442 This driver was actually pulled back to 6.1, so it first appeared in 6.1, not
7.0.
2013-08-14 11:29:57 +00:00
rkujawa
614460fd7f Link to X-Surf 100 docs, add info about the chip. 2013-08-14 10:45:17 +00:00
rkujawa
fbb9fd8f46 Note AX88x9x MII support (in previous commit, which accidentally had no
commit log message), bump date.
2013-08-14 09:20:55 +00:00
rkujawa
993ee73f9c *** empty log message *** 2013-08-14 09:19:09 +00:00
rkujawa
e1d7b2e3cc Note X-Surf 100 support. 2013-08-13 17:30:27 +00:00
rkujawa
bc1b10bc86 As MII support was added, add it also to synopsis. 2013-08-13 16:09:54 +00:00
joerg
6e79a9892e Do as the last commit message said and not as the change did, only use
GCC's crt code on ia64.
2013-08-12 16:51:14 +00:00
joerg
05789f4038 Only ia64 defaults to USE_COMPILERCRTSTUFF=no now, so simplify
conditional.
2013-08-12 16:39:28 +00:00
joerg
58c5751e1a Don't copy .eh_frame section when trying to create a.out binaries. 2013-08-12 16:38:47 +00:00
matt
c067c0ec0e Fix MACHINE_CPU for armeb 2013-08-12 16:17:07 +00:00
joerg
491bae4a02 Add forgotten conversions of ja_JP for the COMPOUND_TEXT encoding. 2013-08-11 22:13:56 +00:00
joerg
d1c1419eb8 Provide UTF-8 variants for all existing locales. The data is derived
from the Unicode Common Locale Data Repository.

Convert non-UTF-8 versions from the UTF-8 version using iconv and some
ad-hoc transliterations using sed.

Use EUR as currency_symbol in ISO8859-1.

Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter
is used e.g. in CLDR.

Provide the Serbian locales in both Cyrilic and Latin script versions.
The alias is choosen based on the character set for the non-UTF-8 case
and Cyrillic is the default for UTF-8.
2013-08-11 22:09:40 +00:00
rkujawa
e9b9d13fdd s/xsurfbus/xshbus/ 2013-08-11 13:18:24 +00:00
dholland
3577391ca2 +tp 2013-08-10 22:37:06 +00:00
jnemeth
e0e417bef7 PR/48112 - Kai-Uwe Eckhardt -- add support for Sitecom N300 USB WIFI adapter 2013-08-10 21:32:07 +00:00
pgoyette
59540f5ab1 Make the xsh man pages to unbreak the build (sets lists were updated to
expect these man pages, but they were not being built)
2013-08-09 15:35:54 +00:00
rkujawa
8882cc31f9 Add man page for xsh(4). 2013-08-09 11:40:08 +00:00
skrll
6234ce42bd Switch alpha to USE_COMPILERCRTSTUFF= no 2013-08-07 22:09:30 +00:00
matt
cba6c5bed5 Add support for generating tramponlines in the module at link time.
This is done using some awk scripts and KMODTRAMPOLINE in <machine/asm.h>
It's not as efficient as having the kloader do it but it is a lot simpler.
2013-08-07 17:36:11 +00:00
agc
ffc34c7f37 Add some more (cryptography-related) acronyms 2013-08-07 05:19:40 +00:00
soren
d75af7e216 Build orphaned man pages. 2013-08-06 22:33:59 +00:00
wiz
8eaee83f77 Fix another typo. 2013-08-06 20:18:31 +00:00
snj
5789d095b7 Fix spelling. 2013-08-06 19:02:57 +00:00
snj
81a7022f8e Add a comma and fix a spelling error. 2013-08-06 17:33:29 +00:00
snj
9993ab7265 non-existant is a nonexistent word. 2013-08-06 17:32:30 +00:00
snj
c8659ccdb3 Improve wording. 2013-08-06 16:54:46 +00:00
skrll
b88df2aff1 Add -mlong-calls to hppa module builds. 2013-08-06 06:08:39 +00:00
matt
7239678e01 Add GNU_ARCH for earmv4eb, earmv5, earmv5eb, earmv6, earmv6hf, earmv6eb,
earmv6hfeb, earmv7, earmv7hf
2013-08-06 05:46:26 +00:00
matt
c5d26c67ea Simplify the earm tests 2013-08-05 15:33:07 +00:00
matt
41fa6563ce Add 3 more MACHINE_ARCH: earmv4 earmv7eb earmv7hfeb
The latter are for cortex big-endian which uses a different binary format
than previous arm big endian platforms.
2013-08-05 00:21:50 +00:00
dholland
45ee4e0c87 Add a bunch of missing words from a list I had dated 2005. 2013-08-04 03:38:13 +00:00
wiz
dd9e15ecc1 The *roff macro argument is "-isoC-2011"; adapt. 2013-08-03 22:12:23 +00:00
matt
7641e12152 Add ISO C11 2013-08-03 21:56:56 +00:00