Joerg Wunsch
08ed607a09
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
Jordan K. Hubbard
2e9cf7f041
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 Price
ea76be72fe
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
Jordan K. Hubbard
dd4a16ea99
Clean up the slightly tortured english I produced yesterday. :)
1997-05-07 10:44:08 +00:00
Kazutaka YOKOTA
df25dec0e5
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
Hiroyuki Hanai
e6eac8565e
Catch up with the original.
...
Submitted by: tomo@maple.elcom.nitech.ac.jp (WATANABE tomoo)
1997-05-07 04:45:54 +00:00
Peter Wemm
9c3b235f46
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 Eklund
48ea0bec18
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
Bruce Evans
89ee8ac3d6
Fixed missing __P() to complete the K&R support in this header.
1997-05-07 00:58:23 +00:00
Brian Somers
ea3b35174b
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
Steve Passe
f258030f39
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
Bill Fenner
86b1d6d24d
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 Wunsch
ee359f4838
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
Steve Passe
113656909f
Make ident equal file name, ie SMP-GENERIC.
1997-05-06 20:40:52 +00:00
Steve Passe
53850c2fb0
A *little* more descriptive test for options.
1997-05-06 18:24:17 +00:00
Steve Passe
3cc17cf950
Added a generic config file for SMP kernels.
1997-05-06 18:18:51 +00:00
Peter da Silva
466ca2f4a1
PR: none
...
Submitted by: pds
1997-05-06 16:21:18 +00:00
Poul-Henning Kamp
8670684a2f
Fix a race condition that did, after all, exist.
...
Reviewed by: phk
Submitted by: dfr
1997-05-06 15:19:38 +00:00
Doug Rabson
77e25db56d
Add SMPHDRS to CLEANFILES instead of replacing its current value.
1997-05-06 14:29:56 +00:00
Wolfram Schneider
af563dd4a7
Fix FTP link to the statically linked FreeBSD executables
...
freefall -> hub
1997-05-06 11:18:44 +00:00
Steve Passe
75877d5a93
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
Jordan K. Hubbard
4fe2aec4ad
Describe SNAPs and RELENGes as requested on USENET.
1997-05-06 06:38:46 +00:00
Alexander Langer
73e07a5059
Specify the full path of units.lib in the FILES section.
1997-05-06 03:31:14 +00:00
Alexander Langer
af28de7ca8
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
John Polstra
e91cc88467
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 Somers
2cd0474b47
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
Steve Passe
2479ac60b9
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
Steve Passe
08896efb1a
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
John-Mark Gurney
dc01e23eda
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
Andrey A. Chernov
805bd6d982
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 Takenori
7a13a66696
Use MediaGX' instead of
Gx86'.
1997-05-05 14:30:00 +00:00
KATO Takenori
a74ff881b7
Use M2' instead of
6x86 with MMX'. Cyrix seems to use `M2' officially.
1997-05-05 14:11:09 +00:00
Joerg Wunsch
5adee135aa
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 Takenori
3d4b9d32d8
Extended copyright of PC-98 to 1997.
1997-05-05 13:24:16 +00:00
KATO Takenori
c231b961b4
Synchornize with sys/i386/isa/clock.c revision upto 1.94.
1997-05-05 13:13:47 +00:00
KATO Takenori
a98486e305
Synchronize with sys/i386/i386/trap.c revision 1.94.
1997-05-05 13:12:52 +00:00
Jordan K. Hubbard
7e45176d26
Make this C++ safe.
...
Submitted by: Nadav Eiron <nadav@barcode.co.il>
1997-05-05 11:18:55 +00:00
Jordan K. Hubbard
68c828a063
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 Wemm
f435322e07
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
Jordan K. Hubbard
0dfb8fadad
Correct typo in NIS flags.
...
PR: 3503
Submitted by: Christoph Kukulies <kuku@blues.physik.rwth-aachen.de>
1997-05-05 09:32:34 +00:00
Jordan K. Hubbard
6ca2689df0
DOH! Fix package-extractor looping problem by moving some code
...
to the *proper* part of the loop.
1997-05-05 08:38:12 +00:00
John-Mark Gurney
86696f47ac
change an' to
a'...
...
Submitted by: Josh Gilliam
Closes PR#3471
1997-05-05 07:43:50 +00:00
Jordan K. Hubbard
1218780bd1
Add inetd_flags and way of passing ipfw a configuration file
...
(if firewall = "somefilename").
Fix typo fixes and URLs which were accidently nuked out of this
file (submitted by: soil@quick.net via PR#3501).
Submitted by: "Danny J. Zerkel" <dzerkel@phofarm.com>
1997-05-05 07:08:31 +00:00
Jordan K. Hubbard
00137300da
Adapt routing configuration glue to rc.conf format.
1997-05-05 06:32:44 +00:00
Peter Wemm
d7021de248
Mention the removal of UPAGES, the return-to-userspace fork(), and the fast
...
complete implementation of vfork().
1997-05-05 05:58:33 +00:00
Paul Traina
eeb3219eef
Add in some more config file support -- add variables to shut up
...
sysinstall about the dangerously dedicated message, and other
variables to allow pre-configuring the distribution sets.
Still todo: add a variable to define an initial set of packages that
should be loaded.
Reviewed by: jkh
1997-05-05 05:16:03 +00:00
John Dyson
b332d9a66e
Make sure that *fork() always returns with %edx == 1 in the
...
child. This was sometimes not happening correctly during my
threads code work.
1997-05-05 04:08:12 +00:00
Steve Price
2afa86e799
Don't source $ENV unless this is an interactive shell.
1997-05-05 03:45:17 +00:00
Andreas Klemm
542bfc7624
re-enabled: . /etc/rc.${arch}
...
PR:
Reviewed by: bruce
Submitted by:
Obtained from:
1997-05-04 22:33:17 +00:00
John Polstra
ef431e2e9e
Use "gcc -shared" instead of "ld -Bshareable" for building shared
...
libraries. Remove the now-unneeded CPLUSPLUSLIB hack. I will also
remove the CPLUSPLUSLIB definitions from the Makefiles that use it,
after the dust settles.
Use gcc's LIBRARY_PATH environment variable to handle DESTDIR,
instead of -L flags in LDDESTDIR. LIBRARY_PATH is documented in
the gcc info pages. It is better than using -L flags, because it
modifies the search for start-up files as well as for libraries.
A new variable LDDESTDIRENV is used to contain the normally-empty
LIBRARY_PATH environment setting.
LDDESTDIR is no longer set in <bsd.lib.mk>. It is still honored for
the time being, because a couple of userland Makefiles still (wrongly)
set it. These should be fixed, and LDDESTDIR should vanish.
Removed the commented-out "LDDESTDIR+=-nostdlib", because "gcc -shared"
doesn't link in any standard libraries anyway.
Removed the ".if defined(LDADD)" around the _EXTRADEPEND target for
shared libraries. This target is always necessary now, because
c++rt0.o is linked into every shared library.
Don't merge this into -2.2 without first merging the support for
"gcc -shared".
1997-05-04 21:30:40 +00:00