197638 Commits

Author SHA1 Message Date
joerg
afe7317d58 Don't use -nostdinc or -nostdinc++ if this is included in a HOSTLIB. 2011-02-06 01:08:37 +00:00
joerg
5c52343643 Allow HOSTLIB to use C++ by not specifying -nostdinc++. 2011-02-06 00:52:49 +00:00
christos
e60f59b973 remquo{,f} from FreeBSD via Stathis Kamperis 2011-02-06 00:44:08 +00:00
christos
41fd787a2c not there yet. 2011-02-05 23:22:16 +00:00
christos
46329988a2 fix build! 2011-02-05 22:40:49 +00:00
christos
6b997b11db better dependency handling 2011-02-05 19:13:48 +00:00
christos
4c07b5ae7d fix missing comparison 2011-02-05 19:10:40 +00:00
christos
8e14f999b7 copyright date 2011-02-05 17:29:48 +00:00
pooka
d1c32169fe Use correct strtoululululu variant.
from Taylor R Campbell
2011-02-05 17:25:45 +00:00
christos
76706b0082 as promised make the last ops table auto-generated. 2011-02-05 17:14:14 +00:00
pooka
54828d050f uncommit part of previous which wasn't supposed to change 2011-02-05 16:59:24 +00:00
pooka
23134bfed1 Wrap daemon() since it forks. Otherwise we lose the rumpclient kq
descriptor and have multiple processes using the commfd.
2011-02-05 16:57:39 +00:00
nonaka
455c5e48bf use SSUMCI_DEBUG, not SCIMCI_DEBUG. 2011-02-05 16:42:42 +00:00
christos
6dfaa18130 oops forgot to commit the script. 2011-02-05 16:10:17 +00:00
christos
8d527ef179 we have arc4random_buf and uniform now; no need for random.c 2011-02-05 16:01:57 +00:00
nonaka
2431d55e10 Don't switch SD high-speed timing, if host controller isn't supported. 2011-02-05 15:45:21 +00:00
nonaka
bb3b6ddc45 do pxamci_intr_done() after pxa2x0_dmac_abort_xfer(). 2011-02-05 15:29:16 +00:00
yamt
5ec575268f update usage 2011-02-05 15:22:17 +00:00
yamt
25c71c5e71 fix format 2011-02-05 14:12:05 +00:00
yamt
23ff4c699e build tprof_amdpmi 2011-02-05 14:08:13 +00:00
yamt
89e330a773 tprof: record pid and userland events. 2011-02-05 14:04:40 +00:00
yamt
facea15793 decouple tprof and its backends. 2011-02-05 14:00:34 +00:00
yamt
7597b0c1e6 fix indent. no functional changes. 2011-02-05 13:51:56 +00:00
yamt
33dfb11cc2 assertions 2011-02-05 13:50:08 +00:00
yamt
4af55c717e cpu_lwp_free2: add assertions 2011-02-05 13:47:57 +00:00
yamt
37bfe1821b netbsd32__lwp_create: add a comment and CTASSERT. 2011-02-05 13:46:44 +00:00
yamt
eacfcada26 typo in a comment 2011-02-05 13:35:11 +00:00
yamt
c6c7ed993c pageobj: remove a wrong assertion. 2011-02-05 13:33:47 +00:00
yamt
6825a3d2a8 whitespace. no functional changes. 2011-02-05 13:32:32 +00:00
yamt
bf3102ba36 comment 2011-02-05 13:30:26 +00:00
mlelstv
1d04f1ffaf dosum also needs getnlist 2011-02-05 13:12:07 +00:00
pooka
fe247b6f0a Fix some snafus to allow rumphijack to work on -current.
reported by Alexander Nasonov
2011-02-05 12:38:19 +00:00
spz
0284f45be2 revert previous 2011-02-05 06:42:44 +00:00
spz
8b14c14461 fix compile 2011-02-05 06:23:58 +00:00
christos
c93e02df25 fix tools build. Why doesn't .PARSEDIR work? 2011-02-05 03:09:46 +00:00
christos
455a963ec1 avoid code duplication. 2011-02-05 01:22:12 +00:00
joerg
403637aa12 Explicitly use template to allow building with the more strict
template lookup in clang. From FreeBSD.
2011-02-05 00:37:40 +00:00
wiz
6ef76bc469 Remove trailing whitespace. 2011-02-05 00:24:08 +00:00
christos
759a394557 generate ops table dynamically. Will move the other table from tree.c there
too.
2011-02-04 23:32:44 +00:00
christos
15f35154fe fix typo 2011-02-04 23:31:23 +00:00
christos
afbb9156b8 Fix CVE-2011-0539:
Legacy certificates generated by OpenSSH might contain data
from the stack thus leaking confidential information.
2011-02-04 22:11:09 +00:00
christos
410e789874 bump libc for arc4random_{buf,uniform} 2011-02-04 22:09:17 +00:00
christos
6f31775ce6 bump for arc4random_{buf,uniform} 2011-02-04 22:07:41 +00:00
christos
a52c04784a add arc4random_{buf,uniform}, from OpenBSD. 2011-02-04 22:07:07 +00:00
pooka
74135a6c04 Allow to specify -d hostpath offset,size with disklabel. 2011-02-04 20:06:23 +00:00
pooka
5cae2aa40c test case for PR kern/44515 2011-02-04 19:58:10 +00:00
pooka
bcbc24966e convert tests from oldstyle dd rif/rof to newstyle dd | rump.dd 2011-02-04 19:44:00 +00:00
pooka
37c4e1235f Remove the rif/rof options and add rump.dd. This makes usage
consistent with other rump clients.  Copying between kernels is
done using the host pipe, e.g.:

  dd if=foo rof=bar skip=1 seek=1 => dd if=foo skip=1 | rump.dd of=bar seek=1

Also, the pipe idiom extends to copying between different rump
kernels, e.g.:

  env RUMP_SERVER=unix://srv1 rump.dd if=thefile \
      | env RUMP_SERVER=unix://srv2 rump.dd of=thefile

Pipe approach suggested by yamt (thanks!)
2011-02-04 19:42:12 +00:00
christos
41ed061fdf PR/44514: Andrey Simonenko: Buffer underflow in RPC library for non-blocking
TCP sockets
2011-02-04 17:38:15 +00:00
christos
4a4722163b knf - no functional changes 2011-02-04 17:36:54 +00:00