christos
c74f0279ea
more caddr_t lossage.
2007-03-05 14:13:10 +00:00
he
1564bbc49c
Need a char* for doing pointer arithmetic.
2007-03-05 13:56:24 +00:00
tsutsui
0092fa7c2d
MI softintr(9)'fy. Untested.
...
This port needs much more cleanups, it seems...
2007-03-05 13:06:43 +00:00
tsutsui
d5a5c6095d
Allocate msgbufaddr in pmap_bootstrap.c where it's initilized,
...
and move its declaration into <m68k/pmap_motorola.h>.
2007-03-05 12:50:15 +00:00
tsutsui
2735750cca
Add (char *) casts on pointer arith.
2007-03-05 12:37:53 +00:00
tsutsui
980acc7d7b
Remove an unnecessary cast and use (char *) on pointer arith.
2007-03-05 12:30:37 +00:00
tsutsui
cdfa69a5f8
- add missed '*'
...
- vmmap is (char *) in pmap_motorola.h
2007-03-05 12:26:55 +00:00
tsutsui
6dd319dcc5
Use (char *) cast on pointer arith.
2007-03-05 10:50:24 +00:00
tsutsui
4082de62d1
Use (uint8_t *) for RX buffer.
2007-03-05 10:50:01 +00:00
tsutsui
2036f3e3a3
- use (uint8_t *) for buffer args on *_adbcomplete() functions
...
- remove kbd_adbcomplete() decl from akbd.c since it's in akbdvar.h
2007-03-05 10:47:05 +00:00
tsutsui
48174a79c0
Use (char *) cast on pointer arith.
2007-03-05 10:43:32 +00:00
tsutsui
b8149dbb15
Pass (char *) to mtod(9) for pointer arith
...
(in #ifndef __NO_STRICT_ALIGNMENT part).
2007-03-05 10:39:09 +00:00
tsutsui
eeef1e87e4
Also check both I/O and memory space on unmap. Pointer out by yamt.
2007-03-05 10:32:05 +00:00
yamt
a71bbfc44d
netbsd_elf_signature: fix a caddr_t removal botch which
...
causes "init: not found".
2007-03-05 09:22:02 +00:00
matt
1f1847fbab
Use uint8_t * instead of void */char * for ptr arithmetic.
2007-03-05 08:37:38 +00:00
christos
a4c52808c6
fix caddr_t lossage.
2007-03-05 05:10:04 +00:00
dogcow
66b89c08f2
die, caddr_t, die.
2007-03-05 04:59:19 +00:00
xtraeme
f474b453a0
We are not FreeBSD: .Fx -> .Nx
2007-03-05 04:56:48 +00:00
dogcow
d2c694ade7
fix more caddr_t -> void * fallout.
2007-03-05 04:03:57 +00:00
dogcow
fc8b4c24ce
fix more caddr_t -> void * fallout.
2007-03-05 03:22:06 +00:00
mrg
4a3fc2cb1b
fix more caddr_t -> void * fallout.
2007-03-05 03:05:16 +00:00
christos
15eacddccc
Fix compression problem from Cliff Wright:
...
Break one: because b_cylinder, and b_resid are one and the same.
The work the routine was commented as being its primary function,
end of patition adjustment, is wiped out, as at the end of
the routine b_cylinder is set, splat, doing a wipe out of the adjustment
to b_resid.
Break two: When doing the adjustment, a block count is created from a
byte count, a block calculation is done, then the results are compared to
the original byte count. i.e. apples to oranges, not blocks to blocks,
but blocks to bytes.
Break three: since if all the other drivers that used this routine
would have broken as vnd compress did, I must assume they always ignored
the results of this routine. So if end of patition adjustment is
really required then all these other drivers have been broken for a
long time.
2007-03-05 02:55:32 +00:00
liamjfoy
5aa6f5addf
Move ipflow_slowtimo from ip_slowtimo and into in_proto.c
...
ok matt@
2007-03-05 00:50:53 +00:00
nonaka
e8284b2c49
Use (char *) on pointer arith.
2007-03-05 00:44:31 +00:00
nonaka
cc37e30de1
Use (char *) on pointer arith.
2007-03-05 00:30:58 +00:00
liamjfoy
f84185c912
inet6domain -> inetdomain
...
thanks simon
2007-03-04 23:53:36 +00:00
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