matt
ef6ee95a03
Add or1k MACHINE/MACHINE_ARCH.
2014-09-03 19:32:18 +00:00
matt
00cc626e2f
OR1K support
2014-09-03 19:31:32 +00:00
matt
8f455a577d
Add __sync_val_compare_and_swap_{1,2} aliases for _atomic_cas_{8,16}
2014-09-03 19:30:47 +00:00
matt
623c8b3000
OR1K support
2014-09-03 19:29:40 +00:00
matt
750c68a658
Changes for OR1K
2014-09-03 19:29:14 +00:00
matt
65b2ebd6b2
or1k support <fenv.h>
2014-09-03 19:28:20 +00:00
matt
1a508cd527
Fix SUBDIR commit
2014-09-03 19:27:53 +00:00
matt
a23afddde6
Add OR1K support
2014-09-03 19:27:21 +00:00
matt
6c820c8676
Add MIDs for OR1K and RISCV
2014-09-03 19:26:31 +00:00
matt
e1c4f892b5
or1k does not support --with-float
2014-09-03 19:25:29 +00:00
matt
667791d88d
Add or1k
2014-09-03 19:24:52 +00:00
matt
b0b2ad2060
The nop instruction on or1k is l.nop
2014-09-03 19:24:12 +00:00
matt
057deb371a
Change to support OR1K
2014-09-03 19:22:53 +00:00
matt
cbbb2b6894
OR1K configury for NetBSD
2014-09-03 19:11:24 +00:00
matt
2137a61433
OR1K configury support for NetBSD
2014-09-03 19:10:36 +00:00
matt
230b95665b
OR1K configury for NetBSD
2014-09-03 19:05:12 +00:00
matt
711e42594e
Merge OR1K support from OR1K GCC 4.9 git tree and extend it to support NetBSD.
2014-09-03 19:02:53 +00:00
matt
a45653d102
Merge in OR1K support from top of binutils-gdb GIT repository. This replaces
...
the existing support and most imporantly adds support for shared libraries.
2014-09-03 19:01:15 +00:00
gson
35cbd4f0ac
The cond_timedwait_race test case is no longer expected to fail; it
...
has been consistently passing since CVS date 2014.01.31.19.22.00.
See also PR lib/44756.
2014-09-03 16:23:24 +00:00
manu
bcfebaff94
Improve POSIX compliance of FUSE filesystems through PERUSE
...
- access denied is EPERM and not EACCES
- access to file owned by someone else in a sticy-bit directory should
be allowed for the sticy-bit directory owner
- setting sticky-bit on a non directory should produce EFTYPE
- implement PATHCONF method as much as we can.
2014-09-03 16:01:45 +00:00
reinoud
855280cfa9
Add i2c bits for gpio to the connected GPIO pins for Exynos5
2014-09-03 15:24:52 +00:00
msaitoh
9b60410c01
wm(4): Add internal SERDES support for 82575 and newer controllers.
2014-09-03 14:40:36 +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
msaitoh
405db86388
Read SFF SFP ROM and configure driver from the value.
2014-09-03 14:30:04 +00:00
skrll
df4a329d05
Adapt the NAK holdoff scheme for FS/LS devices from the Raspberry Pi
...
Foundation driver.
Should fix PR/49019 - RPI: interrupt storm when url0 is up
2014-09-03 10:00:08 +00:00
macallan
f80ae09972
dwc2_hubd appears to be unused so #if 0 it in order to appease clang
2014-09-02 23:26:20 +00:00
jmcneill
71ae1b62fb
capture peer version; if less than 2, bail out as bulk mode is not supported. report the peer version with "audioctl version"
2014-09-02 21:46:35 +00:00
jmcneill
e257bf702a
expose vchi_get_peer_version
2014-09-02 21:38:28 +00:00
reinoud
65ad97d3b1
Add i2c to the exynos5 locators
2014-09-02 16:10:58 +00:00
reinoud
3a5ca5007d
Add CPU descriminator _P() for Exynos 5422
2014-09-02 15:49:59 +00:00
macallan
71305eb6e6
support ioctl() WSDISPLAYIO_SVIDEO, _GVIDEO and _GET_EDID
...
now xf86-video-crime can actually turn the monitor off
2014-09-02 15:44:44 +00:00
skrll
58bae7ccc1
Use IPL_SCHED for dwctwo(4) - no need for the KERNEL_LOCK.
2014-09-02 14:55:56 +00:00
reinoud
ffdc8e8837
Dump the PLL frequencies on startup on VERBOSE_INIT_ARM
2014-09-02 14:07:50 +00:00
reinoud
9db99e28c1
Fix typos
2014-09-02 13:47:57 +00:00
jmcneill
58547d80b9
improved playback error handling, and get rid of junk+silence insertion at the beginning of playback
2014-09-02 10:40:51 +00:00
jmcneill
01fa52057e
use a fixed frequency (48kHz) and configure the audio server at attach time, instead of at the beginning of playback
2014-09-02 09:58:02 +00:00
jmcneill
95c59df5a7
IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt
2014-09-02 09:55:48 +00:00
jmcneill
fdfb248720
IPL_VM -> IPL_SCHED
2014-09-02 09:54:20 +00:00
dholland
33586bcc4e
Provide real error messages.
...
Inspired by PR 49169 from David H. Gutteridge, but a much broader patch :-)
2014-09-01 21:42:21 +00:00
he
0c1e81ec7e
Remove redundant test for rl == NULL, that's already established
...
right after its allocation, and rl isn't re-assigned later.
2014-09-01 19:46:55 +00:00
palle
bedc9103e4
cpu_boot_secondary_processors() needs a platform independent way to get the cpu id, so use cpu_myid() instead of sun4u specific CPU_UPAID
2014-09-01 19:01:55 +00:00
he
7fcec1e880
Plug memory leak in add_peb_to_free() and add_peb_to_in_use()
...
in case there's a duplicate in the tree.
2014-09-01 16:48:42 +00:00
he
9e25a2c2c8
Plug memory leak in error returns and normal operation in
...
chfs_gcollect_pristine().
2014-09-01 16:46:56 +00:00
msaitoh
e537a54716
Fix a bug that wm_get_swsm_semaphore() timed out when attaching device on some
...
machines.
- Calculate NVM word size correctly.
- Determine timeout value based on the NVM word size.
2014-09-01 16:42:27 +00:00
he
3f59fd906f
Plug memory leaks in error returns in chfs_readvnode().
2014-09-01 16:33:20 +00:00
he
cb8ef348c1
Plug memory leak in a corner case in chfs_get_data_nodes().
2014-09-01 16:31:17 +00:00
he
84353ac61b
Plug leak in chfs_scan_eraseblock() of the allocated buffer.
...
Make sure to release it both on success and failure returns.
OK'ed by ttoth@
2014-09-01 16:27:38 +00:00
reinoud
c3be0f0d4a
Update the cycle counter i.e. our CPU frequency for all CPUs on setting the
...
cpu frequency.
2014-09-01 14:19:27 +00:00
apb
893aa1d4bf
Add tools/README, to collect hints like how to use
...
.if defined(HOSTPROG)
and
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif /* HAVE_NBTOOL_CONFIG_H */
2014-09-01 13:50:15 +00:00
reinoud
85473ae95c
Increase the `freqbuf' buffer that holds the result of humanize_number(). Now
...
it prints 1600 Mhz instead of 1 Ghz.
Pitty enough humanize_number(9) doesn't do 1.6 Ghz type output.
2014-09-01 13:43:31 +00:00