pooka
6bafd757e5
use X-fs.mntname for f_fstypename. ignore p2k_ffs there.
2011-01-07 12:01:11 +00:00
pooka
71074032ea
Set an extra xvar indicating MOUNT_FOO
2011-01-07 12:00:34 +00:00
pooka
604e46b650
antipasto
2011-01-07 11:58:21 +00:00
pooka
20bc861ad1
ffs -o log dies in renamerace_dirs just like the rest.
2011-01-07 11:53:23 +00:00
pooka
c63717e4a5
add another fstype for ffs -o log
2011-01-07 11:52:59 +00:00
pooka
1c9b2b7d1e
Don't panic if "unnecessary" dir already exists.
...
(helpful when running the test without atf-run)
2011-01-07 11:50:37 +00:00
pooka
4de0f96672
P2K_FFS uses puffs and therefore does not GOP_ALLOC either
2011-01-07 11:41:54 +00:00
pooka
dbc0117ffb
adjust another place where X-fs.type is set
2011-01-07 11:41:40 +00:00
pooka
6869f180f8
expect correct errno in nfsro case. from yamt
2011-01-07 11:39:27 +00:00
pooka
6939ec24b6
Use our internal name instead of MOUNT_FOO to identify file system
...
since otherwise we now run into dupes (e.g. nfs and nfsro, puffs
and p2k_ffs).
2011-01-07 11:36:27 +00:00
pooka
f9736ee54f
Censor no-longer-relevant flags which may be passed down from
...
somewhere (e.g. an older kernel). We really can't do anything
about new flags or flags changing meaning, though.
2011-01-07 11:27:53 +00:00
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