phk
ccfee521f5
bin/1942 curses problem in systat
...
truncate if too long for field.
2.2 candidate.
1996-11-02 15:15:40 +00:00
phk
fb5536deb2
Fill in the bios-geometry array in struct bootinfo.
...
2.2 candidate.
1996-11-02 14:46:27 +00:00
asami
223875ec7d
The last update/merge of PC98 stuff before 2.2. The whole
...
pc98/pc98/sound directory has vanished now!
Submitted by: FreeBSD(98) Development Team
1996-11-02 10:41:28 +00:00
pst
2ccb731676
add in CONSPEED option which controls console serial port speed
1996-11-02 02:26:06 +00:00
pst
cd1e1d8f04
add in CONSPEED option
1996-11-02 02:25:22 +00:00
pst
b5efba1f8e
Rationalize support for serial consoles running at baud rates other than 9600
...
baud. This isn't particularly beautiful, but neither is it disgustingly
gross.
1996-11-02 02:24:39 +00:00
ache
00b5833354
Back out daemon.* addition, ssh port should be fixed instead
1996-11-02 00:08:44 +00:00
wollman
7763a4ffb4
Delete another unnecessary #include <sys/mbuf.h>.
1996-11-01 20:30:37 +00:00
adam
af696c2c29
use NOSHARE variable to skip 'share' directory, useful for shared installations
...
or for faster make of executables.
1996-11-01 19:03:33 +00:00
imp
bb3c2821a8
Reviewed by: Warner Losh <imp@village.org>
...
Submitted by: Marc Slemko <marcs@znep.com>
Obtained from: OpenBSD
Add -0 for reading the results of find -0.
1996-11-01 18:46:05 +00:00
fenner
8cf03fedfc
Use fprintf(stderr,) instead of msgtail() so it works for restore as well.
1996-11-01 17:23:41 +00:00
ache
7737dfdd62
Add -z to CVSupflags, it iz safe because it is done by zlib,
...
not by extra gzip child
1996-11-01 17:12:07 +00:00
peter
7287066244
Temporarily disable an information message that was added in the last
...
commit.. This causes a link error in sbin/restore which also uses this
file.
1996-11-01 13:02:20 +00:00
peter
78f24241f2
Update to use the recommended recovery procedure from nvi-1.76.
...
This is a lot more robust and handles errors a lot better. It also cleans
up stray, hopeless, or unmodified files rather than leaving them there
forever.
1996-11-01 09:45:51 +00:00
bde
633ae526c5
Fixed cualc and cualD minor numbers which I broke in the previous commit.
1996-11-01 08:49:13 +00:00
peter
f3334b09a4
Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using on
...
one of the machines I was testing on. (This was to get it to use the
sysv extensions in ncurses)
1996-11-01 08:34:51 +00:00
peter
06307f2449
Remove the old nvi-1.34, it has served us well but it's time has come..
...
(It was tagged immediately prior to removal with the tag "nvi_1_34_final")
1996-11-01 08:25:51 +00:00
peter
8f6032f508
Update to use nvi-1.79 sources
1996-11-01 08:16:24 +00:00
peter
21f69f1d7a
Add nvi-1.79 directories
1996-11-01 08:00:37 +00:00
peter
aec3631593
Use the src/contrib sources from nvi-1.79
1996-11-01 07:57:08 +00:00
asami
f0fef57ac8
(1) Add NetBSD support. Closes PR bin/1643.
...
Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
(2) Remove the bogus "CAT+=" definition. Closes PR ports/1703.
Submitted by: Peter Childs <pjchilds@imforei.apana.org.au>
(3) Change MKDIR to "/bin/mkdir -p", remove "-p" from ${MKDIR}
invocations. Closes PR ports/1901.
Submitted by: obrien
(4) Add a new macro variable COMPRESS_MAN, which will evaluate to gzip
if NOMANCOMPRESS isn't set (default), or true if it is.
(5) Add a new variable NO_CHECKSUM, which will disable the md5 checksum.
Submitted by: jkh
(6) Also, move NO_PATCH and NO_PACKAGE checks to right place in
invocation order.
(7) Check for LIB_DEPENDS before installation too. (It used to check
only before extraction.)
Forgotten a long time ago by: asami
1996-11-01 07:22:37 +00:00
peter
8a77273e0b
This commit was generated by cvs2svn to compensate for changes in r19304,
...
which included commits to RCS files with non-trunk default branches.
1996-11-01 06:45:43 +00:00
peter
59cc89c2c2
Import of nvi-1.79, minus a few bits that we dont need (eg: postscript
...
files, curses, db, regex etc that we already have). The other glue will
follow shortly.
Obtained from: Keith Bostic <bostic@bostic.com>
1996-11-01 06:45:43 +00:00
imp
a508b60adc
Fix minor buffer problems:
...
Off by one in verify allowed one to march one byte off the end of
wd.wd_hostname if wd.wd_hostname had no NUL characters in it.
strncpy of myname into mywd used the source buffer's length, rather
than the dest.
1996-11-01 06:29:34 +00:00
peter
259bccfa49
Doc updates and cleanups made with the bind-4.9.4 update some time ago.
...
I thought I had committed these, but it seems not.
1996-11-01 06:29:00 +00:00
peter
f21a0e4418
Add an "officially undocumented" tweak for squid so that it can see the
...
TTL of DNS records that it looks up for it's resolver cache.
Obtained from: Endre Balint Nagy <bne@CareNet.hu>, via squid-1.1.x source.
1996-11-01 06:25:43 +00:00
fenner
75c2ebaa11
Make rdump error messages a little clearer and make them look like dump
...
messages, and make it explicit that stderr output came from the remote end.
(e.g. "rmt: command not found")
1996-11-01 05:39:10 +00:00
alex
8d80515b00
Fix incorrect length argument to memset() function. Closes PR#1937.
...
Submitted by: Archie Cobbs <archie@whistle.com>
1996-11-01 01:42:08 +00:00
wosch
e2f97bd33e
add forgotten variable $locate
1996-10-31 22:46:52 +00:00
jhay
24d5f5f54c
if_sr.c corrupted the global variable `ticks'.
...
Cosmetic changes:
if_sr_.c won't compile with a K&R compiler, so there is no need to cast
the timeout arg to the (wrong) type.
Submitted by: bde
1996-10-31 20:22:40 +00:00
joerg
3029e93724
Improve the sample login script now that our sh(1) understands -p.
...
Closes PR # docs/1383: ppp(8) man page suggests using shell script...
1996-10-31 19:55:05 +00:00
dyson
8f7145a6d2
Correct a "spelling" error in a comment.
1996-10-31 17:50:45 +00:00
peter
bf1c249eca
Regenerate. This backs out my previous change to TCL_SHLIB_SUFFIX, since
...
it has side effects elsewhere.
1996-10-31 16:09:04 +00:00
peter
3158e95bde
Back out a little more of the previous changes. No longer change
...
TCL_SHLIB_SUFFIX, since some tools use it for generating the name of
shared objects for dlopen(), which do not have version numbers. This
setting is back to "as distributed".
1996-10-31 15:57:25 +00:00
ache
5f23ea3377
Uncomment static from collate_range_cmp, no more in locale.h
1996-10-31 14:49:40 +00:00
ache
d7aa9c874c
Uncomment static from collate_range_cmp, no more in locale.h
1996-10-31 14:44:24 +00:00
ache
94df0bceba
Remove collate_range_cmp
1996-10-31 14:41:30 +00:00
ache
1a9b70dd3e
Replace collate_range_cmp call with its code
1996-10-31 14:38:09 +00:00
phk
7c5a2b76a6
bin/1933: don't print negative % for huge files (80Mb)
1996-10-31 14:24:35 +00:00
ache
fe5b7d008f
Remove unused file
1996-10-31 08:03:26 +00:00
ache
e39dc02ecd
Localize it
1996-10-31 08:01:16 +00:00
ache
ae538a3fbd
Replace collate_range_cmp call with its code (GNU version)
1996-10-31 07:45:15 +00:00
ache
71018396d1
Replace collate_range_cmp call by its code (GNU version)
1996-10-31 07:36:09 +00:00
ache
357edcf415
Replace collate_range_cmp call with its code
1996-10-31 07:22:48 +00:00
ache
3bd90e16be
1) define STATIC as static and not empty
...
2) replace collate_range_cmp call with its code
1996-10-31 07:15:57 +00:00
ache
a374bb8bb6
Use collating info for [a-z]-type national ranges
1996-10-31 06:12:15 +00:00
ache
65a878920f
Replace collate_range_cmp with its code (GNU variant)
1996-10-31 05:14:27 +00:00
ache
1890d8d6a5
Replace collate_range_cmp call with its code
1996-10-31 04:55:47 +00:00
ache
81ff4cc5c7
collate_range_cmp -> __collate_range_cmp
1996-10-31 04:38:21 +00:00
ache
a96f64f92c
collate_range_cmp -> __collate_range_cmp
1996-10-31 04:32:27 +00:00