Commit Graph

192894 Commits

Author SHA1 Message Date
agc
338b88adf7 re-fix this typo once again... 2010-08-07 04:50:35 +00:00
agc
d7b1bf3228 catch up with autoconf changes 2010-08-07 04:40:07 +00:00
agc
cd0b82c317 Build libraries in the correct order, also waiting for prereqs to build first 2010-08-07 04:34:03 +00:00
agc
b142b74bb7 also make the JSON library 2010-08-07 04:27:00 +00:00
agc
f06ff54b5a mj.[ch] source files have moved 2010-08-07 04:26:03 +00:00
agc
e65cf58b45 mj.c source file has moved 2010-08-07 04:25:19 +00:00
agc
ba514e2329 use any alternate location for openssl 2010-08-07 04:23:56 +00:00
agc
7b5aa756da new directory structure - look in the right place for libraries 2010-08-07 04:18:54 +00:00
agc
f619980947 NetBSD mk files for JSON functions 2010-08-07 04:17:49 +00:00
agc
922661dde1 Catch up the JSON routines being in their own library. Use the JSON routines
to return all the text as a JSON-encoded string for all keys and sigs which
are returned.
2010-08-07 04:16:40 +00:00
agc
00d25ba4ee Move the minimalist JSON routines into their own library 2010-08-07 04:13:57 +00:00
jmcneill
3c58337823 Add NVIDIA MCP77 to the quirk table, so ahcisata will attach when the
BIOS is set to 'RAID' mode.
2010-08-07 02:39:01 +00:00
jruoho
e1035e2b84 Simplify the acpiverbose module. 2010-08-06 23:38:34 +00:00
jruoho
460de0d614 Remove the acpiwmi(4) dump from the ACPIVERBOSE module. Instead of this
complex solution, just use aprint_debug(9) in the driver.
2010-08-06 22:45:00 +00:00
jruoho
f8ae011759 ACPICA 20100806 is out.
(Not yet time to import; rest of the GPE changes should arrive
before this is updated for the last time before 6.0.)
2010-08-06 19:39:26 +00:00
jruoho
5eae43f8ff As the devices are listed in the body of the text,
remove the .Xref spam in SEE ALSO.
2010-08-06 18:54:50 +00:00
jruoho
72795172e5 Like with mqueue(3), create and remove the aio(3) sysctl nodes dynamically. 2010-08-06 18:36:09 +00:00
jruoho
2a35c4cf20 Fix prototypes; SYSCTLFN_ARGS -> SYSCTLFN_PROTO.
(These things really only obscure the code.)
2010-08-06 18:10:40 +00:00
jruoho
db0aba6ecf Move fwhrng(4) and ichlpcib(4) to the right category. 2010-08-06 17:00:12 +00:00
jruoho
a3275768f8 Reference hpet(4). 2010-08-06 16:44:06 +00:00
jruoho
ee62bcfb03 Add hpet(4). 2010-08-06 16:42:31 +00:00
joerg
f40b256f09 Reduce header pollution for mdreloc.c. Make Obj_Entry argument of
_rtld_relocate_nonplt_objects non-const in preparation for TLS support.
2010-08-06 16:33:17 +00:00
pooka
05ee96af0c +tp 2010-08-06 16:17:13 +00:00
pooka
102729d0d8 +tests/dev/sysmon 2010-08-06 16:13:55 +00:00
pooka
edcef5fc34 Add test cases to check that sysmon/swwdog will panic and reboot
the kernel if left untickled.

Thanks to jmmv for the tip that doing this is possible in atf via
means of fork/wait.
2010-08-06 16:13:26 +00:00
pooka
c3884c5c41 * fix logic inversion in swwdog_reboot (and the sysctl).
* attach sysctl in constructor instead of as a link set to give it
  a chance to work in a module
* teardown sysctl when driver is detached to avoid dangling pointer
2010-08-06 16:02:56 +00:00
pooka
0a80f65755 support CTLTYPE_BOOL 2010-08-06 15:26:16 +00:00
christos
5861d73fd7 move namespace protection before inclusion. 2010-08-06 15:21:50 +00:00
pooka
c7528563f1 If compiled with RUMP_ACTION, access rump kernel instead of host
kernel.  This is an easy way to browse & modify the sysctl tree
offered by a rump kernel instance.
2010-08-06 15:04:13 +00:00
christos
e8deba048f Add a weak alias for pthread_attr_get_np. Noted my Matthias Drochner. 2010-08-06 14:23:06 +00:00
christos
1feec51e67 mention new bind. 2010-08-06 10:59:52 +00:00
christos
c11bdae3be Merge changes. 2010-08-06 10:58:03 +00:00
jruoho
5fa2c61005 CMI, DE, DS, DVB, EST, FFH, IOMMU, IPI, MCA, MCE, MID, MMX,
MSR, MTRR, NX, PBE, PSE, QAM, RT, SFI, SMM, SS, SVM, TSC, VMX.
2010-08-06 10:46:48 +00:00
dholland
388218390b Rework the game startup so it uses curses nicely. There are now menus
and stuff for picking scenarios and ships and all that.
2010-08-06 09:14:40 +00:00
agc
61ac445f2c Check in mods from Alan Horn to allow an alternate location for (a more
up to date?) version of openssl to be specified at configuration time.
2010-08-06 06:58:53 +00:00
wiz
6abd2b9ccc Fix typo. 2010-08-06 06:29:38 +00:00
christos
ac5ff9e38e add pthread_getattr_np 2010-08-06 05:39:43 +00:00
christos
ea1f852ab8 document pthread_getattr_np 2010-08-06 05:35:42 +00:00
christos
eaa5239efc weakasm for kevent so it can be a cancelation point. 2010-08-06 05:26:35 +00:00
christos
f6cf46930e make kevent(2) a cancelation point, and document properly all the cancelation
points we currently support.
2010-08-06 05:25:46 +00:00
christos
32d8a48951 Add pthread_getattr_np() 2010-08-06 05:25:02 +00:00
dholland
de3d24d6c6 avoid writing in parseltongue 2010-08-06 04:03:26 +00:00
dholland
66d93095d6 Don't define esc-[ as a custom key sequence because it steps on vt
function keys.
2010-08-06 03:10:26 +00:00
macallan
d940687d9b do a better job synchronizing %tick across CPUs
ok'ed by mrg
2010-08-06 00:07:05 +00:00
christos
68f14ab461 regen 2010-08-05 20:44:53 +00:00
christos
823dc9a3f5 Import bind 9.7.2b1 2010-08-05 19:51:05 +00:00
jruoho
51c2486418 Note acpicpu(4). Convert the list of devices to use .Xr. 2010-08-05 17:45:44 +00:00
jruoho
a0b4611bb8 Add acpicpu(4). Describes the basic functionality (will be adjusted as the
functionality grows). Contains a big list of caveats as a TODO.
2010-08-05 17:31:10 +00:00
pooka
2bb4b66566 remove leftover debug printf 2010-08-05 16:47:59 +00:00
dogcow
e55a8cb745 Fix build on big-endian hosts. 2010-08-05 14:03:17 +00:00