From: Arnd Bergmann <arnd@arndb.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-arch@vger.kernel.org, Tim Schmielau <tim@physik3.uni-rostock.de>
Subject: Re: Fw: [rft] testing BSD accounting format on different archs
Date: Mon, 26 Apr 2004 10:53:50 +0200 [thread overview]
Message-ID: <200404261053.53723.arnd@arndb.de> (raw)
In-Reply-To: <20040424131706.3d1f2c53.akpm@osdl.org>
[-- Attachment #1: Type: text/plain, Size: 28 bytes --]
here is the output for s390
[-- Attachment #2: acct_test.out-s390-64 --]
[-- Type: text/plain, Size: 1289 bytes --]
s390x s390x s390x GNU/Linux
v0 v1 v2
ac_flag 0 0 0
ac_version 1 1
ac_uid16 2 2 2
ac_gid16 4 4 4
ac_tty 6 6 6
ac_btime 8 8 8
ac_utime 12 12 12
ac_stime 14 14 14
ac_etime 16 16 16
ac_mem 18 18 18
ac_io 20 20 20
ac_rw 22 22 22
ac_minflt 24 24 24
ac_majflt 26 26 26
ac_swaps 28 28 28
ac_ahz 30 36
ac_exitcode 32 32 32
ac_comm 36 36 38
ac_etime_hi 53 55
ac_etime_lo 54 56
ac_uid 56 60
ac_gid 60 64
sizeof(struct acct)
64 64 68
01 00 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10
11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 00 00
21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30
31 32 33 34 35 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 00
01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10
11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20
21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30
31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40
01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10
11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 00 00
21 22 23 24 1f 20 25 26 27 28 29 2a 2b 2c 2d 2e
2f 30 31 32 33 34 35 36 37 38 00 00 39 3a 3b 3c
[-- Attachment #3: acct_test.out-s390-emu31 --]
[-- Type: text/plain, Size: 1289 bytes --]
s390x s390x s390x GNU/Linux
v0 v1 v2
ac_flag 0 0 0
ac_version 1 1
ac_uid16 2 2 2
ac_gid16 4 4 4
ac_tty 6 6 6
ac_btime 8 8 8
ac_utime 12 12 12
ac_stime 14 14 14
ac_etime 16 16 16
ac_mem 18 18 18
ac_io 20 20 20
ac_rw 22 22 22
ac_minflt 24 24 24
ac_majflt 26 26 26
ac_swaps 28 28 28
ac_ahz 30 36
ac_exitcode 32 32 32
ac_comm 36 36 38
ac_etime_hi 53 55
ac_etime_lo 54 56
ac_uid 56 60
ac_gid 60 64
sizeof(struct acct)
64 64 68
01 00 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10
11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 00 00
21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30
31 32 33 34 35 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 00
01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10
11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20
21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30
31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40
01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10
11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 00 00
21 22 23 24 1f 20 25 26 27 28 29 2a 2b 2c 2d 2e
2f 30 31 32 33 34 35 36 37 38 00 00 39 3a 3b 3c
prev parent reply other threads:[~2004-04-26 8:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-24 20:17 Fw: [rft] testing BSD accounting format on different archs Andrew Morton
2004-04-26 4:41 ` David S. Miller
2004-04-26 20:22 ` David Mosberger
2004-04-26 21:14 ` Geert Uytterhoeven
2004-04-26 8:53 ` Arnd Bergmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200404261053.53723.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=akpm@osdl.org \
--cc=linux-arch@vger.kernel.org \
--cc=tim@physik3.uni-rostock.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox