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
dholland
3379762795
remove unnecessary cast
2009-08-27 00:19:52 +00:00
sjg
b69bd507ef
Bump date
2009-08-26 23:18:57 +00:00
sjg
3745b729fb
Add -C directory, same as gmake and freebsd make.
2009-08-26 23:17:11 +00:00
bouyer
559c33c2d0
Do not try to get the faulting instruction if eip is 0.
...
This makes 'trace' work when the kernel paniced because it jumped to
a NULL function pointer.
2009-08-26 23:17:03 +00:00
macallan
f0ef6f6e4e
add pnozz and suntcx drivers
2009-08-26 22:38:22 +00:00
macallan
7382668d37
adjust some mmap ranges so X can work, also use FBTYPE_TCXCOLOR
2009-08-26 22:36:07 +00:00
macallan
aa3bbd8994
apparently the official name for the S24 is FBTYPE_TCXCOLOR
2009-08-26 22:34:50 +00:00
bouyer
389f5178ad
In uipc_usrreq(PRU_ACCEPT), grab the unp_streamlock before unp_setpeerlocks().
...
This fixes a race where, for a short period of time, so->so_lock and
so2->so_lock are not sync. This makes solocked2() and solocked()
unreliable and cause DIAGNOSTIC kernel panics. This also fixes a possible
panic in unp_setaddr() which expects the socket locked.
Should fix kern/38968, fix proposed in
http://mail-index.netbsd.org/tech-kern/2009/08/17/msg005863.html
2009-08-26 22:34:47 +00:00
macallan
c914c90eda
build pnozz and suntcx drivers on sparc
2009-08-26 22:33:38 +00:00
macallan
66e211a7ea
reachover for pnozz and suntcx
2009-08-26 22:30:46 +00:00
bouyer
952c92b561
mfi.c still uses the spl() synchronisation scheme and so needs the kernel lock.
...
The sysmon subsystem is marked MPSAFE and so runs without the kernel lock.
So get the kernel lock in mfi_sensor_refresh() before calling
mfi_ioctl_vol().
This fixes command list corruption seen on heavy I/O load on the mfi
driver(4).
2009-08-26 21:41:05 +00:00
jmcneill
c07ee161fd
int 15h/AH=86h (WAIT) doesn't work properly on all hardware and emulators, so
...
for the countdown use the more coarsely grained sleep implementation based
on int 1ah/AH=00h (GET SYSTEM TIME).
ok ad@
2009-08-26 13:28:48 +00:00
tsutsui
d73f433280
netbsd.org -> NetBSD.org for URLs.
2009-08-26 11:15:25 +00:00
njoly
3779cf9667
+bdftruncate.debug
2009-08-26 09:49:29 +00:00