David Greenman
c7a6ccb33e
Only pay attention to the offset and the IP_MF flag in ip_off. Pointed
...
out by Nathaniel D. Daw (daw@panix.com ), but fixed differently by me.
1996-12-11 03:26:36 +00:00
Masafumi Max NAKANE
706553b718
Merge the changes made to en version (1.169 -> 1.170).
1996-12-11 01:52:38 +00:00
Joerg Wunsch
db34a7105c
Merg-o-matic.
1996-12-11 00:07:19 +00:00
Joerg Wunsch
ad7cf975be
Copyright update by the author, to be more in line with our sample
...
copyright.
Submitted by: David Nugent
1996-12-10 23:59:04 +00:00
Peter Wemm
65b5ad536d
Add Thomas Koenig for the rdist patches
1996-12-10 23:55:00 +00:00
Peter Wemm
421d77f848
Don't dup the network pipe to stderr, it prevents ssh from asking for a
...
password.
Obtained from: ssh FAQ, Thomas.Koenig@ciw.uni-karlsruhe.de
1996-12-10 23:41:27 +00:00
Joerg Wunsch
5b3cebb767
Add our company for continuously supporting all my FreeBSD
...
work...
1996-12-10 21:46:33 +00:00
Garrett Wollman
2600973097
Fix if.h lossage. I could have sworn I already fixed this one.
1996-12-10 21:25:42 +00:00
Garrett Wollman
662f33aaf6
Finally, after six years, remove the ``quick hack for SNMP'' that was
...
``going away soon''.
1996-12-10 18:03:51 +00:00
Garrett Wollman
d051845d36
Don't depend on <net/if.h> including <sys/time.h>
1996-12-10 18:01:27 +00:00
Peter Wemm
5bb4699e9c
Revert part of the previous change. syslogd (when logging to ttys)
...
has always held an open file descriptor. This allowed logging to
spare virtual consoles and being able to switch to them.
My previous change removed this since all writes were done with ttymsg()
which opens it's own fd, and hence syslogd didn't need it's own fd to
send messages on... but this caused an unexpected behavior change.
This should close PR#2176
1996-12-10 17:52:23 +00:00
Garrett Wollman
13629194a5
Get struct ether_addr directly from <net/ethernet.h> rather than pulling
...
in lots of unrelated junk from <net/if.h> and <net/if_ether.h>. These
functions still aren't prototyped anywhere (but should be in
<net/ethernet.h>---got that, Bill?).
1996-12-10 17:19:11 +00:00
Garrett Wollman
628d2ac1b0
Fix up programs which expect <net/if.h> to include <sys/time.h> to instead
...
do it themselves. (Some of these programs actually depended on this
beyond compiling the definition of struct ifinfo!) Also fix up some
other #include messes while we're at it.
1996-12-10 17:11:53 +00:00
Masafumi Max NAKANE
fc43f97826
Some translation improvement.
1996-12-10 16:57:27 +00:00
Masafumi Max NAKANE
3ecfb5c3e3
Ooops, there were some sgml errors.
1996-12-10 16:07:22 +00:00
Masafumi Max NAKANE
98ed5d19b9
Now the translation for this file is done!
...
Translated by: Mihoko Tanaka <mihoko@pa.yokogawa.co.jp>
Submitted by: The FreeBSD Japanese Documentation Project
1996-12-10 15:24:16 +00:00
Masafumi Max NAKANE
8762c302d9
Merge the changes made to en version (1.6 -> 1.7).
...
Submitted by: Kiroh Harada <kiroh@kh.rim.or.jp> & Japanese Doc. Project
1996-12-10 15:12:59 +00:00
Bruce Evans
7d81b35c91
Cleaned up recent SIGINFO changes.
...
Simplified average calculations. This also fixes potential overflow errors
and minor rounding inconsistencies (always round to nearest now).
Don't lose more SIGINFOs than necessary.
Print \r at the start of the status message. This clears the dots that
are sometimes left by ping -f.
Reviewed by: sef
1996-12-10 14:41:22 +00:00
Bruce Evans
9d12c4da86
Give up early for empty partitions. The offset for an empty
...
partition is 0, which is outside the slice unless the disk is
dangerously dedicated. There is little error checking later, and
following garbage metadata outside the slice usually caused crashes,
Empty 'a' partitions are fairly easy to create by cloning the label
for the whole disk.
Fixed a missing newline in a related error message.
1996-12-10 14:07:42 +00:00
David E. O'Brien
9bf646dce3
Correct a false statement made about shlibs.
...
Shamelessly stollen from an expert source.
Obtained from: Peter Wemm's email reply to Satoshi
1996-12-10 10:02:48 +00:00
David Greenman
fb5831565c
1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return
...
type to be int so that errors can be returned.
2) Use the new SIOCSIFMTU ether_ioctl support in the few drivers that are
using ether_ioctl().
3) In if_fxp.c: treat if_bpf as a token, not as a pointer. Don't bother
testing for FXP_NTXSEG being reached in fxp_start()...just check for
non-NULL 'm'. Change fxp_ioctl() to use ether_ioctl().
1996-12-10 07:29:50 +00:00
Masafumi Max NAKANE
24122c164d
Merge the change to the en version (1.51 -> 1.53).
...
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1996-12-10 07:17:04 +00:00
Masafumi Max NAKANE
e5a6d9d571
Typo.
1996-12-10 07:11:57 +00:00
Satoshi Asami
947fb5a59b
Update the shared library version comment, which was just ripped out
...
of my mail to -ports. ;)
Also, add a note about not bumping the number(s) twice between releases
for system libraries.
1996-12-10 05:54:31 +00:00
Adam David
10e599f8e8
ifconfig 127.0.0.1 instead of localhost
1996-12-10 02:23:27 +00:00
Joerg Wunsch
c381383f32
Update to benefit from David's recent changes to pw(8). The most
...
obvious effects are that most of the automagically chosen defaults
will now be displayed while going through the menu, and an improved
error handling thanks to the more detailed error status reporting.
2.2 fodder, but i'll leave it to Jordan's review.
1996-12-10 02:16:06 +00:00
Joerg Wunsch
9fd0dafc15
Merge from the vendor-branch.
1996-12-10 00:21:28 +00:00
Joerg Wunsch
48aee7f33a
Upgrade from the author, reflecting all my wishes resulting out of the
...
sysinstall use of this tool (plus some bug fixes).
2.2 candidate...
Submitted by: David Nugent <davidn@nserver.usn.blaze.net.au>
1996-12-09 23:55:27 +00:00
Mike Pritchard
222ca58f9a
Change another reference to host names to domain names, and restore some
...
changes that were lost.
Pointed out by: bde
1996-12-09 16:50:39 +00:00
Mike Pritchard
053375e81b
Minor spelling/mdoc/style fixes.
1996-12-09 16:44:13 +00:00
KATO Takenori
40e070f293
Delete $NetBSD$, and add $Id$.
...
2.2 candidate.
1996-12-09 15:36:54 +00:00
KATO Takenori
7efdf00874
Synchronize with IBM-PC's userconfig.c revision 1.71.
...
Should not be in 2.2 until original change is merged into 2.2.
1996-12-09 15:21:04 +00:00
Jordan K. Hubbard
a4ba0988d9
Set timeout interval to 0 in ppp so connections don't hang up while
...
we're doing something lengthy with the disk.
1996-12-09 15:16:36 +00:00
Jordan K. Hubbard
1b62258da5
Add pw to build list - I need it now. :)
1996-12-09 14:53:36 +00:00
Masafumi Max NAKANE
8fe5f8824f
Merge the changes to the en version (1.168 -> 1.169).
1996-12-09 14:24:16 +00:00
Joerg Wunsch
a13a3efaed
Add David Nugent for his contribution of pw(8).
1996-12-09 14:13:05 +00:00
Joerg Wunsch
b0b4f32a68
Slightly improve the wording of a ``not yet there'' message.
1996-12-09 14:08:26 +00:00
Joerg Wunsch
d6f907dc7a
pw(8) -- a backend utility to manage the user and group databases.
...
sysinstall's new User&group menu will use it, hence it's a 2.2
candidate despite of providing new functionality.
Submitted by: David L. Nugent, <davidn@blaze.net.au>
1996-12-09 14:05:35 +00:00
David E. O'Brien
581f6ca842
Added speal about shlib version numbers.
...
Implicitly requested via -ports email by: Satoshi
1996-12-09 11:18:52 +00:00
David E. O'Brien
8585b3f486
Documented Pentium clock speeds (CPU,ext mem,PCI) from a mail message
...
from Rodney Grimes.
Mentioned that you need 5MB to install FreeBSD, or 4MB if you use
boot4.flp.
1996-12-09 10:59:36 +00:00
David E. O'Brien
cf2830ff25
Added explation of REQ package script.
1996-12-09 08:47:03 +00:00
David E. O'Brien
4b2aa6edd7
Tried to explain the pkg/INSTALL script.
...
Mentioned the pkg/DISPLAY file and it's uses.
mkdir -p ===> ${MKDIR}
1996-12-09 08:24:03 +00:00
Jordan K. Hubbard
00b69db338
As Paul has just pointed out, much of my strncpy() usage was either
...
bogus or overly complex and really needed to be done more consistently
and sanely throughout - no question about it. Done.
Suggested-By: Paul Traina <pst@Shockwave.COM>
1996-12-09 08:22:19 +00:00
Mike Pritchard
8bc3ddf57f
Improve the format of the usage string output.
...
Submitted by: Sandro Sigala <sandro@cat.locao.net> as part of PR# 2134
1996-12-09 08:10:45 +00:00
Mike Pritchard
256835f230
Minor formatting/style fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
1996-12-09 08:04:55 +00:00
Mike Pritchard
2eea2d2aba
Convert to mdoc format.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
1996-12-09 07:57:54 +00:00
Mike Pritchard
aab5e1b6d0
Minor formatting/style fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134
1996-12-09 07:45:59 +00:00
David E. O'Brien
d21d4d9375
Added explantion of NO_PACKAGE.
1996-12-09 07:38:56 +00:00
Mike Pritchard
5a2964f7c9
Minor formatting fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
1996-12-09 07:26:04 +00:00
Mike Pritchard
9e9e968a54
Convert to mdoc format.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
1996-12-09 07:20:41 +00:00