macallan
5a289bb968
sprinkle ',rump', now sgimips64 with MKRUMP=no builds properly
2012-08-15 04:22:45 +00:00
matt
a557077bb3
Add macros for all of the E and C flags in the FPSCR.
2012-08-15 03:57:58 +00:00
matt
e3dfed33b6
Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY).
2012-08-15 03:46:06 +00:00
msaitoh
f84c7ada5b
Add EXSYS EX-41098-2 UARTs support. The clock frequency is
...
different from other card(s).
Fixes PR#46362 reported by Wolfgang Stukenbrock.
2012-08-15 01:03:16 +00:00
joerg
dcdf3b2d8d
Fix memset usage.
2012-08-15 00:16:06 +00:00
rmind
68f7a7bc54
Move and rename librumpdev_npf to librumpnet_npf.
2012-08-14 22:31:43 +00:00
matt
149143c7a4
Add __HAVE_CPU_COUNTER support for ARM11 and Cortex CPUs
2012-08-14 21:12:59 +00:00
matt
110a919a82
Kill curpcb/ci_curpcb. Use device_t in cpu_info.
...
Add ci_softc (where ci_curpcb was so cpu_info doesn't change).
2012-08-14 20:42:33 +00:00
matt
d33dd4cbcd
Use device_t
2012-08-14 20:39:49 +00:00
alnsn
a5a1874fdf
Add __RCSID and and make a couple of stylistic changes.
2012-08-14 19:40:30 +00:00
alnsn
e7e64dcaa1
Build and install t_bpfilter.
2012-08-14 19:13:54 +00:00
alnsn
a385466d91
Add t_bpfilter test. At the moment, it only checks
...
that bpf program can read bytes from mbuf chain.
2012-08-14 19:09:15 +00:00
chs
0eb63e4bdf
move evcnt_attach_dynamic() calls later to avoid assertions.
2012-08-14 15:46:21 +00:00
tsutsui
cfc3227cd9
Add recent user visible changes I committed and pulled up to netbsd-6.
2012-08-14 15:17:53 +00:00
jruoho
dd68a56f79
Use _PATH_URANDOM from paths(3).
2012-08-14 14:41:07 +00:00
jruoho
ce0335d479
Use KM_SLEEP.
2012-08-14 14:38:02 +00:00
jruoho
4f0c2c3f04
Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4),
...
thinkpad(4), and aps(4).
2012-08-14 14:36:43 +00:00
apb
07086c66b3
Pass STAT=${TOOL_STAT:Q} through to postinstall.
2012-08-14 13:12:15 +00:00
apb
508b448a57
Change do_ptyfsoldnodes to use stat(1) to check whether a file is
...
a device node of the correct type. We no longer need to get the
major number from searching the MAKEDEV script, because the output
from stat(1) will contain the strings "tty" or "pty" instead of
the numeric major numbers. We also no longer rely on "find -ls".
2012-08-14 13:11:24 +00:00
apb
610473e207
TOOL_GREP is defined in share/mk/bsd.own.mk, but is not actually built
...
from tools/Makefile. So don't try to use it here.
2012-08-14 13:04:09 +00:00
he
c7664459b0
Make this build again by adding a couple of right-parens.
2012-08-14 13:02:19 +00:00
apb
8e0231f0a0
Pass all relevant tool variables to postinstall, not just a subset.
2012-08-14 12:37:41 +00:00
abs
079a23a549
update current version of grep to 2.13 - from Snader_LB
2012-08-14 12:31:05 +00:00
apb
fe68d40e36
Fix unbalanced quotes in .if ${MKRUMP} != "no"
2012-08-14 12:19:16 +00:00
apb
0c31a5f126
Use grep -E and grep -F instead of egrep and fgrep. This reduces the
...
number of tools that may need to be passed in the environment.
2012-08-14 12:07:57 +00:00
apb
beaffa0794
Remove the "stat" shell function (stat op format target value).
...
It has been unused since revision 1.14 dated 2006-05-30.
2012-08-14 10:38:40 +00:00
christos
c3c4374a7d
use freeaddrinfo()
2012-08-14 08:23:30 +00:00
dholland
9011835d97
Improve DESCRIPTION, fix up English usage.
2012-08-14 08:08:29 +00:00
martin
5f9bff29ea
Change all install media to use ipty instead of pty0
2012-08-14 07:24:40 +00:00
dholland
e8c5ba3f3f
Some edits, prompted by suggestions from Edgar Fuss.
2012-08-14 05:14:53 +00:00
dholland
4ce2ad59b6
Grr. The ATF quota tests demand failing silently in certain circumstances.
...
For netbsd-6 we will just have to go with the flow, as I'm not touching
anything outside edquota tonight.
2012-08-14 04:53:43 +00:00
dholland
c9817be0c7
three more minor fixes.
2012-08-14 04:48:42 +00:00
dholland
40b0b3a839
Make editor-based edquota work again.
...
The format is somewhat different; I'm operating under the assumption
that nobody has automated editing scripts for the old format because
it's much easier just to use the command-line interface of
edquota. The new format is more scalable and more parseable.
Also, do a better job of diagnosing editing errors, and don't blindly
erase all quota information for the user being edited when a parse
error occurs after editing.
2012-08-14 03:55:48 +00:00
christos
fe200fdd32
just make the installation ptys (ipty); change it to opty if more needed.
2012-08-14 02:55:00 +00:00
dholland
b743f28223
Bail out early if none of the mounted volumes support quotas. Avoids a
...
null print in interactive use.
2012-08-13 23:08:58 +00:00
dholland
e8ef0182c9
Minor cleanup: use bitfields instead of a flags word for private state
...
flags, remove now-unused qfname field.
2012-08-13 22:21:05 +00:00
rkujawa
a906a30f60
Quote company name because Lk macro takes only argument after URL. Cosmetic
...
fix.
2012-08-13 20:31:15 +00:00
jdc
5e94b74e8f
Initial Raspberry Pi support has been pulled up to NetBSD 6.0.
2012-08-13 20:04:12 +00:00
bouyer
001f8eaebc
Give AHCI_QUIRK_BADPMPRESET its own bit. Pointed out by Chuck Silvers, thanks !
2012-08-13 19:42:50 +00:00
martin
ff5fcf4714
Cleanup temporary file
2012-08-13 18:22:25 +00:00
pgoyette
4d0da3bb46
Remove nfsd options as they are no longer needed.
2012-08-13 18:02:32 +00:00
martin
1d5deaee0c
Make "fix ptyfsoldnodes" more verbose
2012-08-13 15:17:16 +00:00
ttoth
36435346bd
chfs fixes
...
1. nodes are obsoleted only once during truncating a file
2. frags don't stay in pool_cache
2012-08-13 13:12:51 +00:00
wiz
5c9a0052ca
Sync usage with manpage. End it with a newline.
2012-08-13 12:37:18 +00:00
wiz
a0b9ae45e4
Sort options in SYNOPSIS. New sentence, new line. Improve descriptions.
...
Use more markup. Sort option descriptions. Add arguments to option descriptions.
Punctuation nits.
2012-08-13 12:37:05 +00:00
pgoyette
f283cd004e
Add -4 and -6 options to rpd.lockd for consistent control over the
...
protocols to which it listens. As discussed on tech-userlevel.
2012-08-13 12:22:21 +00:00
christos
bcbfa15ea9
add fdpass files
2012-08-13 11:26:13 +00:00
christos
79aa9f3662
add fdpass directories
2012-08-13 11:17:43 +00:00
christos
e3b23739ec
add fdpass tests
2012-08-13 11:15:05 +00:00
khorben
f7dfa50e40
Fixed build with USE_SSP=yes
...
ok christos@
2012-08-13 10:25:02 +00:00