brian
bac59a32d0
Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID
...
capabilities.
2000-08-18 00:01:44 +00:00
brian
c0049c3df2
Warn that the ``alias'' command is depricated.
...
We still process it for now though.
2000-08-18 00:01:30 +00:00
dwmalone
d2bdccc3f8
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
c2fd0b7000
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
2a98230257
Add in the linux, tcl83, and tk83 ports categories.
...
PR: bin/20328
Submitted by: obrien
2000-08-16 18:44:40 +00:00
jhb
0338204b01
Add new 'ruby' ports category.
...
PR: conf/20629
Submitted by: asami
2000-08-16 17:44:35 +00:00
brian
65f020c63b
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
f03fa7361a
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
a7aa2e6cdb
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
724f61b07d
Default the bandwidth of an ISDN B channel to 65536bps
2000-08-16 09:06:59 +00:00
brian
2e8f0fe474
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
2be7b9be57
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
8946b5171a
Don't extract these files as mode 664 during build, use mode 644 instead.
2000-08-15 09:17:50 +00:00
sobomax
18c955d6f3
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
99a91bd0c2
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
b6a0e38086
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
cd0197dbb9
fix LP64 issue in routing socket manipulation.
...
make behavior of -A safer.
(sync with kame)
2000-08-14 04:54:58 +00:00
gshapiro
34bd54827a
Turn on support for IPv6
2000-08-14 02:36:29 +00:00
brian
f0e7cc686d
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
468a7634ef
Use new aliases path (/etc/mail/aliases)
...
Approved by: Doug Barton <DougB@gorean.org>
2000-08-13 19:32:19 +00:00
gshapiro
2424c7393a
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
d3b79934ef
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
eec2af9031
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
002ef51d6e
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
784618782e
- Added support for installing boot0 and boot0.5 for PC-98.
...
- Cosmetic changes.
2000-08-12 14:20:31 +00:00
jkh
0f9d7e675d
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
6f43e98744
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
b45901a5b4
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
42d0bc5b0d
Remove hard sentence breaks introduced in the previous commit.
2000-08-10 09:01:10 +00:00
brian
f1a6d8fd4d
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
f56c93c8c2
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
f77ad6d1af
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
brian
3193d19dd6
Treat all interface aliases as local addresses.
...
The new rtiparse() function should really be in libc IMHO.... I'm
sick of writing this code :-(
PR: 20381
2000-08-09 09:24:31 +00:00
unfurl
2eaedc55c8
Added extra paragraph to document the 'rebuild' feature.
...
Reviewed by: msmith
2000-08-09 01:54:30 +00:00
roberto
5ec1b1a9ef
- add ftp6.fr.freebsd.org
...
- correct URL for ftp4 and ftp5.
Submitted by: Benjamin Bayart <bayartb@guinness.domicile.fr> (for ftp6)
2000-08-08 14:36:24 +00:00
marko
389cbb66e5
Update link to Making the World tutorial (now in the handbook)
2000-08-07 23:25:22 +00:00
marko
9bf0e2be8d
Fix bug with -c option
...
PR: 18176
Reviewed by: Bruce A. Mah <bmah@acm.org>
2000-08-07 22:47:46 +00:00
ps
41b31bd1e0
Update the usage string to reflect -n as an option.
2000-08-07 01:09:25 +00:00
ps
045b3ce333
Actually make syslogd understand the new -n option by putting it
...
in getopt.
Submitted by: Clive Lin <clive@CirX.ORG>
2000-08-07 01:00:01 +00:00
tegge
70fee7556a
Remove 3 off by 128 errors.
2000-08-06 01:17:39 +00:00
kris
b1da3ba3c9
Don't call errx() without a format string, to protect against possible
...
localized error messages from ipsec_strerror().
Obtained from: OpenBSD
2000-08-05 06:21:12 +00:00
ume
5b330edf89
If caller have privilege to r/w access to /dev/apm, show the
...
info about resume timer and resume on ring indicator, again.
Reviewed by: imp
2000-08-04 20:57:31 +00:00
kris
3da04b80da
Cleanup of TMPDIR code.
...
Requested by: bde (ages ago)
2000-08-03 23:44:43 +00:00
kris
af22f35f95
Change use of perror() to warn()
...
Submitted by: bde
2000-08-03 23:13:35 +00:00
dwmalone
f36f8d5bae
Explain "-c" option more exactly and state the default in the man
...
page.
Add ability to run "inetd -R 0" to disable the default connection
per minute limit of 256 connections. Document this in man page.
Don't use maxchild as a boolean - instead check if it is greater
than zero.
Reviewed by: sheldonh
Based on a patch by: Alexander Langer <alex@big.endian.de>
2000-08-03 15:45:38 +00:00
dwmalone
66d22fe285
specifer -> specifier
2000-08-03 15:33:39 +00:00
dwmalone
09a589b8f1
Sort cases in getopt switch statement.
...
Remove extra parens from my host selection commit.
Add white space after if, while, for and switch.
Get rid of braces around a single statement if.
There should be no functional changes in this commit.
Reviewed by: sheldonh
2000-08-03 15:19:27 +00:00
dwmalone
91c8cf2367
Replace two calls to strlen+calloc+strcpy with strdup.
...
Reviewed by: sheldonh
2000-08-03 15:12:06 +00:00
jkh
fae2a8c58e
Fix HTTP port addresses for the IPv6 case.
...
Submitted by: pho and Hajimu UMEMOTO
2000-08-03 02:51:45 +00:00
kato
afafe94c65
Added PC-98 boot manager installation and configuration utility.
2000-08-02 10:11:08 +00:00