jruoho
37f5de3ab8
Add a dummy-driver for ACPI fans.
2011-01-09 15:12:33 +00:00
jruoho
019ba6b902
Use acpi_power_register() for consistency. No functional change.
2011-01-09 14:58:10 +00:00
jruoho
1dee4ee9e2
We use config_defer(9) now when scanning power resource and wake-up
...
capabilities, so do not fail in acpi_power_register() if ACPI_DEVICE_POWER is
not set in struct acpi_devnode::ad_flags.
2011-01-09 14:56:06 +00:00
kardel
4ba751f5ad
make ntp compile for MKINET6=no
2011-01-09 14:49:39 +00:00
is
ea61b20fd5
some more 8187B variants. From OpenBSD
2011-01-09 14:30:36 +00:00
pooka
2ec0087d6f
Don't depend on malloc(0) returning non-NULL.
2011-01-09 14:15:06 +00:00
pooka
574a31f2de
Shortcircuit remote 0-len copyin/out already in the kernel.
2011-01-09 14:12:37 +00:00
pooka
55d21df89f
Separate rw_data and rw_done. Otherwise we don't get wakeups for
...
requests which have a 0-length response (such as copyin 0/0).
This change makes links(1) work against a rump kernel which contains
rumpnet_local. The presence of unix domain sockets caused links
to select() with 0 fds and a timeout, and because copyin never woke
up in the kernel the application blocked indefinitely.
2011-01-09 14:10:03 +00:00
pooka
35e989d694
accept '\0' as a valid string
2011-01-09 13:49:57 +00:00
jruoho
7ce8997e79
Don't use SYSCTL_SETUP in a driver.
2011-01-09 13:01:03 +00:00
pooka
9a17e75e0e
Autoconfigure 127.0.0.1 for lo0.
...
(testing bind/connect/etc. is now possible on a virgin rump kernel
without the need to ifconfig anything)
2011-01-09 12:22:34 +00:00
pooka
284c651488
Separate interface init and domain adding.
2011-01-09 12:20:53 +00:00
pooka
74e0a75b03
Allow multiple RUMP_COMPONENT() in one file.
2011-01-09 12:20:10 +00:00
pooka
bfa098ff96
dprintf to stderr. stop doing it if stderr_fileno gets dup2()'d
2011-01-09 10:28:46 +00:00
jruoho
c40255f958
Print a message if ACPI 4.0 functionality is present (in which case the
...
driver should be updated).
2011-01-09 09:47:55 +00:00
jruoho
a134245aa1
Remove APM. (Already commented out.)
2011-01-09 08:05:47 +00:00
pgoyette
fdee497371
Fix typo that got lost between my trial build and the final commit
2011-01-09 05:44:46 +00:00
jruoho
74a4ee7fc0
Rearrange (use two tabs).
2011-01-09 05:06:17 +00:00
jnemeth
20fdec7661
Update module_autoload to say that a .plist file will be loaded, and if
...
that .plist contains noautoload=true then the system will refuse to load
the module.
2011-01-09 05:05:10 +00:00
jruoho
f422341f8e
Regen.
2011-01-09 04:59:00 +00:00
jruoho
04e39f05b5
Add INTC0102 (Intel TPM chip). From ThinkPad T500.
2011-01-09 04:58:34 +00:00
jakllsch
a96fe1437c
Fix copy/paste error that resulted in a extra space after the KB/t column.
2011-01-09 03:35:23 +00:00
jakllsch
65d4cff419
NetBSD/vax libm now has fmax, use it again.
...
Also, display average transfer size using dynamic precision too.
2011-01-09 02:40:19 +00:00
jakllsch
cfb57741fb
Imlementations of fmax, fmaxf, fmin and fminf libm functions for VAX.
2011-01-09 02:32:13 +00:00
pgoyette
8d8e0a4616
Ouch - forgot the include this earlier.
2011-01-09 01:00:40 +00:00
kochi
90a1aa9207
Try reading MAC addr from register if it fails to read from EEPROM.
...
Copied from FreeBSD driver.
Without this my JMC261 doesn't get MAC address properly.
OK'ed by bouyer@
2011-01-09 00:12:45 +00:00
is
6d77db8f4e
Realtek 8187B
2011-01-08 22:02:49 +00:00
pooka
8ee1967622
Support dual kernel select() by emulating it with pollts(). It
...
would have been much easier if up to and including 5.0 we wouldn't
silently cap the nfds argument to poll(!!!).
Makes things like socket(1) work out-of-the-box, and pretty much
every other decidedly prehistoric select() user.
(netcat is a slight exception since it sets FD_SETSIZE, a.k.a.
interface-of-the-year, to 16)
2011-01-08 21:30:24 +00:00
christos
f79b6ffa09
Add two sysctls one that does verbose transaction logging and a second one
...
that disables flushing the disk cache (which is fast but dangerous for
data integrity). From simon a long while back.
2011-01-08 20:37:05 +00:00
christos
27ec421326
fix sysctl again.
2011-01-08 20:29:13 +00:00
jruoho
bbc35c14f6
Remove the HARDWARE -title. Use -bullet for .Bl.
2011-01-08 20:13:01 +00:00
pgoyette
b94984c7b8
Since the regex test is gone, don't try to descend into its SUBDIR
2011-01-08 18:42:47 +00:00
pgoyette
e2c5b6a838
The regex test has been atf-ified
2011-01-08 18:13:42 +00:00
pooka
270275f700
support pollts and rewrite poll in terms of pollts
2011-01-08 18:11:46 +00:00
pgoyette
99902ed6a7
sets-list dance for atf version of regex test
2011-01-08 18:11:21 +00:00
pgoyette
17f9a364e6
Atf-ify the regex test
2011-01-08 18:10:31 +00:00
jym
883680496d
CONSIDERATION => CONSIDERATIONS, to be on par with the rest of man pages.
2011-01-08 18:07:14 +00:00
haad
2dc8282a58
Use /rescue/chown not chown from /usr/sbin which might not be available in
...
time of running this script.
XXX. Why is chown in /usr/sbin ? it should be moved to /sbin
2011-01-08 16:16:51 +00:00
pooka
1cc3ec9f1f
Support fork() and dup2().
...
This is sufficient to make an unmodified httpd(8) be able to serve
pages via a rump networking stack.
2011-01-08 14:19:27 +00:00
pooka
712b80467f
SIGPIPE is generated internally by the kernel, so include it in
...
the list of "no panic" sigs.
2011-01-08 14:01:04 +00:00
tsutsui
71bca1aa09
Update some items to reflect reality.
2011-01-08 09:44:37 +00:00
pooka
6d44fb2799
Do a minidehumanizenumber for RUMP_MEMLIMIT. Now you can set it
...
to e.g. 16m instead of having to type out 16777216.
2011-01-08 09:40:05 +00:00
pooka
3c2830fb5d
BUGS is gone (and on its way out it inquired about the doctor's status)
2011-01-08 09:36:26 +00:00
pgoyette
63aa7b9e06
rpc/xdr test has been atf-ified
2011-01-08 07:02:17 +00:00
pgoyette
871c88bcef
mtree and set-list games for xdr test
2011-01-08 07:00:17 +00:00
pgoyette
b607edaed3
Atf-ify the rpc/t_xdr test
2011-01-08 06:59:37 +00:00
pgoyette
27009b334d
Fix and re-enable the delete_btree test case
2011-01-08 05:33:34 +00:00
jym
4c59a64111
Move if_xname setting earlier for xvif creation, so we can grab domid
...
and handle values sooner for error cases.
2011-01-08 05:23:19 +00:00
jakllsch
208ac54ed2
NetBSD/vax does not implement fmax(3), substitute with existing MAX() macro.
2011-01-08 02:36:52 +00:00
wiz
7639b8f6d0
mdocml-1.10.9 out.
2011-01-08 00:55:37 +00:00