Andrey A. Chernov
c4de35376b
Fix FtpPasv to not return address of local variable, close PR 399
...
Submitted by: John Capo <jc@irbs.com>
1995-05-13 22:09:52 +00:00
Andrey A. Chernov
bd940a6e9e
Fix manpage lies about -P
1995-05-13 22:06:12 +00:00
Rodney W. Grimes
3d8e4b9338
Remove XXX comment that I had moved to netstart and forgot to remove from
...
here.
1995-05-13 20:16:11 +00:00
Rodney W. Grimes
682078bd09
Very minor rework to eliminate useage of - operator by checking for
...
existance of ${CHROOTDIR}.
Remove -k option from make install for building chroot tree, makes it
error out early if you forgot to populate the pre-chroot obj tree.
Reviewed by: phk
1995-05-13 19:51:57 +00:00
Poul-Henning Kamp
3ee2ce52b4
remove swapinfo.
1995-05-13 17:27:10 +00:00
Poul-Henning Kamp
59392fe2bc
Make pstat act like swapinfo if so invoked.
1995-05-13 17:25:23 +00:00
Andrey A. Chernov
4067631146
Change ln -sf to rm -f and ln -s, first one work incorrectly
...
for directories when called second time
1995-05-13 16:58:37 +00:00
Andrey A. Chernov
38e121ed71
Update other Makefiles to reflect uuconv/uuchk install place change
1995-05-13 12:57:44 +00:00
Andrey A. Chernov
12421b942f
Install uuconv/uuchk to /usr/sbin
1995-05-13 12:30:17 +00:00
Satoshi Asami
cbed30a5cf
Add "include".
1995-05-13 12:07:08 +00:00
Satoshi Asami
2914e4f239
Add FORCE_PACKAGE, if this is defined, NO_PACKAGE will be turned off.
...
Ports for which we can't build packages should define NO_PACKAGE but
still prepare pkg/* files. The user who really wants a package and
clear of the legal problems can say FORCE_PACKAGE from the command line
to build a package anyway.
1995-05-13 05:37:45 +00:00
Rodney W. Grimes
b6333dea9d
Submitted by: jkh
...
Build lib/libncurses and lib/libtermcap early in the libraries: target
as other libraries depend on them.
1995-05-13 03:34:23 +00:00
Jordan K. Hubbard
c25cfd0b0d
"1 easy fix in 10 excrutiating steps"
...
A phone call from Manfred quickly pointed up the fact that I got the conflict
check backwards. NOW we implement the conflict checking correctly! Wheesh!
1995-05-13 00:09:38 +00:00
David Greenman
e83d87f1fc
Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptable
...
options for UFS (which fixes another bug).
1995-05-12 23:39:15 +00:00
David Greenman
404abd2138
Only use card's soft-configured irq if no irq was specified in the kernel
...
config file. This should fix a number of complaints regarding the auto
detection behavior.
1995-05-12 22:39:40 +00:00
David Greenman
c4cf09ffe6
pread/pwrite() should be static.
...
Submitted by: sef
1995-05-12 21:39:48 +00:00
Andrey A. Chernov
b94c770a5e
Add Moscow and Kiev
1995-05-12 20:13:19 +00:00
Andrey A. Chernov
2f632e8fe8
Fix getsockopt(IP_ACCT_*) to not panic kernel
...
Submitted by: Bill Fenner <fenner@parc.xerox.com>
1995-05-12 20:00:21 +00:00
Andrey A. Chernov
4769e93ea2
Add missing include
1995-05-12 19:21:46 +00:00
Garrett Wollman
5bb4f73817
The death of `options NODUMP'. Now the dump area can be dynamically
...
configured (and unconfigured) on the fly. A sysctl(3) MIB variable is
provided to inspect and modify the dump device setting.
1995-05-12 19:17:31 +00:00
Garrett Wollman
5e7d9e89ba
Don't automatically default dumps to be on a swap device; if the user
...
wants dumps, he can either configure it explicitly (`dumps on' whatever) or
use the dumpon(8) utility.
1995-05-12 19:12:44 +00:00
Garrett Wollman
55678a2eb9
Learn how to print out kern.dumpdev as a name.
1995-05-12 19:10:56 +00:00
Garrett Wollman
83f9dfab4d
My utility to specify where you want crash dumps to go. More user
...
and kernel support to follow.
1995-05-12 19:10:09 +00:00
Poul-Henning Kamp
7b92fbb848
Added MakeDevDisk(struct disk*, char *path);
...
fixed bug in extended slice naming.
1995-05-12 18:50:00 +00:00
Paul Richards
e5e0d60df8
Forgot to add these.
1995-05-12 17:31:45 +00:00
Paul Richards
89e255f52c
New libforms.
...
Bumped major number.
Ncurses backend still needs improving.
Other back-ends need to be written.
1995-05-12 17:20:06 +00:00
Bill Paul
97f3a7e6e7
One for the road: create a ypbind.lock file under /var/run and try to lock
...
it. If we can't it means there's already a ypbind running and we should
abort.
1995-05-12 16:52:58 +00:00
Bill Paul
dbda9e5ed2
- Add an entry to allow swapping on a vn device (if one is configured).
...
- Do the right thing when booting in NFS diskless mode, which is nothing.
Make the default unconfigured entries for swdevt[0] and dumplo something
that swapconf() will ignore and not choke on (the swap setup is done
in nfs_vfsops.c when booting diskless).
1995-05-12 16:11:07 +00:00
Andrey A. Chernov
d0930614cc
Add 'rc' line
1995-05-12 15:17:55 +00:00
Andrey A. Chernov
dc02f1c279
RISCom/8 driver
1995-05-12 15:09:29 +00:00
Andrey A. Chernov
9bda6bd9b8
Remove -R from CFLAGS
1995-05-12 13:15:41 +00:00
Satoshi Asami
9f3f196b2c
When NO_PACKAGE is set, "package" and "repackage" don't depend on
...
"install". In other words, they won't do anything at all.
1995-05-12 08:44:12 +00:00
Satoshi Asami
a11b461203
Not only deleting the package and package links, also exit with status
...
1 if pkg_create returns error!
1995-05-12 07:43:48 +00:00
Satoshi Asami
25254cc62d
Delete package and links when pkg_create fails.
1995-05-12 07:32:59 +00:00
Rodney W. Grimes
ba0879629f
Submitted by: Charles Henrich <henrich@fubar.cl.msu.edu>
...
Quite up man when directories in MANPATH do not exist. If you want
it to tell you about problems use man -d.
1995-05-12 04:56:28 +00:00
David Greenman
15f1b09648
Increased ratio of allowed vnodes on freelist to 1/4th of the total. This
...
is more representative of worst case situations of 4 files/directory. (If
that last sentence doesn't make any sense, I'm not surprised. It's rather
compilcated how this all fits together....).
This should fix a problem that Ed Hudson has been complaining about where
directories with lots of symlinks could cause excessive disk I/O.
1995-05-12 04:24:53 +00:00
Poul-Henning Kamp
8af2296bcb
I'm about to jump on the swap-initialization, and having talked
...
with davidg about it, I hereby kill two undocumented misfeatures:
The code to skip a miniroot in the swapdev is not particular useful, and
if we need it we need it to be done properly, ie size the fs and skip all
of it not some hardcoded size, and subtract what we skip from the length
in the first place.
The SEQSWAP dies too. It's not the way to do it, it doesn't work, and
nobody have expressed any great desire for it to work. The way to
implement it correctly would be a second argument to swapon(2) to give
a priority/policy information. Low priority swapdevs can be made so
by adding them at a far offset (0x80000000 kind of thing), with almost no
modification to the strategy routine (in particular a offset per swapdev).
But until the need is obvious, it will not be done.
1995-05-12 03:54:59 +00:00
John Fieber
3fc924e8ce
Update the kerberos section, add Mark Murray <mark@grondar.za> to
...
the authors section.
Submitted by: Mark Murray <mark@grondar.za>
1995-05-11 22:31:28 +00:00
Jordan K. Hubbard
1b780c0e7f
Argh! Another instance of DES rather than des that I forgot. Truly,
...
this keyword is in too many places! :(
1995-05-11 22:07:49 +00:00
Andrey A. Chernov
d293af2d2e
Make fmt ctype-aware
...
Fix non-critical bug with getting EOF double times
Not call strlen for zero length test
1995-05-11 21:32:35 +00:00
Jordan K. Hubbard
5469943802
Document the fact that almost all the user configuration stuff is now
...
in /etc/sysconfig, per Luigi's suggestion.
1995-05-11 21:11:17 +00:00
Jordan K. Hubbard
7b094c1c1d
The lites web page has moved.
...
Submitted by: rich
1995-05-11 20:39:36 +00:00
Garrett Wollman
c356b1c45d
Add some more defines that don't change the genericness of a file.
1995-05-11 20:21:23 +00:00
Garrett Wollman
1d86aba60b
Make `make links' work by leaving swapkernel.c off out of the links processing
...
(it is never generic).
1995-05-11 19:48:45 +00:00
Rodney W. Grimes
b2b795f07c
Fix -Wformat warnings from LINT kernel.
1995-05-11 19:26:53 +00:00
Rodney W. Grimes
a51ab5ce3b
Reviewed by: wollman
...
Add a knob to make it easy to turn off RFC 1323 and RFC 1644 options.
1995-05-11 19:08:37 +00:00
Poul-Henning Kamp
303fd456bf
Use spc, not spt, DUH! Thanks Bruce!
...
Submitted by: bde
1995-05-11 16:19:50 +00:00
Lars Fredriksen
60c3781abb
Updated the text to reflect changes in the english version.
...
Also updated the text based upon suggestions from Havard.Eidnes.
1995-05-11 14:31:22 +00:00
Jordan K. Hubbard
59927d47cf
1. Don't check CHUNK_BSD_COMPAT for now; it always returns "no" and is
...
getting in the way of testing right now.
2. Call system() on commands, not vsystem(). No need for vsystem() here.
3. Add a path for the shell.
1995-05-11 09:01:35 +00:00
Jordan K. Hubbard
8a5f152db3
Add ls to the boot floppy - folks will be lost without it!
1995-05-11 08:52:11 +00:00