Commit Graph

197474 Commits

Author SHA1 Message Date
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
wiz
b7b9012e09 Fix typo, already reported to roy@ 2011-02-04 16:30:32 +00:00
roy
fb4dded9da Note import of dhcpcd-5.2.11 2011-02-04 15:11:12 +00:00
roy
0ce325d8e4 Work with the new routing. 2011-02-04 15:09:22 +00:00
roy
9bcc7aaf5d sync 2011-02-04 15:03:14 +00:00
roy
d70ff484b5 Import dhcpcd-5.2.11
Change from dhcpcd-5.2.10 is a fix for the new routing sockets.
2011-02-04 15:00:22 +00:00
skrll
ad381910bd mask should really be unsigned. it doesn't actually matter. 2011-02-04 14:51:02 +00:00
skrll
08c49536c4 Another change to suit my eye. 2011-02-04 14:35:30 +00:00
martin
82fe9809af Use RT_ROUNDUP() and friends from sys/route.h instead of homegrown
variants.
2011-02-04 14:31:23 +00:00
phx
1b0c8eddf4 Supported installation medium: FTP and NFS. 2011-02-04 12:23:08 +00:00
skrll
cce7c5f4e3 A better workaround hack for PR 41448
Bound the wait loop
2011-02-04 11:00:30 +00:00
skrll
df404cfbc6 Replace multiple spaces with <tab> 2011-02-04 10:56:03 +00:00
pooka
8f6aa33e32 attach the compat_50_routedomain to make it actually work 2011-02-04 09:57:53 +00:00
mrg
f1ac58b963 in xcall(), use a (static) errbuf if we timeout, so we can build the whole
message up for a single call to printf_nolog().  this should get rid of
these messages that report no cpus answered.  eg:

	xcall(cpu0,0xf000868c): couldn't ping cpus:
vs
	xcall(cpu0,0xf000868c): couldn't ping cpus: cpu1
2011-02-04 09:23:00 +00:00
skrll
79aeb20cc3 Commit a hack workaround for PR 41448.
Not sure if this has any negative effects, but I'd rather have a system
that reboots than has working audio.
2011-02-04 07:44:53 +00:00