explorer
4feda55de6
use u_int64_t for line, word, and character counts. It bothers me to see wc -c
...
return -2146435072 characters for files > 2G.
1999-02-13 15:53:17 +00:00
lukem
dcab0210a0
convert from NOxxx= to MKxxx=no.
...
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
cjs
e0c954de49
Remove bsd.own.mk include; it doesn't appear to be necessary.
1999-02-12 18:55:28 +00:00
kleink
b75d68301e
<sys/fcntl.h> -> <fcntl.h>
1999-02-12 15:04:00 +00:00
lukem
d84dcf29f1
always run progressmeter() even if it's not the foregroundproc(), as some
...
calculations need to occur to prevent the calculated xfer rate from being
too fast if ftp(1) is backgrounded for a while during the xfer.
bug found by thor lancelot simon <tls@netbsd.org>.
1999-02-12 12:11:18 +00:00
cjs
83ad83d7a8
Change NOMAN=1 to MKMAN=no, becuase bsd.own.mk is included before NOMAN
...
is set.
1999-02-12 04:09:02 +00:00
kleink
5c07d539b2
Update usage string: file arguments are optional.
1999-02-11 15:29:14 +00:00
hubertf
63d86770bc
Add -f option to allow case folding, as in sort(1).
...
Patch submitted by Andrew Brown <twofsonet@graffiti.com>
1999-02-11 00:53:24 +00:00
kleink
5f9772373e
Replace home-grown option handling with getopt(3); delint.
1999-02-10 16:16:43 +00:00
kleink
23a9f6e8f9
* Make obsolete option handling slightly more robust; fixes PR bin/6940.
...
* In the manual page, replace obsolete option handling with the supported
getopt-based version, and reflect that file arguments are optional.
1999-02-10 16:15:31 +00:00
tv
79ef60507e
Goodbye, Berkeley gprof; we shall miss you!
...
(PSD doc remains here, as it has not lost relevance.)
1999-02-09 18:28:10 +00:00
sommerfe
141aa9e579
Fix PR2429: catch doubly-applied patches which create new files.
1999-02-09 05:15:45 +00:00
dean
11976ebb30
fixes for PR 3886, 4719, 5424
...
mail is more consistent in a su'd environment
unset works if the variable is in the environment
fixed off by one error with 'z' scrolling
1999-02-09 04:51:30 +00:00
thorpej
ed386461d5
Fix printf format problems.
1999-02-08 23:48:58 +00:00
mjl
eb4489ce10
Fix for PR 5507 and 6686, using mostly patch by Rick Byers.
1999-02-08 22:21:44 +00:00
he
fbb55f0364
Set the 'crt' flag by default. This enables the pager, so that
...
messages > 24 lines do not scroll off the screen. Fixes PR 6965
by Yours Truly.
1999-02-08 20:48:25 +00:00
bouyer
425c994527
Take advantage of the recent changes to sd/cd and DIOCEJECT:
...
open the raw character device for nicknames (so that eject will open the
CD even without medias). Implement the raw_to_blk pathname conversion in
umount_mounted().
Create a new 'cdrom' type, add a '-l' switch which will cause a media load
on cdrom devices type.
Add 'sd0, sd1, sd2' nicknames to allow easy use with removable rewritable
disks (ZIP, jazz, MO, ...).
1999-02-08 16:35:33 +00:00
explorer
6817ae8cab
fix dumping of pcbs
1999-02-08 11:34:36 +00:00
lukem
358b69935b
whitespace
1999-02-08 05:27:56 +00:00
lukem
d00f4770d3
ftpvis(): escape LF too
1999-02-07 13:15:12 +00:00
lukem
6cc6d5d262
changes to fix [bin/6951] by Peter Simons <simons@cys.de>:
...
* implement ftpvis(), which \ quotes the following in the given string:
SP, TAB, \, CR, "
* use ftpvis() in complete_ambiguous(), to escape characters in a word
which would confuse makeargv()/slurpstring().
1999-02-07 13:14:06 +00:00
lukem
b8ebb2ba4e
complete ~ in local paths (noted by perry@netbsd.org)
1999-02-07 12:27:50 +00:00
frueauf
c8ab21f6d4
Fix fold not to break line too early in word boundary (-s) mode.
...
Provided in pr 6956 by Wolfgang Helbig.
1999-02-07 12:14:32 +00:00
kleink
0aa500a352
Use off_t for file size descriptions rather than long; from Tero Kivinen
...
in PR bin/6863.
1999-02-04 17:05:35 +00:00
kleink
a9db8146da
Don't choke on file size specifications (legitimately) exceeding LONG_MAX.
1999-02-04 16:41:17 +00:00
christos
c888dfac35
PR/2936: Brian C. Grayson: Avoid truncating precious files when installing
...
and the filesystem is full. Added -r flag to install, which installs on
a temporary file and then renames to the final destination.
1999-02-04 11:56:48 +00:00
cjs
d5ce180dc0
When giving the -v option to /bin/sh, also give the new -q option so that
...
the execution of $ENV isn't printed with every job that's started.
1999-02-04 00:40:55 +00:00
is
33247bac6d
Add missing newline in usage string.
1999-02-03 16:22:16 +00:00
tv
6f9f9c2a10
Re-enable binutils-based gprof for i386, and disable old gprof on i386.
1999-02-03 00:17:35 +00:00
lukem
266beeb0be
remove sentence consistenting solely of "When"
1999-02-02 13:35:56 +00:00
christos
de40255ddb
Don't include <sgtty.h>! Nothing uses it.
1999-02-02 12:34:56 +00:00
mrg
9b99e47cfd
ensure buffers for pathnames, etc., are PATH_MAX, etc., long.
1999-01-31 10:02:25 +00:00
mrg
7750ecc1f3
KNF nits.
1999-01-31 09:30:31 +00:00
lukem
0d4c2e0d1b
revert previous write->fwrite conversion in progressmeter(); stdio is bad in signal handlers, nkay?
1999-01-31 02:29:00 +00:00
pk
e7a15783a6
Use correct buffer in kvm_openfiles().
1999-01-29 14:17:21 +00:00
tron
ec6fc987ae
Because neither the original shell script nor the new C program can
...
handle multiple argument sets don't use them in the manual page.
1999-01-28 20:19:42 +00:00
tron
b3ba9219f4
Fix usage messages in case we are going to revive one of these.
1999-01-28 20:11:54 +00:00
mrg
6efa5f3017
swap areas are not compiled into the kernel, from erik bertelsen, PR#6892
1999-01-28 03:28:53 +00:00
hubertf
5f648bdae3
enable numbered backups via -B.old%02d
1999-01-26 01:34:25 +00:00
lukem
e2352fc342
only print "Requesting..." messages if (verbose)
1999-01-25 23:17:37 +00:00
lukem
fe25f9464e
add hesinfo
1999-01-25 22:47:54 +00:00
lukem
caa212064b
add hesinfo (from hesiod 3.0.2 distribution)
1999-01-25 22:45:55 +00:00
tron
1a7a3b4aa3
Build and install "mkdep.c".
1999-01-25 22:14:59 +00:00
tron
c0f4850d5c
New C program to replace old "mkdep" script. Speeds up "make depend"
...
by at least 5 percent.
1999-01-25 22:10:42 +00:00
hubertf
a9539cd876
Add a -b(ackup) flag to move any existing file(s) aside by renaming
...
them to file.old instead of simply deleting them. A different backup
suffix may be chosen with the -B option's argument.
1999-01-25 01:42:57 +00:00
lukem
0bd80459cb
* -v enables verbose & progress, -V disables both
...
* set setvbuf(ttyout, NULL, _IOLBF, 0) and remove a bunch of fflush(ttyout).
* use fwrite() instead of write() for progressmeter (don't intermix stdio
with non stdio ops)
1999-01-24 02:39:29 +00:00
lukem
5051fd95cb
flush ttyout in togglevar()
1999-01-24 00:51:08 +00:00
lukem
0e87f1b53d
support -f, which forces a cache flush for http xfers using either
...
`Pragma: no-cache' (http/1.0) or `Cache-Control: no-cache' (http/1.1)
1999-01-23 15:46:24 +00:00
simonb
c3cbf60d0b
Swap helpful/non-helpful messages in option table.
...
Fixes bin/5441 from der Mouse.
1999-01-22 12:43:43 +00:00
simonb
fe0d28b4c5
Use lgetenv() for "LESS" and "MORE" variables.
1999-01-22 12:31:22 +00:00