223325 Commits

Author SHA1 Message Date
apb
9dc95c5814 tzcode2013i and tzdata2013i have been merged. 2013-12-26 18:54:07 +00:00
joerg
1d8e66d860 Replicate mcr with equivalent vms instruction. 2013-12-26 18:49:23 +00:00
christos
5c53b8398c update tz stuff and acpi 2013-12-26 18:38:21 +00:00
christos
154e2492e6 new tzcode 2013-12-26 18:38:09 +00:00
christos
002951760f update from tzcode 2013e to tzcode2013i
i:
    The compile-time flag NOSOLAR has been removed, as nowadays the
    benefit of slightly shrinking runtime table size is outweighed by the
    cost of disallowing potential future updates that exceed old limits.
h:
    Fix localtime overflow bugs with 32-bit unsigned time_t.

    zdump no longer assumes sscanf returns maximal values on overflow.
g:
    'zic' now runs on platforms that lack both hard links and symlinks.
    (Thanks to Theo Veenker for reporting the problem, for MinGW.)
    Also, fix some bugs on platforms that lack hard links but have symlinks.

    'zic -v' again warns that Asia/Tehran has no POSIX environment variable
    to predict the far future, fixing a bug introduced in 2013e.
f:
    The types of the global variables 'timezone' and 'altzone' (if present)
    have been changed back to 'long'.  This is required for 'timezone'
    by POSIX, and for 'altzone' by common practice, e.g., Solaris 11.
    These variables were originally 'long' in the tz code, but were
    mistakenly changed to 'time_t' in 1987; nobody reported the
    incompatibility until now.  The difference matters on x32, where
    'long' is 32 bits and 'time_t' is 64.  (Thanks to Elliott Hughes.)
2013-12-26 18:34:28 +00:00
apb
6a278d918a Mark usr/share/zoneinfo/{Asia,Mideast}/Riyadh{87,88,89} as obsolete.
These solar time zones were removed in tzdata2013i.
2013-12-26 17:12:55 +00:00
apb
3528e952ca Merge tzdata2013i. We previously has tzdata2013d plus part of
tzdata2013e.
2013-12-26 17:09:39 +00:00
christos
655f3e170c more dead functions, usage to stderr 2013-12-26 16:52:36 +00:00
christos
f407d69d95 mark usage __noreturn 2013-12-26 16:42:28 +00:00
apb
33cc90c49b Import tzdata2013i from ftp://ftp.iana.org/tz/releases/tzdata2013i.tar.gz.
Major changes from tzdata2013d to tzdata2013e:

  Fiji (Pacific/Fiji) DST in 2013 starts on October 27, not October 20.

  Several zones have been turned into links, either to correct errors,
  or where the differences were in older data (before 1943) that was
  thought to be unreliable.

  Some time zone abbreviations have been changed.

Major changes from tzdata2013e to tzdata2013f:

  Tocantins, Brazil (America/Araguaina) DST will not start in September
  2013.

  Jordan (Asia/Amman) moves to permanent UTC+3 (instead of UTC+2 with
  permanent DST since 2012).

  Palestine (Asia/Hebron and Asia/Gaza) will end DST at 00:00, not
  01:00, as from September 2013.

Major changes from tzdata2013f to tzdata2013g:

  Morocco (Africa/Casablanca) now observes DST from the last Sunday
  in March to the last Sunday in October, not April to September.
  respectively.

Major changes from tzdata2013g to tzdata2013h:

  Libya (Africa/Tripoli) has switched its time zone back to UTC+2
  without DST, instead of UTC+1 with DST.

  Western Sahara (Africa/El_Aaiun) uses Morocco's DST rules.

  Acre, Brazil (America/Rio_Branco) and (we guess) western Amazonas,
  Brazil (America/Eirunepe), will switch from UTC-4 to UTC-5 on
  2013-11-10.

  Add entries for DST transitions in Morocco in the year 2038.  This
  avoids some year-2038 glitches introduced in 2013g.

Major changes from tzdata2013h to tzdata2013i:

  Jordan (Asia/Amman) switches back to UTC+2 standard time at 00:00 on
  December 20, 2013.  The 2006-2011 DST transition schedule is planned
  to resume in 2014.  The switch to permanent UTC+3 is cancelled.

  In 2004, Cuba (America/Havana) began DST on March 28, not April 4.

  The files solar87, solar88, and solar89 are no longer distributed.
  The zones built from those files (Asia/Riyadh{87,88,89}) and
  Mideast/Riyadh{87,88,89}) are no longer installed.  They were a
  negative experiment -- that is, a demonstration that tz data can
  represent solar time only with some difficulty and error.  Their
  presence in the distribution caused confusion, as Riyadh civil time
  was generally not solar time in those years.
2013-12-26 16:40:53 +00:00
christos
069760d69e from "Just a Normal Person", make sure that we set things to NULL after
we free them.
2013-12-26 15:32:48 +00:00
christos
5bf528c548 add smbfs library 2013-12-26 14:15:29 +00:00
njoly
5548fe6341 Remove a few unneeded paragraph macros. No output change. 2013-12-26 11:11:53 +00:00
christos
096e95360a mount_smbfs has moved. 2013-12-26 02:25:57 +00:00
bad
2a83adff5d Also disable MCR4INT in ubsec_detach() when appropriate. 2013-12-26 00:51:23 +00:00
joerg
082e86b465 dsb is preferred for post-armv7 CPUs. 2013-12-26 00:19:07 +00:00
christos
1497d945c9 smbfs has moved. 2013-12-25 23:35:17 +00:00
joerg
aa98996d36 Should be ARMv6. 2013-12-25 22:54:24 +00:00
joerg
1fd04761e2 Disable integrated-assembler for clang on ARM for two files that are
victims of the @ comment mess on that platform. Add a reference to the
upstream PR.
2013-12-25 22:26:35 +00:00
joerg
60419e04f2 Resort libraries according to dependencies. 2013-12-25 22:21:32 +00:00
joerg
a6a04f8f13 Resort libraries:
- libdns is a dependency of libisccfg
- libkrb5 is required by libheimntlm
2013-12-25 22:19:15 +00:00
christos
fc6b1a4df8 good-bye, moved to external 2013-12-25 22:14:52 +00:00
christos
de1cb92c99 document smbfs 2013-12-25 22:14:28 +00:00
christos
2800f4c17f add smbutil 2013-12-25 22:08:24 +00:00
joerg
8100ad861d Tag files using "more" advanced instructions than ARMv4 ISA with the
necessary support.
2013-12-25 22:06:11 +00:00
joerg
754ebc04ba Explicitly enable FPU support. 2013-12-25 22:05:12 +00:00
christos
f28e660726 moved to external 2013-12-25 22:04:52 +00:00
joerg
6ade012852 Use symbolic form for the third argument of mrc. 2013-12-25 22:04:28 +00:00
christos
f44e0a2169 Add smbfs 2013-12-25 22:04:20 +00:00
christos
6b46f055f3 Add RUMP glue 2013-12-25 22:03:46 +00:00
christos
ca9729a350 - merge conflicts (updating to the version that was actually imported)
- add build glue
2013-12-25 22:03:14 +00:00
christos
8ae604538a Import latest smbfs from:
http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz
2013-12-25 20:33:13 +00:00
joerg
d0b6b5d51b Import new snapshot of libcxxrt. Fixes demangling of anonymous
namespaces. Avoid use of old style (C) casts.
2013-12-25 20:19:45 +00:00
christos
3504287a90 fix bug in previous change (sz should be the size of the newly allocated
buffer).
2013-12-25 19:42:23 +00:00
jakllsch
42b1fe2393 Give cpu_comcnprobe a chance of working on Mode 2 PCI config space. 2013-12-25 17:24:39 +00:00
christos
b8604d6145 Allow QUEUEDEBUG to be used from userland. 2013-12-25 17:19:34 +00:00
christos
6495e57c27 don't use err, it conflicts with err(3) 2013-12-25 17:18:39 +00:00
msaitoh
0d115b4766 Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel. 2013-12-25 16:05:59 +00:00
msaitoh
df0b85a475 regen. 2013-12-25 16:05:18 +00:00
msaitoh
2e4d0c4ddd Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel. 2013-12-25 16:04:54 +00:00
msaitoh
c3c28eb736 Add support S1200's UART. Part of PR#48016. 2013-12-25 15:17:56 +00:00
christos
182f9dc507 add p1003.1j 2013-12-25 15:09:27 +00:00
christos
7b3b50214e add posix 1003.1j 2013-12-25 15:09:10 +00:00
nonaka
9abd425b02 regen 2013-12-25 13:53:20 +00:00
nonaka
682d4102dc Added Planex GW-450D. 2013-12-25 13:52:37 +00:00
msaitoh
0f129fa49e move XCR0 definitions to next to CR0's. 2013-12-25 13:14:36 +00:00
mlelstv
d4e64f4071 At least fetch mount data pointer before using it.
Coverity CID 274767
2013-12-25 11:15:49 +00:00
mlelstv
8e1e9026ea At least fetch the mount data pointer before using it.
Coverity CID 274525
2013-12-25 11:11:55 +00:00
wiz
e033636c5e Sort errors. Use parentheses instead of Pq in normal text. 2013-12-25 02:49:52 +00:00
dholland
d5c275e596 typo 2013-12-25 00:58:50 +00:00