christos
7e3b870a41
add missing initializers
2006-10-16 00:45:19 +00:00
christos
5b08cf393d
c99 initializer
2006-10-16 00:43:00 +00:00
christos
18243309bd
c99 initializers
2006-10-16 00:37:55 +00:00
christos
272937609b
sprinkle volatile.
2006-10-16 00:36:19 +00:00
christos
3fccf7e09e
c99 initializers
2006-10-16 00:31:47 +00:00
christos
a3522b311f
c99 initializers
2006-10-16 00:11:57 +00:00
christos
573bd5e5dd
add missing inititializer
2006-10-16 00:11:22 +00:00
christos
d2bca38017
use c99 initializers
2006-10-16 00:07:32 +00:00
christos
88e26c5a37
sprinkle volatile
2006-10-15 23:57:21 +00:00
christos
640b35e022
c99 initializers
2006-10-15 23:55:30 +00:00
christos
9052088997
add casts
2006-10-15 22:43:30 +00:00
christos
9541503cb0
add gpt
2006-10-15 22:42:03 +00:00
christos
c8d3614507
mention gpt.
2006-10-15 22:38:54 +00:00
christos
70a155bfa8
hook in gpt
2006-10-15 22:37:14 +00:00
christos
9b52236568
Make this work under NetBSD.
2006-10-15 22:36:29 +00:00
christos
5819a8c09d
Import the gpt tool from FreeBSD
2006-10-15 22:34:15 +00:00
bouyer
593919aafc
Don't rely on the /dev entry in the xenstore to get the handle; extract
...
it from the xenstore path. /dev will have whatever is in the guest's config
file disk entry, and this may not be a number (in the case of HVM guests
it's a string starting with 'ioemu').
2006-10-15 21:34:48 +00:00
christos
5bc3ea6c79
support printing kern.drivers
2006-10-15 21:33:34 +00:00
macallan
84da46d4d5
ansify
2006-10-15 21:23:19 +00:00
dsl
c183c301dc
Add some more explanitory comments.
...
Rename 'allsrc' to 'curSrcs' so that the variable passed to ParseDoSrc (etc)
has the same name as the local in the calling routine, rather than a name
that seems to imply a more global and persistent list.
2006-10-15 21:17:27 +00:00
macallan
e57fef0a3e
report button clicks when tapping a trackpad
...
Tested on a PB3400c and an iBook G4
2006-10-15 21:15:21 +00:00
martin
a4f14b9dd0
Missing initializers
2006-10-15 21:12:08 +00:00
martin
4367e285ad
Make -Wextra save
2006-10-15 21:07:45 +00:00
martin
7815b7efa3
Missing initializers
2006-10-15 21:01:03 +00:00
martin
c8f99f6db4
Missing initializer
2006-10-15 20:59:53 +00:00
martin
1f9d7be4f6
Initializers
2006-10-15 20:57:13 +00:00
martin
9128c4105e
Missing initializer
2006-10-15 20:54:49 +00:00
martin
c8982ceb2a
Missing initializers
2006-10-15 20:50:29 +00:00
dbj
e55a64b8e5
add revoke.debug
2006-10-15 20:44:21 +00:00
martin
e279a26eb5
Missing initializers
2006-10-15 19:59:50 +00:00
martin
9384ee0db9
Missing initializer
2006-10-15 19:53:27 +00:00
christos
7631e65b9f
fix an incomplete initializer.
2006-10-15 19:52:40 +00:00
martin
6bac574e23
Missing initializers
2006-10-15 19:50:53 +00:00
martin
c335701fe5
Add missing initializer
2006-10-15 19:43:45 +00:00
martin
4183890e73
Initialize struct consdev in C99 style
2006-10-15 19:38:45 +00:00
christos
40c48e4f33
prevent empty else.
2006-10-15 19:34:51 +00:00
christos
ebed6f0b8c
add volatile to prevent gcc clobbering.
2006-10-15 19:33:52 +00:00
christos
2979ced6e8
- Instead of wondering if to syslog an error, do so, but in the called
...
function.
- use snprintf instead of sprintf.
2006-10-15 19:33:03 +00:00
martin
ac4b729ce4
Add some initializers
2006-10-15 19:32:37 +00:00
martin
61baadbc7f
Add missing initializer
2006-10-15 19:29:10 +00:00
christos
cdb23ba9fb
add a volatile variable to prevent vfork/longjmp clobbering.
2006-10-15 19:27:21 +00:00
martin
3176f67f9e
Sprinkle some __unused
2006-10-15 19:22:59 +00:00
martin
cb5d206224
__unused policy
2006-10-15 19:22:17 +00:00
christos
227b8ed7f9
delete junk I accidentally committed.
2006-10-15 19:11:58 +00:00
christos
dc579d1dcf
de-lint.
2006-10-15 19:08:48 +00:00
christos
56ec5c798d
die on lint errors.
2006-10-15 19:07:38 +00:00
martin
637106d04b
Make it compile with -Wextra on big endian machines (at lest the #if in the
...
definition of struct rb_ndoe on the endianess is the only explanation I have
why nobody complained about this on i386 - I don't understand why it makes a
difference for gcc though)
2006-10-15 19:04:28 +00:00
apb
76eb981a6d
Mention some things I did recently: "find ... -exec ... +", ps -o changes,
...
and building with shell != /bin/sh.
2006-10-15 18:51:20 +00:00
christos
6cbdf318bf
- make a variable volatile, that gcc warns vfork will clobber.
...
- don't blindly walk before the beginning of the buffer because of a
corrupt dependency file. In this case the first character of the
dependency file was a :
2006-10-15 18:50:47 +00:00
christos
2bd08fcc54
in the same way that we need an extra level for arrays, do the same for struct.
2006-10-15 18:18:54 +00:00