brian
98e223c2f4
Use srandom() under OpenBSD
...
Submitted by: Matt Behrens <matt@megaweapon.zigg.com>
2000-08-29 16:47:45 +00:00
sanpei
405679e8ef
set pccard insertion beep type in install floppy.
...
When we use PC-Card as install media, it is a patch
to tell with beep about whether we were able to
recognize it well.
Reviewed by: jkh, imp
Tested by: Kenji Yamada <kyamada@ISI.EDU>
2000-08-29 00:42:31 +00:00
brian
3086ff599e
Add LogFILTER logging to log packets allowed by the dial filter and
...
dropped by any filter.
Submitted by: Mark Hannon <markhannon@one.net.au>
with some small tweaks by me.
2000-08-28 23:24:52 +00:00
brian
7cec3bb955
Support radius accounting, and add a packet count to throughput
...
statistics as a side effect.
Submitted by: Marcin Cieslak <saper@system.pl>
with some tweaks to RAD_ACCT_SESSION_ID and
RAD_ACCT_MULTI_SESSION_ID generation by me.
2000-08-28 22:44:54 +00:00
murray
19ea577894
This allows you to script sysinstall to say "NO" to DHCP and IPv6.
...
Previously, you could only script these features if you said YES.
Oops. Accidentally commited to releng_4 first.
PR: 20334
Approved by: jkh
2000-08-28 18:18:47 +00:00
grog
c749d5cd13
Add the description of some hard-learnt restrictions and a workaround.
2000-08-28 05:47:05 +00:00
jwd
0be80a14d2
Remove a stray backspace character.
...
Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
2000-08-27 18:49:12 +00:00
ben
eac78ab0bd
Make mergemaster ignore files in /dev if /dev is a devfs.
...
Approved by: Doug Barton <Doug@gorean.org>
2000-08-26 12:15:24 +00:00
peter
38a232579c
If a ${KERNEL}.hints file exists, and no hints are specified explicitly,
...
then include the hints with a marker indicating that it is a fallback.
The kernel side of this is to come shortly.
2000-08-25 19:30:03 +00:00
takawata
58c1a1eb36
Add orthogonal part of ACPI support code.
...
This does not come effect until non-orthogonal part is commited.
Approved by: jkh
Obtained from: ACPI for FreeBSD CVS repository.
2000-08-24 09:33:30 +00:00
alfred
709440e9c0
the code assumes that getgroups() always returns NGROUPS groups, however
...
that is not true. Instead of looping NGROUPS times, get the return value
from getgroups() and loop over the return that many times.
Noticed by: David A. Holland <dholland@eecs.harvard.edu>
2000-08-23 23:36:32 +00:00
bmah
8453edbf3c
Update my email address in various places in pkg_version.
2000-08-23 17:10:34 +00:00
billf
b68a18ebd0
Now that Bruce Mah is a committer, retire my co-maintainership
...
of pkg_version.
2000-08-22 18:42:27 +00:00
roberto
04939c3ffc
Correct the naming. The default server is ftp.fr and #1 is the same.
...
Add back ftp6.
2000-08-22 14:28:16 +00:00
roberto
f04aaf5f49
Reflect the name changes in fr.freebsd.org.
2000-08-22 13:07:59 +00:00
jkh
955b5a8efa
Remove device type field - there are no block devices left.
2000-08-22 03:14:39 +00:00
green
83520f8d05
Add working and easy crypt(3)-switching. Yes, we need a whole new API
...
for crypt(3) by now. In any case:
Add crypt_set_format(3) + documentation to -lcrypt.
Add login_setcryptfmt(3) + documentation to -lutil.
Support for switching crypt formats in passwd(8).
Support for switching crypt formats in pw(8).
The simple synopsis is:
edit login.conf; add a passwd_format field set to "des" or "md5"; go nuts :)
Reviewed by: peter
2000-08-22 02:15:54 +00:00
ume
c8ab4476bb
Add UNIX domain socket feature to pccardd. This makes pccard
...
related PAO3/ports such as gxcardmon work.
Reviewed by: imp
Obtained from: PAO3
2000-08-20 16:16:57 +00:00
brian
a71971d3bc
Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID
...
capabilities.
2000-08-18 00:01:44 +00:00
brian
ee86cdd531
Warn that the ``alias'' command is depricated.
...
We still process it for now though.
2000-08-18 00:01:30 +00:00
dwmalone
f841c45b7a
Allow people to set the default boot slice with boot0cfg.
...
PR: 18923
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
Reviewed by: jhb
Approved by: rnordier
2000-08-17 18:42:13 +00:00
brian
9eb1c36e92
If we're in MP mode with a single open link, MP link level compression
...
isn't open and the links MRU >= our MRRU, send outbound traffic as
PROTO_IP rather than PROTO_MP. This shaves some bytes off the front
of each packet 'till the second link is brought up.
Idea obtained from: Cisco
2000-08-17 14:14:54 +00:00
jhb
fb004552c1
Add in the linux, tcl83, and tk83 ports categories.
...
PR: bin/20328
Submitted by: obrien
2000-08-16 18:44:40 +00:00
jhb
fdbad45e8e
Add new 'ruby' ports category.
...
PR: conf/20629
Submitted by: asami
2000-08-16 17:44:35 +00:00
brian
ea6a9d137e
ISDN B channels have a bandwidth of 64000, not 65536
...
Pointed out by: Christian Weisgerber <naddy@mips.inka.de>
2000-08-16 13:54:04 +00:00
brian
56c7875fa7
If the -p option is used, use setproctitle() to hide it's argument
...
(a password) asap.
2000-08-16 12:01:17 +00:00
brian
93644de57d
setproctitle() doesn't need to be called with root privs, so move
...
it from id.c into defs.c
2000-08-16 09:07:23 +00:00
brian
354677f962
Default the bandwidth of an ISDN B channel to 65536bps
2000-08-16 09:06:59 +00:00
brian
b114512bb4
Maintain input and output throughput averages and choose the highest
...
of the two when calculating the MP throughput average for the ``set
autoload'' implementation.
This makes more sense as all links I know of are full-duplex. This
also means that people may need to adjust their autoload settings
as 100% bandwidth is now the theoretical maximum rather than 200%
(but of course, halfing the current settings is probably not the
correct answer either!).
This involves a ppp version bump as we need to pass an extra
throughput array through the MP local domain socket.
2000-08-15 10:25:42 +00:00
joe
6689dc2259
When warning that a log file can't be compressed, tell the reader which
...
log file it was.
2000-08-15 09:34:41 +00:00
kris
be75c6aa22
Don't extract these files as mode 664 during build, use mode 644 instead.
2000-08-15 09:17:50 +00:00
sobomax
1cdf788649
Several cleanups:
...
- use getopt(3) to parse command line arguments instead of home-made incomplete
parser;
- be more verbose when error in command line encountered (i.e. incorrect
playing/recording device, incorrect recsrc syntax).
2000-08-15 05:42:39 +00:00
brian
5152db920d
Calculate the average link throughput using a counter based on the
...
cumulative total of all active links rather than basing it on the
total of PROTO_MP traffic.
This fixes a problem whereby Cisco routers send PROTO_IP packets only
when there's only one link (hmm, what a good idea!).
2000-08-15 00:59:21 +00:00
brian
efcd97dd17
Don't delete sticky routes when unconfiguring the interface.
...
Deleting all routes that match the interface is sufficient.
2000-08-14 08:43:40 +00:00
itojun
7221df9c8e
fix LP64 issue in routing socket manipulation.
...
make behavior of -A safer.
(sync with kame)
2000-08-14 04:54:58 +00:00
gshapiro
f28ae970c9
Turn on support for IPv6
2000-08-14 02:36:29 +00:00
brian
b5080fdd85
Index: ppp.8
...
===================================================================
RCS file: /home/ncvs/src/usr.sbin/ppp/ppp.8,v
retrieving revision 1.233
diff -u -r1.233 ppp.8
--- ppp.8 2000/08/10 13:26:01 1.233
+++ ppp.8 2000/08/12 19:50:41
@@ -1,8 +1,8 @@
.\" $FreeBSD: src/usr.sbin/ppp/ppp.8,v 1.233 2000/08/10 13:26:01 brian Exp $
.Dd 20 September 1995
.nr XX \w'\fC00'
-.Os FreeBSD
.Dt PPP 8
+.Os
.Sh NAME
.Nm ppp
.Nd Point to Point Protocol (a.k.a. user-ppp)
2000-08-13 22:03:42 +00:00
gshapiro
f668d2885d
Use new aliases path (/etc/mail/aliases)
...
Approved by: Doug Barton <DougB@gorean.org>
2000-08-13 19:32:19 +00:00
gshapiro
b91094c561
Complete migration of aliases file to /etc/mail/aliases.
...
The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster
have been contacted so those may be updated as well.
2000-08-13 18:38:58 +00:00
ume
a1222ebd62
Add output of per battery information to apm(1).
...
New ioctl APMIO_GETPWSTATUS is introduced.
Reviewed by: -mobile and -current folks (no objection)
2000-08-13 17:05:27 +00:00
gshapiro
5e3eba6b81
Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliases
...
now exists in the distribution.
2000-08-13 08:36:40 +00:00
gshapiro
54440699ee
The rest of the changes needed to support the new version of sendmail (8.11.0).
...
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
2000-08-12 22:39:25 +00:00
nyan
f1635adac5
- Added support for installing boot0 and boot0.5 for PC-98.
...
- Cosmetic changes.
2000-08-12 14:20:31 +00:00
jkh
702a1a31e8
Make the selection of pccard IRQs fully selectable at installation time.
...
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
2000-08-12 07:48:25 +00:00
sheldonh
97b8b3a979
Explain why adding ``options NFSKERB'' breaks the kernel build.
...
PR: 10642
Reported by: Stefan Eggers <seggers@semyam.dinoco.de>
Submitted by: johan
2000-08-11 13:03:13 +00:00
brian
bd4b284259
Mention that pppoe requires netgraph(4) and without it, an external
...
pppoe program must be used (such as pppoe(8) on OpenBSD).
2000-08-10 13:26:01 +00:00
sheldonh
77c06e3506
Remove hard sentence breaks introduced in the previous commit.
2000-08-10 09:01:10 +00:00
brian
8637c36c0a
Be more careful about selecting a PAGER.
...
Improve the question asked when the PAGER is invalid.
Submitted by: Doug Barton <DougB@gorean.org>
2000-08-09 20:36:15 +00:00
brian
8ece33a5d3
Allow leading ``!'' characters in authkeys and chat scripts to
...
be doubled up to mean a single literaly ``!''.
2000-08-09 19:29:50 +00:00
brian
72e90d64d2
If the first character of the `set title'' argument is
-',
...
put it into the format string, supporting ps's tweak to
setproctitle().
2000-08-09 10:22:48 +00:00