summaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-16876-901/+901
| | | | | | | 'RELENG_3_3_0_RELEASE'. This commit was manufactured to restore the state of the 3.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0cvs2svn1999-09-1612-2225/+1
| | | | | | | | 'RELENG_3_3_0_RELEASE'. Notes: svn path=/stable/3/; revision=51329 svn path=/release/3.3.0/; revision=51330; tag=release/3.3.0
* MFC: Align.sockaddrs.Ruslan Ermilov1999-09-141-5/+7
| | | | | | | | PR: 12847 Approved.by: jkh Notes: svn path=/stable/3/; revision=51268
* MFC:Mitsuru IWASAKI1999-09-121-1/+3
| | | | | | | | | | | | | | apm.c: 1.104 -> 1.106 Handle USERSTANDBYREQ and CAPABILITIESCHANGE event. apmd.8: 1.3 -> 1.5 Document USERSTANDBYREQ and CAPABILITIESCHANGE events to apmd manpage. The apmd command appeared in FreeBSD 3.3, not 4.0. Approved by: jkh Notes: svn path=/stable/3/; revision=51191
* MFC: move call to umask(0) back into pw_util(), because the latterPierre Beyssac1999-09-112-2/+3
| | | | | | | | | function is also used by chpass(1) and passwd(1). Reviewed by: jkh Notes: svn path=/stable/3/; revision=51149
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-09-081-0/+434
| | | | Notes: svn path=/stable/3/; revision=51076
* Add memcontrol to the build.Mike Smith1999-09-031-0/+1
| | | | | | | Approved-by: jkh Notes: svn path=/stable/3/; revision=50855
* When sending radius authentication requests:Brian Somers1999-09-021-1/+46
| | | | | | | | | | | | | | Supply RAD_NAS_IDENTIFIER if we have a `hostname` and RAD_IP_ADDRESS if that hostname resolves. Supply RAD_NAS_PORT using the ttyslot() of the tty that we're authenticating on if it's a tty device. Partially submitted by: Andriy I Pilipenko <bamby@marka.net.ua> PR: 12225 Notes: svn path=/stable/3/; revision=50809
* (1) Remove support for automatic fetching of a.out packages. No-oneBill Fumerola1999-09-012-16/+9
| | | | | | | | | qualifies for that anymore. (2) Change if logic to reflect 3.3-RELEASE Notes: svn path=/stable/3/; revision=50749
* MFC: Fix getopt handling of -d option, which got broken by -f option.Sheldon Hearn1999-09-011-1/+1
| | | | Notes: svn path=/stable/3/; revision=50747
* Back out previous commit. I mistook passing commentary from bde forSheldon Hearn1999-08-312-17/+6
| | | | | | | | | review. Requested by: bde Notes: svn path=/stable/3/; revision=50688
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-08-3111-0/+2131
| | | | Notes: svn path=/stable/3/; revision=50678
* MFC: Reduce the number of warnings emitted for large UID's and GID's.Sheldon Hearn1999-08-302-6/+18
| | | | Notes: svn path=/stable/3/; revision=50651
* $Id$ -> $FreeBSD$Peter Wemm1999-08-29866-891/+920
| | | | Notes: svn path=/stable/3/; revision=50581
* MFC: rev 1.14 (added -z and -i option).Yoshihiro Takahashi1999-08-291-1/+8
| | | | Notes: svn path=/stable/3/; revision=50541
* MFC: revert BINMODE; ppp is failing for other reasons.Jordan K. Hubbard1999-08-271-2/+2
| | | | Notes: svn path=/stable/3/; revision=50439
* MFC: correct BINMODEJordan K. Hubbard1999-08-271-2/+2
| | | | Notes: svn path=/stable/3/; revision=50433
* MFC: Release IRQ allocated dynamically.Jun Kuriyama1999-08-261-2/+5
| | | | | | | | Removed a very very old hack (I disabled it in PAO long time ago). Set correct "flags" value when pccardd allocates/initializes driver. Notes: svn path=/stable/3/; revision=50429
* MFC: Rebuild the list of interface numbers to names if we're tryingBrian Somers1999-08-261-3/+13
| | | | | | | to evaluate an interface number that didn't previously exist. Notes: svn path=/stable/3/; revision=50428
* MFC: Use err*() & warn*()Brian Somers1999-08-251-24/+33
| | | | Notes: svn path=/stable/3/; revision=50374
* MFC: Fix some mdoc(7) style inconsistencesBrian Somers1999-08-251-7/+15
| | | | Notes: svn path=/stable/3/; revision=50373
* MFC:Mitsuru IWASAKI1999-08-259-9/+10
| | | | | | | | | | | | | | | | | | | | | | etc/Makefile: 1.200->1.201 etc/apmd.conf: added to RELENG_3 etc/rc.resume: added to RELENG_3 etc/rc.suspend: added to RELENG_3 etc/defaults/rc.conf: 1.18->1.20 etc/etc.i386/MAKEDEV: 1.205->1.206 etc/etc.i386/rc.i386: 1.39->1.42 share/man/man5/rc.conf.5: 1.42->1.43 usr.sbin/Makefile: 1.156->1.157 usr.sbin/apmd: added to RELENG_3 The apmd package provides a means of handling various APM events from userland code. Using apmd.conf, the apmd(8) configuration file, you can select the APM events to be handled from userland and specify the commands for a given event, allowing APM behaviour to be configured flexibly. Notes: svn path=/stable/3/; revision=50361
* MFC: Inappropriate commment for -i option.Jun Kuriyama1999-08-251-2/+2
| | | | | | | Reviewed and tested by: hosokawa, nyan, kuriyama Notes: svn path=/stable/3/; revision=50352
* MFC: Added "iosize" directive in /etc/pccard.confJun Kuriyama1999-08-253-15/+86
| | | | | | | | | | Allocate free I/O window with given size to card. (with "iosize auto" fix) Reviewed and tested by: hosokawa, nyan, kuriyama Notes: svn path=/stable/3/; revision=50349
* MFC (rev 1.7): initialize exit code.Jean-Marc Zucconi1999-08-241-2/+2
| | | | Notes: svn path=/stable/3/; revision=50322
* MFC:Mitsuru IWASAKI1999-08-241-2/+2
| | | | | | | | | | apm.c: 1.18->1.19 Change to continue process after calling `Get Resume Timer' APM BIOS function (supported in v1.2) on older BIOS version (v1.1 or 1.0). Notes: svn path=/stable/3/; revision=50312
* MFC: Allow ``set authkey'' irrespective of the current phase.Brian Somers1999-08-231-14/+5
| | | | Notes: svn path=/stable/3/; revision=50263
* MFC: Abstract the physical device layer (``show modem'' is now ``showBrian Somers1999-08-2388-3673/+4473
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | physical''). Support ``physical'' and ``sync'' logging. ``set weight'' -> ``set bandwidth'' and a ``set autoload'' rewrite. ``set cd'' and better carrier detection. PPPoISDN support (.defined out in the Makefile as it's only functional with i4b-00.83.00 or better installed) PPPoUDP support -alias -> -nat Add -foreground and -quiet command lines switches Minimum idle timer support ``alias port'' range support Some alignment wrinkles ironed out Support for TUNSIFMODE and TUNSLMODE (if defined) Assorted throughput measurement improvements ``enable/disable keep-session'' support Adjust filter sets built with MYADDR and HISADDR when the IPs change Allow forward jumps in filter rules Support ospf filtering Better handing of ``no number'' CBCP REQs Handle file descriptor close-on-exec flags properly before exec()s Drop packets received when the current state is wrong Expand PROCESSID correctly when executing commands Add a new CARRIER phase (this is temporary - 'till ``set dial'' is abstracted and made device specific) Handle IPCP code rejects Support ``deny enddisc'' Don't moan about group write permissions to ppp.conf More verbiage (now I'm making words up) in ``show mp'' Show the correct `next' values in ``show timer'' Plus an assortment of other minor changes Notes: svn path=/stable/3/; revision=50259
* Recognise the GPS receiver from TrimbleNick Hibma1999-08-231-0/+15
| | | | | | | | | | | | | | | | in NMEA mode (without date). Trimble OEM Ace-II receiver. Low cost PCB with single voltage input, external active antenna and two serial ports with either NMEA and ITAPs output. Programmable to be tuned for 'time' accuracy in fixed station config. Author of tool notified. Submitted by: Dirk van Gulik <dirk.vangulik@jrc.it> Notes: svn path=/stable/3/; revision=50244
* MFC: use uname(3) to find out hardware platform, add braces and other minor ↵Michael Haro1999-08-2316-31/+44
| | | | | | | cleanup Notes: svn path=/stable/3/; revision=50202
* MFC: #include <err.h>Michael Haro1999-08-231-1/+3
| | | | Notes: svn path=/stable/3/; revision=50201
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-08-221-0/+52
| | | | Notes: svn path=/stable/3/; revision=50187
* MFC: add flag to conditionalize the filtering of map input lines withBill Paul1999-08-223-15/+39
| | | | | | | | + and - characters in them so that automounter maps can be built properly. Closes PR #8699. Notes: svn path=/stable/3/; revision=50160
* MFC:Kazutaka YOKOTA1999-08-212-9/+155
| | | | | | | | | - Revise MouseMan+ protocol support. (moused.c, rev 1.28) - Add VersaPad support. (moused.c, rev 1.29) - Update the man page. (moused.8, rev 1.21) Notes: svn path=/stable/3/; revision=50114
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-08-181-0/+166
| | | | Notes: svn path=/stable/3/; revision=50018
* MFC: Fix a bunch of bad cross-references.Chris Costello1999-08-183-5/+5
| | | | | | | PR: docs/13211 Notes: svn path=/stable/3/; revision=50004
* MFC: Fix bad references.Chris Costello1999-08-161-1/+2
| | | | Notes: svn path=/stable/3/; revision=49922
* MFC (rev 1.13, 1.14):Ruslan Ermilov1999-08-161-6/+10
| | | | | | | | | | | | - Make UTC or local time message a little more clear. - Ignore the user-supplied umask, set it to 0022 by default. - Install /etc/wall_cmos_clock with 0444 mode rather than 0666. - -Wall inspection PR: 12967 Notes: svn path=/stable/3/; revision=49917
* MFC: update option descriptions (rev. 1.14 and 1.15).Kazutaka YOKOTA1999-08-161-3/+15
| | | | Notes: svn path=/stable/3/; revision=49883
* MFC: the `bell' option update (rev.1.27).Kazutaka YOKOTA1999-08-161-0/+2
| | | | Notes: svn path=/stable/3/; revision=49882
* MFC: Varour man page cleanup.Mike Pritchard1999-08-1528-134/+147
| | | | | | | | | | | | | | This includes another xref fix to ypserv.8 that should have been MFCed. Not all of the i4b man changes from the original commit were merged due to conflicts brought about by new functionally being added in -current and causing conflicts with this commit. Maybe I'll come back later and try to get them all merged, but I doubt it. They were mostly cosmetic changes. Notes: svn path=/stable/3/; revision=49837
* MFC: Bad reference vidcontrol(4) -> vidcontrol(1)Chris Costello1999-08-141-2/+2
| | | | Notes: svn path=/stable/3/; revision=49806
* MFC: Bad reference of su(8) -> su(1)Chris Costello1999-08-141-3/+3
| | | | Notes: svn path=/stable/3/; revision=49733
* MFC: More uncontroversial PAO updates. Make the IRQ wildcarding workJun Kuriyama1999-08-132-5/+28
| | | | | | | | | a lot better, and improve the daemonizing code. Reviewed and tested by: hosokawa, nyan, kuriyama Notes: svn path=/stable/3/; revision=49690
* MFC: Add cautionary note regarding Daylight Savings Time.Sheldon Hearn1999-08-111-1/+13
| | | | Notes: svn path=/stable/3/; revision=49623
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-08-101-0/+446
| | | | Notes: svn path=/stable/3/; revision=49595
* Ppp handles filters 0 - 39, not 0 - 19.Brian Somers1999-08-091-2/+2
| | | | Notes: svn path=/stable/3/; revision=49586
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-08-064-0/+919
| | | | Notes: svn path=/stable/3/; revision=49473
* MFC (fixed printf format errors/sa -km/PR 4582).Bruce Evans1999-08-061-5/+5
| | | | Notes: svn path=/stable/3/; revision=49456
* MFC 1.26 -> 1.27: When listing the installed packages, do it inJohn Polstra1999-08-061-9/+24
| | | | | | | alphabetical order. Notes: svn path=/stable/3/; revision=49446