jmg
|
a3a20e342f
|
-I/sys converstion and Id line
|
1997-08-22 14:22:31 +00:00 |
|
jmg
|
1f0300c979
|
another -I/sys conversion, and add Id line now it's left the vendor branch
|
1997-08-22 14:21:51 +00:00 |
|
charnier
|
f380101b25
|
Use err(3).
|
1997-08-22 06:53:00 +00:00 |
|
charnier
|
715fda6ce3
|
Was limited to 200 users. New entry is now allocated as needed.
Add usage().
Obtained from:OpenBSD.
|
1997-08-22 06:50:33 +00:00 |
|
charnier
|
f88587795a
|
Use err(3) instead of local redefinition. Add usage().
|
1997-08-21 06:52:43 +00:00 |
|
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 |
|