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
Ruslan Ermilov
642cd09fb3
Added boolean argument to link searching functions, indicating
...
whether they should create a link if lookup has failed or not.
2000-10-30 17:24:12 +00:00
Søren Schmidt
92be7ac569
Update the Promise RAID code, there are differences between BIOS
...
version unfortunately...
2000-10-30 17:11:40 +00:00
Hellmuth Michaelis
86bc05b331
Remove unused #include statements
...
Submitted by: phk
2000-10-30 14:49:26 +00:00
Jeroen Ruigrok van der Werven
f99e2564c2
Replace old sigaction struct declaration with the new one as present
...
in <sys/signal.h>.
This might be a shortterm fix until the manpage is updated towards
POSIX terminology. And maybe not...
PR: 21542
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
2000-10-30 14:27:18 +00:00
MIHIRA Sanpei Yoshiro
6def71ec31
MFS:
...
cosmetic changes
use /etc/pccard_ether for Xircom CreditCard Netwave
and 3Com Corporation" "3C562" (BUT NOT SUPPORTED).
fix `card line' of RATOC REX-5572 (as SCSI only)
use `config auto' for RATOC REX-5536AM, REX-9836A,
ICM PSC-2401 SCSI
2000-10-30 14:26:52 +00:00
Jeroen Ruigrok van der Werven
cc5966e584
Correct incorrect information about the PATH used for exec*() calls.
...
PR: 21990
Partially submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2000-10-30 13:39:23 +00:00
Jeroen Ruigrok van der Werven
5714e85318
Whitespace only change: trim trailing whitespace.
2000-10-30 13:23:19 +00:00
Ruslan Ermilov
03453c5e87
A significant rewrite of PPTP aliasing code.
...
PPTP links are no longer dropped by simple (and inappropriate in this
case) "inactivity timeout" procedure, only when requested through the
control connection.
It is now possible to have multiple PPTP servers running behind NAT.
Just redirect the incoming TCP traffic to port 1723, everything else
is done transparently.
Problems were reported and the fix was tested by:
Michael Adler <Michael.Adler@compaq.com>,
David Andersen <dga@lcs.mit.edu>
2000-10-30 12:39:41 +00:00
David E. O'Brien
2644e5e81b
Start using crt[in].o to adhear to the ELF ABI
...
(and crtstuff.c's requirements).
2000-10-30 12:25:22 +00:00
Noriaki Mitsunaga
c868d858b4
Remove unused #includes.
...
Submitted by: phk@FreeBSD.ORG
2000-10-30 12:21:19 +00:00