Commit Graph

15117 Commits

Author SHA1 Message Date
christos 3e7dc5abac remove extra space I accidentally added. 2014-10-01 14:12:29 +00:00
wiz 9c43793742 Bump date. 2014-10-01 12:33:22 +00:00
mlelstv 469f299453 the flags for WSDISPLAYIO_SCURSOR have prefix WSDISPLAY_, not WSDISPLAYIO_. 2014-10-01 12:08:04 +00:00
christos 0c6cb327ba apply the roman numeral page number fix from psd/Title 2014-10-01 01:11:39 +00:00
christos 37a7aaf8cb Don't use ".af % i" to print page numbers with roman numerals, define a
different register instead so that macros that depend on % being numeric
don't break. From uwe
2014-10-01 01:03:47 +00:00
christos ec20a7d949 explain what's going on with all the spurious errors. 2014-10-01 00:48:14 +00:00
christos 77d06f5686 remove extra tab that broke the table. 2014-09-30 23:30:48 +00:00
jmcneill 0fcf435651 xref bio(4) 2014-09-27 16:17:27 +00:00
jmcneill c50c7f007a xref mpt(4) 2014-09-27 16:16:28 +00:00
mbalmer d8f64d6b69 add Kukes 2014-09-21 08:38:03 +00:00
matt 20d5bfd3d3 Add RISCV-V support. 2014-09-19 17:45:42 +00:00
christos d900a6e949 document verbose 2014-09-19 17:27:12 +00:00
wiz 2a65137f55 Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
wiz 0bc91cdbea Add missing closing quote. From Henning Petersen in PR 49223. 2014-09-19 13:34:25 +00:00
mrg a4412a693b introduce a new option: ACPI__DIS_IS_BROKEN. this is a hack to
avoid calling the "_DIS" method during acpi interrupt link setup,
which hangs various nforce4 based motherboards.

when the problem is properly fixed, remove this hack.  for now,
it allows someone (me) to have a valid kernel config that doesn't
require a source hack every new tree.

ok chs@
2014-09-14 19:54:05 +00:00
riastradh 3bd90aa97e Fix typo: mask, not mark. 2014-09-12 21:06:25 +00:00
martin 71482329d7 Adapt to recent changes. 2014-09-10 14:28:02 +00:00
christos 69b6b2b0d0 Add WARNS=6 2014-09-06 12:12:32 +00:00
matt 057deb371a Change to support OR1K 2014-09-03 19:22:53 +00:00
msaitoh 7452b7bee6 Now all of the internal SERDES systems are supported, so update BUGS section. 2014-09-03 14:36:45 +00:00
martin d71217d354 clock_secs_to_ymdhms(9) takes seconds as a time_t, not int. 2014-08-30 14:48:10 +00:00
wiz 5adf9990dc Fix date. 2014-08-25 13:22:20 +00:00
tsutsui 883c1c3776 Add a man page for arcofi(4) driver. From OpenBSD. 2014-08-25 12:49:22 +00:00
jnemeth ee79d5b0e4 Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR".  This
option turns on module autoloading by default (which is the current
default).  This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
2014-08-24 07:59:22 +00:00
matt 63c25b297c Change powerpc64 to use GCC 4.8 2014-08-23 02:26:36 +00:00
apb d0d322eb94 Document options COMPAT_70. 2014-08-21 07:51:32 +00:00
ginsbach b0f0dbfd65 Add one more RAS 2014-08-20 16:05:03 +00:00
apb b83e765155 Document options COMPAT_40, COMPAT_50, and COMPAT_60. 2014-08-16 15:34:33 +00:00
apb 06c335e708 Document supported subsets of image formats,
extracted from comments in src/sys/dev/stbi/stb_image.c.

XXX: This is not the right place to document supported image formats
for splash screens.
2014-08-16 12:30:12 +00:00
apb e25d321f4d Document fs, menu, rndseed, and splash commands.
Add rescue(8) to SEE ALSO.
Also a little copy editing.
2014-08-16 11:41:37 +00:00
apb e73191e17d Mention that some platforms may have boot menus, and may support
other boot protocols.  Also change some [i386 only] comments to [x86 only].
2014-08-16 11:39:47 +00:00
apb f80fae768b To get no space between [device:] and [filename],
the mdoc input needs ... Oc Ns Oo ..., not ... Ns Oc Oo ....
2014-08-16 08:43:12 +00:00
joerg 6faaf3e4db Use wildcards for stripping/preserving the mapping symbols on ARM and
AArch64. LLVM creates unique symbols in each file of the form $a.n etc.
2014-08-14 18:39:38 +00:00
apb 7138b5e964 Add some examples of machine-specific foo/boot.8 man pages. 2014-08-14 15:50:42 +00:00
matt c8bf6ef46e Fix typo in OBJCOPYLIBFLAGS_EXTRA for aarch64eb. 2014-08-14 15:14:45 +00:00
joerg a54e6af460 Use compiler-rt and libc++ with LLVM on PowerPC64. 2014-08-13 20:51:26 +00:00
justin 9f706c8b92 Respect EXTERNAL_TOOLCHAIN on aarch64 2014-08-13 18:25:11 +00:00
matt 0bccd770b8 Change the way we default MK vars to yes or no allowing
MK<var>.${MACHINE_ARCH} to override.
e.g MKGDB.aarch64=no will default MKGDB to no on aarch64
2014-08-11 22:28:50 +00:00
jnemeth 3481529578 Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols.  It is being add at this time to make pullups to the
netbsd-7 branch easier.  It is not enabled by default in any kernels.
2014-08-11 03:43:25 +00:00
joerg 4ca7de0cb3 Put GCC/GAS specific options under ACTIVE_CC == "gcc". 2014-08-10 17:44:26 +00:00
joerg 6e4f4efa7c LLVM builds on PowerPC want no libgcc, but enabled libc++. 2014-08-10 17:39:11 +00:00
wiz eaf8a40ebe Markup simplifications and improvements. Bump date for previous. 2014-08-10 17:17:04 +00:00
tls ea6af427bd Merge tls-earlyentropy branch into HEAD. 2014-08-10 16:44:32 +00:00
matt 547b3a3b01 Changes to existing files to enable building AARCH64 userland.
evbarm64-el
This is clang only.  While gcc4.8 supports aarch64, no netbsd support has
been written for aarch64 with gcc4.8.
2014-08-10 05:56:36 +00:00
apb 42f4829fe7 Delete src/share/zoneinfo. The files that previously lived here
have moved to src/external/public-domain/tz/{dist,bin/zoneinfo}.
2014-08-09 15:22:40 +00:00
apb 2c9001de40 Hook external/public-domain/tz into the build, and unhook share/zoneinfo.
The timezone files are still installed in ${DESTDIR}/usr/share/zoneinfo/**,
and they are identical before and after this change.

This is almost the last step in moving NetBSD's tzdata sources from
share/zoneinfo to external/public/tz/dist, to ease future maintenance.
All that remains is to delete src/share/zoneinfo, but that will be
delayed for a while.
2014-08-08 09:34:10 +00:00
apb 7d8209d252 Update tzdata2netbsd for tzdata2014f. 2014-08-06 19:41:41 +00:00
apb ea1a8a0fba Merge tzdata2014f.
The following new time zones are added:
    Asia/Chita Asia/Srednekolymsk
The following new file is installed:
    zone1970.tab
The following existing file is now installed, whereas we previously
did not install it:
    leapseconds
2014-08-06 19:18:05 +00:00
apb 8c62af36e2 Import tzdata2014f from ftp://ftp.iana.org/tz/releases/tzdata2014f.tar.gz
Summary of changes in tzdata2014f (2014-08-05 17:42:36 -0700):
  * Russia will subtract an hour from most of its time zones on 2014-10-26
    at 02:00 local time.  There are some exception.
  * The following new zones are added to deal with changes in Russia:
    Asia/Chita and Asia/Srednekolymsk.
  * Australian eastern time zone abbreviations are now AEST/AEDT not EST,
    and similarly for the other Australian zones.
  * Asia/Novokuznetsk shifts from NOVT to KRAT (remaining on UTC+7)
    effective 2014-10-26 at 02:00 local time.
  * The time zone abbreviation for Xinjiang Time (observed in Ürümqi)
    has been changed from URUT to XJT.
  * Prefer MSK/MSD for Moscow time in Russia, even in other cities.
  * Change time zone abbreviations in (western) Samoa to use "ST" and
    "DT" suffixes, as this is more likely to match common practice.
  * America/Metlakatla now uses PST, not MeST, to abbreviate its time zone.
  * Time zone abbreviations have been updated for Japan's two time
    zones used 1896-1937.
  * China's five zones have been simplified to two, since the post-1970
    differences in the other three seem to have been imaginary.  The
    zones Asia/Harbin, Asia/Chongqing, and Asia/Kashgar have been
    removed; backwards-compatibility links still work, albeit with
    different behaviors for time stamps before May 1980.  Asia/Urumqi's
    1980 transition to UTC+8 has been removed, so that it is now at
    UTC+6 and not UTC+8.
  * Some zones have been turned into links, when they differed from existing
    zones only for older UTC offsets where the data were likely invented.
    The affected zones are: Africa/Bamako, Africa/Banjul,
    Africa/Conakry, Africa/Dakar, Africa/Freetown, Africa/Lome,
    Africa/Nouakchott, Africa/Ouagadougou, Africa/Sao_Tome, and
    Atlantic/St_Helena.  This also affects the backwards-compatibility
    link Africa/Timbuktu.
  * Asia/Shanghai's pre-standard-time UT offset has been changed from
    8:05:57 to 8:05:43, the location of Xujiahui Observatory.  Its
    transition to standard time has been changed from 1928 to 1901.
  * Asia/Taipei switched to JWST on 1896-01-01, then to JST on 1937-10-01,
    then to CST on 1945-09-21 at 01:00, and did not observe DST in 1945.
    In 1946 it observed DST from 05-15 through 09-30; in 1947
    from 04-15 through 10-31; and in 1979 from 07-01 through 09-30.
  * Asia/Riyadh's transition to standard time is now 1947-03-14, not 1950.
  * Europe/Helsinki's 1942 fall-back transition was 1942-10-04 at 01:00, not
    1942-10-03 at 00:00.
  * Pacific/Pago_Pago has been changed from UTC-11:30 to UTC-11 for the period
    from 1911 to 1950.
  * Pacific/Chatham has been changed to New Zealand standard time plus
    45 minutes for the period before 1957, reflecting a 1956 remark in
    the New Zealand parliament.
  * Europe/Budapest has several pre-1946 corrections.
  * Africa/Accra is now assumed to have observed DST from 1920 through 1935.
  * Time in Russia before 1927 or so has been corrected by a few seconds in
    the following zones: Europe/Moscow, Asia/Irkutsk, Asia/Tbilisi,
    Asia/Tashkent, Asia/Vladivostok, Asia/Yekaterinburg, Europe/Helsinki, and
    Europe/Riga.
  * A new file 'zone1970.tab' supersedes 'zone.tab' in the installed data.
    The new file's extended format allows multiple country codes per zone.
    The older file is still installed but is deprecated; its format is
    not changing and it will still be distributed for a while, but new
    applications should use the new file.
  * The file 'iso3166.tab' is planned to switch from ASCII to UTF-8.
    It is still ASCII now, but commentary about the switch has been added.
  * Changes affecting documentation and commentary.
2014-08-06 18:35:33 +00:00
apb 146f7f2fe4 Wrap CTFCONVERT invocations in ${defined(CTFCONVERT):? ... :}
so it performs the test at the time the rule is invoked.  We can't
use a ".if defined" test because that would be tested at the time the
sys.mk file is parsed, which may be before CTFCONVERT has been set by
bsd.own.mk.

Remove the now-unnecessary assignment "CTFCONVERT ?= : ctfconvert",
and the similar assignment to CTFMERGE.  Now the build logs are not
cluttered by many unnecessary invocations of the ": ctfconvert ..."
2014-08-06 15:23:48 +00:00