mbalmer
8bbad1c8eb
gpiosim(4) is 64-bit wide now.
2013-05-20 15:49:03 +00:00
mbalmer
1c2221476f
Make the gpiosim(4) device a 64 bit wide GPIO.
2013-05-20 15:48:25 +00:00
mbalmer
25f2bfbcb3
When returning the old value, use the value read from the device.
2013-05-20 15:46:41 +00:00
mlelstv
d896c3b677
Use correct alias for scalbn(). Tested by martin@.
2013-05-20 15:13:36 +00:00
martin
85d85a185b
Add a few test cases to test "ordinary" values with the various scalbn
...
variants. While there, make some spuriously failing tests print out the
broken values on failure.
2013-05-20 12:21:42 +00:00
mbalmer
7966fae168
Actually our Lua is at 5.1.5, not 5.1.4 (wiz!! :)
2013-05-20 11:40:06 +00:00
mbalmer
199f668519
Rename the 'gpio' group to '_gpio' as new group names should start with an
...
underscore. While here, fix the awk script to properly expand such group
names.
2013-05-20 11:37:02 +00:00
pooka
a46232beac
Return 0 for success instead of returning an uninitialized automatic variable.
...
from Gal Sagie, PR 47837
2013-05-20 10:24:26 +00:00
wiz
6209183ce2
lua-5.2.2 out (mbalmer!!)
2013-05-20 09:31:31 +00:00
christos
eb9ea33272
don't cast malloc
2013-05-19 21:45:00 +00:00
martin
6883e0df33
Try to fix bogus underflow test (obvious copy & pasto) - someone please
...
review to make sure I got it right.
This fixes PR 47834.
2013-05-19 20:50:02 +00:00
rmind
ce38978248
- Add NPF table flushing functionality.
...
- Fix line numbering for npfctl debug command.
2013-05-19 20:45:34 +00:00
christos
d3a4e77c47
from kre: Don't fail if we are seeking on a pipe, clear the append bit
...
since we always append.
2013-05-19 17:07:04 +00:00
rkujawa
2aa43af96d
Add CVS ID.
2013-05-19 16:53:58 +00:00
christos
f20c25aec0
from the failed builds, it seems we always build ofctl and eeprom
2013-05-19 16:52:04 +00:00
mbalmer
d84ba6e3bc
Add a group 'gpio' and create gpio(4) device nodes under /dev with
...
mode 664 and group ownership set to 'gpio'. This allows controlled access
to specifically enabled gpio pins to members of the gpio group. See
gpioctl(8), and, gpio(4) for details.
2013-05-19 16:09:04 +00:00
rkujawa
a793a9d5b5
Make PJ4B support code compilable.
...
Obtained from Marvell, Semihalf.
2013-05-19 15:51:10 +00:00
rkujawa
61411f4baf
Plug support for PJ4B into our ARM CPU infrastructure.
...
Obtained from Marvell, Semihalf.
2013-05-19 15:42:23 +00:00
rkujawa
33587300c0
Plug support for PJ4B core into our ARM CPU support infrastructure.
...
Obtained from Marvell, Semihalf.
2013-05-19 15:37:06 +00:00
rkujawa
60dd6bd0af
Add CPU functions for PJ4B core.
2013-05-19 15:34:55 +00:00
mbalmer
4dfbc91d39
Make it easier to use gpioctl(8) in shell scripts: Add a -s flag which
...
instructs gpioctl(8) to only output a single numeric value, either the
number of pins if no pin number was passed as argumenti, or, the current
state of the pin.
2013-05-19 15:31:23 +00:00
riz
67dea2f053
Added NetBSD 5.2, 6.0.1, 6.0.2 and 6.1. Someone *please* clean up my
...
artwork.
2013-05-19 15:04:39 +00:00
mbalmer
9cfaa75e46
Remove stray 'To'.
2013-05-19 14:06:35 +00:00
njoly
1f01deacdd
Redo case where buf_map is not yet mapped when buf_memcalc() is called
...
early from pmap_bootstrap(). Makes alpha, and probably others, boot
again.
2013-05-19 11:02:12 +00:00
sjg
2987902a0c
We cannot skip all Suff processing for .PHONY targets,
...
else, srcs which are wildcards do not get expanded as needed.
2013-05-18 13:13:34 +00:00
sjg
aea6f93e2d
Var_Delete: expand name if needed.
2013-05-18 13:12:45 +00:00
joerg
ccec91a1a9
Import libcxxrt b2396b5945d7a2697c4762c3e52dc6f732b2eebd from
...
https://github.com/pathscale/libcxxrt/ .
2013-05-17 23:04:37 +00:00
joerg
21ba9d10f3
Import libc++ from http://llvm.org/svn/llvm-project , r182162.
2013-05-17 23:02:16 +00:00
joerg
9de6786eff
Add cleanup scripts for future imports.
2013-05-17 23:00:22 +00:00
joerg
7a5d56a82d
Install cxxabi.h with libc++.
2013-05-17 22:59:29 +00:00
joerg
a14e051bb4
Prefer libcxxrt's typeinfo.cc. Do not use cxa_atexit.c, it is only for
...
Solaris. Do not use libcxxrt's memory.cc, the same content is already
provided by libc++ in new.cpp and that version agrees with the
overwriting rules for the operators from C++11.
2013-05-17 22:57:27 +00:00
dholland
3df08f9491
FTL
2013-05-17 17:43:04 +00:00
christos
b5f9733725
PR/47826: Garrett Cooper: Add <sys/types.h>. Really I am tempted to remove
...
this file instead.
2013-05-17 15:42:09 +00:00
christos
863b4f4307
PR/47825: Garrett Cooper: Fix hardcoding of NetBSD in t_grep.sh
2013-05-17 15:39:17 +00:00
joerg
844ef71922
Too many endif.
2013-05-17 14:11:55 +00:00
joerg
2aac8b87b0
Only provide LC_C_LOCALE under _NETBSD_SOURCE.
2013-05-17 13:00:40 +00:00
joerg
e0ac190e1e
Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.
...
Provide LC_GLOBAL_LOCALE in a way that works with all locale functions.
Merge constant data used by the initial global locale and the C locale.
Drop function call layer for _current_locale() and directly return the
locale reference, not a pointer to it. Use protected access for global
variables, so that libc references can avoid the GOT overhead.
2013-05-17 12:55:56 +00:00
mbalmer
d6c1d7f924
gabage -> garbage, fix wording.
2013-05-17 10:48:54 +00:00
skrll
e30bd26d32
Fix typo. Reported in PR/47823.
2013-05-17 07:53:05 +00:00
sjg
5410a37e87
New compiler doesn't like foo()
2013-05-16 21:56:56 +00:00
rkujawa
441ebfd259
Fix typo: s/300/500/ .
2013-05-16 21:25:27 +00:00
martin
cd0bb111d3
var_get_memory():
...
if no eol is found in the string we set "next" to NULL, assign it
to "buf" and then check the loop condition by dereferencing it - which
does not work well.
Change the loop condition to first check for buf == NULL.
2013-05-16 19:19:44 +00:00
christos
cba6ac5833
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
...
because it also uses struct dos_partition.
2013-05-16 19:06:45 +00:00
christos
7b3a97f482
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
...
because it also uses struct dos_partition.
2013-05-16 19:06:44 +00:00
christos
5021bb4477
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
...
because it also uses struct dos_partition.
2013-05-16 19:06:44 +00:00
christos
2ec4fd84ba
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
...
because it also uses struct dos_partition.
2013-05-16 19:06:44 +00:00
christos
a5186fb31e
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
...
because it also uses struct dos_partition.
2013-05-16 19:06:43 +00:00
christos
a631873e13
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
...
because it also uses struct dos_partition.
2013-05-16 19:06:43 +00:00
christos
787cd6d568
name it like other ports do
2013-05-16 18:47:38 +00:00
christos
5e3bc20be6
sort by name, add OF_quiesce
2013-05-16 18:43:09 +00:00