Commit Graph

229139 Commits

Author SHA1 Message Date
skrll
9012adca20 Update a comment. Probably still needs tweaking further. 2014-08-08 07:34:02 +00:00
skrll
a812f26123 Trailing whitespace. 2014-08-08 07:30:51 +00:00
rtr
822872eada split PRU_RCVD function out of pr_generic() usrreq switches and put into
separate functions

  - always KASSERT(solocked(so)) even if not implemented

  - replace calls to pr_generic() with req = PRU_RCVD with calls to
    pr_rcvd()
2014-08-08 03:05:44 +00:00
jmcneill
128b925846 add a pmf shutdown handler to switch genfb into polling mode 2014-08-08 02:27:40 +00:00
jmcneill
9a19abb6a6 Scan one channel at a time instead of trying to do them all at once and
trying to outsmart the ieee80211 state machine.
2014-08-07 22:10:05 +00:00
apb
8c73ed278b regen BUILDING from doc/BUILDING.mdoc 2014-08-07 21:46:43 +00:00
apb
c170baae9a Add advice about avoiding common pitfalls.
This is taken from the patch in PR 48741, by David H. Gutteridge,
but I made small changes to wording and markup.
2014-08-07 21:45:27 +00:00
apb
a960e5c872 Document build.sh list-arch 2014-08-07 21:32:11 +00:00
christos
50424a900e convert to unsigned multiplication. 2014-08-07 20:05:10 +00:00
jmcneill
db85a00740 scanning fixes 2014-08-07 19:54:23 +00:00
macallan
7f58aa68f7 remove obsolete comment 2014-08-07 19:05:18 +00:00
apb
76ee568117 MACHINE_ARCH from the environment may be overridden by getarch (based
on the MACHINE), but MACHINE_ARCH from the -a option should not be
overridden.  The previous commit accidentally removed this behaviour.
2014-08-07 18:10:20 +00:00
apb
3058a673ed Add a list-arch operation to build.sh.
This lists all known MACHINE/MACHINE_ARCH values, optionally
filtered by glob patterns given in the "-m" and "-a" options.
For example: build.sh -a '*arm*' list-arch
2014-08-07 17:54:28 +00:00
christos
8e2b2a8fd3 cast to LHS type and minor KNF. 2014-08-07 17:24:03 +00:00
gdt
03d5c785ca Get macppc to build again by adjusting sizes.
In addition to the ramdisk size, it is necessary to have matching MD
sizes.  Increase the MD sizes, and leave a comment near the ramdisk
size to ease future changes.
2014-08-07 16:51:56 +00:00
gdt
dbadcbcebd I need 2244k for src/distrib/macppc/floppies/ramdisk, rather than
2240k.  My build is normal, with a few uncommitted changes that really
shouldn't change the install situation.  Because 2240k isn't near a
magic boundary, just increase it a hair.
2014-08-07 15:48:19 +00:00
apb
b0a459328c In the usage message, mention that the -m arg may be an alias.
Also adjust a comment around alias processing.
2014-08-07 15:15:48 +00:00
jmmv
daa4f8c5c7 Add missing Kyuafile. 2014-08-07 14:22:13 +00:00
joerg
5d592fb4e3 Use cmpw. 2014-08-07 13:56:57 +00:00
joerg
bcbe3c1d77 Use cmpwi. 2014-08-07 09:08:41 +00:00
joerg
26a08d1efc Panic after openfirm, it is not supposed to return. 2014-08-07 09:08:09 +00:00
joerg
26542d948c Use cmpwi. 2014-08-07 09:06:53 +00:00
joerg
7cdced3d94 Drop extra (). 2014-08-07 08:59:42 +00:00
martin
8533cc60cb Update for xorg 2014-08-07 08:58:55 +00:00
hannken
5d6be57d01 Change efs from hashlist to vcache. 2014-08-07 08:24:23 +00:00
rtr
d81cfbe806 suppress possibly used uninitialized warning on sgimips
from martin@
2014-08-07 07:51:28 +00:00
msaitoh
df6024ca76 Add one more TODO:
- We should check XXX'ed comments.
2014-08-07 06:49:06 +00:00
ozaki-r
5b4238682e Use NULL instead of 0 for pointers 2014-08-07 03:40:21 +00:00
jmcneill
a0e3f835a0 simplify wpi_rx_intr rbuf handling and add some more bus_dmamap_sync; fixes stalls when downloading large files for me 2014-08-07 02:28:52 +00:00
rtr
4a16f1ce0d remove KASSERT(nam != NULL) from ddp_send() the following code makes
the validity of it questionable.  we'll investigate later whether it
can be put back and the code simplified.
2014-08-07 01:02:30 +00:00
jmcneill
51a894e61c provide a setmode callback for genfb; with this change, vt switching in and out of X works 2014-08-06 22:16:38 +00:00
riastradh
e4e8529304 radeon_fence_signaled needs to take the fence lock. 2014-08-06 22:12:51 +00:00
joerg
eb6cc7528a Consistently define WARN in a way that passes format string checks, i.e.
always uses the same number of arguments as given in the format string.
2014-08-06 21:57:48 +00:00
apb
7d8209d252 Update tzdata2netbsd for tzdata2014f. 2014-08-06 19:41:41 +00:00
apb
b9f08c249a zoneinfo: Import tzdata2014f. [apb 20140806] 2014-08-06 19:28:20 +00:00
apb
ff4b1d5a3f tzcode2014f/tzdata2014f has been released. We have updated tzdata. 2014-08-06 19:27:58 +00:00
apb
64c260d8f5 New files that appeared in tzdata2014f, plus the
leapseconds file that has existed for a long time
but was not installed before today.
2014-08-06 19:24:00 +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
joerg
9c83467857 Use cmpwi. 2014-08-06 15:38:07 +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
joerg
fb33f6451a Use cmpwi/cmpw 2014-08-06 15:23:07 +00:00
joerg
3ecc51c866 Use cmpwi. 2014-08-06 15:11:17 +00:00
riastradh
2be387b092 Whack some nouveau moles. 2014-08-06 15:01:33 +00:00
martin
1c774aacb6 Bump all image sizes slightly again 2014-08-06 14:23:53 +00:00
joerg
5da0d81e65 Remove duplicated initializer. 2014-08-06 14:23:52 +00:00
isaki
78755f4253 Remove unused variable. 2014-08-06 14:10:42 +00:00
riastradh
6727e543c7 Add rounddown_pow_of_two. 2014-08-06 14:05:08 +00:00
martin
7d1de5ea18 Bump ramdisksize even slightly more 2014-08-06 13:57:15 +00:00
joerg
11bf7fa606 Give non-standard main in a freestanding environment a prototype. 2014-08-06 13:55:08 +00:00