pooka
46b37b0509
regen: fix PARAMASK
2011-01-07 11:25:43 +00:00
pooka
b5ac5e4fe9
fix PARAMASK
2011-01-07 11:25:10 +00:00
jmcneill
413c4ec645
support building cas(4) as a module
2011-01-07 11:17:22 +00:00
pooka
cc30c34a93
Remove the componentname-saving code since it was addressing
...
SAVENAME/HASBUF/SAVESTART and they don't exist anymore (and the
removed code didn't compile on nb5).
2011-01-07 11:15:30 +00:00
pooka
764f692eba
Add a puffs-p2k-ffs file system type to automated tests. Inspired
...
by the file handle problem in p2k.
2011-01-07 10:45:45 +00:00
pooka
4063bc515b
Fix file handles. Problem reported & fix tested by kefren.
2011-01-07 10:18:06 +00:00
jakllsch
5637a88e80
Maintain 5-character width of MB/s column by dynamically adjusting the
...
decimal precision.
This should work until disk transfer rates exceed 99999 MB/s.
2011-01-07 03:12:27 +00:00
pgoyette
6b82d481ea
Forgot the Atffile for t_ttyio test
2011-01-07 03:04:12 +00:00
pgoyette
da0ee23dec
cerror and ttyio tests have been atf-ified
2011-01-07 02:51:38 +00:00
pgoyette
016a7f9b90
Hook t_cerror and t_ttyio into the build
2011-01-07 02:49:09 +00:00
pgoyette
62566a5bdc
Atf-ify a couple more tests
2011-01-07 02:47:40 +00:00
matt
f953531caf
Note matt-nb5-pq3 branch
2011-01-07 01:11:03 +00:00
pgoyette
6b3ee667f6
Avoid double-inclusion of bsd.subdir.mk file. This eliminates some harmlessnbut annoying warning messages.
2011-01-07 01:07:31 +00:00
jakllsch
0e590a108e
Add schide(4).
2011-01-07 00:31:34 +00:00
apb
63df928b37
Change printf formats to match the data type of the values being
...
printed. There's now a lot of PRIu16 and PRIu32, some PRIu8, some
SCNu32, and a few cases where %u and %d were reversed. Multiplication
of 32-bit and 8-bit values is cast to uint64_t and printed with PRIu64.
Inspired by a report from Patrick Welche on current-users.
2011-01-06 21:39:01 +00:00
jakllsch
570b66fb3c
Note new GPT support in the x86 boot code.
2011-01-06 19:49:37 +00:00
christos
621e83eac4
match printf formats and types from Patrick Welche
2011-01-06 19:34:28 +00:00
jruoho
ef2b108701
Fix a comment.
2011-01-06 18:57:22 +00:00
riz
e048211e44
Clarify the 'dkctl addwedge' usage message after creating a GPT
...
partition.
2011-01-06 17:51:28 +00:00
jakllsch
1f8f195455
Use less bogus CHS addresses in PMBR.
...
With the ending head set at 0xff one machine I have will never leave
the initial startup screen if such a disk is present. Additionally,
Wikipedia suggests without citiation that 254 is the maximium allowable
value for the head, and this seems to be the case.
2011-01-06 17:42:10 +00:00
pgoyette
c2f7c581b7
mktime test has been atf-ified
2011-01-06 17:22:14 +00:00
pgoyette
8659b0cd02
Atf-ify test for mktime(3)
2011-01-06 17:20:48 +00:00
njoly
faebd471be
Remove single-quote forgotten in previous cleanup.
2011-01-06 16:37:35 +00:00
jakllsch
5da707b805
UFS is called FFS in the NetBSD case. Display as such and accept as input.
2011-01-06 16:30:40 +00:00
njoly
a3bf2b2cf7
Fix macro, OS -> Os.
2011-01-06 15:24:33 +00:00
njoly
416b82e2e3
Fix macro (DV -> Dv).
2011-01-06 15:22:20 +00:00
njoly
96b2d8096a
Start unprivileged filesystem tests. For now, only chown/chmod owner
...
checks.
2011-01-06 15:19:09 +00:00
tsutsui
28707b7779
Move pmap_aliasmask initialization from pmap_bootstrap.c
...
to machdep.c:hp300_init() before the first pmap(9) use.
2011-01-06 14:19:54 +00:00
tsutsui
1e4ed35788
Use #ifdef CACHE_HAVE_VAC rather than #ifdef M68K_MMU_HP where
...
the pmap code indends.
(though currently only MMU_HP machines have VAC in pmap_motorola ports)
2011-01-06 13:49:16 +00:00
pooka
964d204966
In case of LOCKDEBUG, expect certain text in the kernel output.
2011-01-06 13:42:45 +00:00
pooka
97936d4ea0
antipasto
2011-01-06 13:36:48 +00:00
tsutsui
9e8faec263
Move VA allocation of ledbase to leds.c just before pmap_enter(9)
...
to reduce MD quirk in pmap_bootstrap.c.
2011-01-06 13:25:32 +00:00
pooka
11cf07aa55
+tp
2011-01-06 13:13:44 +00:00
pooka
051cd8569e
Add some tests for lock errors. Notably, some of them fare nicely
...
with just the pthread consistency checks (which are enabled by
default in rumpuser), but others require real LOCKDEBUG.
2011-01-06 13:12:52 +00:00
pooka
04056e47b5
give the outside world some idea of if we have LOCKDEBUG or not
2011-01-06 13:09:17 +00:00
tsutsui
3012955196
Move bootinfo address initialization to locore.s and machdep.c
...
to reduce MD quirks in pmap_bootstrap.c.
Also print bootinfo_pa in consinit() so that we can see
at least MMU is properly enabled after boot.
Tested on HP382.
2011-01-06 13:03:47 +00:00
blymn
0a965fa7ed
Back out change for assume_default_colors as it was not correct.
2011-01-06 11:29:40 +00:00
pooka
cd73d116db
Support LOCKDEBUG. To use it, compile sys/rump with RUMP_LOCKDEBUG=yes.
...
requested by martin (sparc64 gdb cannot reliably produce a stack trace)
2011-01-06 11:22:54 +00:00
cegger
f150925704
recognize Radeon HD 4200. This lets radeondrm(4) attach.
...
"go ahead" macallan@
2011-01-06 11:07:48 +00:00
pooka
51426b1ada
cwdi0 lock is now initialized in proc0_init()
2011-01-06 10:20:57 +00:00
dholland
78dfa763ff
fix typo, from Ryo HAYASAKA in PR 44332.
2011-01-06 08:30:09 +00:00
dholland
f4f54a9c39
Fix "-exec blah blah {} +" so it only matches when the {} is last, as
...
per the standard. Per (brief) discussion on tech-userlevel.
There should really be a form where you can do the equivalent of
"-exec blah {} blah +", but I think we're going to need to call it
something other than -exec. As it is it's sort of surprising that the
standards people didn't add a different name -- note what happens if
you try to do something like "find ... -exec expr {} + 2 \;".
2011-01-06 08:18:42 +00:00
macallan
5e7d981582
clear the screen before redrawing on reentering text mode
2011-01-06 07:43:05 +00:00
pooka
edeb44ccb3
Add a test for ls, which is just a lazy scheme to have some testing
...
for puffs_cc(3).
2011-01-06 07:28:32 +00:00
pooka
618d7d9ede
+helper
2011-01-06 07:05:51 +00:00
jruoho
0af1ebd4ab
Split the code that makes a string from ACPI_DEVICE_INFO::Name to a function.
2011-01-06 07:05:00 +00:00
pooka
b2d5a8ae6c
test rumpclient syscalls from a signal handler
2011-01-06 07:00:28 +00:00
pooka
d69edd9332
check that child exits with an expected status
2011-01-06 06:59:25 +00:00
pooka
c45d9404c0
Make rumpclient syscalls safe to call from signal handlers.
2011-01-06 06:57:14 +00:00
jruoho
1bb3132df6
Move the ACPI_ACTIVATE_DEV block around for clarity.
2011-01-06 06:49:12 +00:00