Commit Graph

201536 Commits

Author SHA1 Message Date
phx ed377eee5f Add PPCBoot version from DS-207 and CS-407e. 2011-06-02 16:41:32 +00:00
tsutsui ff2f721f5c Split device_t/softc of all ad1848 variants properly. Compile test only.
Please check all attribute users in all files.* on device_t/softc split.

XXX: not sure if gus(4) needs device_t in ad1848_isa_softc
2011-06-02 14:12:24 +00:00
nonaka 26a17089a0 fix compile failure. 2011-06-02 12:51:52 +00:00
jruoho 577c48bd00 Cleanup. 2011-06-02 12:42:27 +00:00
jruoho 2fc2edcdfd Few naive tests for sethostname(3). 2011-06-02 12:15:33 +00:00
jruoho b14fc1879c A simple test for mincore(2). 2011-06-02 10:48:55 +00:00
jruoho 0901655f4f Use .Ss and -offset indent. 2011-06-02 09:02:39 +00:00
jruoho b4ab399621 Note USE_FORT. 2011-06-02 08:58:34 +00:00
macallan 0d5bf7c96e some steps to make multiple instances work:
- don't bail if we're not the console. If we get the right paramters there is no
  reason not to work
- move wsdisplay_accessops into the softc
- call wsdisplay_cnattach only if we're the console
2011-06-02 02:33:42 +00:00
yamt 63b82de8a6 compatibility note 2011-06-02 01:04:18 +00:00
yamt 82bfd3cade mention memory barriers necessary for non-interlocked adaptive mutex release. 2011-06-02 00:58:26 +00:00
christos 4fc6381ab4 split mainbus 2011-06-02 00:35:23 +00:00
christos d92ab1d44a split auxio, ebus, psycho, sab. 2011-06-02 00:24:23 +00:00
christos 4418f77599 split audiocs 2011-06-02 00:23:28 +00:00
mrg 0d643fd11f also look for "FJSV,su" as found on PRIMEPOWER machines.
while here, copy some code from openbsd that should allow this to work
on the Fujitsu SPARC Enterprise Mx000 systems.
2011-06-02 00:16:22 +00:00
mrg 705a46009a convert stackdump() to look up symbols rather than dumping raw %pc values. 2011-06-01 23:41:04 +00:00
dyoung 8f7c4dceea Don't refer to extern tcbtable here, it is unused. 2011-06-01 22:59:44 +00:00
wiz 518b4753cf Bump date for previous. 2011-06-01 22:17:43 +00:00
alnsn a739efc5b5 kern/42030 - tracking of file descriptors by ktrace/kdump 2011-06-01 21:24:59 +00:00
dyoung bc07e228a2 Describe the arguments to ctor and dtor. 2011-06-01 20:49:22 +00:00
tron 352bdb5c18 Add new test "syscall/t_poll". 2011-06-01 19:45:08 +00:00
tron c9c2bac22c Add a regression test for poll(2) based on the test for pollts(2). 2011-06-01 19:43:10 +00:00
tron 860f8e7937 pollts(2) is supposed to return -1 in particular and not a random
non-zero value in case of an error.
2011-06-01 19:32:50 +00:00
macallan 01de9909d6 allow display devices to work if they have been set up by OF even of they're
not the firmware console. While there get rid of some more code carried over
from macppc that doesn't work on sparc64 and consistently use node vs.
console_node.
2011-06-01 16:00:10 +00:00
manu 5255616730 Fix race conditions between write and getattr/setattr, which lead to
inconsitencies between kernel and filesystem idea of file size during
writes with IO_APPEND.

At mine, this resulted in a configure script producing config.status
with ": clr\n" lines stripped (not 100% reproductible, but always this
specific string. That is of little interest except for my own future
reference).

When a write is in progress, getattr/setattr get/set the maximum size
among kernel idea (grown by write) and filesystem idea (not yet grown).
2011-06-01 15:54:10 +00:00
hans f559331e26 include config.h 2011-06-01 15:52:48 +00:00
joerg cd92498901 Update LLVM/Clang to r132395. This brings the usual set of improvements
and support for dependency tracking in tblgen. Use this to make updates
more robust.
2011-06-01 14:13:41 +00:00
njoly 423b7f5dbf Regen for Chipsbank vendor id. 2011-06-01 13:58:51 +00:00
njoly 83fd8d5c6e Add Chipsbank vendor id. 2011-06-01 13:57:55 +00:00
tsutsui b0ab296baa Remove unused header. 2011-06-01 11:43:56 +00:00
tsutsui f6d97a4891 - remove extern from function declarations
- some KNF
2011-06-01 11:43:12 +00:00
tsutsui c7d8407eea Fix harmless merge botch. 2011-06-01 11:42:18 +00:00
jruoho 29ca3fb160 Fix a typo. 2011-06-01 11:19:19 +00:00
jruoho b035f17c15 Indent the two lists with the same width. 2011-06-01 11:10:59 +00:00
jruoho 86b00a2e06 Remove the previous, as it was already there. Instead, split one long
paragraph and fix a typo.
2011-06-01 11:06:36 +00:00
jruoho 1642dc4734 Note bluetooth. 2011-06-01 11:03:27 +00:00
jruoho dd4ef98f2e Clarify placement of commas. From Snader_LB on freenode/#netbsd-code. 2011-06-01 09:46:48 +00:00
jruoho b96ef27e33 fujitsu(4) -> fujbp(4), fujhk(4). 2011-06-01 08:50:00 +00:00
jruoho 073e6ad843 ACPICA 20110527 is out. 2011-06-01 08:40:02 +00:00
manu 344a543c33 Remove outdated comment about a fixed bug 2011-06-01 07:57:24 +00:00
macallan dd3292d9f1 move wsdisplay_accessops into the softc so multiple instances have a chance
to work without stepping on each other's toes
2011-06-01 05:06:17 +00:00
jruoho f1f75c782c Check also basic EFAULT and EINVAL from bogus calls to pollts(2). 2011-06-01 03:39:45 +00:00
christos 1f1986d685 provide a diagnostic for unsplit drivers. 2011-06-01 02:43:33 +00:00
rmind 7524727f91 Split parts of uvm(9) into uvm_km(9) and uvm_map(9) man pages.
OK mrg@
2011-06-01 02:22:18 +00:00
dyoung 0840f9ccfc Don't use the C preprocessor to configure USERCONF. Instead, either do
or do not link in subr_userconf.c and x86_userconf.c.

Provide no-op stubs for userconf_bootinfo(), userconf_init(), and
userconf_prompt().

Delete all occurrences of #include "opt_userconf.h" as well as USERCONF
and __HAVE_USERCONF_BOOTINFO #ifdef'age.
2011-05-31 23:28:52 +00:00
alnsn 299044f0e0 Add <stdlib.h> for system(3). 2011-05-31 22:40:35 +00:00
njoly 9ff7ba5b5a Fix path for fadvise64 files. 2011-05-31 22:35:22 +00:00
njoly 9c8dbddec0 Regen for fadvise64_64 typo fix. 2011-05-31 21:39:00 +00:00
njoly 1cfc88e038 Small typo in fadvise64_64 args (advise -> advice). 2011-05-31 21:38:00 +00:00
njoly 7ee3c495f9 Add needed linux_fadvise64.c 2011-05-31 20:53:13 +00:00