Commit Graph

183367 Commits

Author SHA1 Message Date
dyoung
71fe64733e Let us use MKKMOD=yes to leave the kernel modules out of the
distribution.
2009-08-30 01:49:41 +00:00
jmcneill
9ec52a2279 PR# port-i386/39671: panic while booting with an acpi kernel on a 790GX board
If the firmware describes duplicate keyboard controller nodes, don't panic
when the driver fails to map registers.
2009-08-29 19:17:44 +00:00
tsutsui
c92a50c211 Remove unnecessary #includes. 2009-08-29 14:18:34 +00:00
tsutsui
f54cebb2d7 - no need to include "vlan.h" since no NVLAN reference
- whitespace in comment
2009-08-29 14:06:22 +00:00
tsutsui
3ffa711088 Add support for Oxford Semiconductor OXmPCI952 2 port UARTs.
Also update URL of Oxford UART chips.
2009-08-29 13:55:29 +00:00
jmmv
2cb749c2fd Remove trailing \n in calls to _rtld_error: a newline is automatically
added by a call to the function.
2009-08-29 13:46:54 +00:00
tsutsui
6c957c4802 Uncomment /*static*/ function declarations,
and #ifdef'ed out an unused function.
2009-08-29 06:05:39 +00:00
rmind
3a8481feb4 Make pool_head static. 2009-08-29 00:09:02 +00:00
rmind
924c9047ea - Re-enable direct I/O with emap for pipe.
- While not used, #ifdef KVA allocation in emap (so it wont burn the space).
2009-08-29 00:06:43 +00:00
hubertf
545302a120 improve wording a bit 2009-08-28 21:19:13 +00:00
ahoka
04e8306951 Install manpage for the Xorg S3 driver. 2009-08-28 17:20:07 +00:00
dyoung
e0567cec13 Use C99 types, s/u_int32_t/uint32_t/. No functional change intended. 2009-08-28 15:29:16 +00:00
christos
e70eb37b45 - Bump posix version to 200112L, we should be mostly compliant now.
- Add text from FreeBSD explaining the values
- Add missing defines as undef'ed.
2009-08-28 15:15:03 +00:00
ahoka
8e8267140c OK, it seems we missed the fact, that s3_video.c needs S3_NEWMMIO
defined for proper compilation (its using some macros which are ended
up as undefined symbols and thus crashing the server).

The driver is working properly again now.
2009-08-28 14:39:39 +00:00
christos
1ed23800b4 Don't barf on malformed mime messages (missing mime version). From Anon Ymous 2009-08-28 14:26:50 +00:00
ahoka
b04b38e286 Bump DRIVER_VERSION for last update. 2009-08-28 14:13:24 +00:00
dholland
dbb9a41442 Another one that needs <sys/exec_aout.h>. 2009-08-28 01:39:03 +00:00
macallan
a11c6c1d62 use vcons_replay_msgbuf() 2009-08-27 20:52:18 +00:00
dyoung
ad4ed4b3dd Use *_FOREACH() routines instead of open-coding them. 2009-08-27 20:24:16 +00:00
dyoung
b22313926a Make descriptors packed w/ 4-byte alignment. 2009-08-27 20:23:32 +00:00
christos
12102b7fae port to non NetBSD systems. 2009-08-27 19:40:06 +00:00
tsutsui
6564af38e7 Remove an unnecessary assignment. No binary change. 2009-08-27 16:02:26 +00:00
tsutsui
1b125fa80e Minor tweaks for www changes page:
- add man page suffixes
- fix indent (use tab, not space)
- adjust a theme
2009-08-27 14:29:22 +00:00
bouyer
88384a5472 Oups, remove extra } 2009-08-27 09:40:39 +00:00
mouse
baccc29a0d Parenthesize S_IS*() macro arguments to prevent breakage with certain
arguments - see PR 41919.  Approved by dholland.
2009-08-27 07:28:42 +00:00
mrg
e1f2b04281 - build mesa_dri and swrast on all platforms
- kill imstt
- re-add int10 on macppc
2009-08-27 04:59:15 +00:00
mrg
89ff155dc1 build libmesa and swrast on all platforms. 2009-08-27 04:36:40 +00:00
mrg
a32a54ebe7 fix the SRCS list for swrast. 2009-08-27 04:36:13 +00:00
mrg
602bbf6a42 disable imstt driver. it needs xorg 1.6 help. 2009-08-27 04:35:57 +00:00
mrg
dbed2ed55e build int10 on macppc -- "nv" driver depends on it.
xorg 1.6.3 works on my old powermac G4 with nv now.
2009-08-27 04:34:52 +00:00
mrg
3be75bc755 bsdResource.c is now called stdResource.c. 2009-08-27 04:34:13 +00:00
mrg
5b64d8fe9f build tdfx_dri.c. fixes PR#41922. 2009-08-27 04:33:18 +00:00
dholland
92142a498e Make documentation of -f flag match the implementation. Bump date. 2009-08-27 04:18:29 +00:00
macallan
e2a22e90a9 mention suntcx 2009-08-27 04:17:50 +00:00
dholland
29d1f99953 Don't need -DHAVE_REGCOMP any more 2009-08-27 03:12:16 +00:00
dholland
20ce96200f Instead of trying to cons up a regexp that ignores case, use REG_ICASE.
This makes fortune -im work; it's been broken since whenever.
2009-08-27 03:09:17 +00:00
dholland
47c8cadb48 Tidy up regexp handling further. 2009-08-27 03:04:58 +00:00
dholland
ade23dc0db Prune conditional compilation for using obsolete regexp libraries. 2009-08-27 02:21:36 +00:00
dholland
4995cfe200 Whitespace. 2009-08-27 02:03:22 +00:00
dholland
e07a279dee Prevent nasal demons in a case I spotted while preparing the previous. 2009-08-27 01:42:08 +00:00
dholland
fb94dc019f ANSIfy function definitions. 2009-08-27 01:40:27 +00:00
dholland
0ba36cdda2 Sprinkle some size_t in places where it's better than int.
(Reduces casts.)
2009-08-27 01:19:38 +00:00
dholland
b80dbf8031 remove more unnecessary casts 2009-08-27 00:43:31 +00:00
dholland
9ece4dba1c Use correct type for malloc sizes (size_t, not unsigned) 2009-08-27 00:42:11 +00:00
dholland
c94bff8297 remove unnecessary casts 2009-08-27 00:40:44 +00:00
dholland
9ac5061b87 u_int32_t -> uint32_t 2009-08-27 00:36:32 +00:00
dholland
04ed523694 ANSIfy function definitions 2009-08-27 00:31:12 +00:00
dholland
cf97b0fdcd Use standard C: 'unsigned', not 'u_int' 2009-08-27 00:24:11 +00:00
dholland
431304b3b0 remove unnecessary cast 2009-08-27 00:22:28 +00:00
dholland
fe14252156 remove unnecessary casts 2009-08-27 00:21:45 +00:00