231102 Commits

Author SHA1 Message Date
christos
37f7124d43 mention tzcode 2014-10-23 18:46:49 +00:00
christos
67431d7357 merge 2014i 2014-10-23 18:45:58 +00:00
christos
035b9a6c6d prefer our own unwind.h 2014-10-23 17:51:22 +00:00
christos
3ce54f1012 use the appropriate unwind.h header 2014-10-23 17:50:24 +00:00
christos
a62fb610ef stop playing type games, and use the proper type for the placement new operator 2014-10-23 17:50:08 +00:00
martin
91eb09ff7d Only visit libasan if ${HAVE_GCC} == "48" 2014-10-23 15:29:06 +00:00
apb
169f79fc13 Add vis() function, and canonicalise file names via vis(unvis($1)).
XXX: The vis() function is very limited, due to the absence of ord()
in NetBSD's awk.
2014-10-23 14:19:33 +00:00
msaitoh
d2097cff68 Add some HyperTransport related defines. It's required for the MSI. 2014-10-23 13:45:41 +00:00
msaitoh
75d11a50a3 - Cleanup pci_conf_print_caplist. Use table. The reason why it loops twice
is that some capabilities appear multiple times (e.g. HyperTransport cap).
- Print the specification revision of Power Management and AGP not in
  the capability list part but in the detail part.
2014-10-23 13:44:37 +00:00
msaitoh
7ba909f296 Fix a bug that the specification revision of the Power Management function
was incorrectly printed in the output of capability "list".
The value is also printed in the detail output and it has no bug.
2014-10-23 13:40:15 +00:00
christos
37db287df0 Use libdplibs 2014-10-23 12:16:25 +00:00
msaitoh
3a7d62f9b4 Add support for sysenter, sysexit, vmptrld, vmptrst and getsec. 2014-10-23 10:01:53 +00:00
msaitoh
cab18f482b Fix typo in comment. 2014-10-23 09:59:56 +00:00
msaitoh
0b799d3076 Add comment. 2014-10-23 09:57:37 +00:00
martin
a97b734d97 Add standard size_t dance 2014-10-23 08:55:32 +00:00
apb
947d6598d2 Note update to tzdata2014i, 2014-10-23 03:47:58 +00:00
apb
f03d8877bd Add ./usr/share/zoneinfo/Pacific/Bougainville for tzdata2014i 2014-10-23 03:45:46 +00:00
apb
2eedb5803b Update tzdata2netbsd for 2014i.
The NEWS file has been included in the tzdata tarball since 2014g, so
don't mention the separate NEWS URL in the prototype CVS log message.
2014-10-23 03:42:09 +00:00
apb
94442e1f49 Import tzdata2014i from ftp://ftp.iana.org/tz/releases/tzdata2014i.tar.gz
Summary of changes in tzdata2014i (2014-10-21 22:04:57 -0700):
  * Pacific/Fiji will observe DST from 2014-11-02 02:00 to 2015-01-18 03:00.
    Guess that future years will use a similar pattern.
  * A new Zone Pacific/Bougainville, for the part of Papua New Guinea
    that plans to switch from UTC+10 to UTC+11 on 2014-12-28 at 02:00.
  * Since Belarus is not changing its clocks even though Moscow is,
    the time zone abbreviation in Europe/Minsk is changing from FET
    to its more-traditional value MSK on 2014-10-26 at 01:00.
  * The new abbreviation IDT stands for the pre-1976 use of UT+8 in
    Indochina, to distinguish it better from ICT (UT+7).
  * Many time stamps have been corrected for Asia/Ho_Chi_Minh before 1976.
    Asia/Ho_Chi_Minh has been added to zone1970.tab, since
    north and south Vietnam disagreed after our 1970 cutoff.
  * Asia/Phnom_Penh and Asia/Vientiane have been turned into links, as
    they differed from existing zones only for pre-1970 time stamps.
  * Changes affecting commentary.
2014-10-23 03:37:19 +00:00
christos
9512ff2aab simplify and add more architectures. 2014-10-23 00:25:54 +00:00
christos
e3b61b8356 forgot one. 2014-10-22 23:25:11 +00:00
christos
f6fe66d5cb add asan to the libraries we build. 2014-10-22 23:20:48 +00:00
christos
9b7e305c80 set the proper asan variable 2014-10-22 23:17:24 +00:00
christos
c589879b35 Add build glue 2014-10-22 21:22:06 +00:00
christos
877f27642f add libasan to the build 2014-10-22 21:21:02 +00:00
christos
f4169a524f more portability fixes. 2014-10-22 21:19:59 +00:00
christos
152b237a9f add undef first 2014-10-22 20:50:20 +00:00
christos
e25713fc10 don't kill the existing includes 2014-10-22 19:29:31 +00:00
christos
bacb21ce00 mention address sanitizer 2014-10-22 16:54:13 +00:00
christos
38f6727a61 Do the mcontext stuff differently so that we don't fail compilation. 2014-10-22 16:53:16 +00:00
christos
df8aa0850e NetBSD supports -lasan 2014-10-22 16:52:47 +00:00
christos
ff64bca229 Add libraries the statically linked address sanitizer library needs. 2014-10-22 16:52:23 +00:00
christos
f9211b1169 Add libasan 2014-10-22 16:51:31 +00:00
christos
5efa2869b3 remove dup lines 2014-10-22 16:36:52 +00:00
christos
0b7d23047d No need to -I execinfo now that unwind.h is installed. 2014-10-22 16:31:57 +00:00
christos
98d839c6b3 Make unwind.h installable. 2014-10-22 16:30:21 +00:00
christos
496a0216ed reduce diffs with upstream. 2014-10-22 16:29:47 +00:00
nonaka
b5a6e53dd2 Don't call kpause(9) if cold. 2014-10-22 11:41:34 +00:00
jmcneill
328980e268 map gmac_phy_power.gmac_phy_power_en to gmacpwren 2014-10-22 11:11:40 +00:00
joerg
514c5293cd Add missing muldc3.c. 2014-10-22 10:33:27 +00:00
joerg
6602b2dcba Support copysignl on PowerPC. 2014-10-22 10:32:50 +00:00
christos
8bb734fd0d Go back to use the linux version which can be used for our stuff too now. 2014-10-22 03:07:11 +00:00
jmcneill
66eb5676c3 defopt -> defflag 2014-10-22 00:46:15 +00:00
jmcneill
e184a4583b Add support for GPIO configuration via "FEX" scripts, in an attempt to
keep awin_device_register under control.

Board configuration scripts can be found here:
  https://github.com/linux-sunxi/sunxi-boards/blob/master/sys_config

You can compile them with the "fex2bin" tool found here:
  https://github.com/linux-sunxi/sunxi-tools

To use, copy the compiled FEX to your MS-DOS partition, load it with
U-Boot, and then tell the kernel where to find it with the "sysconfig="
boot option. For example, uEnv.txt on a Cubieboard2 might look like this:

  bootargs=root=ld0a sysconfig=0x43000000
  uenvcmd=mmc dev 0; mmc rescan; fatload mmc 0:1 43000000 cubieboard2.bin; fatload mmc 0:1 82000000 netbsd.ub; bootm 82000000
2014-10-22 00:24:52 +00:00
christos
9017a279de install a shared library version, now that we know how to do it. 2014-10-22 00:16:29 +00:00
christos
9d5ff525cf the interceptors don't know about __RENAME() so add a kludge. 2014-10-22 00:15:16 +00:00
christos
d37ef571ab remove default debugging code. 2014-10-22 00:14:52 +00:00
apb
538f992a87 Add an unvis function and use it on file names in mtree specs.
This should correct the problem that ./bin/[ was missing from the
base.tgz set, despite being listed in src/distrib/sets/base/mi
and being present in METALOG.  The corresponding entry in
METALOG.sanitised has ./bin/\133 instead of ./bin/[, and that made
join.awk omit it.

XXX: The unvis() implementation in join.awk handles only a subset
of the syntax, but it's probably good enough for now.

XXX: The file names should probably be canonicalised by
vis(unvis(name)), but at present none of the file names in the set
lists really need it.

XXX: It may be a bug that entries in the set lists without
corresponding entries in METALOG are silently ignored by join.awk.
2014-10-21 23:15:38 +00:00
martin
ad279af689 On architectures that have no BIOS (and so do not set a BIOS geometry)
we need to initialize the globals bsec, bcyl and bhead before using
them.
2014-10-21 18:19:17 +00:00
christos
2d22a4aaac Revert previous; it does not work with COMPAT_BSDPTY, screen(1) fails because
it does a TIOCPTSNAME immediately after opening ptmx and finds an old style pty.
2014-10-21 16:05:01 +00:00