| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Obtained from: ACPI For FreeBSD project
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ACPI For FreeBSD project
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
Obtained from: ACPI For FreeBSD project
|
|
|
|
| |
Obtained from: ACPI For FreeBSD project
|
| |
|
| |
|
|
|
|
|
|
|
| |
an empty argument
PR: 20937 (maybe)
PR: 20938
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The "Osd*" stuff went away from acpi driver code, use the bus_space
functions directly instead.
- Fix minor english bugs.
acpi_registers_input -> acpi_register_input
acpi_registers_output -> acpi_register_output
- Remove all magic numbers for the sleeping states. We now have
#defines for these.
- NULL is treated the same as the return from aml_get_rootname in
aml_find_from_namespace().
Suggested by: msmith
Thanks mike!
|
|
|
|
|
| |
Broken by: me
Submitted by: Mark Hannon <markhannon@one.net.au>
|
|
|
|
| |
Submitted by: Matt Behrens <matt@megaweapon.zigg.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
dropped by any filter.
Submitted by: Mark Hannon <markhannon@one.net.au>
with some small tweaks by me.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
Previously, you could only script these features if you said YES.
Oops. Accidentally commited to releng_4 first.
PR: 20334
Approved by: jkh
|
| |
|
|
|
|
| |
Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
|
|
|
|
| |
Approved by: Doug Barton <Doug@gorean.org>
|
|
|
|
|
| |
then include the hints with a marker indicating that it is a fallback.
The kernel side of this is to come shortly.
|
|
|
|
|
|
|
| |
This does not come effect until non-orthogonal part is commited.
Approved by: jkh
Obtained from: ACPI for FreeBSD CVS repository.
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
of pkg_version.
|
|
|
|
| |
Add back ftp6.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
related PAO3/ports such as gxcardmon work.
Reviewed by: imp
Obtained from: PAO3
|
|
|
|
| |
capabilities.
|
|
|
|
| |
We still process it for now though.
|
|
|
|
|
|
|
| |
PR: 18923
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
Reviewed by: jhb
Approved by: rnordier
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: bin/20328
Submitted by: obrien
|
|
|
|
|
| |
PR: conf/20629
Submitted by: asami
|
|
|
|
| |
Pointed out by: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
| |
(a password) asap.
|
|
|
|
| |
it from id.c into defs.c
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
log file it was.
|
| |
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
|
|
|
|
| |
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!).
|
|
|
|
| |
Deleting all routes that match the interface is sufficient.
|
|
|
|
|
| |
make behavior of -A safer.
(sync with kame)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===================================================================
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)
|
|
|
|
| |
Approved by: Doug Barton <DougB@gorean.org>
|