Commit Graph

156954 Commits

Author SHA1 Message Date
dillo
3827e4b3e7 Fix white space skipping before closing tag when padding characters
are present.

Okayed by thorpej.
2007-03-04 22:31:43 +00:00
christos
90f5cb38b2 it is segvguard. 2007-03-04 22:25:00 +00:00
mrg
a4960a24c9 fix fall out from caddr_t changes. 2007-03-04 22:12:43 +00:00
mrg
6b1e46c136 avoid unused variable warnings in pci_up1000_pickintr(). 2007-03-04 21:58:16 +00:00
pooka
000760c6d5 make print format specifiers match types printed 2007-03-04 21:50:43 +00:00
jnemeth
5e186a4bae yet more caddr_t -> void * fallout 2007-03-04 21:36:38 +00:00
jnemeth
8b8caa1a52 more caddr_t -> void * fallout 2007-03-04 21:18:08 +00:00
degroote
dd86ba7231 Remove useless cast
Use NULL instead of (void*) 0
2007-03-04 21:17:54 +00:00
christos
8668f1cbbe Say that Servguard will use fileassoc in the future. From Elad. 2007-03-04 21:16:46 +00:00
mrg
3a04ec414c change an error message from:
Mutex error: sched_unlock_idle: sched_unlock_idle
to
	Mutex error: sched_unlock_idle: sched_mutex not locked
2007-03-04 21:06:13 +00:00
ad
681b77eb72 lwp_userret: if the process is exiting, don't bother looking for signals. 2007-03-04 20:59:00 +00:00
liamjfoy
a461422cd5 Initialize protocol switch with structure initializers.
ok christos@
2007-03-04 20:17:05 +00:00
ad
1f1ddafc0c Add __sigsuspend14, sigtimedwait as cancellation points. 2007-03-04 20:07:13 +00:00
jnemeth
9f5aa7f07f fallout from caddr_t -> void * change 2007-03-04 20:04:14 +00:00
degroote
c252f603d0 Fix fallout from caddr_t changes 2007-03-04 19:54:48 +00:00
christos
06a8516672 Fix caddr_t fallout. 2007-03-04 19:21:55 +00:00
sketch
cbbf3374dd Put unformatted firmware version output behind IWI_DEBUG 2007-03-04 19:14:25 +00:00
ad
7c39f19f69 Back out 1.199. It may be causing problems even on UP systems. 2007-03-04 18:00:28 +00:00
he
5bf65cf9c2 Because this program has _KERNEL defined while including some files,
it now needs <stdbool.h> due to the arm ports.  Longer-term, this
program probably ought to be converted so that it no longer needs
to define _KERNEL.
2007-03-04 17:57:20 +00:00
chris
282f3bfbc1 Fix caddr_t fallout for cats kernel builds. 2007-03-04 17:55:10 +00:00
yamt
45cdcb0e37 fix fallout from caddr_t changes. 2007-03-04 15:59:31 +00:00
tsutsui
d8e09be7a9 caddr_t -> void * 2007-03-04 15:57:39 +00:00
yamt
348fa25c95 fix fallout from caddr_t changes. 2007-03-04 15:57:25 +00:00
yamt
18e17bd568 fix fallout from caddr_t changes. 2007-03-04 15:46:18 +00:00
tsutsui
e3bba3235f Note generic softintr(9) for luna68k and x68k. 2007-03-04 15:44:34 +00:00
yamt
731acd91f9 fix fallout from caddr_t changes. 2007-03-04 15:41:02 +00:00
pooka
527d30e108 file 4.20 2007-03-04 15:36:16 +00:00
yamt
d5bbe1373d fix fallout from caddr_t changes. 2007-03-04 15:35:20 +00:00
pooka
478abf6202 regen 2007-03-04 15:27:54 +00:00
pooka
7a41045ba4 squelch gcc warnings 2007-03-04 15:25:10 +00:00
pooka
17dbe768ca apply conflict therapy for 4.20 import 2007-03-04 15:22:07 +00:00
yamt
5b23251544 fix fallout from caddr_t changes. 2007-03-04 15:17:20 +00:00
yamt
dd46610b9b fix fallout from caddr_t changes.
XXX what "volatile caddr_t" in if_le_ioasic.c was for?
2007-03-04 15:17:06 +00:00
yamt
f1f5a2d411 fix fallout from caddr_t changes. 2007-03-04 15:05:24 +00:00
pooka
67e9db49c9 file 4.20, contains fixes to the magic parser, new syntax and a
buffer overflow fix
2007-03-04 14:54:42 +00:00
yamt
7f8abc50b4 fix fallout from caddr_t changes. 2007-03-04 14:53:09 +00:00
bjh21
5dbe04b416 Finally make cpufuncs work properly on acorn26, since something seems to be
using it.  This entailed adding support for ARM2 and ARM2as, and allowing
for getting CPU IDs other than from CP15, since ARM2(as) doesn't have CP15.
2007-03-04 14:47:18 +00:00
yamt
65c9a0b32e fix fallout from caddr_t changes. 2007-03-04 14:46:45 +00:00
yamt
91302730a6 fix fallout from caddr_t changes. 2007-03-04 14:36:11 +00:00
yamt
95ef0a2720 fix a fallout from caddr_t changes. 2007-03-04 14:33:57 +00:00
tsutsui
9584de92d9 Use (char *) casts.
Umm, vmmap on sun3/sun3x is vaddr_t, not (char *)...
2007-03-04 14:03:03 +00:00
tsutsui
6b6f21d112 Use (char *) on pointer arith. 2007-03-04 14:01:22 +00:00
tsutsui
a6dd0468f5 Use proper casts. 2007-03-04 14:00:54 +00:00
tsutsui
006ca42cab Minor space nits. 2007-03-04 14:00:24 +00:00
tsutsui
bc8b643653 Add (char *) casts on pointer arith. 2007-03-04 13:59:47 +00:00
bjh21
d4eec8400b Un-__P. 2007-03-04 13:42:51 +00:00
bjh21
6c6b1ee9b1 Strip ARM mapping symbols ($a etc) the same was as Makefile.arm does, so
as to make DDB's stack traces more useful.  It might be better if acorn26
just used Makefile.arm, but one thing at a time.
2007-03-04 13:12:22 +00:00
tsutsui
abbae2fb20 - add missed '*'
- vmmap is (char *) in pmap_motorola.h
2007-03-04 12:49:41 +00:00
tsutsui
a4a1365daf Remove an unnecessary cast and use (char *) on pointer arith. 2007-03-04 12:49:10 +00:00
tsutsui
6286e7e090 Use (uint8_t *) for framebuffer address. 2007-03-04 12:48:38 +00:00