aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-2814-3/+28
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50534
* add MAINTAINER to userland part of i4bHellmuth Michaelis1999-08-281-0/+1
| | | | Notes: svn path=/head/; revision=50509
* Always set the MBR value. When you leave it uninitialized, it seemsJordan K. Hubbard1999-08-282-20/+12
| | | | | | | like libdisk does bad things. :) Notes: svn path=/head/; revision=50508
* $Header$ -> $FreeBSD$Peter Wemm1999-08-2814-15/+44
| | | | Notes: svn path=/head/; revision=50488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28992-1016/+1019
| | | | Notes: svn path=/head/; revision=50479
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2822-22/+22
| | | | Notes: svn path=/head/; revision=50476
* I misunderstood the failure mode - revert BINMODE to 4554. I'm stillJordan K. Hubbard1999-08-271-2/+2
| | | | | | | | | | going to remove ppp from the installation options in 5 days if ppp is still broken, however, as it hasn't worked at installation time for several weeks now and it's only causing people to fill my mailbox with questions. Notes: svn path=/head/; revision=50438
* Fix a typo.Jordan K. Hubbard1999-08-271-4/+4
| | | | | | | Reported by: Terry Jones <terry@cliffs.ucsd.edu> Notes: svn path=/head/; revision=50434
* I don't know who decided that an install mode of 4544 was correct, butJordan K. Hubbard1999-08-271-2/+2
| | | | | | | | for a binary it's far from it. This is why sysinstall is unable to run ppp at startup time and causing weirdies in -current. Notes: svn path=/head/; revision=50432
* 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=/head/; revision=50427
* VALIASED doesn't exist any more.Poul-Henning Kamp1999-08-261-3/+1
| | | | Notes: svn path=/head/; revision=50409
* Aligh mbufs to sizeof(long), not 4Brian Somers1999-08-261-2/+2
| | | | Notes: svn path=/head/; revision=50393
* Fix some mdoc(7) style inconsistencesBrian Somers1999-08-252-16/+32
| | | | | | | Submitted by: Alexey M. Zelkin" <phantom@cris.net> Notes: svn path=/head/; revision=50372
* Move ipxrouted.dmp from /tmp to /var/log to make it more difficult to hijack.John Hay1999-08-242-4/+4
| | | | | | | PR: 13286 Notes: svn path=/head/; revision=50306
* Cosmetic: bring closer to RELENG_3Brian Somers1999-08-231-3/+3
| | | | Notes: svn path=/head/; revision=50264
* 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=/head/; revision=50243
* Fix a few problems on the Alpha, and fix -Wall while here.Peter Wemm1999-08-231-5/+5
| | | | | | | | | | Before: isab0@pci0:8:0: class=0x060100 card=0x00000000 chip=0xffffffffc6931080 ... After: isab0@pci0:8:0: class=0x060100 card=0x00000000 chip=0xc6931080 ... Notes: svn path=/head/; revision=50225
* NOALIAS -> NONATBrian Somers1999-08-221-4/+4
| | | | | | | Reminded by: jkh Notes: svn path=/head/; revision=50191
* Modify yp_mkdb so that it only checks for bogus '+' and '-' charactersBill Paul1999-08-223-15/+39
| | | | | | | | | | | | | | in source input if the -f flag is used, and modify Makefile.yp to only use -f for the passwd, master.passwd and group maps. These should be the only ones for which the + and - characters have special meaning that make it important for us to avoid letting them into any of the map databases. In some cases (namely the automounter maps) we have to allow at least the - character through in order to create the map properly. This closes PR #8699. Notes: svn path=/head/; revision=50159
* Fix assorted style problems and bring up to date.Jordan K. Hubbard1999-08-222-72/+174
| | | | | | | | Submitted by: Alexey M. Zelkin <phantom@cris.net> PR: 13271 Notes: svn path=/head/; revision=50144
* Allow authkey to be changed independently of the current phase.Brian Somers1999-08-221-14/+5
| | | | Notes: svn path=/head/; revision=50139
* This commit adds device driver support for the Sundance Technologies ST201Bill Paul1999-08-212-2/+4
| | | | | | | | | | | | | | | | PCI fast ethernet controller. Currently, the only card I know that uses this chip is the D-Link DFE-550TX. (Don't ask me where to buy these: the only cards I have are samples sent to me by D-Link.) This driver is the first to make use of the miibus code once I'm sure it all works together nicely, I'll start converting the other drivers. The Sundance chip is a clone of the 3Com 3c90x Etherlink XL design only with its own register layout. Support is provided for ifmedia, hardware multicast filtering, bridging and promiscuous mode. Notes: svn path=/head/; revision=50128
* This is the addition of a syslog(3) security.* top-level category. ThisBrian Feldman1999-08-211-5/+4
| | | | | | | | | | | | should be used from now on for anything security but not auth-related. Included are updates for all relevant manpages and also to /etc files, creating a new /var/log/security. Nothing in the system logs to /var/log/security yet as of the time of this commit. Reviewed by: rgrimes, imp, chris Notes: svn path=/head/; revision=50126
* Quiet some overly chatty debug output, do some minor cleanups toJordan K. Hubbard1999-08-212-17/+19
| | | | | | | the DHCP support code. Notes: svn path=/head/; revision=50111
* MAXLINE not MAX_CMDLINEMatthew N. Dodd1999-08-201-1/+1
| | | | | | | Noticed by: Norman C. Rice <nrice@emu.sourcee.com> Notes: svn path=/head/; revision=50089
* Fix some cut and paste damage.Matthew N. Dodd1999-08-202-3/+3
| | | | | | | Noticed by: Norman C. Rice <nrice@emu.sourcee.com> Notes: svn path=/head/; revision=50077
* What the heck was I thinking? Nobody else saw this? Sheesh.Matthew N. Dodd1999-08-203-8/+14
| | | | | | | | | | | | | (num > MAX) ? MAX : num rather than (MAX > num) ? MAX : num Also, make things a little easier to read while I'm here. Notes: svn path=/head/; revision=50071
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-1916-285/+358
| | | | | | | | | | | | that ppp stays in the foreground. o Add the -quiet switch to quieten ppps startup o Add the -nat flag and discourage the use of the -alias flag. Both do the same thing. o Correct some nat usage strings. o Change the internal ``alias'' command to ``nat''. Notes: svn path=/head/; revision=50059
* Use el_source() so we pick up .editrcMatthew N. Dodd1999-08-193-2/+5
| | | | Notes: svn path=/head/; revision=50042
* Add support for command line editing and history.Matthew N. Dodd1999-08-197-47/+126
| | | | | | | | | | | Remove src/contrib/bind/bin/nslookup/commands.c as it is generated by lex from commands.l. Submitted by: lpc/cdcontrol patches originally by msmith. Reviewed by: msmith (in theory) Notes: svn path=/head/; revision=50039
* Mention ``alias enable no'', not ``alias enable off''.Brian Somers1999-08-182-4/+4
| | | | Notes: svn path=/head/; revision=50014
* Fix a bunch of broken cross-referencesChris Costello1999-08-186-12/+12
| | | | Notes: svn path=/head/; revision=50000
* Implement a minimum idle time value as an optional second argumentBrian Somers1999-08-176-26/+79
| | | | | | | | | to ``set timeout''. This is useful for situations where your minimum call charge is (say) 5 minutes (like mine is) Notes: svn path=/head/; revision=49978
* Set the close-on-exec flag for all unused descriptors whenBrian Somers1999-08-174-35/+35
| | | | | | | exec()ing other programs. Notes: svn path=/head/; revision=49976
* Add support for the serial version of Interlink VersaPad.Kazutaka YOKOTA1999-08-172-3/+116
| | | | Notes: svn path=/head/; revision=49967
* The sysinstall man page menetions that it was due to be replacedMike Pritchard1999-08-172-14/+12
| | | | | | | | | | | | | | | | in a previous FreeBSD version. That never happened. Document that it is due to be replaced, but leave it open-ended as to when. Also do some mdoc cleanup. PR: docs/13148 PR: docs/13144 Submitted by: Lee Cremeans <lcremeans@erols.com> Alex M. Zelkim <phantom@cris.net> Discussed with: jkh Notes: svn path=/head/; revision=49961
* Added "include" feature to pccard.conf to put the default pccard.confTatsumi Hosokawa1999-08-172-9/+59
| | | | | | | entries in /etc/defaults/. Notes: svn path=/head/; revision=49944
* Make hostname comparisons case insensitiveBrian Somers1999-08-171-4/+5
| | | | Notes: svn path=/head/; revision=49940
* Fix some bad references.Chris Costello1999-08-161-2/+2
| | | | Notes: svn path=/head/; revision=49918
* Document -i, -k, and -K options.Kazutaka YOKOTA1999-08-161-2/+12
| | | | Notes: svn path=/head/; revision=49881
* Various man page cleanup:Mike Pritchard1999-08-1533-197/+224
| | | | | | | | | | | | | - Sort xrefs. - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49824
* Bad reference vidcontrol(4) -> vidcontrol(1)Chris Costello1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49805
* Bad reference getsockname(8) -> getsockname(2)Chris Costello1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49803
* Change to continue process after calling `Get Resume TImer' APMMitsuru IWASAKI1999-08-141-2/+2
| | | | | | | | | BIOS function (supported in v1.2) on older BIOS version (v1.1 or 1.0). Reviewed by: -mobile ML folks. Notes: svn path=/head/; revision=49790
* Bad reference of su(8) changed to su(1).Chris Costello1999-08-141-3/+3
| | | | Notes: svn path=/head/; revision=49732
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-117-16/+22
| | | | | | | missing prototypes, and empty format strings. Notes: svn path=/head/; revision=49637
* Christen a BUGS section for an explanation of the impact of DaylightSheldon Hearn1999-08-111-1/+13
| | | | | | | | | | | | | | Savings Time on cron(8). If we ever introduce some work-around code for handling jobs scheduled for a time that "doesn't happen" due to DST, the section should be renamed to IMPLEMENTATION NOTES. PR: 10947 Reported by: Scott Drassinower <scottd@cloud9.net> Submitted by: Seth Bromberger <seth@freebie.dp.ny.frb.org> Reviewed by: mpp Notes: svn path=/head/; revision=49622
* If we receive an IPCP protocol reject, bring it down.Brian Somers1999-08-101-1/+8
| | | | Notes: svn path=/head/; revision=49599
* Some floppy related commands (fdformat, fdwrite, fdcontrol) need not beMatt Jacob1999-08-101-4/+4
| | | | | | | restricted to i386. Notes: svn path=/head/; revision=49590
* Back out the last patch. I'm too tired to apply patches.Brian Somers1999-08-091-6/+2
| | | | Notes: svn path=/head/; revision=49588