summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
| * import amldb(8) from ACPI For FreeBSD project.iwasaki2000-08-315-0/+1086
| | | | | | | | Obtained from: ACPI For FreeBSD project
* | This commit was generated by cvs2svn to compensate for changes in r65285,iwasaki2000-08-317-0/+1848
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * import acpidump(8) from ACPI For FreeBSD project.iwasaki2000-08-317-0/+1848
| | | | | | | | Obtained from: ACPI For FreeBSD project
* | This commit was generated by cvs2svn to compensate for changes in r65283,iwasaki2000-08-312-0/+118
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * import acpiconf(8) from ACPI For FreeBSD project.iwasaki2000-08-312-0/+118
| | | | Obtained from: ACPI For FreeBSD project
* Add Makefile for acpi userland tools.iwasaki2000-08-312-0/+14
| | | | Obtained from: ACPI For FreeBSD project
* Fix resolv.conf line hint: "name-server" -> "nameserver"rse2000-08-312-2/+2
|
* Use arc4random() instead of random()brian2000-08-312-1/+9
|
* Don't treat two or more whitespace followed by a comment asbrian2000-08-301-6/+11
| | | | | | | an empty argument PR: 20937 (maybe) PR: 20938
* Complain about invalid arguments passed to ``set ifaddr''brian2000-08-301-2/+14
|
* A lot of changes on acpi driver code.iwasaki2000-08-291-1/+5
| | | | | | | | | | | | | | | | - 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!
* Correct LogMAXbrian2000-08-291-1/+1
| | | | | Broken by: me Submitted by: Mark Hannon <markhannon@one.net.au>
* Use srandom() under OpenBSDbrian2000-08-291-1/+1
| | | | Submitted by: Matt Behrens <matt@megaweapon.zigg.com>
* set pccard insertion beep type in install floppy.sanpei2000-08-291-0/+9
| | | | | | | | | 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>
* Add LogFILTER logging to log packets allowed by the dial filter andbrian2000-08-285-28/+83
| | | | | | | | dropped by any filter. Submitted by: Mark Hannon <markhannon@one.net.au> with some small tweaks by me.
* Support radius accounting, and add a packet count to throughputbrian2000-08-287-5/+206
| | | | | | | | | 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.
* This allows you to script sysinstall to say "NO" to DHCP and IPv6.murray2000-08-281-2/+4
| | | | | | | | | Previously, you could only script these features if you said YES. Oops. Accidentally commited to releng_4 first. PR: 20334 Approved by: jkh
* Add the description of some hard-learnt restrictions and a workaround.grog2000-08-281-1/+22
|
* Remove a stray backspace character.jwd2000-08-272-2/+2
| | | | Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
* Make mergemaster ignore files in /dev if /dev is a devfs.ben2000-08-261-1/+6
| | | | Approved by: Doug Barton <Doug@gorean.org>
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,peter2000-08-254-2/+14
| | | | | then include the hints with a marker indicating that it is a fallback. The kernel side of this is to come shortly.
* Add orthogonal part of ACPI support code.takawata2000-08-2420-0/+5856
| | | | | | | This does not come effect until non-orthogonal part is commited. Approved by: jkh Obtained from: ACPI for FreeBSD CVS repository.
* the code assumes that getgroups() always returns NGROUPS groups, howeveralfred2000-08-231-2/+4
| | | | | | | 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>
* Update my email address in various places in pkg_version.bmah2000-08-232-2/+2
|
* Now that Bruce Mah is a committer, retire my co-maintainershipbillf2000-08-221-2/+1
| | | | of pkg_version.
* Correct the naming. The default server is ftp.fr and #1 is the same.roberto2000-08-222-6/+10
| | | | Add back ftp6.
* Reflect the name changes in fr.freebsd.org.roberto2000-08-222-4/+4
|
* Remove device type field - there are no block devices left.jkh2000-08-222-82/+64
|
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-222-3/+22
| | | | | | | | | | | | | | 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
* Add UNIX domain socket feature to pccardd. This makes pccardume2000-08-205-11/+265
| | | | | | | related PAO3/ports such as gxcardmon work. Reviewed by: imp Obtained from: PAO3
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-188-4/+70
| | | | capabilities.
* Warn that the ``alias'' command is depricated.brian2000-08-181-0/+10
| | | | We still process it for now though.
* Allow people to set the default boot slice with boot0cfg.dwmalone2000-08-172-4/+28
| | | | | | | PR: 18923 Submitted by: Ian Dowse <iedowse@maths.tcd.ie> Reviewed by: jhb Approved by: rnordier
* If we're in MP mode with a single open link, MP link level compressionbrian2000-08-172-34/+83
| | | | | | | | 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
* Add in the linux, tcl83, and tk83 ports categories.jhb2000-08-161-0/+3
| | | | | PR: bin/20328 Submitted by: obrien
* Add new 'ruby' ports category.jhb2000-08-161-0/+1
| | | | | PR: conf/20629 Submitted by: asami
* ISDN B channels have a bandwidth of 64000, not 65536brian2000-08-161-1/+1
| | | | Pointed out by: Christian Weisgerber <naddy@mips.inka.de>
* If the -p option is used, use setproctitle() to hide it's argumentbrian2000-08-162-4/+37
| | | | (a password) asap.
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-166-28/+20
| | | | it from id.c into defs.c
* Default the bandwidth of an ISDN B channel to 65536bpsbrian2000-08-161-3/+5
|
* Maintain input and output throughput averages and choose the highestbrian2000-08-159-44/+77
| | | | | | | | | | | | | | 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.
* When warning that a log file can't be compressed, tell the reader whichjoe2000-08-151-1/+1
| | | | log file it was.
* Don't extract these files as mode 664 during build, use mode 644 instead.kris2000-08-153-3/+6
|
* Several cleanups:sobomax2000-08-152-25/+29
| | | | | | | - 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).
* Calculate the average link throughput using a counter based on thebrian2000-08-156-37/+57
| | | | | | | | 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!).
* Don't delete sticky routes when unconfiguring the interface.brian2000-08-142-14/+0
| | | | Deleting all routes that match the interface is sufficient.
* fix LP64 issue in routing socket manipulation.itojun2000-08-141-10/+23
| | | | | make behavior of -A safer. (sync with kame)
* Turn on support for IPv6gshapiro2000-08-141-1/+1
|
* Index: ppp.8brian2000-08-132-2/+2
| | | | | | | | | | | | | | | | | | | =================================================================== 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)
* Use new aliases path (/etc/mail/aliases)gshapiro2000-08-131-1/+1
| | | | Approved by: Doug Barton <DougB@gorean.org>
OpenPOWER on IntegriCloud