Commit Graph

191712 Commits

Author SHA1 Message Date
rmind
ef1673540e KNF and tidy-up example module slightly. 2010-06-22 18:30:20 +00:00
rmind
1840edb963 Implement high priority (XC_HIGHPRI) xcall(9) mechanism - a facility
to execute functions from software interrupt context, at SOFTINT_CLOCK.
Functions must be lightweight.  Will be used for passive serialization.

OK ad@.
2010-06-22 18:29:01 +00:00
rmind
518a6c84b7 Fix ucas_32/ucas_64 on amd64. 2010-06-22 18:26:05 +00:00
dogcow
4ed2cab9df nbtool.h'ify; fixes cross-compilation. 2010-06-22 14:54:11 +00:00
simonb
f9e3860700 Restore (and update) half of the TLB miss handler that went missing
during the mips64 merge.  This gets my sbmips kernel booting to the
login prompt.  This code could not possibly have been tested after
the merge.

Should fix PR port-mips/43431.
2010-06-22 12:42:21 +00:00
pooka
8b642d489c Remove overeager checks. 2010-06-22 12:33:15 +00:00
vanhu
9049130b27 added a specific script hook when a dead peer is detected 2010-06-22 09:41:33 +00:00
wiz
88b9c8a3fe Fix typo, remove trailing whitespace. 2010-06-22 07:00:12 +00:00
mrg
fe5370d748 note bozohttpd 20100621 2010-06-22 05:28:56 +00:00
mrg
30539536b5 merge bozohttpd 20100621 2010-06-22 05:24:12 +00:00
pooka
c063f898e1 regen for vnd (or at least something like that since this file
still isn't really generated, just copypasted)
2010-06-21 21:51:22 +00:00
pooka
6884cd395b add vnd info for pseudodevfs 2010-06-21 21:50:19 +00:00
pooka
594cd00900 zzlib 2010-06-21 21:46:58 +00:00
pooka
cb2fa571d5 support zlib 2010-06-21 21:43:28 +00:00
christos
02bc858973 - fix format print issue. from anon ymous 2010-06-21 19:49:31 +00:00
skrll
d2db4f3b98 Allow PVF_UNCACHEABLE in set/clear of pmap_changebit call (for now). 2010-06-21 14:43:34 +00:00
pooka
2f312a0c44 check etfs mappings with offsets 2010-06-21 14:39:35 +00:00
pooka
9cb9168c28 Calculate memory mapping size based on underlying file size, not
our window to it.  This fixes cases like opening a window at offsets
[8,32] to a file, which would cause host file offset [0,32-8] to
be mapped, i.e. [0,16] inside the window.  Obviously, access to
the entire in-window [0,24] range should have been mapped (and
after this fix it is).
2010-06-21 14:25:35 +00:00
skrll
16cdb55026 Remove some debug code. 2010-06-21 11:04:27 +00:00
skrll
6b473d5964 Add entry for mkubootimage.debug 2010-06-21 10:37:46 +00:00
skrll
bb2cefaa36 Don't define UTURNDEBUG. 2010-06-21 09:06:03 +00:00
skrll
23383d229c Fixup uturn DMA for real mode. That is, use uncacheable directly mapped
pages.
2010-06-21 07:09:59 +00:00
joerg
6d1420650f Sort prologue 2010-06-20 21:57:59 +00:00
matt
4e3cefe215 Add entry for usr/sbin/ofctl 2010-06-20 21:32:33 +00:00
matt
026f5f1d75 Make ofctl for ofppc machines. 2010-06-20 21:30:26 +00:00
pooka
ec25c2dafe Check that etfs block mapping works for >2TB devices. 2010-06-20 17:43:33 +00:00
mrg
88d56f4c97 - note that if MKINET6 is "no", MK11 must also be "no". we don't support
building X11 without inet6 support.  the support to maintain patches to
  generated files and other files is too great.  PR#42856
- add TOOL_PIGZ, which defaults to the (not yet default) built tools/pigz.
2010-06-20 06:54:23 +00:00
tnozaki
51c2514072 fix cross build breakage mklocale(1).
move inline finction that uses sys/ctype_bits.h to runetype_misc.h.
2010-06-20 02:23:15 +00:00
matt
9aa3361758 My pegasos2 doesn't have an ethernet node at the top level.
Deal with it.
2010-06-20 00:25:41 +00:00
riz
5929231814 Rename Makefile.disklabel to Makefile.nbincludes, as this file has
been used by more than disklabel for years.  New name suggestion from
mrg@ .
2010-06-19 23:11:10 +00:00
kardel
814e4d4117 add Huawei E1750 Mobile Broadband HSPA USB Stick 2010-06-19 22:41:32 +00:00
riz
a7a0c207ec mklocale now requires <sys/ctype_bits.h> to build, so install it
under ${TOOLDIR} when building as a host tool.

XXX Makefile.disklabel is clearly mis-named.  I'll deal with that
shortly.
2010-06-19 22:36:15 +00:00
matt
c4bcfba615 This was renamed to cortex_pmc.c 2010-06-19 21:33:21 +00:00
matt
8497a9555d Fix cache probing on Cortex. Add missing CORTEX dependency in cpu.c 2010-06-19 20:42:43 +00:00
matt
257eed1c8d Fix c&p error. 2010-06-19 19:49:24 +00:00
matt
a0bdfc6191 Misc fixes to get this to compile again. 2010-06-19 19:47:34 +00:00
matt
30ce2039ad Cleanup the armv7 changes. Add ARM_ARCH_7. Use CPU_CORTEX instead of
CPU_CORTEXA8 everywhere since there more types of Cortex than just the A8.
CPU_CORTEXA8 still exists but causes CPU_CORTEX to be defined.
Add CPU_CORTEXA9 as well.  Use .arch armv7a to get us the isb/dsb
instructions.

Test booted to root device prompt on a Beagleboard.
All ARM kernels successfully test built.
2010-06-19 19:44:57 +00:00
pooka
4629aeb8eb aaand, finally, hopefully complete the simple addition by putting
h_xfail into set lists.
2010-06-19 19:09:52 +00:00
tsutsui
8e7f6b2093 Prepare entries for Xorg wsfb based server for dreamcast.
Not enabled by default yet and old xfree entries are still preserved.

XXX1: No maple keyboard keymap yet:
      http://mail-index.NetBSD.org/tech-x11/2010/06/19/msg000785.html

XXX2: probably we should have some common list files for xcomp and xserver.
2010-06-19 18:17:55 +00:00
tsutsui
91af04a1a5 tab/space 2010-06-19 18:10:56 +00:00
tsutsui
efd05dd183 de-tab 2010-06-19 18:07:38 +00:00
tnozaki
197b699328 null terminate 2010-06-19 14:48:16 +00:00
wiz
7dafc24288 Convert to mdoc. Sort options. 2010-06-19 14:45:39 +00:00
pooka
18f65594ec ... and remove the not-supposed-to-be-committed call to rump_sys_reboot() 2010-06-19 13:44:11 +00:00
pooka
b7c691f4b9 fix pasto, sprinkle ATF_REQUIRE_EQ()
ATF_REQUIRE_ERRNO, oh ATF_REQUIRE_ERRNO, wherefore art thou ATF_REQUIRE_ERRNO?
2010-06-19 13:43:29 +00:00
pooka
6457f5fabe add test for block device support 2010-06-19 13:40:09 +00:00
tnozaki
3cc4120729 1. refactoring new locale-db(RuneCT10) loading method with mmap(2).
2. remove unused field from _RuneLocale.
3. localeio(CITRUS=no) can read new locale-db(RuneCT10) now.
2010-06-19 13:26:51 +00:00
wiz
9b010439be Use Fl Fl for long options. Remove unnecessary Bk/Ek. 2010-06-19 11:16:31 +00:00
pooka
e3e8a399cf Remember to commit the change to compile h_xfail... 2010-06-19 10:20:21 +00:00
kiyohara
a3f576d5c4 Support load from FAT. 2010-06-19 08:48:33 +00:00