218801 Commits

Author SHA1 Message Date
tteras
fdd5bac4fc From Rainer Weikusat <rweikusat@mobileactivedefense.com>: Fix
SADB_X_EALG_CASTCBC definition to use system definition (which
differs at least on Linux).
------------------------
2013-05-23 05:42:29 +00:00
christos
e2bd819f6a improve wording 2013-05-22 19:35:11 +00:00
christos
689b483c53 put a note on what FRC means. 2013-05-22 19:30:35 +00:00
uwe
cf4354e6e7 Instead of .Ar use .Fa or .Vt as appropriate. 2013-05-22 18:41:08 +00:00
uwe
5e0ecd6d23 Use .Er for errors instead of .Dv 2013-05-22 18:29:41 +00:00
christos
028325e901 add ts2timo man page 2013-05-22 16:03:43 +00:00
christos
178731dab0 add a man page for ts2timo. 2013-05-22 16:01:44 +00:00
christos
39d23ee140 Make ts2timo(9) always return the absolute start time if the start argument
is present, and handle the TIMER_ABSTIME case in nanosleep1(9).
2013-05-22 16:00:52 +00:00
reinoud
b2c25544ca Including missing include file <sys/ioctl.h> that broke compilation. 2013-05-22 13:34:31 +00:00
jnemeth
d294950c6a add release dates for 6.0.1 and 6.1 2013-05-22 01:29:59 +00:00
bouyer
5e3e8c4055 ts2timo(): if TIMER_ABSTIME is set and start is not NULL, initialize
it to 0. Some callers (e.g. nanosleep1()) expect *start to always be
initialized and would use random values from stack otherwise.
While there, remove an always-true conditionnal.
2013-05-21 16:25:55 +00:00
tsutsui
c789a2a4ba Fix another typo which causes decrement against a NULL pointer.
Also revert rev 1.9, which shut up gcc's "uninitialized variable"
warning that actually pointed out the typo correctly.  Oh well.
2013-05-21 15:57:21 +00:00
tsutsui
9bc6043a7c Fix fatal (but probably unused) typo in ri->ri_hwbits case in copycols. 2013-05-21 15:50:09 +00:00
prlw1
281d156eac add _gpio to gid check 2013-05-21 12:07:03 +00:00
roy
ad83294f6e Disable nd6_newaddrmsg debug 2013-05-21 09:54:12 +00:00
roy
a34d72845c For IPv6, emit RTM_NEWADDR once DAD completes and also when address flag
changes. Tentative addresses are not emitted.

Version bumped so userland can detect this behaviour change.
2013-05-21 08:37:27 +00:00
martin
a13a1bd40a Stopgap: disable access to BGE_SRAM_DATA_SIG, it is not implemented in all
variants and access may crash the kernel.
msaitoh: please fix properly, I have no idea how.
2013-05-21 06:59:28 +00:00
mlelstv
bec369833b Correctly alias the ldexp* functions to the scalbn equivalents
that take an int argument.
2013-05-20 20:27:43 +00:00
joerg
65098ec1a4 Fix ldexp aliases. 2013-05-20 19:40:09 +00:00
christos
483cb9d94d If minwrites is set:
- set noatime, nodevmtime for root
	- use tmpfs for frequently written files
	- use unix sockets instead of fifos for postfix
From:
http://rich-tbp.blogspot.com/2013/03/netbsd-on-rpi-minimizing-disk-writes.html
2013-05-20 19:28:44 +00:00
christos
1ecbd28829 - explanations for single letter flags
- flag to add debug sets
- flag to minimize writes to sd's
2013-05-20 19:27:17 +00:00
mbalmer
e82f5d46e0 use working email address. 2013-05-20 18:36:14 +00:00
mbalmer
edd93d3bd3 working email address. 2013-05-20 18:34:39 +00:00
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