apb
1a4f95b9ec
Merge tzdata2013d.
2013-07-07 10:48:49 +00:00
apb
1ba4a87061
Import tzdata2013d from ftp://ftp.iana.org/tz/releases/tzdata2013d.tar.gz
...
Summary of changes from tzdata2013c to tzdata2013d:
Changes affecting current and future time stamps:
Morocco's midsummer transitions this year are July 7 and August 10,
not July 9 and August 8. (Thanks to Andrew Paprocki.)
Israel now falls back on the last Sunday of October.
(Thanks to Ephraim Silverberg.)
Changes affecting past time stamps:
Specify Jerusalem's location more precisely; this changes the pre-1880
times by 2 s.
Changing affecting metadata only:
Fix typos in the entries for country codes BQ and SX.
Changes affecting documentation and commentary:
Deemphasize the significance of national borders.
Update the zdump man page.
Remove obsolete NOID comment (thanks to Denis Excoffier).
Update several URLs and comments in the web pages.
Spelling fixes (thanks to Kevin Lyda and Jonathan Leffler).
Update URL for CLDR Zone->Tzid table (thanks to Yoshito Umaoka).
2013-07-07 10:45:27 +00:00
sjg
58ba636624
If using gmake's MAKELEVEL; use it the same way
2013-07-06 18:19:17 +00:00
jakllsch
99fefbecd1
Use NULL instead of 0 when returning a NULL pointer.
...
Also, remedy minor whitespace issue.
2013-07-06 14:38:54 +00:00
gdt
36854f2e86
#endif comments
2013-07-06 12:11:54 +00:00
gdt
93707b9ab1
Add #endif comments.
2013-07-06 12:06:24 +00:00
gdt
f8e5069c8e
Add #endif comments (only).
2013-07-06 12:03:11 +00:00
sjg
db7ba27731
If commandShell hasErrCtl is true, set shellErrFlag for use by
...
CompatRunCommand() so that behavior in jobs and compat mode
remains consistent.
2013-07-05 22:14:56 +00:00
reinoud
d2126d9622
Fixes chflags. They were silently rejected before but the VFS standard demands
...
it complains with EOPNOTSUPP.
Fixes chflags test case.
2013-07-05 20:40:20 +00:00
reinoud
16cc237e7c
Provide additional checks to udf_lookup and restructure it a bit.
...
Should fix PR 47988
2013-07-05 20:04:57 +00:00
matt
21ab2522a4
Keep both c: and d: paritions so this can work with systems that have
...
RAW_PART as 2 or 3. Addresses PR/47688.
2013-07-05 15:45:17 +00:00
njoly
d8a55ea891
+ clang-tblgen.debug, clang.debug, llvm-tblgen.debug
2013-07-05 15:30:36 +00:00
joerg
e3f0a6cadb
Put the vfork at the end.
2013-07-05 09:55:39 +00:00
msaitoh
00e7812afc
Fix a link detect bug on non-autopoll systems. Same as OpenBSD
...
(rev.1.329 and 1.336) and FreeBSD (r213710).
2013-07-05 07:08:26 +00:00
joerg
31ed74d31c
Set pc_intr_map only once.
2013-07-05 02:18:37 +00:00
joerg
3ce4c44911
Fix header guard.
2013-07-05 02:11:59 +00:00
joerg
c4d240b19a
Only install crtbeginS.o, crtbeginT.o and crtendS.o when MKPIC=yes.
2013-07-05 02:06:49 +00:00
joerg
8f5b02bd33
Use conditional calls to vfork() to prevent the compiler from inlining
...
the intermediate stack frames. Mark the __start frame as optional.
2013-07-04 23:53:13 +00:00
joerg
58d90b3498
Don't use non-literal strings as format string.
2013-07-04 23:00:23 +00:00
joerg
0d9b68baf9
One const is good enough.
2013-07-04 22:59:58 +00:00
joerg
f6a98ac11b
When trying to write into page 0, use volatile to force the compiler to
...
actually create this access.
2013-07-04 22:59:27 +00:00
joerg
5067d17810
Import revision c61efa043b14378efbd69c9a2686d44ed46ae179 of libcxxrt.
...
This adds __cxa_deleted_virtual, some explicit store barriers before
lock releases and fixes ARM guard variable initialisation.
2013-07-04 22:29:29 +00:00
joerg
251758c091
Update libc++ snapshot to r185674. This removes an incorrect freelocale
...
of the C locale on NetBSD. It adds support for non-pointer based
allocators, integer sequences and more.
2013-07-04 22:20:51 +00:00
joerg
5228cbf9e9
Build glue for including compiler-rt in libc, not hooked up yet.
2013-07-04 22:14:43 +00:00
joerg
53e1bee525
Add helper script for future imports.
2013-07-04 22:12:40 +00:00
joerg
b9829059e8
Initial import of a cut-down copy of compiler-rt revision r185671.
2013-07-04 22:09:47 +00:00
matt
9137531a8c
remove branch prediction hint from bdnzt
2013-07-04 20:57:59 +00:00
pooka
734710d913
Use kqueue on *BSD, not just NetBSD.
2013-07-04 17:46:14 +00:00
pooka
200b4dc09f
Add a note explaining why there's a homegrown __STRING, __CONCAT, etc.
2013-07-04 11:58:11 +00:00
pooka
be1e0a384e
Determine the interface name and the names of exported symbols based
...
on VIRTIF_BASE. This allows using various different packet-shoveling
backends in the same rump kernel.
2013-07-04 11:46:51 +00:00
joerg
c664b621d8
Swap order of _CITRUS_LC_MONETARY_SYM_INT_N_CS_PRECEDES and
...
_CITRUS_LC_MONETARY_SYM_INT_P_SEP_BY_SPACE to match data files.
2013-07-04 11:36:17 +00:00
pooka
aa90974447
Apparently warning flags are not kept in CWARNFLAGS. Compensate.
2013-07-04 10:14:04 +00:00
pooka
6b86dfa7fa
Some systems provide ioctl() via unistd.h
...
(not that this is going to work there, but at least we don't
get unnecessary compiler warnings)
2013-07-04 10:09:55 +00:00
pooka
b30b04091e
Avoid not-used warning on NetBSD
2013-07-04 09:58:28 +00:00
pooka
eb02078a24
fix warnings
2013-07-04 09:48:01 +00:00
wiz
e18fc4e91d
Fix xref.
2013-07-04 09:39:48 +00:00
msaitoh
1097efeb89
Sync with {Open,Free}BSD.
2013-07-04 09:26:14 +00:00
christos
1c129848aa
Simplify error handling and make it actually return a useable error code.
...
(Maxime Villard)
2013-07-04 02:58:20 +00:00
matt
1fae100816
Add l2pte_set and l2pte_reset inlines to set/reset a pte. These will be
...
used to support > 4KB pages sizes.
Don't use >> L1_S_SHIFT, use L1_IDX() instead.
2013-07-03 21:37:35 +00:00
christos
59b4948a7f
Check snprintf for -1 (Maxime Villard)
2013-07-03 21:20:45 +00:00
pooka
d9c4c208c1
fix parameter name
2013-07-03 20:17:07 +00:00
pooka
d45448fa65
Adjust for rump_virtif_create() removal. Incidentally, this reduces
...
the number of exported symbols by one (which is useful for phase 2).
2013-07-03 19:23:46 +00:00
pooka
ba335617f8
regen
2013-07-03 19:22:21 +00:00
pooka
bc38e87441
Having a system-supplied function interface to create virt(4) is not
...
fully useful when the system doesn't supply anything to configure the
interface with. So remove rump_virtif_create(), that functionality
is now taken care of with ifcloner.
2013-07-03 19:21:11 +00:00
pooka
528e47fc44
Remove makevirtif(), it's not likely to be used in testing.
...
(and this file should go away anyway in favor of using ifconfig etc.)
2013-07-03 19:13:33 +00:00
njoly
75ce45f852
Make RUMP_LOCKDEBUG work again.
...
With some help from pooka@.
2013-07-03 17:10:28 +00:00
reinoud
1a547d0334
Remove spurious empty line
2013-07-03 15:39:22 +00:00
matt
8c57006d5c
restore deleted conditional
2013-07-03 15:30:24 +00:00
matt
f273c1dadf
Fix c&p error
2013-07-03 15:26:42 +00:00
matt
0de419f6d2
Collapse multiple inlines and move repeated tests into them.
...
No functional change.
2013-07-03 15:24:35 +00:00