Commit Graph

502 Commits

Author SHA1 Message Date
nate
63952cd37a This got ignored as a shared object during the import. Add it back as
it's necessary for the doc process.
1995-04-22 06:07:48 +00:00
wpaul
a96f667884 Make Rod Grimes's life a little simpler: replace all exit(1)'s with
seperate exit values depending on the error. (The error values are
#defined and commented near the top of the file for clarity). This
is to help write a small bit of shell script for /etc/rc that calls
ypwhich a few times after ypbind is invoked to make sure we're
actually bound to a server before proceeding (if we aren't, the
automounter can fail if it's using NIS maps).
1995-04-22 00:23:59 +00:00
wpaul
74747df43a small NIS binding fixes:
ypbind.c: if a client program asks ypbind for the name of the server
for a particular domain, and there isn't a binding for that domain
available yet, ypbind needs to supply a status value along with its
failure message. Set yprespbody.ypbind_error before returning from
a ypbindproc_domain request.

yplib.c: properly handle the error status messages ypbind now has the
ability to send us. Add a ypbinderr_string() function to decode the
error values.

ypwhich.c: handle ypbind errors correctly: yperr_string() can't handle
ypbind_status messages -- use ypbinderr_string instead.
1995-04-21 18:04:36 +00:00
phk
f7ddd8c3ef Use port 21 as default if getservbyname fails to find it for us. This let
us remove some crud from the install-procedure.
1995-04-20 05:38:58 +00:00
wpaul
53205b4f9e Undo the stupidity I inflicted on these files and replace it with
some (hopefully) less offensive stupidity:

If we detect that a user has loaded a module that fails to initialize
itself correctly, panic. There really isn't a safe way to recover from
something like this; we can't know that the module is bad until after
the entry point is called, by which time it's too late to do anything
about it.
1995-04-20 05:08:53 +00:00
joerg
33cdac7b27 Make mt(1) orthogonal: now that we print the densities as strings
instead of hex, make it accept density names for input, too.
1995-04-18 22:27:43 +00:00
wpaul
da458457c6 Small fixups to use LM_UNKNOWN type, also fix slight formatting
offset problem in banner printf().
1995-04-18 02:19:17 +00:00
joerg
2a237e34cf Round #1 of my st(1) -> mt(1) merge. All the commands should be
covered now, and i've attempted to give textual representations
instead of magic numbers.

The st(4) driver still misses some pieces; i'm going to implement the
EOM functionality RSN.

Any takers for the MTCOMP command?  Seems to have never been implemented.
1995-04-17 21:55:11 +00:00
rgrimes
a32e3770ee Missing ${DESTDIR} on chflags commands added. 1995-04-17 19:15:38 +00:00
ache
4ca8086c55 1) kill temp diver upon exit
2) add logical ops, fix ! precedence, implement unary +, fix exp
Obtained from: NetBSD
1995-04-16 23:31:35 +00:00
rgrimes
709ee8d689 Fix spelling error that keeps this from compiling with KERBEROS & SKEY
defined.

Submitted by:	Mark Murray <mark@grondar.za>
1995-04-16 20:00:21 +00:00
ache
ae367fc274 Merge. 1995-04-16 14:26:18 +00:00
ache
a63bdaa075 This commit was generated by cvs2svn to compensate for changes in r7889,
which included commits to RCS files with non-trunk default branches.
1995-04-16 14:13:48 +00:00
ache
dabd8d475d Upgrade. 1995-04-16 14:13:48 +00:00
bde
b3e44c9ad8 Don't crash when there are too many items to fit on one screen. 1995-04-15 23:10:59 +00:00
ache
55e903512e Fight over non-working setruid 1995-04-15 22:08:10 +00:00
phk
8bb9f7b215 Added kzip in i386 section 1995-04-15 08:19:16 +00:00
phk
84c84a639d This program to compress a kernel with. You loose all the symbols, so
usability is limited.  Very useful on fixit floppies &c.

Obtained from:	Linux via 386BSD
1995-04-15 08:18:20 +00:00
dg
43d095fa58 Install with default BINOWN (as it once used to be). 1995-04-15 03:31:19 +00:00
dg
920072075e Install setgid kmem rather than setuid root. The problem with procfs that
was breaking this before has been fixed.
1995-04-15 03:25:52 +00:00
wollman
8c3b6094b7 Add `-s' flag to permit selection of devices in accordance with their
state (after all, who wants to be offered a menu of devices which
weren't found?).
1995-04-14 18:33:44 +00:00
ache
71eb5ef265 Add missing -lmytinfo, hits when compiled -static
Add DPADD
1995-04-14 16:13:28 +00:00
ache
b18eba476e Move digits before letters 1995-04-14 15:56:32 +00:00
wollman
d70b960678 Add devmenu(1). 1995-04-13 21:11:53 +00:00
wollman
529b71834e Another sample devconf application. This one's a menu of devices; read the
man page.
1995-04-13 21:11:01 +00:00
wollman
9f4d73caf8 Disallow Kerberos when S/Key is required. Fixes PR #339.
Submitted by: Paul Traina <pst@Shockwave.com>
1995-04-13 15:20:35 +00:00
ache
4bdb8183e7 Upgrade. 1995-04-12 02:42:39 +00:00
ache
2e13506c81 Fix output field range
Submitted by: edward@edcom.com
1995-04-11 18:50:51 +00:00
dg
8914c3c002 Added #include <sys/queue.h> 1995-04-10 00:38:15 +00:00
dg
3a245c136a Updated for 4.4BSD queue macros. (Oops, I forgot to commit this last night;
sorry Jordan).
1995-04-09 15:21:08 +00:00
dg
270c8aac65 That's what I get for doing things in a hurry...applied up-to-date patch
to this file rather than old one (before I renamed the structure element).
1995-04-09 15:12:21 +00:00
dg
a2d7864aa2 Oops, remove some chaff from previous commit. 1995-04-09 05:34:54 +00:00
dg
b86e4188cf Updated netstat to grok 4.4 QUEUE macros now being used to like the PCBs
together.
1995-04-09 05:33:17 +00:00
ache
0d9d52d7f4 Remove unneded substitutes 1995-04-08 21:51:26 +00:00
ache
d28cca30b4 Update controls & remains 1995-04-08 17:34:15 +00:00
ache
859e1acb14 Remove digrams to not confuse sorting 1995-04-08 17:08:45 +00:00
jkh
90873a9427 The negative expire times shown by netstat are confusing and ugly.
Destination      Gateway            Flags     Refs     Use     Netif Expire
199.182.75.128   link#1             UC          0        0       ed0 -842660
Submitted by:	John Capo <jc@irbs.com>
1995-04-06 06:09:44 +00:00
jkh
bb8b7abb39 It has always bugged me that ps and w did not display su with tcsh
properly.  I know, tcsh is not a "Real Shell".

jc       p2 :0.0             Tue04PM     - -u (tcsh)
                                           ^^^
7173 p2  S+     0:01.33 -u (tcsh)
			^^^

Submitted by:	John Capo <jc@irbs.com>
1995-04-06 06:06:47 +00:00
joerg
1a40d97c1d Sed dumps core when linked with some coalescing malloc because it
doesn't initialize malloced structure.

Submitted by:	vode@hut.fi
1995-04-05 22:55:27 +00:00
nate
09db00123a This is the 90's, ask the user for a Subject by default when sending mail. 1995-04-03 05:40:54 +00:00
bde
ca9c1d9711 Include <stdlib.h> so that malloc() is declared. 1995-04-02 19:01:07 +00:00
ache
bd7d4be2e2 Finally restore my original MAIL fix after all junk patches. 1995-04-02 00:16:09 +00:00
wpaul
f5c1417428 Remove references to yppasswd_xdr.c: the stuff in this file already exists
in librpcsvc. Add -lrpcsvc to LDADD instead.
1995-04-01 19:19:15 +00:00
ats
25db9af0c4 Delete a second getenv("MAILPATH") that happens immediately after a first
try. Doesn't make sense.
1995-04-01 15:50:04 +00:00
jkh
11766589e8 Greatly clean up the Makefiles and add a Makefile.inc to more obviously
advertise tip's choice of location and perms.
1995-04-01 09:14:37 +00:00
jkh
82645f1833 I must have been very sleepy last night, sigh..
1. Nuke out the aculib files that crept in somehow by mistake.
2. Fix the ${.CURDIR} path so that this stuff actually compiles.
   It actually compiled for me before the commit, but I must have had
   something short-cutting the bug.
1995-03-31 21:04:48 +00:00
jkh
54631713ce Back out the previous commit. 1995-03-31 11:48:35 +00:00
jkh
68f338abd9 Tom Gray's new tip changes to support a modem capabilities database and
fixes to many assorted bugs and misfeatures.
Submitted by:	Tom Gray - DCA <dcasba@rain.org>
1995-03-31 11:47:39 +00:00
jkh
d280eb5a8a I noticed that the current version of ncftp dos not do the very useful
job af warning me about mail as my work version does. This patch will
will fix this for bash(1) if MAILPATH is exported:
Submitted by:	Mark Murray <mark@grondar.za>
1995-03-31 07:02:49 +00:00
jkh
a3e8797ba3 Add gencat to Makefile
Obtained from: NetBSD
1995-03-30 12:49:25 +00:00