| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: dillon
|
|
|
|
| |
Submitted by: dillon
|
|
|
|
|
|
| |
"Laneed Wireless card" is "ELECOM *Laneed*
Air@Hawk/LD-WL11/PCC Wireless card" which
was already committed.
|
|
|
|
|
| |
too hard for me to keep in sync with other platforms, FreeBSD will go
it's own way.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This fix is for "make release" and "make boot.flp".
|
|
|
|
| |
This module is intended to be loaded from /boot/loader,not from kldload(8).
|
|
|
|
|
| |
pitch and duration only in ``struct'', I forgot
to replace these in sysbeep and timeout, sorry.
|
|
|
|
|
| |
if the request was for less than MINSIGSTKSZ (in which case we "round up").
discussed with: marcel
|
|
|
|
| |
Approved by: archie
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Submitted by: Tony Finch <dot@dotat.at>
|
|
|
|
| |
Requested by: kris
|
| |
|
|
|
|
| |
within jail()
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
unload method. Lots of old cruft is removed.
Thanks to WPaul for large clue-injection and debugging services.
Reviewed by: wpaul
|
|
|
|
|
|
| |
crtstuff.c as they do for other platforms.
Moral support from: jdp
|
|
|
|
|
|
| |
for the 'twe' driver. This is an expedient solution for an
actually-manifesting symptom of a major problem with MAKEDEV. Roll on
DEVFS.
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Reviewed by: gibbs
|
|
|
|
|
|
|
| |
Return ENOTSUP for XPT_ENG_INQ and XPT_ENG_EXEC when performed on the XPT
device.
Reviewed by: gibbs
|
|
|
|
|
| |
MFC of OpenSSH-2.2.0, MFC of chio(1) enhancements, MFC of libisc
import, mergemaster improvements.
|
|
|
|
| |
some of the false comrades some devices fakes...
|
| |
|
| |
|
|
|
|
|
|
| |
doesn't mess us up.
Noted by: Harti Brandt <brandt@fokus.gmd.de>
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* Remove hard sentence breaks.
* Remove trailing whitespace.
* Separate macro arguments from trailing punctuation with whitespace.
|
|
|
|
|
| |
Remove single-space hard sentence break.
Mark errno up as a Variable (Va).
|
|
|
|
|
| |
PR: misc/22383
Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net>
|
|
|
|
| |
Submitted by: msmith
|
|
|
|
| |
Approved by: rwatson, ru
|
|
|
|
| |
whether they should create a link if lookup has failed or not.
|
|
|
|
| |
version unfortunately...
|
|
|
|
| |
Submitted by: phk
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 21990
Partially submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
(and crtstuff.c's requirements).
|
|
|
|
| |
Submitted by: phk@FreeBSD.ORG
|
|
|
|
| |
get rid of stupid upperbound on the amount of interfaces (was 8).
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|