Jordan K. Hubbard
aea799602b
Whoops! Total brain-fade on that last "optimization" for mounting
...
the CD (thanks to Mike O'Dell for finding it). Fixed.
1996-03-21 17:20:31 +00:00
Jordan K. Hubbard
871ef591ef
Major enhancements to the package adder (next step is to use the new dialog
...
functions to make the menus far less klunky, but one thing at a time).
Fix bug that had debug output spewing uselessly on vty2 when running multiuser.
1996-03-21 09:30:18 +00:00
Paul Traina
4374dd874b
Add support for /very/ experimental -e (exposure) option.
...
Not documented yet, because it's for grownups and geeks for now.
1996-03-21 08:19:10 +00:00
Jordan K. Hubbard
715ec5c7b9
Sync the ftp site list with reality. Some day, this will be an algorithm
...
and not a menu.
1996-03-21 06:32:48 +00:00
John Polstra
2e9061daf8
Close a file descriptor that I had (harmlessly) left open in a child
...
process.
1996-03-20 19:05:59 +00:00
Jordan K. Hubbard
1879e5afb7
Accept DEL as a synonym for `delete'
1996-03-20 14:11:22 +00:00
Bill Fenner
fd732d376e
Update IGMP printing, removing the obsolete packet header version number &
...
changing "new" and "old" to "v2" and "v1" to allow for future changes not
having to be "newer new"
Recognize Router Alert IP option
1996-03-19 17:25:12 +00:00
Bruce Evans
468ed942cd
Merged type changes and overflow bug fixes from Lite2.
...
Fixed the gets() changes. The buffer contents is indeterminate when
fgets() returns NULL... Now when you type EOT at one of the prompts,
the program usually spins reading the sticky EOF instead of dumping
core. Even GUIs could do better.
Added $Id$.
Obtained from: partly from 4.4BSD-Lite2
1996-03-19 15:38:44 +00:00
Bruce Evans
0481ba6093
Updated howmany() to be once again identical with the namespace-polluting
...
one in <sys/types.h>. Lite2 changed the white space in the latter.
1996-03-19 15:36:32 +00:00
Bruce Evans
92909f9c4b
Updated format strings to match Lite2's fixed-width type changes.
...
uids and gids aren't unreasonably long any more, so we get to
change all the format strings that were fixed to use %lu back
to %u.
1996-03-19 15:17:34 +00:00
Bruce Evans
580ccec473
sysinstall/Makefile:
...
Fixed DPADD again.
mk/bsd.README
Don't list the LIBXXX identifiers here. Describe them better.
mk/bsd.prog.mk
Updated the list of LIBXXX identifiers.
- recently added library libdisk.a wasn't mentioned (required for sysinstall)
- old objects kz*.o weren't mentioned
- old libraries libc_pic.a, libcom_err.a, libf2c.a, libg++.a, libgcc_pic.a,
libgmp.a, libipx.a, libkeycap.a, libss.a and libxpg4.a weren't mentioned
- old libraries libgnumalloc.a and libftp.a no longer exist
- old library libmp.a was said to not exist
- deprecated links libfl.a and libln.a weren't mentioned
1996-03-19 14:30:15 +00:00
Jordan K. Hubbard
8cc7a57e5e
Small tweaks to the presentation of this stuff.
1996-03-19 12:08:00 +00:00
Jordan K. Hubbard
6b6125cd50
Fix cpioVerbosity() botch when verbosity set very low.
1996-03-19 12:02:20 +00:00
Jordan K. Hubbard
439a0e811d
Use proper path to hostname
1996-03-19 11:51:36 +00:00
Nate Williams
4c2aa33eb8
Use /dev/apm instead of /dev/apm0.
1996-03-18 20:35:17 +00:00
Nate Williams
ddccc6ec01
Open up /dev/apm instead of /dev/apm0.
1996-03-18 20:34:29 +00:00
Jordan K. Hubbard
40ae4689df
Lots of fixes:
...
1. Revamp package installer to use new dependency lists and also
pkg_add's new `read from stdin' mode to prevent a copy of the package
from hitting the disk unnecessarily.
2. More fixes for running "not as init" - don't get upset if CDROM already
mounted, do the right thing instead.
3. If running as init, assume first-time install and _don't show the
(W)rite option in the fdisk screen.
4. Many other little tweaks, some of which will have to wait for fuller testing
until I can create a boot floppy (testing certain system-destroying
features of sysinstall can be a royal pain). Expect some more commits.
1996-03-18 15:28:10 +00:00
Joerg Wunsch
3176ba80c8
libdisk is now installed as a standard library.
1996-03-17 23:08:37 +00:00
Peter Wemm
56c20766be
Fold in 8.7.5 change onto mainline (all one line).
1996-03-13 16:56:55 +00:00
Peter Wemm
8c09644387
This commit was generated by cvs2svn to compensate for changes in r14615,
...
which included commits to RCS files with non-trunk default branches.
1996-03-13 16:51:01 +00:00
Peter Wemm
e600c40994
Import sendmail-8.7.5 onto the vendor branch.
1996-03-13 16:51:01 +00:00
Andrey A. Chernov
f2fc832c4b
Better fix for terminal mode
1996-03-13 12:02:16 +00:00
Paul Traina
bb45826d08
Bring in LBL traceroute, which has the '-g' option. This is a bugfixed and
...
modified version of Leres' latest work. No FreeBSD changes have been
spammed.
1996-03-13 08:04:29 +00:00
Nate Williams
b8d133e069
Add the '-s' flag to apm which returns the status of the APM support
...
(enable/disabled) now that the APM_GETINFO ioctl returns the necessary
information. Also, print out the status along with the other
information as the default behavior.
1996-03-13 00:48:06 +00:00
Wolfram Schneider
3ba74234ae
delete /usr/ucb from PATH
1996-03-12 21:46:08 +00:00
Jordan K. Hubbard
1c3f12fd44
Fix a couple of miscellaneous bugs and make pkg_add also support reading
...
from stdin.
1996-03-12 06:12:43 +00:00
David Greenman
cd55bf5130
Include queue.h in preparation for struct socket changes.
1996-03-11 13:02:44 +00:00
Jeffrey Hsu
98d6900886
From Lite2: file LIST changes.
1996-03-11 05:41:43 +00:00
Jordan K. Hubbard
08b4eadc45
Correct paths for pcvt in FreeBSD. Close PR#1071
...
Submitted by: David E. O'Brien <obrien@Nuxi.cs.ucdavis.edu>
1996-03-10 02:16:58 +00:00
Andrey A. Chernov
d91680ea37
1) Open /dev/null for std* after setsid() to be shure that modem is
...
*not* our controlling terminal (SIGHUP can coming in other case)
2) Add HUPCL for non-dedicated lines to be shure that modem
properly resetted.
3) Correct usage string.
1996-03-09 08:18:41 +00:00
Andrey A. Chernov
a81c9c683e
Prevent dial cycling on the last phone from the list, make phone list copy
1996-03-08 13:22:23 +00:00
Andrey A. Chernov
cb7fddc6fa
Log phone as LOG_PHASE, it is valuable enough for multi-phone environment.
...
Add missing return when terminal mode can't be re-established due
to modem not opened.
1996-03-08 12:34:40 +00:00
Andrey A. Chernov
1dff3fc565
1) Add multi-phone dialing/redialing, several phones separated by ':'
...
2) Improve on-line help subsystem
3) Make 'term' mode works even carrier dropped (old code
close line forever here)
4) Make 'term' mode 8bit clean.
5) Improve manual page
6) #ifdef DEBUG diagnostic about missing optional files.
7) Don't put interactive dialing info to logfile
1996-03-08 09:03:09 +00:00
Joerg Wunsch
e522d8a28f
Work around the problem that our -current pppd can no longer talk
...
with our iijppp as a client.
Simply shut down the CCP layer if no matching protocol could be found.
Reviewed by: peter
1996-03-08 01:21:53 +00:00
Bill Paul
5cab6d3187
Make yppwupdate script redirect stderr to stdout; if we don't do this,
...
the error messages (if any) from yppush will end up on the system console
instead of the /var/yp/ypupdate.log file.
1996-03-05 15:41:02 +00:00
John Dyson
739a189a10
Fix pstat to sync up with recent changes with swap space allocation.
1996-03-04 12:40:29 +00:00
Andrey A. Chernov
1e6ef3cd8c
Eliminate multiply uucplock.c
1996-03-04 10:38:42 +00:00
Peter Wemm
27e4bc762f
John Hay's extentions to tcpdump to be able to differentiate between
...
IP and IPX packets over a PPP link. I added the hack to print the
PPP protocol type for other (eg: LCP, CCP, etc) packets.
Submitted by: John Hay <jhay@mikom.csir.co.za>, mods from me.
1996-03-03 18:49:17 +00:00
Jordan K. Hubbard
07a4082f5f
Keep explicit newfs parameters, just set them differently.
1996-03-02 20:02:13 +00:00
Jordan K. Hubbard
5291323c07
Let fragment size default to 1K again - 2K is a little extreme.
1996-03-02 20:00:50 +00:00
Jordan K. Hubbard
e07e86d046
Miscellaneous cleanup before big round of menu restructuring (to use new
...
libdialog features).
1996-03-02 07:31:58 +00:00
Poul-Henning Kamp
d52b14d769
Use libmd.
...
Add support for negotiating (more like "informing peer") about DNS.
Various cleanup of warnings.
1996-03-01 19:29:44 +00:00
Jordan K. Hubbard
47f8b1da86
Properly save and restore the terminal characters!
1996-03-01 18:21:41 +00:00
Paul Traina
36c6c789f2
Import improved quickcam driver control utilities, and
...
un-installed histogram program for checking driver timing.
1996-03-01 06:14:47 +00:00
Bill Paul
11504a40aa
Initialize a few more 'result' members in a few places (both in the v2
...
and v2 service procedures). Also fixed the formatting in a few places
to keep everything under 80 columns.
1996-03-01 03:49:47 +00:00
Bill Paul
45da6d16c1
In ypproc_master_2_svc(), don't leave result.peer uninitialized when
...
returning an error.
1996-02-29 23:10:38 +00:00
Adam David
6dc00a94a6
sense of 'mask' was reversed in default case of no securenets file.
1996-02-29 18:29:24 +00:00
Garrett Wollman
30e9b7206e
Clean up Makefile. Still needs -lcompat for insque/remque.
1996-02-28 18:47:46 +00:00
Wolfram Schneider
8349ecbf7a
Convert "time zone" to "timezone" in NAME section
...
Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
1996-02-27 00:27:21 +00:00
Guido van Rooij
9abcd27118
Typo (vi -> v1).
1996-02-26 20:09:22 +00:00