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
wiz
ed9861f855
Remove dot from middle of sentence.
2003-06-27 23:10:37 +00:00
wiz
6dd6d12d66
Add Ns.
2003-06-27 23:06:50 +00:00
wiz
8a0999a756
Remove superfluous "".
2003-06-27 23:02:16 +00:00
wiz
f9502382bc
No longer i386-only.
2003-06-27 22:58:30 +00:00
wiz
7fa3ef5ac1
Quote question mark.
2003-06-27 22:56:37 +00:00
wiz
c1be448d85
Quote exclamation mark.
2003-06-27 22:53:52 +00:00
wiz
03721033c3
Quote question mark.
2003-06-27 22:48:35 +00:00
wiz
a1cbee5c2a
Fix macro order, and quote question mark.
2003-06-27 22:47:44 +00:00
wiz
132d3f696b
Add Ns.
2003-06-27 22:43:37 +00:00
wiz
cd30ba9415
Pa Aq -> Aq Pa.
2003-06-27 22:42:55 +00:00
wiz
5b70678ace
Punctuation and whitespace fixes. Quote %.
2003-06-27 22:42:21 +00:00
wiz
554f6e9041
Quote question mark; punctuation fix; new sentence, new line.
2003-06-27 22:37:13 +00:00
wiz
a4fd08f60c
Quote question mark.
2003-06-27 22:35:48 +00:00
wiz
d3b6599a74
Pa Sy -> Sy.
2003-06-27 22:33:19 +00:00
wiz
5e88ad0f63
Remove superfluous macro calls, add newline where missing, and
...
use \&[ (and similar) instead of \*(lB, since it works with both old and new groff.
2003-06-27 22:31:29 +00:00