Commit Graph

1947 Commits

Author SHA1 Message Date
charnier
52fea449de Use err(3) instead of local redefinition. 1997-08-21 06:51:10 +00:00
charnier
e36d5228f8 Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format. 1997-08-21 06:49:33 +00:00
joerg
2355e761ad Implement "eod" as an alias for "eom". HP-UX uses this name, for
example.

Also cleaned up the man page a little.
1997-08-21 05:49:29 +00:00
jlemon
458654c467 Pre-allocate buffer to avoid core dump in corner cases.
PR:		2968
Submitted by:	Gareth McCaughan <gjm11@dpmms.cam.ac.uk>
1997-08-21 03:41:41 +00:00
charnier
554f93067b Use err(3). Add usage(). Remove progname. 1997-08-20 11:07:53 +00:00
charnier
fc1efbeb2e Use err(3) and add usage(). 1997-08-20 11:05:28 +00:00
charnier
3c240c79f1 Nm uname -> Nm. 1997-08-20 11:03:54 +00:00
charnier
a598eacfe4 Use err(3), add usage() and prototypes.
Move setmode() to setnewmode() because of a conflict with setmode(2 or 3).
1997-08-20 11:01:59 +00:00
steve
06a3a179d2 Fix example to match ls(1)'s output.
PR:		docs/3681
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-20 02:05:29 +00:00
jlemon
43bf2d9479 Require all compatability options to begin with '-'.
PR:		4145
1997-08-19 15:58:15 +00:00
jlemon
4963345d55 Permit hex/octal parameters to cmp, to match what the manual page says.
PR:		3850, 3855
1997-08-19 14:34:04 +00:00
asami
581db96bb2 Be consistent with other utilities in spelling "Kbytes". (Actually,
there even was one of them about ten lines above in the same file.)

Reminded by:	joerg's commit to usr.bin/ftp/ftp.c rev 1.9
1997-08-19 01:57:53 +00:00
asami
0761ac5fca Fix 1.17 properly by adding ${DESTDIR} in front. (I know this part is
not enabled now.)
1997-08-19 01:52:11 +00:00
jlemon
cec5ceda71 divnum is no longer silently restricted to the range 0..9. (cf: 4098)
changequote(,) is now a synonym for changequote().	 	(cf: 803)

buffer size for translit() enlarged to handle a full string

PR:		803, 4098
1997-08-18 21:01:45 +00:00
jlemon
3f21602fe5 Add doscmd. 1997-08-18 18:51:46 +00:00
jlemon
a0eb7b6fe1 Clean up Makefile, make compiling in X support dependent on ${X11BASE}. 1997-08-18 18:48:33 +00:00
peter
7ac9402fd8 use -I${DESTDIR}/usr/include/tcl, not -I/usr/include/tcl 1997-08-18 11:39:19 +00:00
charnier
e320b485f8 Add usage(). 1997-08-18 07:30:15 +00:00
charnier
dcced67e41 Nm tsort -> Nm. 1997-08-18 07:28:50 +00:00
charnier
f62894be46 Use err(3) insteadof local redefinition. Sync usage string with man page. 1997-08-18 07:27:59 +00:00
charnier
ec238b21ba Nm true -> Nm. 1997-08-18 07:25:50 +00:00
charnier
92f3efceee Use err(3) instead of local redefinition. Cosmetic in usage(). 1997-08-18 07:24:58 +00:00
charnier
82121e0306 Cosmetic. 1997-08-18 07:22:53 +00:00
charnier
28d0e6f3e8 Add usage. Use /usr/share/misc/map3270 instead of /etc/map3270. 1997-08-18 07:21:48 +00:00
charnier
6bb42bb1b9 Add prototypes, usage(). Use err(3). 1997-08-18 07:16:12 +00:00
andreas
9a200d50a3 had to add CFLAGS+=-I/usr/include/tcl
otherwise it doesn't find tcl.h
1997-08-18 06:08:56 +00:00
peter
bd30dd59ca Drop the TCL hook for the time being until the tcl dust settles some more. 1997-08-18 05:25:14 +00:00
andreas
09939f0cb9 Fixed another make world stopper ;)
If TCLINTERP is defined, CFLAGS needs an additional include path:
	 -I/usr/include/tcl
Otherwise tcl.h can't be found during make world.
1997-08-17 21:33:39 +00:00
peter
835855a2fb Bandaid to make this compile.. These old mbuf types should probably be
ripped out.
1997-08-17 09:12:43 +00:00
cwt
f8cf75feec Retire v1.81 sources and build instead from src/contrib/global sources. Reviewed by: jdp 1997-08-16 04:42:45 +00:00
jlemon
e1dc16dff7 Enable the use of keypad cursor motion keys.
Submitted by:	John Hay <jhay@mikom.csir.co.za>
1997-08-16 00:16:48 +00:00
jlemon
8d8fda043a Add support for XMS memory to doscmd.
Submitted by:	Helmut F. Wirth <hfwirth@ping.at>
1997-08-15 23:41:26 +00:00
wosch
9b7571f208 make install should not install mail.rc in /etc 1997-08-15 21:50:02 +00:00
fsmp
ea23b434f1 Better fix, as originally submitted by reporter.
Submitted by:	 N.Dudorov <nnd@itfs.nsk.su>
1997-08-14 19:24:11 +00:00
charnier
0c6107d265 Add usage() and use err(3). 1997-08-14 06:48:59 +00:00
charnier
2351f438d5 Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.
Obtained from: OpenBSD
1997-08-14 06:47:41 +00:00
charnier
ccf4536a38 Hardcode progname in usage string. 1997-08-14 06:44:41 +00:00
charnier
625b9cfcf8 Use err(3) instead of local redefinition. Add usage(). 1997-08-14 06:42:43 +00:00
charnier
4c70ea8339 Use err(3). Correct usage string. Change default tape to /dev/rst0. 1997-08-14 06:41:00 +00:00
fsmp
895006a279 Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing.
Submitted by:	N.Dudorov <nnd@itfs.nsk.su>
1997-08-14 04:46:20 +00:00
charnier
8acd6e6f9f Cosmetic in usage(). Mdoc'ify man page. 1997-08-13 06:58:45 +00:00
charnier
f068cc6523 Nm talk -> Nm. 1997-08-13 06:48:56 +00:00
charnier
a2df19625f Remove trailing \n in warn() string. 1997-08-13 06:46:57 +00:00
charnier
a9616b10c4 Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.h 1997-08-13 06:45:11 +00:00
steve
f1ec66b632 Fix a typo that caused an incorrect path to be displayed.
PR:		docs/4258
1997-08-13 02:14:43 +00:00
ache
8179572232 Cleanup and use /usr/libdata/doscmd now 1997-08-12 16:08:02 +00:00
eivind
0fc63481b2 Fix fencepost error.
PR:		4170
Submitted by:	Harlan Stenn <Harlan.Stenn@pfcs.com>
1997-08-12 14:42:39 +00:00
charnier
46e0c7e9ba Use err(3) instead of local redefinition. Add prototypes. 1997-08-12 06:46:56 +00:00
charnier
0d5e6d0be7 Add usage(). 1997-08-12 06:45:43 +00:00
charnier
2a65672aa1 Use err(3) instead of local redefinition. 1997-08-12 06:44:57 +00:00
charnier
c94b416b71 Use err(3). 1997-08-11 07:31:28 +00:00
charnier
a3fbc3b60a Cosmetic in err() string. 1997-08-11 07:30:22 +00:00
charnier
7de24e9a78 Use err(3). Add prototype. 1997-08-11 07:29:17 +00:00
charnier
3b19332a67 Use err(3) instead of local redefinition. 1997-08-11 07:28:19 +00:00
charnier
94fe89b0d7 Use err(3). Add prototypes. 1997-08-11 07:27:27 +00:00
charnier
b97b635ea0 Cosmetic. 1997-08-11 07:22:04 +00:00
charnier
aba1106b42 Remove local redefinition for err(). Add usage(). 1997-08-11 07:21:08 +00:00
ache
fb8e057ea5 Build instbsdi.exe in obj directory (make world stopper) 1997-08-09 20:04:04 +00:00
dyson
7927358427 Add a valuable binary that enables I/O to U**X mounted disks. 1997-08-09 02:08:32 +00:00
dyson
3f5dde032d Commit the manpage for doscmd.
Submitted by:	Jonathon Lemon <jlemon@americantv.com>
Obtained from:	BSDI
1997-08-09 02:07:03 +00:00
dyson
df1edc2b2f Add the makefile for doscmd. 1997-08-09 01:52:58 +00:00
dyson
5ecc88a82b Add our doscmd to the tree. This is a result of work from BSDI, and
a group of dos emulator developers.
Submitted by:	Jonathan Lemon <jlemon@americantv.com>
Obtained from:	BSDI
1997-08-09 01:43:15 +00:00
charnier
a5dc16017a Add usage(). Use err(3) instead of local redefinition. 1997-08-08 12:24:49 +00:00
charnier
85011b4abc Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format. 1997-08-08 12:22:30 +00:00
charnier
8b7cbe2ccb Use err(3). Add usage() and prototypes. Add Xr to who(1). 1997-08-08 12:20:24 +00:00
charnier
1ab45fb541 Use err(3). Add usage(). 1997-08-08 12:18:16 +00:00
charnier
597dcef315 Remove argv0, cosmetic in usage(), use err(3), add Xr to rwho(1) and users(1). 1997-08-08 12:12:54 +00:00
steve
0d14e7ad52 #include <unistd.h> for getopt(3) call. 1997-08-07 21:47:31 +00:00
charnier
ab352eaa02 Use err(3), so eliminate use of `argv0'. 1997-08-07 06:50:02 +00:00
charnier
f81240bf1f Use err(3) instead of local definition.
Cosmetic in man page: do not start describing a flag with `The option -X ..'.
1997-08-07 06:46:45 +00:00
charnier
76ea8873fd Use err(3). Add usage(). Rewrote man page in mdoc format. 1997-08-07 06:42:37 +00:00
charnier
b5bff9b6f4 Use err(3), cosmetic in usage(). 1997-08-06 06:49:06 +00:00
charnier
d59437606b Use err(3), cosmetic in usage(), remove `cmdname'. 1997-08-06 06:47:41 +00:00
ache
b9a27a90fd Add -t option which turns T/TCP off as workaround for some broken servers
Submitted by: Marc Slemko <marcs@znep.com>
1997-08-05 20:18:39 +00:00
charnier
f489e0583d Use err(3). Document -l flag.
Obtained from: OpenBSD
1997-08-05 06:46:46 +00:00
charnier
89e51fe35a Document that multiple args are allowed, i.e Ar file -> Ar file ... 1997-08-05 06:44:28 +00:00
charnier
572838d161 Use err(3). Add usage() and prototypes. 1997-08-05 06:42:48 +00:00
charnier
dc0c8dfc1b Cosmetic in usage string. 1997-08-05 06:41:26 +00:00
asami
cf4287cef7 Remove bogus malloc() decl. 1997-08-05 03:40:04 +00:00
charnier
cff138ee45 Use err(3). Use #include "" instead of <> for local headers. 1997-08-04 06:48:25 +00:00
charnier
077440d22c Use err(3). Cosmetic in usage string. Typo in man page. 1997-08-04 06:45:11 +00:00
charnier
f7485d3923 Correct Synopsys section. 1997-08-04 06:42:51 +00:00
charnier
6bef35452f environmental -> environment. 1997-08-04 06:40:41 +00:00
charnier
1362b024ce Cosmetic and typos. 1997-08-04 06:39:19 +00:00
wollman
ea0cc63bf6 Document the bogus standard requirement of delaying the close.
Also include a reference to the FINGER RFC.
1997-08-01 20:26:47 +00:00
wollman
2c826a1056 So somebody actually found language in the FINGER RFC which requires
implementations to leave the client side open until the server closes.
While this is totally idiotic, it seems as if some servers actually require
it (e.g., the one at mit.mit.edu).  So, we bow to the weight of the bogus
standard and disable the initial close.  Hopefully now fetch(1) can serve
the role of T/TCP demonstration application.
1997-08-01 20:10:44 +00:00
charnier
c8ffaed809 Use err(3). Add prototypes. Silent -Wall. 1997-07-31 06:59:26 +00:00
charnier
47b01ae0e7 Cosmetic in usage string and err() messages. 1997-07-31 06:57:47 +00:00
charnier
27af0aa842 Use err(3). 1997-07-31 06:54:45 +00:00
charnier
badbcd4aa9 Use err(3). Add missing flags in usage string. 1997-07-31 06:53:36 +00:00
wpaul
4d7ee0414c Modify passwd and chpass to use new AF_LOCAL RPC interface instead of
old kludged-up 'yppasswd_comm' support.
1997-07-29 15:45:36 +00:00
charnier
9c194f6590 Add usage(), use err(3).
Rewrote man page in mdoc format.
1997-07-29 06:54:16 +00:00
charnier
893335629b Remove prog, unused variables.
Cosmetic in usage string.
1997-07-29 06:51:41 +00:00
charnier
a3dffadfe4 Use err(3) instead of local redefinition. 1997-07-29 06:49:16 +00:00
charnier
2495a69677 Use err(3).
sprintf -> snprintf from OpenBSD.
Add usage(), prototypes.
Use MAXPATHLEN instead of 128 from OpenBSD.
Obtained from: OpenBSD
1997-07-29 06:47:18 +00:00
charnier
be7b4ad6c6 Add usage(). 1997-07-29 06:42:33 +00:00
charnier
71069fdd2e Cosmetic in usage string. 1997-07-28 07:01:02 +00:00
wollman
13f06b7aa6 Work around a brokenness in the HTTP spec by generating the Host header
for ftp: URLs as well.  This can't possibly be done in the general case,
but since we only claim to support http and ftp, we'll adhere to the
bogus requirement (RFC 2068, s. 14.25) anyway...  >sigh<

Submitted by: =?iso-8859-1?Q?=C5ge_R=F8bekk?= <aagero@aage.priv.no>
1997-07-26 20:18:43 +00:00
wollman
0d18d3b697 Fix the error message for when mirroring and restarting are rejected
due to the output not being a regular file.  Also split the error message
in any error case here to be on two lines to lessen the likelihood of it
being too long to fit on just one.
1997-07-26 20:00:05 +00:00
wollman
915fbc4961 Implement HTTP 1.1's ``chunked'' Transfer-Encoding (ick). This hasn't
been extensively tested, but I now can successfully retrieve
<http://www.apache.org/index.html>, so I guess that's a victory of some
sort.

Also move the initialization of ``autherror'' to hopefully eliminate
the reported loop involving authentication.  Still need to implement
MD5 digest authentication.
1997-07-26 19:25:56 +00:00