pooka
f5c7baed05
fix incorrect value of IMNT_MPSAFE in __IMNT_FLAG_BITS
2011-01-13 07:23:39 +00:00
jruoho
f861d1bc75
Clean-up acpi_print(). XXX: The 'acpiverbose' module is still broken...
2011-01-13 05:58:05 +00:00
mrg
1f2bf84678
introduce a hack to workaround the savefpstate IPI get's NULL
...
struct fpstate *.
add a new entry point ipi_savefpstate() that is used for this IPI
instead of the plain ipi_savefpstate(). check for %o0 being NULL,
and if so, just return.
add event counters for the savefpstate IPI, and another one for
when it detects the NULL problem.
make the cpu_info struct xmpsg be aligned to a single cache line.
with this change applied (and another minor change in testing) my
SS20 with dual SM75's has survived for 17 hours on build.sh -j5,
and has reported 7 NULL savefps. (the minor change seems to have
a significant effect at reducing this number, but more testing is
needed for it.)
XXX: this is horrible and we really need to find the real problem
XXX: but this should let people use sparc smp again, and fixes
XXX: for the real problem can be tested by seeing if any of the
XXX: savefp IPI null counter becomes non-zero.
2011-01-13 05:20:27 +00:00
jruoho
710112e7c7
Scan for docking stations.
2011-01-13 05:14:48 +00:00
jruoho
3dd22c3c2c
Do not try to attach more ACPI CPUs than the amount of "real" CPUs.
2011-01-13 04:18:19 +00:00
jruoho
55bd26d109
Add a comment.
2011-01-13 03:45:38 +00:00
jruoho
99d6864d21
Move the function that counts the CPUs from acpicpu(4) to the MD layer.
2011-01-13 03:40:50 +00:00
pgoyette
a894fd595d
One more sets-list dance, for t_ptm
2011-01-13 03:20:14 +00:00
pgoyette
c15f77f136
Last one for today: move t_ptm test from lib/libc/ to lib/libc/ttyio/
2011-01-13 03:19:57 +00:00
pgoyette
542ee7575d
Make sure we build all of thests, not just the last one (use += vs =)
2011-01-13 03:09:54 +00:00
pgoyette
9704d7e1f8
Repair some printf formats
2011-01-13 03:00:41 +00:00
pgoyette
e7593c1527
Another sets-list dance for reorganizing the atf tests
2011-01-13 02:41:10 +00:00
pgoyette
1c807dbe53
Continuing the (re)organization of the lib/libc atf regression tests
2011-01-13 02:40:43 +00:00
pgoyette
ec5cad1d54
Re-add missing -lpthread and fix some structure inializers (not sure how
...
these ever compiled)
2011-01-13 02:24:51 +00:00
pgoyette
2bdcef7b5e
sets-list dance for nsdispatch test
2011-01-13 01:57:48 +00:00
pgoyette
374d5969a4
The nsdispatch test belongs in libc/net and not in libc
2011-01-13 01:56:44 +00:00
pgoyette
b9880036dc
Fix entries for lib/libc/net/ entries for servent and protoent (these
...
should not be obsolete)
2011-01-13 01:32:04 +00:00
pgoyette
1de58405f0
sets-list and mtree dance for moving t_mktime & t_strptime
2011-01-13 00:16:34 +00:00
pgoyette
004608e402
Move t_mktime and t_strptime to their own ..../time/ subdirectory.
...
(Concurrence from christos@)
2011-01-13 00:14:10 +00:00
jmcneill
b17fda8006
Handle overlapping variable-range MTRRs following the rules defined in
...
section 11.11.4.1 "MTRR Precendes" of the Intel(R) 64 and IA-32
Architectures Software Developer's Manual, Volume 3A.
2011-01-12 23:52:38 +00:00
joerg
840ff94b9f
Fix the weak aliases to match the libc version and not leave unresolved
...
symbols around.
2011-01-12 23:34:00 +00:00
joerg
d3a052c472
Allow use of traditional CPP to be set on a per platform base in sys.mk.
...
Honour this for dependency processing in bsd.dep.mk. Switch i386 and
amd64 assembly to use ISO C90 preprocessor concat and drop the
-traditional-cpp on this platform.
2011-01-12 23:12:10 +00:00
joerg
681aec7b5a
USETBL no longer disables mandoc processing.
2011-01-12 23:05:31 +00:00
joerg
0e4ac962b5
Remove NOMANDOC, the documents are at least parsed somewhat sensible.
2011-01-12 23:03:55 +00:00
joerg
6518b0c675
mandoc now supports tbl(1) formatting, so adjust rules.
...
Use -Wstop in lintmanpages.
2011-01-12 23:03:24 +00:00
joerg
20d71a1344
Update build system for mdocml-1.10.9.
2011-01-12 23:02:21 +00:00
joerg
6e4753617c
Use example.style.css in place of style.css.
...
Replace $Mdocdate$ with the content in correct order, so that groff
gives proper output.
2011-01-12 23:00:51 +00:00
joerg
f494eb95a3
Merge for mdocml-1.10.9
2011-01-12 22:58:42 +00:00
joerg
c0d9444af1
Import mdocml-1.10.9 and additional post-release bugfixes
...
(tbl_data.c 1.15, tbl_layout.c 1.13, tbl_opts.c 1.8).
This features many small improvements and the initial integration of
tbl(1) support on all output devices.
2011-01-12 22:57:08 +00:00
joerg
664edd5c61
Drop the build date from the iasl binary.
2011-01-12 22:53:16 +00:00
pooka
76c771d82c
xfail for PR kern/44377
2011-01-12 22:42:24 +00:00
pooka
65d8e9cc2d
Instead of hardcoding fs list just try to mount union and skip all
...
file systems which return EOPNOTSUPP.
2011-01-12 21:45:39 +00:00
pooka
62c5e2b365
Remember to commit the setlost stuff for the union test changes,
...
or there'll be vfs to pay.
2011-01-12 21:30:50 +00:00
skrll
a40358ae2d
LOCKDEBUG isn't used here.
2011-01-12 21:18:23 +00:00
pooka
b23eef386e
Move basic unionfs test from fs/union to fs/vfs and make it test
...
all whiteout-supporting file systems with the file system in question
as the upper layer. Also, add an unlink to the test to see if
whiteouts are really working.
ffslog_basic is the test case for PR kern/44377
2011-01-12 21:13:26 +00:00
pooka
5f240a5279
unionfs voodoo
2011-01-12 21:08:55 +00:00
wiz
1831df68c2
Sort options in SYNOPSIS.
2011-01-12 19:55:06 +00:00
wiz
2164f8a67d
Fix xref.
2011-01-12 19:53:12 +00:00
tron
0933ade5c6
Fix entries for debugging binaries of Atf-ified "getaddrinfo tests.
2011-01-12 19:52:15 +00:00
pgoyette
e715033257
Another sets-list dance, this time for the libc/atexit test
2011-01-12 19:45:23 +00:00
pgoyette
6fdb369dfe
Put the atexit test where it belongs - in libc/stdlib/
2011-01-12 19:44:07 +00:00
pooka
0312c5cee5
Explicitly set *vpp to NULL in lookup. At least reluckup gets
...
upset if we don't explicitly nullify vpp in the error case.
2011-01-12 19:31:39 +00:00
pooka
09159e5c0a
Make sure bozo_auth_check_401() isn't called with a NULL "request".
...
reviewed by mrg
2011-01-12 19:29:24 +00:00
jmcneill
b66d32932e
HAVE_MMTR -> HAVE_MTRR
2011-01-12 19:04:19 +00:00
christos
d1cb59540a
fix usage.
2011-01-12 18:51:42 +00:00
christos
1a231f468f
add -s option to compress spaces.
2011-01-12 18:28:19 +00:00
phx
d7e7e38c1b
Rewritten to take advantage of the new MI motoi2c code.
2011-01-12 18:09:03 +00:00
phx
77d12ff8eb
Fixed DPRINTF macro to make it compile when DEBUG is not defined.
2011-01-12 18:06:26 +00:00
phx
846d34516e
Include i2cvar.h for i2c_controller, which is usually not needed by devices
...
using this MI driver, so they shouldn't have to bother with that.
2011-01-12 18:05:18 +00:00
pgoyette
dd87ecaaaa
Update sets list for moving of servent and protoent tests
2011-01-12 17:33:38 +00:00