| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add reading options from file, now ipfw <filename> will
read commands string after string from file , form of strings
same as command line interface.
|
|
|
|
|
|
|
| |
Make a link from boot_${ARCH}.8 to boot.8, so people will get what
they expect when asking "man boot".
I think David will lynch me when i'm requesting this to go into 2.1... :-)
|
|
|
|
|
| |
from version 1.2 to version 1.9.
Submitted by: Serge Vakulenko, <vak@cronyx.ru>
|
| |
|
|
|
|
|
| |
and the error message confuses the user.
(just commented out foe now)
|
|
|
|
|
| |
TcpSyn option removed and will be shortly repoaced by support of all
TCP Flags including syn and ack...
|
|
|
|
| |
out the .if (<building secure>) / .endif
|
|
|
|
| |
secure/sbin/init to be cleaned out, and sbin/Makefile to be tidied up.
|
| |
|
|
|
|
|
|
|
| |
to return ECHILD, which causes the while loop to run forever.
(eg: when accidently running nfsiod on a slow system with a kernel
without NFS support...)
Obtained from: NetBSD; Frank van den Linden <frank@struis.fwi.uva.nl>
|
|
|
|
|
|
|
|
| |
current unit number, and the "new" unit number of -1. This allows the
script to actually deconfigure the SLIP interface (e.g. by running
"ifconfig delete") which has been impossible previously.
This is most likely a candidate for 2.1, too.
|
| |
|
|
|
|
|
| |
(for accounting purposes). Log few additional events like dialing
number and connection established. Set speed POSIXly.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
slattach always exited early because fd is not open in acquire_line().
Other (trivial) changes that I've been neglecting for some time:
- Turn off O_NONBLOCK so that `chat' doesn't need to worry about it
(`chat' actually does worry about it).
- Really set speeds POSIXly :-). cfsetspeed() isn't POSIX.
- Fix spelling error in comment.
- Gripe about bad programming of doing everything from signal handlers.
slattach should be written to do everything from the sigsuspend() loop,
but I don't want to do it :-).
From me:
Use .PATH to find uucplock.c
Submitted by: bde
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove unnecesary TIOCSETD
Move SLIO* before startup script call
|
|
|
|
| |
Cleanup debug/syslog code
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
-K #: set SLIP keepalive timeout
-O #: set SLIP outfil timeout
-U #: set SLIP unit number
sighup handler now sets tty disc for non-redial case too.
Implement SIGURG handling (from keepalive).
POSIXing speed settings.
|
|
|
|
|
|
|
| |
-K: set keepalive SLIP timeout
-O: set outfill SLIP timeout
Handle SIGURG from keepalive like SIGHUP now, i.e. reconnect.
Back out background scription change, cause some synchro problems.
|
|
|
|
| |
reformat.
|
|
|
|
|
|
|
| |
around scsi(8). I've done extensive testing of it with a spare disk
in the past, and it's ready for prime-time now.
Submitted by: dufault
|
| |
|
| |
|
|
|
|
| |
Rearrange things to do fork as later as possible.
|
| |
|
|
|
|
| |
Debug output cleanup.
|
|
|
|
|
|
|
|
|
| |
Now works with dialin devices too.
Add new option in slattach style -l: dont use modem control.
Add new option -W: specify max number of dial tries for one phone.
Remove -p option, this ugly hack not needed.
Fix script timeout expires.
Some code cleanups.
|
|
|
|
| |
after TTYDISC setting
|
| |
|
|
|
|
| |
It allows specific per phone number tunings
|
| |
|
| |
|
|
|
|
|
|
|
| |
Don't close line twice.
Change typo == to = in assignment.
Don't restart, if ioctl fails.
Implement uucp-style locking to help dialout pgms.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add -t to specify login script timeout.
Add -w to specify retry wait time.
Describe -p option.
Now understand several -s sections (for several host phone numbers).
Remove -F sw (software flow control), it is impossible with slip.
Change -F hw (hardware flow control) option to -h as in slattach,
we don't need option with argument for only one case.
Call downscript on SIGTERM.
Improve debug diagnostic.
Allow startslip work with several slip lines without killing each other.
Unlink pid file on exit.
Skip \r and \0 in login script parsing instead making them \n.
Use absolute path to default script (/sbin/ifconfig).
Call up/down script in background to prevent hang on them.
|
|
|
|
|
| |
warning for the default case where the user hasn't specified either -t
or -u on the command line. It's been confusing our users.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
understand why it can become a null pointer under some circumstances,
but i've got a pile of tapes where this happens, and running it thru a
debugger proved that simply ending the loop in this case did the right
thing.
Anyway, it cannot make it worse than now, where restore kills itself
with "Memory fault".
|
|
|
|
|
|
|
|
|
|
|
|
| |
/dev/rfoo0d.
Scan a list of devices instead of insisting on all the world
being wd0.
Allow for disk names to be specified (e.g. `sd0') instead of full
path names only.
Sync the man page with the reality.
|
|
|
|
|
| |
`syn' not `tcpsyn' (which matches `tcp' which blocks all tcp
packets)
|
| |
|
| |
|
|
|
|
|
| |
is a kernel flag, and the kernel definately doesn't need to know about
it.
|
|
|
|
| |
Thanks, Andrey.
|
|
|
|
|
|
| |
from not coming up multiuser just because you have a CD mount in fstab
but no CD in the drive.
Submitted by: "Full Name Not Supplied" <simon@masi.ibp.fr>
|