joerg
ee2f528836
Properly use format string
2011-05-24 16:42:10 +00:00
joerg
0f07b5f4ad
Use proper format string
2011-05-24 16:40:21 +00:00
joerg
cbd926d403
Add some needed __UNCONST
2011-05-24 16:39:56 +00:00
joerg
093247893c
Kill redundant ()
2011-05-24 16:38:25 +00:00
joerg
7800ff71d5
Use proper format string
2011-05-24 16:37:49 +00:00
joerg
5345cc0b23
Kill redundant ()
2011-05-24 16:37:04 +00:00
joerg
0ce8eb378b
Fix obvious condition snafu
2011-05-24 16:35:26 +00:00
joerg
4186c35cbd
Fix format string
2011-05-24 16:11:08 +00:00
joerg
65b332fa1f
Use proper format string
2011-05-24 16:04:14 +00:00
joerg
fe030aa0ad
Fix formatting of time_t
2011-05-24 16:03:15 +00:00
joerg
c219644b8d
Fix printing of time_t
2011-05-24 15:51:00 +00:00
joerg
89c5df97d0
Fix another format string
2011-05-24 15:44:28 +00:00
joerg
43d31a906a
Fix format string
2011-05-24 15:30:31 +00:00
joerg
e04e416493
Use proper format string
2011-05-24 15:24:28 +00:00
joerg
23abb27f60
Fix logic error
2011-05-24 15:23:41 +00:00
joerg
ee3252c44f
Use volatile for explicit 0 dereference
2011-05-24 15:20:37 +00:00
joerg
e6f855c3ea
Kill redundant unused extern.
2011-05-24 14:27:07 +00:00
joerg
b4141daf2b
Use proper format string
2011-05-24 14:26:55 +00:00
rmind
cc2c5ce631
tmpfs_free_node: comment out assert, which can fire e.g. on shutdown.
2011-05-24 14:18:03 +00:00
joerg
8d430e7070
Provide correct GCC_NORETURN
2011-05-24 13:48:16 +00:00
joerg
5b79cac715
No input needed
2011-05-24 13:41:53 +00:00
joerg
9d62088ad4
Properly use format strings
2011-05-24 13:26:41 +00:00
joerg
b7d3c3b035
Explicitly mark a NEWREF as unused
2011-05-24 13:26:04 +00:00
joerg
aeb74a68bf
Properly use format strings
2011-05-24 13:25:25 +00:00
joerg
ea580acd89
Use proper format string
2011-05-24 13:19:55 +00:00
joerg
77a6772536
Kill redundant ()
2011-05-24 13:08:16 +00:00
joerg
e4a1756060
Packed pointers are non-sense
2011-05-24 13:03:19 +00:00
joerg
0f19a96b11
Kill redundant externs
2011-05-24 13:02:37 +00:00
joerg
e2f3fd3f0c
Properly use format strings
2011-05-24 13:01:53 +00:00
joerg
1e608ad53f
Fix format string usage
2011-05-24 12:49:11 +00:00
joerg
de862ba918
Properly use format string
2011-05-24 12:46:16 +00:00
joerg
9f52716d37
Properly use format strings
2011-05-24 12:44:30 +00:00
joerg
6ff5354c03
Fix usage() to actually not return
2011-05-24 12:42:25 +00:00
joerg
80952d9f7f
Properly use format strings.
2011-05-24 12:40:11 +00:00
joerg
a3ba17a6a3
Properly use format string.
2011-05-24 12:35:36 +00:00
joerg
a988c0e8be
Properly use format string
2011-05-24 12:35:01 +00:00
joerg
a5bcf1850f
Use proper format strings.
2011-05-24 12:33:22 +00:00
joerg
de7d5b1342
Doesn't need input.
2011-05-24 12:32:36 +00:00
joerg
20c68d4f2c
Fix const issues
2011-05-24 12:31:56 +00:00
joerg
9a1e56f24b
Fix sign compare
2011-05-24 12:27:29 +00:00
joerg
4dfc56bdfa
Don't use user input as format string
2011-05-24 12:25:05 +00:00
joerg
48a413800a
Simplify
2011-05-24 12:24:22 +00:00
joerg
b794a0de4d
Kill self assignment
2011-05-24 12:19:11 +00:00
joerg
9f5d29dc35
Use portable macros
2011-05-24 12:18:03 +00:00
joerg
77103d874a
input is unused
2011-05-24 12:07:14 +00:00
joerg
14d428746e
input is unused.
2011-05-24 12:06:25 +00:00
joerg
39a0f733b0
Decide on printing an int as int and not as short.
2011-05-24 12:04:18 +00:00
joerg
52b2e3b827
Use bitwise operators, logical and with a constant doesn't make sense
2011-05-24 12:03:04 +00:00
joerg
b1162954df
Don't use address strings as format string.
2011-05-24 11:38:56 +00:00
mrg
bb85999d1f
for SPI devices, allow platform code to set "scsi-initiator-id" device
...
property, and if set, use it instead of pfp.PortSCSIID.
on sparc64 systems on "scsi" or "scsi-2" devices, look from our node
up the tree for a "scsi-initiator-id" property, and if present, copy
it into the device properties.
this fixes mpt(4) issues on PRIMEPOWER250 (and probably other) systems.
idea from freebsd r207243/r207287, but reworked to use our device
properties instead of platform #ifdefs.
look in "device_type" as well as "name" for "ethernet" or "network",
and also look to see if a "local-mac-address" is set when choosing if
this may be a network device. fixes bge(4) nul ethernet address on
the same PRIMEPOWER250.
2011-05-24 10:08:03 +00:00