David Nugent
2e3db6fbe0
Changes to password generator: fallback to MD5 generator disabled
...
(/dev/urandom used by default under FreeBSD), and implemented a
"portable" but less secure generator for other systems.
Add display of expiry/password change dates in -P user display.
1996-12-17 14:15:35 +00:00
KATO Takenori
aacc3ca391
Sync with i386/i386/userconfig.c revision 1.77 (I/O port limit).
1996-12-17 13:29:05 +00:00
KATO Takenori
f605549c19
Sync with i386/i386/machdep.c revision 1.221 (fix nbuf calculation).
1996-12-17 13:26:17 +00:00
Peter Wemm
ba27affb3a
Regenerate. This picks up the new CFLAGS for the PR#2006 fix.
1996-12-17 13:13:11 +00:00
Peter Wemm
5ded6b34f8
Fix the 'info sharedlibextention' output in tclsh which was caused by a
...
missing define during the libtcl build. This is needed to get Tclmidi 3.1
to work.
This should close PR#2006
This should also go into 2.2, like the previous commit.
Submitted by: A JOSEPH KOSHY <koshy@india.hp.com>
1996-12-17 13:08:08 +00:00
Satoshi Asami
f31d4d080c
Add new variable IGNOREFILES, to be set to list of files that you don't
...
want md5 checksum calculated. (It will create an entry in files/md5
with rhs "IGNORE".) Now it's safe to do a "make makesum" on all ports.
1996-12-17 12:20:53 +00:00
Masafumi Max NAKANE
3930150c56
Typo.
...
Submitted by: simokawa@jp.freebsd.org
1996-12-17 07:38:33 +00:00
Mike Smith
8f1f1c884c
Increase the allowable port address from 0x2000 to 0xffff to aid in
...
making PCI look like ISA.
Closes pr kern/860.
Prompted-by: peter's buglist mailout (excellent idea btw 8)
1996-12-17 06:59:01 +00:00
Masafumi Max NAKANE
f8cf95d374
Previous commit had several sgml errors.
1996-12-17 04:29:56 +00:00
David Greenman
fee444b87b
Fix nbuf calculation /4 -> /8. 2.2 already has it this way.
...
Reviewed by: dyson
1996-12-17 04:19:41 +00:00
John Fieber
743d0aa7cf
Whitespace handling in <start>, <end> and <replace> elements will
...
be changing slightly in such a way that missing end tags might cause
rude surprises, so make end tags manditory and update the existing
transpecs to conform.
2.2 fodder
1996-12-17 01:48:33 +00:00
David Nugent
a36f769f47
Submitted by: proff@iq.org
...
Minor fix for security patch.
1996-12-17 01:43:30 +00:00
Wolfram Schneider
24eb54aa11
update CTM mirrors
1996-12-17 01:36:37 +00:00
Wolfram Schneider
284e5324dd
update comments
1996-12-17 01:29:09 +00:00
Paul Traina
bdddbd2f3f
Replace my "inane" usage of snprintf to copy strings with strncpy as
...
used by OpenBSD. (Quite frankly, I think it's perfectly reasonable to
use snprintf to copy strings, given that the semantics for strncpy()
are utterly idiotic and there is no POSIX sstrncpy().)
While I'm at it, incorporate some of OpenBSD's bugfixes to cron.
NOT for 2.2
1996-12-17 00:55:20 +00:00
Nate Williams
cf11c9a8d0
Added comments on how to setup syscons to work on older ThinkPads.
1996-12-17 00:53:33 +00:00
Alexander Langer
37b688c466
Typo fix.
1996-12-17 00:46:07 +00:00
Jordan K. Hubbard
3cce01a416
1. Engage brain. 2. Write macro. Previous commit attempted to perform
...
2 before 1.
1996-12-17 00:00:15 +00:00
Masafumi Max NAKANE
60757ce6ee
Merge the en version changes made in 1.7 -> 1.8.
...
(Actually, only the Original revision: line is changed.)
1996-12-16 23:00:19 +00:00
Mike Pritchard
a48ff5afad
Spelling police.
1996-12-16 22:50:31 +00:00
Masafumi Max NAKANE
d9215f1a7d
Merge the en version changes made in 1.3 -> 1.4.
...
(Actually, nothing but the Original revision: line is changed.)
1996-12-16 22:49:10 +00:00
Masafumi Max NAKANE
ec5484eb20
Merge the en version changes made in 1.44 -> 1.48.
...
Submitted by: simokawa@jp.freebsd.org
1996-12-16 22:42:04 +00:00
Mike Pritchard
932c3e7fa2
Spelling police.
1996-12-16 22:38:07 +00:00
Mike Pritchard
59235b0f87
Mention /etc/fbtab in the section that describes how to
...
create device nodes for the sound devices. Closes PR# 423.
Also correct several spelling errors.
1996-12-16 22:33:35 +00:00
Masafumi Max NAKANE
b4114bd59d
Merge the en version changes in 1.2 -> 1.3.
...
Typo.
Submitted by: Kiroh HARADA <kiroh@kh.rim.or.jp>
1996-12-16 22:18:53 +00:00
Masafumi Max NAKANE
fbaa31ebc1
Correct the example of DNS MX entry for foo.bar.
...
Submitted by: Kiroh Harada <kiroh@kh.rim.or.jp>
1996-12-16 22:13:10 +00:00
Mike Pritchard
6737d445c1
Remove trailing whitespace.
...
Don't worry, this is the only one of these I plan on doing :-).
1996-12-16 20:31:40 +00:00
Bill Fenner
c812f23a41
Change default tun MTU back to 1500.
...
Use the interface MTU instead of the constant when deciding what
packets to accept.
Allow using the SIOCSIFMTU ioctl (e.g. "ifconfig tun0 mtu XXX") to
set the MTU.
1996-12-16 19:23:34 +00:00
Paul Traina
482bfccc70
Close yet another buffer overrun
1996-12-16 18:21:00 +00:00
David Nugent
b7d2ba7cb8
Reviewed by: davidn@blaze.net.au
...
Submitted by: proff@iq.org
Security patch for better random password generation.
1996-12-16 17:37:58 +00:00
KATO Takenori
e5ff55e4d8
Synchronize with sys/i386/i386/userconfig.s revision 1.76 (update
...
comment for "ncr" SCSI controllers).
1996-12-16 17:36:48 +00:00
Joerg Wunsch
120e62ec50
Fix yet another buffer overflow. :-(
...
Vulnerable: all programs that use setlocale(LC_COLLATE),
setlocale(LC_CTYPE), or setlocale(LC_ALL). The only setuid/setgid
binary i've found for this is w(1).
Should go into 2.2.
1996-12-16 17:32:58 +00:00
Joerg Wunsch
45802f2a8a
Start collecting transition tools for upgrading a system to 3.0.
...
Subject to be moved elsewhere in case we decided on a more cmplete
upgrade toolset. Right now, put it here so that people can upgrade
their wtmp files if they want.
Note that the tool is not yet fully bullet-prrof. It tries to do its
best however.
1996-12-16 16:12:35 +00:00
Masafumi Max NAKANE
757495f1e4
Now, the translation is completed.
...
Submitted by: The FreeBSD Japanese Documentation Project
Translated by: Mihoko Tanaka <mihoko@pa.yokogawa.co.jp>
1996-12-16 14:35:32 +00:00
Stefan Eßer
7abffcc21a
Fix "opt_ncr.h" changes:
...
- put #include into #ifdef KERNEL or ncrcontrol won't build
- rename SCSI_DEBUG_FLAGS to SCSI_NCR_DEBUG
1996-12-16 14:31:45 +00:00
Masafumi Max NAKANE
7e03700a93
Merge the en version changes (1.5 -> 1.8).
...
Use the same punctuation characters as other files do.
Submitted by: mihoko@pa.yokogawa.co.jp
Japanese Documentation Project.
1996-12-16 14:02:55 +00:00
Peter Wemm
819ba1a1c4
Rerun configure for updates
1996-12-16 11:59:10 +00:00
Peter Wemm
a9a7d7ff2a
Reverse the tcl configure's decision to "disable" the use of ranlib since
...
it's wrong. It "knows" that ranlib is not used on shared libraries, this
is not a valid assumption since it exports this definition to the world
via tclConfig.sh. :-( Hence, things like expect (to be updated) fall over
because they were using ":" instead of "ranlib" on their static libraries.
1996-12-16 11:53:50 +00:00
Andrey A. Chernov
7deead3e52
cvsup client moved from sbin to bin
...
2.2 candidate
1996-12-16 03:37:59 +00:00
Mike Pritchard
94a804c558
Add man page for moused(8). It is basically a rehash of the
...
usage output from moused, but it is a start for anyone
else who wants to expand on it.
Closed PR# 1552.
1996-12-16 01:05:00 +00:00
Bill Fenner
72f54beaca
Add mtest.
1996-12-16 01:01:46 +00:00
Mike Pritchard
d3b133fb1c
Document the -k, -v and -x options.
...
Closes PR# 801.
1996-12-16 00:01:28 +00:00
Andrey A. Chernov
9263e09a24
Add \' to valid escapes list to be compatible with printf
...
2.2 candidate
1996-12-15 23:55:03 +00:00
Bill Fenner
854569350f
Add multicast options -I (source interface), -T (set ttl), -L (no loopback).
...
They were all lowercase in the original, but our ping already uses -i and
-l so I made them all uppercase.
Obtained from: Multicast release 3.5
1996-12-15 23:41:29 +00:00
Stefan Eßer
d26d022d05
Tekram supplied driver for their DC390 and DC390T controllers.
...
These controllers are based on the AMD 53c974, and the driver
does only support those two cards, since it checks for a Tekram
specific configuration EEPROM.
This deficiency (TM) will be fixed soon ... :)
This code is:
(C)Copyright 1995-1996 Tekram Technology Co., Ltd.
Obtained from: Tekram
1996-12-15 23:40:48 +00:00
Mike Pritchard
0df291ee25
Add .Nm and .Nd lines to the template so that anyone starting
...
a man page from this file will not forget to include them,
since they are not optional..
1996-12-15 23:33:19 +00:00
Stefan Eßer
d44022652e
Fix typo
1996-12-15 23:25:50 +00:00
Mike Pritchard
495be781d9
Mention FreeBSD explicitly along with 4.2BSD so that the
...
reader will know that this information does apply to FreeBSD also.
Closes PR# 1618.
This can go into 2.2.
1996-12-15 23:23:17 +00:00
Mike Pritchard
ee6dc17bd1
Add the one line description of the man page at the top so
...
that "whatis" will report something more than just "mtest".
1996-12-15 23:02:48 +00:00
Garrett Wollman
ee3c980de5
Some days, it just doesn't pay to get out of bed. Fix another broken
...
reference to the now-dead-for-real-this-time ia_next field.
Reminded by: Russell Vincent
1996-12-15 22:44:00 +00:00