Commit Graph

179766 Commits

Author SHA1 Message Date
lukem
19ffb16ab2 Fix another sign-compare issue 2009-04-14 07:36:16 +00:00
lukem
49d68c2eee fix sign-compare issues 2009-04-14 07:28:23 +00:00
marty
3f031dd86e Work around the circular dependency between sys/device.h and omap_intr.h
introduced when sys/device.h included sys/mutex.h

This workaround should be removed once the circular dependency is fixed.
2009-04-14 06:33:23 +00:00
marty
03ff44a9b2 Increase SYMTABLE_SIZE so it'll compile again. 2009-04-14 06:22:31 +00:00
lukem
14b71bc9c5 Fix -Wcast-qual issue 2009-04-14 06:16:59 +00:00
lukem
23ed38873e fix sign-compare issues 2009-04-14 06:14:10 +00:00
lukem
95f5c18e58 Appease -Wcast-qual with a liberal sprinkling of const. 2009-04-14 05:55:12 +00:00
lukem
f76ec3edcf Fix -Wcast-qual issues 2009-04-14 05:46:25 +00:00
lukem
910d676151 Fix WARNS=4 issues (-Wcast-qual, -Wsign-compare) 2009-04-14 05:45:23 +00:00
haad
8a85d2e387 Check if pd is not NULL before we try to lock rw lock associated with it.
This fixes proplib crash when NULL is passed to prop_dictionary_get as a
dictionary.
2009-04-14 02:53:41 +00:00
lukem
7acf67f489 Fix WARNS=4 (-Wcast-qual -Wextra) 2009-04-13 23:50:49 +00:00
lukem
82983c1c4b Fix -Wcast-qual issues 2009-04-13 23:45:50 +00:00
lukem
2b7977aec7 Fix -Wcast-qual issue 2009-04-13 23:44:49 +00:00
lukem
c2293a6fbf Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wextra) 2009-04-13 23:43:36 +00:00
lukem
0980aab530 Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare)
XXX: need a "cleaner" way to do the check in reverse.c, as a general rule
2009-04-13 23:33:25 +00:00
lukem
e7a39c4fb6 Fix -Wsign-compare issues 2009-04-13 23:20:27 +00:00
lukem
b33c816619 Fix WARNS=4 issues (-Wcast-qual -Wsign-compare) 2009-04-13 23:02:36 +00:00
christos
ae0fe2262f Fix http://www.securityfocus.com/archive/1/502634, from OpenBSD.
XXX: should be pulled up to 5.x
2009-04-13 22:29:11 +00:00
christos
432ce7c95e At ad@'s request add support for native rwlocks. The XXX's should be addressed
before this is enabled, perhaps with _np functions.
2009-04-13 21:20:40 +00:00
christos
3f7bbc73e3 since we know the types, print what they are in error messages. 2009-04-13 21:17:37 +00:00
christos
d73aed5293 typo OPS instead of OP, pointed by ad@ 2009-04-13 20:23:27 +00:00
snj
26af950e7d Fix typo: s/fftadvanc/ftadvanc/ 2009-04-13 20:11:59 +00:00
veego
a3f4641381 Update for 1.2.5:
- Reorder SRCS to match the generated Makefile
- Enable rhd_audio.c and rhd_hdmi.c
- Add r600_shader.c in the default cause
- Add r6xx_accel.c, r600_exa.c and r600_textured_videofuncs.c for DRI
2009-04-13 19:39:57 +00:00
snj
448f288967 Update for freetype-2.3.9. 2009-04-13 18:58:08 +00:00
haad
33e2a4a918 Destroy locks in dm_dev_free, do not allocate struct disk twice. 2009-04-13 18:51:54 +00:00
haad
94d1f41faa We need writable /dev to get lvm working otherwise lvm devices can't be created. 2009-04-13 18:48:14 +00:00
haad
a650e4b356 Update to reality. 2009-04-13 16:12:27 +00:00
christos
1841106bd7 Allow kdump to be used as an ioctl decoder if invoked as ioctlname. 2009-04-13 14:39:23 +00:00
nonaka
88856a8da9 Use <bsd.klinks.mk> to create ${MACHINE} and ${MACHINE_ARCH} symlinks. 2009-04-13 12:54:45 +00:00
tsutsui
bd151a8481 Assume an unknown HWREV chip has the same features with the latest one. 2009-04-13 12:38:06 +00:00
tsutsui
b684e4d8b1 Add HWREV of RTL8102EL variant. From FUKAUMI Naoki. 2009-04-13 12:33:05 +00:00
tsutsui
f231bee40e Add HWREV values of RTL8168CP and RTL8168D. From FreeBSD.
XXX: needs more quirk handling after wakeup for newer chips.
2009-04-13 12:28:46 +00:00
nonaka
553bcc9952 Use <bsd.klinks.mk> to create ${MACHINE} and ${MACHINE_ARCH} symlinks. 2009-04-13 12:25:36 +00:00
tsutsui
78712968dc Use <bsd.klinks.mk> to create ${MACHINE} and ${MACHINE_ARCH} symlinks. 2009-04-13 12:18:56 +00:00
he
fa1e83de92 Define _NOREGNAMES before including <machine/asm.h> so that the
assembler doesn't get confused.
2009-04-13 11:56:35 +00:00
he
b8ed03a053 Add the include of compat/darwin/darwin_types.h, so that this builds
again with COMPAT_DARWIN defined.  Fix from KIYOHARA Takashi.
2009-04-13 11:54:58 +00:00
lukem
ec7aea6da3 Appease -Wsign-compare 2009-04-13 11:17:06 +00:00
lukem
64d3192b1d Fix WARNS=4 issues (-Wcast-qual -Wsign-compare) 2009-04-13 11:07:59 +00:00
lukem
183f6d8af1 Fix WARNS=4 issues (-Wshadow -Wsign-compare) 2009-04-13 10:56:56 +00:00
he
ec30dc689c Do the -Wuninitialized workaround in a way which conforms to our
style guide, and remove a now unneeded LINTED comment.  From private
feedback.
2009-04-13 10:03:58 +00:00
he
8b757973f7 Include <sys/evcnt.h> instead of <sys/device.h> to break circular
dependency graph.
2009-04-13 09:37:50 +00:00
lukem
932c7df00d fix sign-compare issue 2009-04-13 07:31:36 +00:00
lukem
a295808121 fix -Wcast-qual issue 2009-04-13 07:30:49 +00:00
lukem
d27a41bf3e Fix WARNS=4 issues (-Wcast-qual -Wsign-compare) 2009-04-13 07:29:55 +00:00
lukem
9ad3f56728 Fix -Wsign-compare issues 2009-04-13 07:23:14 +00:00
lukem
859f324d7a Fix -Wshadow issues 2009-04-13 07:19:55 +00:00
lukem
62a63750ae fix -Wsign-compare issue 2009-04-13 07:18:38 +00:00
lukem
6c108bbd74 Fix WARNS=4 issues (-Wcast-qual -Wshadow) 2009-04-13 07:15:32 +00:00
lukem
37e1a87444 fix -Wsign-compare issue 2009-04-13 07:11:37 +00:00
lukem
2d873641b5 Fix WARNS=4 issues (-Wcast-qual -Wsign-compare) 2009-04-13 07:10:25 +00:00