erh
ecf84c1f19
Add -p flag to usage().
1998-10-01 18:23:52 +00:00
thorpej
23309c9e22
Make the magic type field explicitly unsigned and fix comparisons of this
...
value appropriately. Fixes warnings on systems where char is naturally
unsigned.
1998-09-30 18:51:13 +00:00
thorpej
bdbbf87163
Must cast size_t to long and use %ld to print.
1998-09-30 18:37:05 +00:00
jonathan
34bcc57619
Add bzip2, bzip2recover to SUBDIRS.
1998-09-29 22:43:51 +00:00
lukem
887627831e
* add transfer rate to progress meter. (suggested by hubert feyrer)
...
* fix up progress meter display for files once > ~20.47MB has been
transferred. (noted by darren reed)
* use xsignal() for SIGWINCH, so window resizes don't abort xfers on
drainbamaged systems.
* don't assume that TIOCGWINSZ returns a non zero width.
1998-09-28 09:03:22 +00:00
christos
710d4c153b
add -p flag, similar to cp(1)
1998-09-28 08:16:15 +00:00
christos
4edda7dedc
Modernize (use err, don't use bogus cpp macros, prototypes etc.)
1998-09-27 18:29:15 +00:00
lukem
9dee5d2b46
don't install in /usr/share if NOSHARE is defined
1998-09-27 17:22:03 +00:00
christos
8f945ca5b1
Amend copyright to a berkeley style one. From Ian Darwin.
1998-09-24 12:50:27 +00:00
christos
635d311056
- argument error detection
...
- long line support
- argument change [-f <fname>] instead of [-c <args>]
- conditional prototypes
1998-09-24 12:28:39 +00:00
perry
50a3fa9e59
make compile with warnings on.
1998-09-23 21:45:44 +00:00
perry
b0ed6b6fa0
add shuffle
1998-09-23 21:07:47 +00:00
perry
6e92230560
Add shuffle, a small program for producing permutations.
...
Note that is still a little cleanup to be done, but I thought it was
the right point to commit.
1998-09-23 21:05:59 +00:00
christos
f46e623e45
Turn on ELF and other NetBSD features.
1998-09-20 15:36:46 +00:00
christos
397e929e3b
remove old files.
1998-09-20 15:32:43 +00:00
christos
faf55c153e
resolve corn flakes.
1998-09-20 15:27:15 +00:00
christos
a7ad0f02b4
file-3.26
1998-09-19 18:07:40 +00:00
frueauf
342f84988e
Remove duplicate paragraph, mention .forward file, fixes pr 6177 by
...
Andreas Wrede.
1998-09-18 20:39:48 +00:00
christos
82ee767393
Fix conditional variable expression parsing (reported by cgd)
1998-09-18 20:35:11 +00:00
christos
1b24c735a6
PR/6162: Greg A. Woods: pmake does not add suffix rules if gnodes have children.
...
This is traditional make behavior (Solaris make does the same), but
GNU does not. Lets see what breaks.
1998-09-18 20:20:52 +00:00
christos
aed39ca72c
PR/6174: ITOH Yasufumi: Purify bug and a compile error in utility code.
1998-09-18 20:15:36 +00:00
cjs
0ad4a32dfb
Add bugs section noting that, with -F, tail can fail to detect a file
...
truncation. Also note that -F option is an extension.
1998-09-18 01:54:13 +00:00
cjs
59a47ce7be
Remove tracking of file size by how many characters were output.
...
This succumbs to a race condition where data are written to the
file while the sleep is occurring. If a stat is done immediately
after, lastsize is updated but the file pointer wasn't pointing at
the end of the file, so the number of bytes between the current
pointer and the end of the file is added to the lastsize when
lastsize already points to the end of the file.
1998-09-18 01:42:54 +00:00
ross
c7c3a68ca1
Fix MLINKS. Define LDADD and DPADD.
1998-09-14 05:34:41 +00:00
ross
51ecc07eb9
NetBSD rcs id keyword.
1998-09-14 04:42:45 +00:00
ross
28e76b2580
Add NetBSD-specific Makefile.
1998-09-14 04:42:21 +00:00
ross
e4cac751bf
Initial import of bzip2-0.9.0b from Julian Seward.
1998-09-14 04:27:53 +00:00
ross
f9cab68505
NetBSD rcs id keywords.
...
New Makefile, README.
1998-09-14 02:37:23 +00:00
ross
90b00880b2
Initial import of bzip2-0.9.0b from Julian Seward.
1998-09-14 02:13:36 +00:00
wrstuden
67db0c4b38
Teach crunchgen to play nice in a cross-compiling environment. Make
...
the machine type a run-time decision a la make. Also, use ${LD}
for the linker, not ld.
Note: you will have to delete the crunchgen cache file for these
changes to take effect.
1998-09-13 05:32:18 +00:00
mycroft
ae0f007e15
Update for signal handling changes.
1998-09-11 23:09:31 +00:00
tron
f1bd8f538d
Print login time left justified as suggested by Wolfgang Helbig in
...
PR bin/6131.
1998-09-09 17:22:31 +00:00
mellon
dccbf9bc96
Support indenting standard input. When indenting standard input, write output to standard output.
1998-09-06 20:17:30 +00:00
lukem
457da2d26f
remove -Dunix and #ifdef unix where it is only used to select
...
<strings.h>/b*() instead of <string.h>/mem*().
suggested by <Anders.Hjalmarsson@economics.gu.se>
1998-09-06 02:54:47 +00:00
pk
b8baa5e581
Assign my copyrights to TNF.
1998-09-05 17:31:44 +00:00
lukem
72549586a8
distclean is a synonym for cleandir
1998-09-05 14:57:41 +00:00
pk
0a97faa040
Assign my copyrights to TNF.
1998-09-05 13:08:38 +00:00
lukem
211657f5fe
-Dunix needed for tools
1998-09-05 11:30:08 +00:00
lukem
00c10429b7
replace command(buf) with command("%s", buf) in quote1(), thus preventing
...
'quote' commands that contain % formats from being mis-intepreted.
noted by Lundman <lundman@argonaut.com> on current-users@netbsd.org
1998-09-01 14:25:52 +00:00
lukem
70b3ec2f32
fix handling of port on non-proxied auto-fetch ftp:// urls
1998-09-01 04:42:49 +00:00
enami
692962babe
add -Dunix to CPPFLAGS to suppress cpp warning.
1998-09-01 03:16:48 +00:00
perry
e6f7c69f88
try another way of fixing #if defined(unix) issues
1998-08-30 23:50:28 +00:00
enami
768e0ae9d2
Nuke unix symbol warning differently (I've used wrong compiler to check
...
in previous commit).
1998-08-30 23:22:30 +00:00
enami
daede63067
Check __NetBSD__ prior to unix.
1998-08-30 22:51:44 +00:00
tsarna
c89a574ffa
Execute ttyaction on termination of rlogind/telnetd sessions.
...
Also, say a little bit about ttyaction in the getty and login manpages.
1998-08-29 17:31:55 +00:00
hubertf
878450be44
messages are in /var/mail, not /usr/spool/mail
1998-08-27 21:24:41 +00:00
ross
f670fa10c5
Add { and } to shut up egcs. Reformat the more questionable code.
1998-08-25 20:59:36 +00:00
tv
8cfe18e8d3
Add CWARNFLAGS+=-Wno-format-y2k.
1998-08-25 15:13:16 +00:00
ross
66fcc15333
Kill the CFLAGS+=-Wno-format-y2k; see the log message for bin/ps/Makefile
1998-08-25 07:44:16 +00:00
garbled
b94d51892e
\e generates an escape character but is not listed in the manpage. Fixed.
1998-08-22 14:54:48 +00:00