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
dfr
7af09e9fc1
Add SMPHDRS to CLEANFILES instead of replacing its current value.
1997-05-06 14:29:56 +00:00
wosch
9f823f5a7f
Fix FTP link to the statically linked FreeBSD executables
...
freefall -> hub
1997-05-06 11:18:44 +00:00
fsmp
7e9de3fea8
removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART.
...
autostart appears to be working now, at least on my dual P6.
I have no explanation why....
1997-05-06 07:10:06 +00:00
jkh
70c1986f74
Describe SNAPs and RELENGes as requested on USENET.
1997-05-06 06:38:46 +00:00
alex
8e5092c884
Specify the full path of units.lib in the FILES section.
1997-05-06 03:31:14 +00:00
alex
687eda92e9
Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.
...
Closes PR#3100.
1997-05-06 02:12:18 +00:00
jdp
af706d2990
Bye bye CPLUSPLUSLIB hack! It's not needed any more.
...
Don't merge this into -2.2 unless you understand the dependencies on
c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it.
1997-05-06 00:49:36 +00:00
brian
7394cdac99
Make ppp exit on loss of carrier in -background mode.
...
Submitted by: Jim Carroll <jim@carroll.com>
1997-05-05 23:45:15 +00:00
fsmp
f94a577a72
Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.
...
- doesn't break my system.
- NOT yet verified on the affected motherboard.
Submitted by: "John S. Dyson" <toor@dyson.iquest.net>
1997-05-05 22:56:37 +00:00
fsmp
3f8c900a27
Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.
...
- doesn't break my system.
- NOT yet verified on the affected motherboard.
Stifle an annoying dma_start busy message for the sound cards.
Submitted by: "John S. Dyson" <toor@dyson.iquest.net>
1997-05-05 22:56:13 +00:00
jmg
4fd522bb44
use frames instead of fields, and restore full meteor compatibility for
...
generalized pixel support.
Submitted by: Amancio Hasty
1997-05-05 20:54:54 +00:00
ache
40924e377c
Do not kill -HUP syslog if running in user mode (-r), it allows
...
private user logs rotation without error diagnostics
1997-05-05 15:00:15 +00:00
kato
debef8b031
Use MediaGX' instead of
Gx86'.
1997-05-05 14:30:00 +00:00
kato
84ef0b3e95
Use M2' instead of
6x86 with MMX'. Cyrix seems to use `M2' officially.
1997-05-05 14:11:09 +00:00
joerg
7331a75d5a
Duplicate the TOC handling ioctls from the cd(4) driver. Duplicating
...
the work is silly, and all this will be a moot point with Justin's CAM
driver, and there are still many ioctls missing -- but i need these
right now. It's silly to need to move the CD-R back to the other
drive in order to determine the session start info when burning multi-
session CD-Rs.
1997-05-05 13:35:01 +00:00
kato
3ae8095122
Extended copyright of PC-98 to 1997.
1997-05-05 13:24:16 +00:00
kato
f7ae02e0a8
Synchornize with sys/i386/isa/clock.c revision upto 1.94.
1997-05-05 13:13:47 +00:00
kato
bced621da6
Synchronize with sys/i386/i386/trap.c revision 1.94.
1997-05-05 13:12:52 +00:00
jkh
776ff3f6b2
Make this C++ safe.
...
Submitted by: Nadav Eiron <nadav@barcode.co.il>
1997-05-05 11:18:55 +00:00
jkh
8571c099d8
Update to list more changes in 3.0. Also point people at the donor's
...
gallery rather than including an out-of-date list.
1997-05-05 11:09:33 +00:00
peter
5259212a2c
correct the order of the variables
...
use #ifdef where possible instead of #if defined
Submitted by: the KNF police, ie: bde :-)
1997-05-05 09:34:33 +00:00