simonb
33d036f82c
Fix 'struct lwp *' lossage.
2003-06-29 09:56:26 +00:00
darrenr
6147cc4ab2
More changes for providing lwpid for ktrace (sparc GENERIC built)
2003-06-29 09:56:24 +00:00
simonb
0a144cd97c
Fix 'struct lwp *' lossage.
2003-06-29 09:42:10 +00:00
simonb
fe57fb71a2
Fix more needless 'struct proc *' to 'struct lwp *' fallout.
2003-06-29 09:23:14 +00:00
enami
bfbd2cd3ab
Add forward declaration of struct lwp instead of struct proc. Sort those
...
while I'm here.
2003-06-29 05:43:56 +00:00
enami
618a0ff610
Redo previous; struct proc *p is necessary if NSEQUENCER is non zero.
2003-06-29 05:26:25 +00:00
dogcow
f842592241
these two got missed in darrenr's proc -> lwp changes
2003-06-29 03:29:14 +00:00
thorpej
927fffff3d
Adjust to ktrace/lwp changes.
2003-06-29 02:56:23 +00:00
enami
e946a4baa0
Adjust !LKM case for proc * -> lwp * change.
2003-06-29 02:23:19 +00:00
thorpej
3a56e3ea7e
Adjust for ktrace/lwp changes.
2003-06-29 02:16:59 +00:00
thorpej
1966c13215
Correct the R-W'ness of GDT_IOCTL_DRVERS and GDT_IOCTL_CTRTYPE.
...
From Achim Leubner @ ICP.
2003-06-29 01:28:23 +00:00
thorpej
9a1c6df58e
Only need to report the PCI product ID in the management ioctls.
...
From Achim Leubner @ ICP.
2003-06-29 01:20:50 +00:00
bouyer
9a6b838fb4
Correct setup of General Purpose Register for PDC20265 (Ultra/100) and newer.
...
From Andreas Johansson in private mail.
2003-06-28 23:13:26 +00:00
bouyer
ab8781bdb6
Add support for another Intel Pro/100 variant. From Quentin Garnier in
...
private mail.
2003-06-28 23:04:50 +00:00
bouyer
2eb9add444
Add support for ICH5, from Quentin Garnier in private mail.
2003-06-28 23:04:11 +00:00
bouyer
641fa8dccc
Regen: some more Intel devices.
2003-06-28 22:55:43 +00:00
bouyer
0dd331c1a2
Add some intel devices, from Quentin Garnier in private mail.
2003-06-28 22:54:23 +00:00
bouyer
75208caf18
Adapt for struct proc* -> struct lwp* changes.
2003-06-28 22:53:35 +00:00
bouyer
63d28e64a6
Kill unused variable.
2003-06-28 22:52:53 +00:00
jdc
5572bca927
Make the refresh complete in the presence of multiple sub-windows.
...
Match function names in the debug output.
2003-06-28 21:11:43 +00:00
darrenr
42091f2362
From OpenBSD 1.33-1.34:
...
When using bpf(4) in immediate mode, and using kevent(2) to receive
notification of packet arrival, the usermode application isn't notified
until a second packet arrives.
This is because KNOTE() calls filt_bpfread() before bd_slen has been
updated with the newly arrived packet length, so it looks like there
is no data there.
Moving the bpf_wakeup() call for immediate mode to after bd_slen is set
fixes it.
From: wayne@epipe.com.au in pr 3175
2003-06-28 17:33:02 +00:00
darrenr
d0ad455673
add appropriate hack to display ktr_buf as the lwpid if -L is supplied on
...
the command line.
2003-06-28 17:15:07 +00:00
darrenr
887069bda8
Revert out an accidental commit.
2003-06-28 15:34:41 +00:00
he
ac99092862
Catch up with the reorganization of the atari boot code.
2003-06-28 15:17:59 +00:00
simonb
02c392e820
Remove an unnecessary local variable (and save a read of the "time"
...
variable if we don't need to use it).
2003-06-28 15:02:24 +00:00
simonb
a357272810
Declare ras_pool in <sys/ras.h> instead of an extern declaration in
...
the file where it's needed.
2003-06-28 14:52:10 +00:00
simonb
d1c5820781
malloc() returns "void *", we don't need to cast the return value.
2003-06-28 14:33:39 +00:00
simonb
ccbfec4208
Sprinkle some KNF.
2003-06-28 14:32:02 +00:00
darrenr
960df3c8d1
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
...
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.
Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
he
da6b84e290
Defflag M060SP and PANICBUTTON, since the corresponding include files are
...
now referenced from atari_init.c and machdep.c.
The PANICBUTTON implementation appears to be incomplete, compared to
the other ports which have this option implemented.
2003-06-28 14:18:30 +00:00
he
eff4d773fd
Make sure to "mkdir -p" the destination directories under /usr/mdec.
2003-06-28 14:14:48 +00:00
fvdl
1c961078b9
Mark a CPU as no longer running when it gets a HALT IPI. Avoids other
...
CPUs getting stuck waiting for it because they sent a TLB shootdown
during shutdown.
2003-06-28 11:33:19 +00:00
pk
f22f3adf41
me_alloc()/region_alloc(): return the MMU cookie directly.
2003-06-28 10:17:47 +00:00
pk
338fb7c628
Simplify pmap_extract4_4c(), as suggested by Chuck Silvers in private
...
communication.
2003-06-28 10:02:13 +00:00
pk
75fe06e6e3
me_free(): it makes no sense to try and update the ref/mod PTE bits here.
2003-06-28 09:51:04 +00:00
he
501a19cbfa
Use ${.CURDIR} when referring to source tree include directories.
2003-06-28 09:30:26 +00:00
he
450e795668
Somehow all these tiny Makefiles had their contents replicated.
...
Pare back down to just one copy.
2003-06-28 09:09:51 +00:00
he
4d99002423
#ifdef _KERNEL_OPT police.
2003-06-28 08:42:41 +00:00
he
a81160e601
Defflag M060SP and PANICBUTTON, now that machdep.c includes
...
the corresponding files.
2003-06-28 08:39:24 +00:00
he
86cc24bba0
#ifdef _KERNEL_OPT police.
2003-06-28 08:31:16 +00:00
he
36f3de8bfd
Defflag PANICBUTTON now that machdep.c includes opt_panicbutton.h.
2003-06-28 08:26:45 +00:00
dsl
d46341db86
Add French and Polish message file to i386 ramdisk.big
...
Change dummy dependancy for sysyinst message files so they get built
by the crunched makefile.
2003-06-28 08:25:07 +00:00
he
870b85989a
Defflag PANICBUTTON, now that machdep.h includes opt_panicbutton.h.
2003-06-28 08:22:02 +00:00
he
3686522ed1
Regenerate after adding include of linux_mmap.h.
2003-06-28 07:56:51 +00:00
he
c7ace1c552
Need to include linux_mmap.h to get size of struct linux_sys_mmap2_args.
2003-06-28 07:55:08 +00:00
uwe
ea10b56931
Trust srt0.S if it has set cputyp to CPU_SUN4M.
...
It can infer OFW -> sun4m, as only JavaStations have OFW, and it can
detect OFW by the different calling convention.
2003-06-28 01:03:57 +00:00
uwe
5fe7a8a85c
Only JavaStations have OFW, so set cpu type to CPU_SUN4M in is_openfirm.
2003-06-28 00:59:09 +00:00
wiz
217ca657dd
Quote macro candidate.
2003-06-27 23:23:51 +00:00
wiz
085295fd9c
Quote some characters.
2003-06-27 23:21:50 +00:00
wiz
1ad8c0c58a
No -> Ns (typo, I guess).
2003-06-27 23:12:09 +00:00