Commit Graph

215142 Commits

Author SHA1 Message Date
matt 722c7074fd MEMSIZE is now optional on BEAGLEBOARD. 2012-12-13 01:24:11 +00:00
matt d005c80955 Allow MEMSIZE to only lower the amount of memory probed, not increase it. 2012-12-13 01:23:16 +00:00
matt 291f407dc5 Add SDRC to devmap.
Use SDRC to determine RAM size on OMAP3xxx.
2012-12-13 01:16:39 +00:00
matt 553b4049c5 Add SDRC and I2C bases for OMAP3xxx 2012-12-13 01:15:50 +00:00
pgoyette c768421a3a With recent introduction of conditionals for the various MP options, we
broke the build for x86 systems that have MULTIPROCESSOR but which do not
include MPBIOS.  So let's try to untangle things just a bit.  Presented
on current-users (and referenced on source-changes-d) without any comment.

XXX We really should find a better method to select kernel options; #ifdef
spaghetti is rather sub-optimal.
2012-12-12 22:43:35 +00:00
matt ef08078473 Conditionalize omap includes on OVERO 2012-12-12 19:47:44 +00:00
christos 3588093de1 mention what sync does. 2012-12-12 18:58:05 +00:00
christos d4d1bd48d4 update hpn info 2012-12-12 18:21:08 +00:00
christos fb2eb83f75 make sure that our hpn patches are up-to-date 2012-12-12 18:19:25 +00:00
christos 8e40df96dd bump libssh 2012-12-12 17:47:57 +00:00
christos 0360c9f751 mention new openssh 2012-12-12 17:44:09 +00:00
christos 2649c70094 update to 6.1
This is primarily a bugfix release.

Features:

 * sshd(8): This release turns on pre-auth sandboxing sshd by default for
   new installs, by setting UsePrivilegeSeparation=sandbox in sshd_config.
 * ssh-keygen(1): Add options to specify starting line number and number of
   lines to process when screening moduli candidates, allowing processing
   of different parts of a candidate moduli file in parallel
 * sshd(8): The Match directive now supports matching on the local (listen)
   address and port upon which the incoming connection was received via
   LocalAddress and LocalPort clauses.
 * sshd(8): Extend sshd_config Match directive to allow setting AcceptEnv
   and {Allow,Deny}{Users,Groups}
 * Add support for RFC6594 SSHFP DNS records for ECDSA key types. bz#1978
 * ssh-keygen(1): Allow conversion of RSA1 keys to public PEM and PKCS8
 * sshd(8): Allow the sshd_config PermitOpen directive to accept "none" as
   an argument to refuse all port-forwarding requests.
 * sshd(8): Support "none" as an argument for AuthorizedPrincipalsFile
 * ssh-keyscan(1): Look for ECDSA keys by default. bz#1971
 * sshd(8): Add "VersionAddendum" to sshd_config to allow server operators
   to append some arbitrary text to the server SSH protocol banner.

Bugfixes:

 * ssh(1)/sshd(8): Don't spin in accept() in situations of file
   descriptor exhaustion. Instead back off for a while.
 * ssh(1)/sshd(8): Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs as
   they were removed from the specification. bz#2023,
 * sshd(8): Handle long comments in config files better. bz#2025
 * ssh(1): Delay setting tty_flag so RequestTTY options are correctly
   picked up. bz#1995
 * sshd(8): Fix handling of /etc/nologin incorrectly being applied to root
   on platforms that use login_cap.
2012-12-12 17:42:39 +00:00
christos 03f1b832fc From ftp.openbsd.org 2012-12-12 16:52:23 +00:00
tsutsui 3a2ce178a4 Sprinkle redundant comments about PAD_P1_SWITCH to avoid stupid confusion. 2012-12-12 16:24:49 +00:00
christos 7f80b3db6a - No mention of -t in the usage message or the manpage SYNOPSIS (Brooks Davis) 2012-12-12 15:52:10 +00:00
christos 40e1da4105 - No "j" in the getopt string. (Brooks Davis) 2012-12-12 15:51:41 +00:00
matt be5ab324d6 Change __XSCALE__ to _ARM_ARCH_DWORD_OK so that any cpu with dword load/store
can use it.
2012-12-12 15:51:09 +00:00
christos d89c5e4d96 - two entries for rmd160digest in misc.c (Brooks Davis) 2012-12-12 15:51:04 +00:00
christos cbc85fc672 -n is incorrectly supressing the ".." lines. (Brooks Davis) 2012-12-12 15:50:35 +00:00
matt e1f7fc6d5e Change __XSCALE__ to _ARM_ARCH_DWORD_OK so that any cpu with strd can use it. 2012-12-12 15:46:05 +00:00
tsutsui d5805a0a1a Revert part of the previous (reverting RUN_P1 -> PAD_P1_SWITCH again).
We can assume all icache ops are called from (and will return to) P1
so no need to bother to jump to P1 at end of functions.
Pointed out by uwe@.
2012-12-12 15:43:44 +00:00
matt 6ba959571d Set clkmask for sdhc to 0. 2012-12-12 15:20:44 +00:00
matt 93c6d75137 Improved SDHC support for OMAP3.
From jmcneill.
2012-12-12 15:19:53 +00:00
matt f726267fd1 Add sc_vendor_bus_clock hook
From jmcneill.
2012-12-12 15:15:31 +00:00
matt e140e7a99f Pass down an empty CPUFLAGS since CPUFLAGS is contained in CFLAGS. 2012-12-12 15:12:11 +00:00
matt d341a32e61 Don't pass down CPUFLAGS since its value is already in CFLAGS. 2012-12-12 15:10:27 +00:00
matt 93c3ea0a2c Protect more definitions with #ifndef _LOCORE 2012-12-12 15:09:37 +00:00
matt bc2451cc8e Fix CPUFLAGS to the correct value so a passed down CPUFLAGS doesn't result
in broken images.
2012-12-12 15:08:44 +00:00
matt 28eb3810d9 Don't allow CPUFLAGS to be overridden. 2012-12-12 15:00:06 +00:00
yamt 38363c022a rw_vector_enter: reload owner in the case of no hand-off.
this fixes crashes in rw_oncpu().
2012-12-12 14:53:01 +00:00
tsutsui 4d096c7fdd Fix fallouts in rev 1.19:
http://www.nerv.org/~ryo/netbsd/netbsd/?q=id:20080316T191753Z.1654448ada03ce3c4668f3fe472796d0b771e147
 - revert RUN_P1 -> PAD_P1_SWITCH changes where RUN_P1 is
   actually required  (all icache CCIA ops still need RUN_P2)
 - sh4_dcache_wbinv_all() and sh4_dcache_wbinv_range_index()
   (which manipulate CCDA arrays) are no longer have RUN_P2 so
   we can't call them directly from sh4_icache_sync_all() and
   sh4_icache_sync_range_index() funcitons;  use function pointers
   (which have appropriate addresses) instead for 7750 and 7750S
2012-12-12 13:34:49 +00:00
tsutsui 3ce0b43194 Fix one more device/softc split error:
- set sc->sc_dev properly
2012-12-12 13:32:37 +00:00
wiz 8fd1bb626e - Sort option list;
- create separate section, use `.Ex' macro for, and put in the
  correct location exit status information;
- bump date.

From Bug Hunting.
2012-12-12 13:30:06 +00:00
wiz 54082f205d - Remove incorrect use of `.Em' (this is a presentation term and
should not be used for stylistically decorating technical terms);
- remove superfluous `.Pp' macro (fixes mandoc(1) warning).

From Bug Hunting.
2012-12-12 13:28:06 +00:00
pooka 37ca5a0657 Signed overflow is undefined behavior, and one version of gcc
clearly tells us:

	kern_rate.c:98: warning: assuming signed overflow does not
	occur when assuming that (X + c) > X is always true

Check value against INT_MAX instead.  Also, for good measure throw
in a __predict() to flag the assumed common case.
2012-12-12 11:10:56 +00:00
msaitoh 603cd884c6 - 82578DC is not PCH2 but PCH. 82579V is not PCH but PCH2. This bug was
introduced in rev. 1.221. Reported by FUKAUMI Naoki.
- Fix comment.
2012-12-12 09:20:35 +00:00
riastradh 8fd0d747ac Avoid the 16-bit read in sdhc_host_found for 32-bit-only devices.
This change makes sdhc_host_found allocate hp up front before showing
the identification, in order to avoid having to open-code a copy of
HREAD2 before hp is available.
2012-12-12 06:24:01 +00:00
matt 86328521b1 Map all of RAM. 2012-12-12 02:42:25 +00:00
matt b92ca3f87e Add ukphy for axe 2012-12-12 01:05:10 +00:00
matt 7dea94c569 Note recent arm improvements 2012-12-12 00:42:35 +00:00
matt ba20058f33 Disable omapfb/wsdisplay until they stop stealing the console
Enable EHCI and devices.
2012-12-12 00:39:41 +00:00
matt 1153693c28 Improved USB EHCI support OMAP3 variants.
From jmcneill.
2012-12-12 00:33:45 +00:00
matt 98ebdb3421 Enable direct-mapped poolpages if __HAVE_MM_MD_DIRECT_MAPPED_PHYS is defined. 2012-12-12 00:29:17 +00:00
matt e6ee18da2a Add -mfpu=vfp to CPUFLAGS 2012-12-12 00:05:05 +00:00
matt 37ae74c20a Add options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
for BCM5301X, also add SOSEND_NO_LOAN
2012-12-12 00:04:21 +00:00
matt d3ada46e2f Change physical_end to segment_end to avoid shadowing a global. 2012-12-12 00:03:11 +00:00
matt ad978013b0 When initializing the ethernet, make sure the IO_CONTROL_DIRECT IDM register
is set properly.
2012-12-12 00:01:28 +00:00
matt 641883151f Add IO_CONTROL_DIRECT register values. 2012-12-12 00:00:38 +00:00
matt 5c340aed67 Use RET, not bx lr.
Due to evbarm/conf/INTEGRATOR conditional use of pld.
2012-12-11 23:59:18 +00:00
matt 905eecf6c7 Fix C&P bug. 2012-12-11 23:51:34 +00:00