brian
6cbcb88eb8
Update direct-* example to reflect LQR on both sides.
...
Fix bogus loopback route.
This example shows LQR working on both sides of the loop.
1997-05-08 00:55:42 +00:00
brian
fe847bc135
Make the explanation of the -detach option clearer.
...
PR: 1674
Submitted by: Slaven Rezic <eserte@cabulja.herceg.de>
1997-05-07 23:54:56 +00:00
brian
2441d7631d
Reset lqrsendcnt.
...
PR: 2449
Submitted by: mark thompson <thompson@tgsoft.com>
1997-05-07 23:40:31 +00:00
brian
2d9bc1f640
Only compress tcp packets. Calculate size of
...
logbuff rather than guessing at 2000.
PR: 2046
Submitted by: torii@tcd.hitachi.co.jp
1997-05-07 23:30:50 +00:00
brian
c0df205f61
Allow up to 40 args in the chat script (was 20).
...
Ignore subsequent args rather than scribbling.
PR: 1952
Submitted by: Mikael Hybsch <micke@free.dynas.se>
1997-05-07 23:01:25 +00:00
fsmp
605e9c6e8f
fix bug in get_isa_apic_mask() where EISA bus was ignored.
...
Submitted by: Peter Wemm <peter@spinner.DIALix.COM>
1997-05-07 22:25:27 +00:00
peter
1f075493b1
Don't allow access to illegal addresses in /dev/kmem to panic kernel
...
(eg: above 0xffc00000). Programs using /dev/kmem are implicitly racing
the kernel, and can get right up high in memory. I've been running
these for some time now, but with printfs. It's saved two panics at
least that I can remember.
1997-05-07 20:32:41 +00:00
peter
27b2936ad3
clean up forked child creation. This is simplified also by having
...
md_regs being struct trapframe *. Do a npxsave() if needed and copy the
pcb rather than use the increasingly defunct savectx(). Copy %edi and
%ebp explicitly.
Submitted by: bde
XXX npxproc could be declared in npx.h so the externs with smp fruit
are not needed.
1997-05-07 20:19:18 +00:00
peter
2a925f6803
md_regs is struct trapframe * now, rather than int []
...
Remove TF_REGP() macro and use. The original reason (address space
problems due to having UPAGES in mapped into user space) is gone. It
looks cleaner without it.
1997-05-07 20:12:47 +00:00
peter
1c30a50dff
md_regs is now a struct trapframe *
1997-05-07 20:08:53 +00:00
peter
d21a0d7ae5
forgotten comment
1997-05-07 20:07:25 +00:00
peter
a7aa801767
md_regs is a struct trapframe * now, not int []
1997-05-07 20:05:45 +00:00
peter
0ec87b239e
simplify IOPL gain/remove privs code. It's easier with md_regs
...
being a trapframe.
1997-05-07 20:02:38 +00:00
eivind
1ab5f06651
Back out all of yesterdays include file changes.
1997-05-07 20:01:10 +00:00
peter
747462e40f
remove now redundant (struct trapframe *) cast
1997-05-07 19:58:13 +00:00
peter
c252e480a6
Convert md_regs from an int[] to a struct trapframe *. It simplifies
...
some code.
1997-05-07 19:55:13 +00:00
peter
d4d54ff9b2
remove #include "opt_smp.h"
...
remove declarations for the SMPcurproc[NCPU] etc arrays. There was no
need to mention NCPU there, and they've been moved to their normal home.
1997-05-07 19:53:20 +00:00
peter
ba911fbf39
remove #include "opt_smp.h" and <machine/smp.h>. Slightly elaborate on
...
a comment.
1997-05-07 19:51:59 +00:00
peter
58a597c212
remove #include "opt_smp.h"
1997-05-07 19:50:31 +00:00
peter
010138a3ec
remove #include opt_smp.h
...
declare SMPcurpcb[] next to #define and uniprocessor counterpart
1997-05-07 19:49:32 +00:00
peter
930dd0150d
remove opt_smp.h
...
move declaration of SMPruntime[] to here next to the #define and the
uniprocessor counterpart
1997-05-07 19:43:28 +00:00
peter
dc9f8d3c76
remove #include "opt_smp.h"
...
declaration of SMPcurproc[] moved to here next to it's uniprocessor
counterpart
1997-05-07 19:41:37 +00:00
peter
a49c3ce9ef
Round 1 of a long series of commits..
...
Move SMP and APIC_IO from opt_smp.h to opt_global.h
1997-05-07 19:39:16 +00:00
eivind
93aa89ea52
Back out part of yesterdays changes. They were obviously not tested well
...
enough :-( (With backout on this file, libc compiles. 'make world' isn't
finished yet.)
Pointed out by: Oliver Roberts
1997-05-07 19:10:49 +00:00
dfr
6a933805fd
Add utilities for the kernel linker.
1997-05-07 18:19:54 +00:00
dfr
c24954dec5
Add syscalls for kernel linker.
1997-05-07 18:12:14 +00:00
wosch
85bac4bd20
3.3-current -> 3.0-current
1997-05-07 16:32:31 +00:00
dfr
a5c67c037d
This is the kernel linker. To use it, you will first need to apply
...
the patches in freefall:/home/dfr/ld.diffs to your ld sources and set
BINFORMAT to aoutkld when linking the kernel.
Library changes and userland utilities will appear in a later commit.
1997-05-07 16:05:47 +00:00
dfr
3ff0dc0cb9
Add accessors for STAILQ.
...
Reviewed by: phk
1997-05-07 14:38:11 +00:00
kato
eae849a5dd
1. Added cast and parenthesis in block size calculaion in
...
union_statfs().
2. staticized union vops.
Submitted by: Doug Rabson <dfr@nlsystems.com>
1997-05-07 14:37:32 +00:00
kato
885c49bd6a
Synchronize with sys/i386/isa/syscons.c revision 1.214.
1997-05-07 14:17:38 +00:00
kato
c5bbf0dbfd
Synchronize with sys/i386/isa/isa.c revision 1.84.
1997-05-07 14:15:11 +00:00
joerg
d410fc5c91
Hide the kernel-only stuff inside #ifdef KERNEL.
...
XXX should be #ifdef _KERNEL
XXX^2 the !KERNEL part should probably be moved out into a publically
visible header file anyway.
1997-05-07 13:23:04 +00:00
jkh
7a6376d97f
Use full path to sendmail for security reasons.
...
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
1997-05-07 12:35:03 +00:00
steve
360ef2058c
Revise the section that explains how to protect parts of an $ENV script
...
from being executed in non-interactive mode.
Suggested and Reviewed by: Brian Somers <brian@freebsd.org>
1997-05-07 11:42:00 +00:00
jkh
a29053c495
Clean up the slightly tortured english I produced yesterday. :)
1997-05-07 10:44:08 +00:00
yokota
97abe7f4c6
Now that we have replaced video-related block copy calls with
...
sc_bcopy(), which is generic_bcopy() in reality, there is no point in
retaining bcopyw() calls in the source code.
OKed by : sos
1997-05-07 10:42:06 +00:00
hanai
23a64f2597
Catch up with the original.
...
Submitted by: tomo@maple.elcom.nitech.ac.jp (WATANABE tomoo)
1997-05-07 04:45:54 +00:00
peter
c54176b4c3
Restore unintentially lost backwards compat behavior of defaulting to
...
family inet if not specified. (eg: "ifconfig ed0" down would fail because
no family was specified, even though the up/down status is not per family)
Pointed out by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-05-07 04:28:26 +00:00
eivind
379be4bd69
Make a lot of include-files self-contained. I excluded the patches changing
...
int's to gid_t and uid_t - should I commit these, too?
Closes PR misc/2625.
Submitted by: Julian Assange <proff@iq.org>
1997-05-07 02:27:18 +00:00
bde
173bd2da2e
Fixed missing __P() to complete the K&R support in this header.
1997-05-07 00:58:23 +00:00
brian
213a2efd3a
Allow a '-' flag as a placeholder so that path_to_pid_file
...
can be specified without the flags field.
Fix bogus "trail" left in parse routine where the code jumps
past the end of the line and wanders into oblivion.
1997-05-06 23:11:06 +00:00
fsmp
333837f71d
Force user to config SMP kernel with "options APIC_IO".
...
Reviewed by: Peter Wemm <peter@spinner.DIALix.COM>
1997-05-06 21:29:57 +00:00
fenner
03b0fe112c
Pull up the IP header in ip_mloopback(). This makes sure that the
...
operations on the header inside ip_mloopback() are performed on
a private copy instead of a shared cluster.
PR: kern/3410
1997-05-06 21:22:04 +00:00
joerg
e005bbd63c
Fix a long-standing bug with dump not treating errors correctly. They
...
were mishandled as an EOF, which became fatal if your first tape was
accidentally write-protected.
PR: bin/850 dump treats write-protect as an EOT...
1997-05-06 20:52:28 +00:00
fsmp
7a61380144
Make ident equal file name, ie SMP-GENERIC.
1997-05-06 20:40:52 +00:00
fsmp
8676b7935d
A *little* more descriptive test for options.
1997-05-06 18:24:17 +00:00
fsmp
82a08be73c
Added a generic config file for SMP kernels.
1997-05-06 18:18:51 +00:00
pds
64e4b90bfc
PR: none
...
Submitted by: pds
1997-05-06 16:21:18 +00:00
phk
d8e3734a09
Fix a race condition that did, after all, exist.
...
Reviewed by: phk
Submitted by: dfr
1997-05-06 15:19:38 +00:00