Andrey A. Chernov
e6f5a68194
Add commented out CXXFLAGS entry similar to CFLAGS entry
1994-06-09 08:32:58 +00:00
Geoff Rehmet
2548fdfaea
Change all lib*.so.1.0 to lib*.so.1.1
...
(Once again, pointed out by Volker Paepcke.)
1994-06-08 11:01:46 +00:00
Geoff Rehmet
80dde3cb2b
Change reference to libc.so.1.0 to libc.so.1.1.
...
(Pointed out by Volker Paepcke)
1994-06-08 10:52:10 +00:00
Andreas Schulz
d74bf59046
Commented out a pointer to qtar(1), we don't have that yet.
...
Changed the -description in the SYNOPSIS to description.
1994-06-07 21:38:23 +00:00
Poul-Henning Kamp
2e3ceddd61
check for diskless boot, and remount / RW in that case.
1994-06-06 17:45:37 +00:00
David Greenman
667f0edb2b
Added some missing cld's (OOPS!) and changed the position of some of
...
the others to make them easier to spot.
1994-06-06 15:08:51 +00:00
David Greenman
3c256f5395
trap.c:
...
Vastly improved trap.c from me. This rewritten version has a variety of
features, amoung them: higher performance and much higher code quality.
support.s, cpufunc.h:
No longer use gs override to enforce range limits - compare directly
against VM_MAXUSER_ADDRESS instead. The old way caused problems in
preserving the gs selector...and this method is just as fast or faster.
1994-06-06 14:54:41 +00:00
David Greenman
2e4fabc7c7
Back out previous change for the moment - I need to commit some other
...
changes first.
1994-06-06 14:23:49 +00:00
David Greenman
baa2452312
Added some missing cld's (OOPS!) and changed the position of some of
...
the others to make them easier to spot.
1994-06-06 14:12:50 +00:00
David Greenman
0a620217f0
Don't move the page's position in the active queue if it is busy or
...
held. John has noticed some stability problems when doing this.
1994-06-06 11:56:27 +00:00
Geoff Rehmet
fe88cc599b
Make these Makefiles work properly when NOMAN is defined.
...
(I wish they just used bsd.prog.mk)
1994-06-05 21:57:16 +00:00
Geoff Rehmet
67bc1dabe4
Manual pages are now installed via the bsd.man.mk macro, since the
...
existing arrangement in this makefile doesn't allow for compressed
manual pages.
1994-06-05 20:39:58 +00:00
Geoff Rehmet
624ca9967b
Add mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESS
...
(NOMANCOMPRESS works together with the new bsd.man.mk to turn off
compression of manual pages - manual pages are installed compressed
by default now.)
1994-06-05 20:37:15 +00:00
Andreas Schulz
91b1841dd2
Add the -r and -s flags to the Usage string.
1994-06-05 19:04:11 +00:00
Andreas Schulz
e2ca48bacc
Added a manpage for the tw device. Changed the Makefile to install that
...
manpage into the proper place.
1994-06-05 16:21:49 +00:00
Andreas Schulz
aee153581e
Comment out the startup of the xtend daemon by default.
1994-06-05 16:03:57 +00:00
Jordan K. Hubbard
0b1915b6d4
I just realized that the vtty's won't kick in until the user loads the bindist
...
and reboots multiuser. Ammend the text slightly to avoid confusion.
1994-06-04 12:00:51 +00:00
Jordan K. Hubbard
ed7be55bbd
1. Bumped version number to 1.1.5 in preparation for impending release.
...
2. Added notes that tell the user a little bit about how to use syscons
since they'll be running it from the outset now and would probably like
to know how to switch terminals.
1994-06-04 11:55:56 +00:00
David Greenman
8b7da9b52b
Removed extra (bogus) declaration of Xrsvd14 that was confusing me.
1994-06-04 11:01:15 +00:00
Jordan K. Hubbard
25427c1d7e
1. Removed duplicate include of <stdio.h>
...
2. Replaced bogus __ARGS with __P
1994-06-04 07:11:51 +00:00
Poul-Henning Kamp
5a3b854f62
Added reference to RFC 1597 about "private-net" IP#'s. The following numbers
...
will never be routed over the InterNet:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
1994-06-04 02:03:45 +00:00
Andrey A. Chernov
b3108fb8a1
Now rc.serial used for initial setup of serial lines
1994-06-04 00:44:00 +00:00
Andrey A. Chernov
c855131344
Updated for new sio driver
1994-06-04 00:41:25 +00:00
Geoff Rehmet
4085cb917d
make /etc/motd mode 644 NOT 666
...
(Thank heavens I run cops every night.)
1994-06-03 08:54:35 +00:00
Jordan K. Hubbard
01d4912665
Fix the absolute paths for boot blocks. Now uses ${DESTDIR}.
1994-06-03 05:18:18 +00:00
Guido van Rooij
3653271054
Move skey.h to /usr/include so other packages will be able to use
...
libskey. (such as wu-ftp and xdm).
Editted skey so it matches the standard /usr/include way.
1994-06-02 20:25:30 +00:00
Jordan K. Hubbard
9727866aa8
This should fix up the absolute paths to /usr/mdec - just prepended
...
${DESTDIR} to all the right places (any reason why not?).
1994-06-02 16:50:56 +00:00
Andrey A. Chernov
2e9f7a3cb9
Remove obsoleted COM_BIDIR, FIFO_TRIGGER_* and "comcontrol bidir"
...
references
1994-06-01 21:38:46 +00:00
Paul Richards
eb865f3871
Added
...
if [ -x /usr/libexec/xtend ]; then
echo -n ' xtend'; /usr/libexec/xtend
fi
to etc/rc
1994-06-01 17:04:01 +00:00
Satoshi Asami
ef71329dfe
Add explanation of -e in usage().
1994-06-01 05:15:00 +00:00
Satoshi Asami
f19aa10180
Close /dev/tty that is opened in y_or_n()...this is called many times
...
so it will run out of ptys if not properly closed.
1994-06-01 05:14:19 +00:00
Andrey A. Chernov
a374f55b15
Restore bin.bin for /usr/libexec/uucp, uucp owner not needed here
1994-06-01 02:39:37 +00:00
Poul-Henning Kamp
da63052f1e
added make.conf template, which does nothing.
1994-06-01 00:58:06 +00:00
Andrew Moore
e015b4cf7d
Call fpsetmask(3) so awk doesn't dump core on FP exceptions.
...
Upgrade to version 2.15.5
1994-05-31 18:58:00 +00:00
Andrey A. Chernov
6aba0e831e
Comment out uucpd, not properly configured as default
...
Comment out walld/rusersd/rstatd, may be too verbose
1994-05-31 17:55:38 +00:00
Rodney W. Grimes
56dcbac924
Add ${COPY} on install command so that the file in obj does
...
not get removed when running make install.
1994-05-31 16:05:06 +00:00
Andrey A. Chernov
ef8525f6a5
Change mode of libexec/uucp to 0755
1994-05-31 15:59:14 +00:00
Andrey A. Chernov
4a62bda2ae
Back out previous change and allow uucico to run by others,
...
this required by several programs
1994-05-31 15:55:43 +00:00
Andrey A. Chernov
d05c8c1906
Mode 0775 for /var/spool/lock
1994-05-31 07:49:53 +00:00
Andrey A. Chernov
9c07bcf01d
Don't need to restrict cu, it can be able to check permissions by itself
1994-05-31 07:47:39 +00:00
Andrey A. Chernov
70db166b79
Allow uux and uucp to run by others,
...
we can got problems with various mailers in other case
1994-05-31 07:37:25 +00:00
Andrey A. Chernov
33dddc66c6
I forget to add BINGRP=$(group)
1994-05-31 05:46:42 +00:00
Andrey A. Chernov
336116b49a
Disallow uucp execution to others.
...
It maybe not so nice, but if any user can easily shut up your
mail feed with big file isn't nice too.
1994-05-31 05:37:12 +00:00
Andrey A. Chernov
5974426b37
Allow group "dialer" to run cu
...
Disallow others to run cu
1994-05-31 05:23:39 +00:00
Andrey A. Chernov
241ca242fb
Don't allow others to run uuconv
1994-05-31 05:13:08 +00:00
Andrey A. Chernov
a537d2cfa6
Don't allow others run uuchk
1994-05-31 05:11:12 +00:00
Andrey A. Chernov
ac0c045974
Don't allow others run uuxqt
1994-05-31 05:09:03 +00:00
Andrey A. Chernov
5789078704
Don't allow others run uucico
1994-05-31 05:08:11 +00:00
Andrey A. Chernov
1b7219ff62
Change /var/spool/uucp/* modes to 0775
1994-05-31 05:05:41 +00:00
Andrey A. Chernov
5db77d7e3a
Make /usr/libexec/uucp uucp.uucp 0750
1994-05-31 05:00:24 +00:00