Jeroen Ruigrok van der Werven
054caa0371
This commit was generated by cvs2svn to compensate for changes in r68068,
...
which included commits to RCS files with non-trunk default branches.
2000-10-31 12:35:45 +00:00
Jeroen Ruigrok van der Werven
0fa5b6b1ab
Virgin import of BIND v8.2.3-T6B
2000-10-31 12:35:45 +00:00
Takanori Watanabe
840f9b5317
If acpica driver is loaded using kldload(8), warn and just ignore.
2000-10-31 11:54:10 +00:00
David E. O'Brien
1d266bf638
Quiet -Wall.
2000-10-31 11:36:33 +00:00
Poul-Henning Kamp
a16d0eb2d7
Deprecate devsw->d_bmaj entirely.
...
This removes support for booting current kernels with very old bootblocks.
Device driver writers: Please remove initializations for the d_bmaj
field in your cdevsw{}.
2000-10-31 10:58:14 +00:00
Hellmuth Michaelis
ba72024c93
Add missing redirection to /dev/null to prevent disturbing
...
of fullscreen display.
2000-10-31 10:00:51 +00:00
Hellmuth Michaelis
11d402ab1d
Don't issue a warning if isdncontroller is set to -1
2000-10-31 09:59:04 +00:00
Ruslan Ermilov
48cb400fb1
Do not waste a time saving a copy of IP header if we are certainly
...
not going to send an ICMP error message (net.inet.udp.blackhole=1).
2000-10-31 09:13:02 +00:00
Poul-Henning Kamp
9005f14a3b
Remove unused #includes.
...
Approved by: nyan
2000-10-31 08:22:26 +00:00
Yoshihiro Takahashi
168d542ea5
Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comes
...
back to support 8bpp mode.
2000-10-31 07:58:34 +00:00
Tatsumi Hosokawa
0a3cb3425f
I forgot the driver configuration file for mfsroot.flp.
...
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
2000-10-31 07:41:38 +00:00
Tatsumi Hosokawa
b98c5f70ff
Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.
...
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
2000-10-31 07:39:07 +00:00
Greg Lehey
0ba3999559
Correct a bignum.
...
Detected-by: lang/clisp
Approved-by: jkh
2000-10-31 07:20:46 +00:00
Jordan K. Hubbard
ff7d516252
Add support for virgin disklabels
...
Submitted by: dillon
2000-10-31 07:07:39 +00:00
Jordan K. Hubbard
e7c2b5a51d
Add a new ioctl for doing virgin disklabels.
...
Submitted by: dillon
2000-10-31 07:05:40 +00:00
MIHIRA Sanpei Yoshiro
cda33ccbd5
remove duplicated item.
...
"Laneed Wireless card" is "ELECOM *Laneed*
Air@Hawk/LD-WL11/PCC Wireless card" which
was already committed.
2000-10-31 06:19:58 +00:00
Matt Jacob
aa0898c0e0
I'm dropping the MAINTAINER request and see what happens. If it becomes
...
too hard for me to keep in sync with other platforms, FreeBSD will go
it's own way.
2000-10-31 05:55:54 +00:00
Kris Kennaway
4147bd4426
Filter out some more magic environment variables used by libraries linked
...
with telnetd. This should really be done with a positive filter - i.e.
only allow through a configured list of variables.
Also do some buffer-safety cleanups while I'm here - I don't think these
are exploitable.
2000-10-31 05:29:54 +00:00
Tatsumi Hosokawa
85c2b43f35
Forgotten RELEASE_CRUNCH hack for mppe.c.
...
This fix is for "make release" and "make boot.flp".
2000-10-31 05:00:25 +00:00
Takanori Watanabe
e927e6a1c0
Makefile for ACPI CA base acpi driver kernel module.
...
This module is intended to be loaded from /boot/loader,not from kldload(8).
2000-10-31 04:09:35 +00:00
MIHIRA Sanpei Yoshiro
3637a0ce8b
Oops, in previous commit(rev.1.4), I replaced
...
pitch and duration only in ``struct'', I forgot
to replace these in sysbeep and timeout, sorry.
2000-10-31 03:28:02 +00:00
Andrew Gallatin
84aa58ab03
fix the sigaltstack hack by lowering the stack size to the original value
...
if the request was for less than MINSIGSTKSZ (in which case we "round up").
discussed with: marcel
2000-10-31 03:10:41 +00:00
Brian Somers
fbf0385368
Use the new-style ngpppoe_init_data structure.
...
Approved by: archie
2000-10-31 02:46:12 +00:00
Brian Somers
76a70671fc
Change the format of ngpppoe_init_data so that the provider is NUL
...
terminated and the data_len field is no longer necessary.
Add ASCII2BINARY and BINARY2ASCII capabilities.
The old format is still understood and dealt with, but can't do
the ASCII2BINARY and BINARY2ASCII stuff.
Approved by: archie
2000-10-31 02:45:24 +00:00
David E. O'Brien
a07101ab73
Remove vestages of a previous implimentation of "-h".
...
Submitted by: Tony Finch <dot@dotat.at>
2000-10-31 02:26:10 +00:00
Brian Somers
58b1e45d5d
Mention that ``nat deny_incoming'' drops unrecognised IP packets.
...
Requested by: kris
2000-10-31 02:25:54 +00:00
Takanori Watanabe
0df282c2e4
Add pcib_if location to list of *.m files.
2000-10-31 02:25:20 +00:00
Robert Watson
98965adac8
o Document various sysctl's available for managing services available
...
within jail()
2000-10-31 01:47:59 +00:00
Robert Watson
cb1f0db9db
o Deny access to System V IPC from within jail by default, as in the
...
current implementation, jail neither virtualizes the Sys V IPC namespace,
nor provides inter-jail protections on IPC objects.
o Support for System V IPC can be enabled by setting jail.sysvipc_allowed=1
using sysctl.
o This is not the "real fix" which involves virtualizing the System V
IPC namespace, but prevents processes within jail from influencing those
outside of jail when not approved by the administrator.
Reported by: Paulo Fragoso <paulo@nlink.com.br>
2000-10-31 01:34:00 +00:00
Mark Murray
f7261d9c5f
Convert the de driver into a loadable module. Still missing is an
...
unload method. Lots of old cruft is removed.
Thanks to WPaul for large clue-injection and debugging services.
Reviewed by: wpaul
2000-10-31 01:25:10 +00:00
David E. O'Brien
bd6216a121
GCC uses .asm files on the Alpha for crt{begin,end}.o rather than
...
crtstuff.c as they do for other platforms.
Moral support from: jdp
2000-10-31 01:06:28 +00:00
Mike Smith
f704b43d99
Move 'tw*' after 'twe*' so that it's possible to create the control device
...
for the 'twe' driver. This is an expedient solution for an
actually-manifesting symptom of a major problem with MAKEDEV. Roll on
DEVFS.
2000-10-31 00:21:41 +00:00
Bill Paul
e99285a4f7
Call dc_apply_fixup() in dc_setcfg() for the MII case.
2000-10-31 00:06:39 +00:00
Bill Paul
5d801891d3
Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, not
...
a u_int8_t. Pass the conical hat. This should fix certain cardbus 21143
cards that require SROM h0h0magic in order to enable their transceivers.
2000-10-30 23:51:39 +00:00
Jordan K. Hubbard
a911f71629
Changes have been made to support a concept of VAR_FIXIT_TTY being
...
standard or serial. This change needs to be done to the entire system that
depends on this. This way we don't have some code using OnVTY checks
and other doing
strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0
checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on
a serial console.
Also fixed a dialog problem in that dialog was used when dialog was
disabled causing some troubles such as not letting the cursor keys
work when exiting the fixit mode on media (ie. not the fixit shell but
for example fixit on a floppy).
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
PR: 22352
2000-10-30 23:46:12 +00:00
John Baldwin
4ce9d25de4
Add an entry for the Xircom 10/100 Network PC Card adapter.
2000-10-30 23:34:44 +00:00
Scott Long
96b8a53d48
Update to reflect that the XPT device can accept path inquiry commands.
...
Reviewed by: gibbs
2000-10-30 23:33:39 +00:00
Scott Long
8c7a96c55b
Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.
...
Return ENOTSUP for XPT_ENG_INQ and XPT_ENG_EXEC when performed on the XPT
device.
Reviewed by: gibbs
2000-10-30 23:30:28 +00:00
Bruce A. Mah
aac62dffff
Note ipfilter update to 3.4.12, cd(4) support for write operations,
...
MFC of OpenSSH-2.2.0, MFC of chio(1) enhancements, MFC of libisc
import, mergemaster improvements.
2000-10-30 21:43:27 +00:00
Søren Schmidt
afaa0eb776
Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoid
...
some of the false comrades some devices fakes...
2000-10-30 20:45:24 +00:00
Poul-Henning Kamp
7e17175887
Remove an evil conditional nested include of <sys/systm.h>
2000-10-30 20:37:45 +00:00
Poul-Henning Kamp
ef10cd6a64
Add a missing <sys/systm.h>
2000-10-30 20:37:19 +00:00
Poul-Henning Kamp
8879e52387
Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>
...
doesn't mess us up.
Noted by: Harti Brandt <brandt@fokus.gmd.de>
2000-10-30 20:37:01 +00:00
Poul-Henning Kamp
54dfbb1460
Comment out the (old) acpi stuff, it breaks LINT.
2000-10-30 20:35:31 +00:00
Robert Watson
c087a04f6a
o Tighten up rules for which processes can't debug which other processes
...
in the p_candebug() function. Synchronize with sef's CHECKIO()
macro from the old procfs, which seems to be a good source of security
checks.
Obtained from: TrustedBSD Project
2000-10-30 20:30:03 +00:00
Sheldon Hearn
6296795713
Whitespace only:
...
* Remove hard sentence breaks.
* Remove trailing whitespace.
* Separate macro arguments from trailing punctuation with whitespace.
2000-10-30 19:49:26 +00:00
Sheldon Hearn
22c8b05f4e
Fix nits introduced in rev 1.9:
...
Remove single-space hard sentence break.
Mark errno up as a Variable (Va).
2000-10-30 19:43:30 +00:00
Bruce A. Mah
5ea673934a
MFC: Fix typo: Melco Inc. sells LUA-TX, not LU-ATX.
...
PR: misc/22383
Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net>
2000-10-30 19:09:50 +00:00
Bruce A. Mah
1ab28ceb87
Note MFC to 4-STABLE of mly(4) driver.
...
Submitted by: msmith
2000-10-30 18:52:22 +00:00
Brian Somers
cf881f54ca
Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.
...
Approved by: rwatson, ru
2000-10-30 18:02:01 +00:00