| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Eliminate ospeed switch using new _set_ospeed function
|
|
|
|
|
|
|
|
|
| |
Basically all termios+termcap pgms needs it.
It set ospeed variable using nearest-matched stty speeds,
which helps termcap pgms works with non-fixed termios speeds
and not duplicate ospeed switch into every pgm.
Also it isn't standard function, its source code is too big to include it
in whole to every termcap+termios pgm.
|
|
|
|
|
|
|
| |
async write in the section that changes the filesize. The bug resulted
in the updates always being async.
Obtained from: 4.4BSD-Lite2
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
|
|
|
|
| |
mark tell section with #PROBLEMS comment
|
|
|
|
|
|
|
| |
I do some digging out on this subject and found that remote
rlogind may reduce big speeds to 38400 by itself and (as more often
rlogind variant) speed setting ioctl fails, so speed left on 9600.
In all cases it doesn't do any real harm.
|
| |
|
| |
|
|
|
|
| |
valid entries in the block. Doing otherwise confuses the nfs server.
|
|
|
|
|
| |
Detect in nfsrv_readdirplus when a filesystem soes not support VFS_VGET and
return NFSERR_NOTSUPP so that the client will use ordinary readdir instead.
|
| |
|
|
|
|
|
|
| |
I get on this topic will go straight to /dev/null. This is absolutely the
last word on this topic you'll see from me. Too much time has already been
wasted.
|
|
|
|
|
|
|
|
|
| |
flag. The getopt handling in here is actually pretty bogus (not Phil's
fault - it's original sin) but the general approach is working so I'm not
going to break it. Some small tweaks of my own to add error checking to what
was originally submitted. Strange how nobody noticed that the flag was
documented but completely missing from the code before! [jkh].
Submitted by: Phil Taylor <phil@zipmail.co.uk>
|
| |
|
| |
|
|
|
|
|
|
| |
also fix a string allocation bug.
Submitted by: Havard Eidnes
|
|
|
|
| |
Suggested by Garrett Wollman.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the slave server).
NOTE: This code should not be built, there is no documentation, and this
method of database transfer is highly suboptimal. It's here just
for those of us who actually have multiple K4 servers and want
something more secure than the other distribution mechanisms.
Obtained from: MIT Project Athena
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
kerberos databases to slave servers.
NOTE: This method was abandoned by MIT long ago, this code is close to
garbage, but it is slightly more secure than using rdist.
There is no documentation available on how to use it, and
it should -not- be built by default.
Obtained from: MIT Project Athena
|
| |
| |
| |
| | |
Reviewed by: Garrett A. Wollman (wollman@FreeBSD.org)
|
| | |
|
| |
| |
| |
| |
| | |
nearest valid. It means that gtty+stty transaction (without speed
change) not breaks non-standard speeds now.
|
| |
| |
| |
| |
| |
| | |
Reviewed by:
Submitted by:
Obtained from:
|
| |
| |
| |
| |
| |
| | |
Old variant returns 38400 for them, now it returns nearest matched
rounded down, expect speeds in range 0 > speed < 50 rounded up
to not produce hangup.
|
| |
| |
| |
| |
| |
| | |
with interaction pty <-> serial driver with non-standard speed.
So, nothing protect us from garbadge in speed field, expect
checking for < 0 left in tty.c :-(
|
| |
| |
| |
| |
| | |
termios speed.
Obtained from: Pre-Lite2 telnet
|
| |
| |
| |
| |
| | |
termios speed
Obtained from: Pre-Lite2 telnet
|
| |
| |
| |
| |
| |
| | |
Reviewed by:
Submitted by:
Obtained from:
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Back out the 'help NIS rebind faster' hack. This change used a
connect()/send() pair rather than the original sendto() to allow
RPC to pass ICMP host unreachable and similar errors up to RPC
programs that use UDP. This is not a terrible thing by itself, but it can
cause trouble in environments with multi-homed hosts: if the portmapper
on the multi-homed machine sends a reply with a source address
that's different than the one associated with the connection by
connect(), the kernel will send a port unreachable message and
drop the reply. For the sake of compatibility with everybody else
on the planet, it's best to revert to the old behavior.
*long, heavy sigh*
|
| |
| |
| |
| |
| | |
The currently (1995/07/31 04:22:07) implemented if (-x "$prog") {
works only if you have '.' in your $PATH variable.
|
| |
| |
| |
| |
| |
| | |
Check for negative speed values in tty drive
Back out valid speed values checking from tty drive
Suggested by: bde
|
| |
| |
| |
| |
| |
| | |
too much for non-open ptys, but there is normally no problem because the
l_modem(, 0) is a no-op for closed ptys provided the line discipline is
standard and MDMBUF isn't set.
|
| |
| |
| |
| | |
Loose lips sink ships! Man the firewall and look alert!
|
| |
| |
| |
| |
| | |
Submitted by:
Obtained from:
|
| |
| |
| |
| | |
values instead of setting garbadge.
|
| |
| |
| |
| | |
instead of hardcoded whitespaces
|
| |
| |
| |
| | |
in 8bit environment (isalpha at the end of digits)
|
| |
| |
| |
| | |
after a clean or cleandir.
|
| |
| |
| |
| |
| |
| | |
like 38400<any 8bit char, isalpha> it not detect this stuff and
produce very big number instead. Fixed by operating with unsigned char
and checking for isascii. (secure/telnetd hits by it f.e.)
|
| |
| |
| |
| |
| |
| |
| | |
wrong vp's ops vector being used by changing the VOP_LINK's argument order.
The special-case hack doesn't go far enough and breaks the generic
bypass routine used in some non-leaf filesystems. Pointed out by Kirk
McKusick.
|
| |
| |
| |
| | |
Submitted by: james
|
| |
| |
| |
| | |
feature.
|
| |
| |
| |
| |
| |
| |
| |
| | |
%r: current release
%m: machine architecture type (i386 for now)
%s: OS name (FreeBSD)
from uname() in banner string.
|
| |
| |
| |
| |
| | |
as it was supposed to. PKG_PATH more sorely needed than ever now..
Hmmmm.
|