summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* spelling corrections.wosch1997-09-133-6/+6
| | | | | PR: docs/4450 Submitted by: josh@quick.net
* typowosch1997-09-131-1/+1
| | | | | PR: docs/4523 Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
* If a host in an export line in /etc/exports (or within a netgroup onjlemon1997-09-121-7/+18
| | | | | | | | an export line) is unresolvable, make a note of it via syslog and skip that individual host instead of skipping the entire line. PR: 1981, 815 Perused by: joerg
* Fix offset bug in partition display that made partitions of typejkh1997-09-112-18/+84
| | | | | | `linux_swap' hose the output. Also add a (T)ype command for changing the type of a partition.
* Get rid of missing-prototype-warningbrian1997-09-101-1/+2
|
* PRED1 => TY_PRED1 (oops)brian1997-09-101-2/+2
|
* o Initialize the PRED1 input queue when webrian1997-09-103-7/+10
| | | | | | | | | | | | receive the ResetAck, NOT when we send the ResetReq (as per the rfc). o SILENTLY ignore CCPs that arrive *before* the network phase (as per the rfc). o Check that we've actually negotiated PRED1 before sending PRED1 output. This bug has been around for a *VERY* long time ! We shouldn't need to explicitly disable PRED1 now :-)
* Update to XFree86 3.3.1jkh1997-09-104-194/+194
|
* Duh, calculate the compression ration correctly. (fixed point artithmaticpeter1997-09-101-5/+5
| | | | | with 8 "fractional" bits needs to be divided (not multiplied) by 256.0 to get a floating point representation)
* Cosmetic: Remove unused variables and build on OpenBSD.brian1997-09-107-42/+44
|
* Allow dial to work in non-interactive mode.brian1997-09-091-3/+1
|
* Print errors correctly (don't adjustbrian1997-09-091-2/+2
| | | | argc/argv for commands).
* Don't start an interactive shell from abrian1997-09-091-1/+5
| | | | telnet prompt.
* Correct ppp authentication defaults in interactivebrian1997-09-092-3/+19
| | | | | | | | | mode. We don't want to be forced to type a password here :-( Pointed out by: mouth@ibm.net (John Kelly) While I'm there, don't allow a "set server" in interactive mode.
* Document the use of PAP/CHAP properly.brian1997-09-092-56/+112
|
* Scrolling partition and label lists now make it possible to partitionjkh1997-09-092-20/+288
| | | | | | | | lots of disks from sysinstall. Yay! Please test this as much as possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap), especially those of you with larger disk farms. Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
* Eliminate an obviously redundant message title.jkh1997-09-092-6/+6
|
* Update for XFree86 3.3.1jkh1997-09-091-47/+47
|
* Be more cautious about leaving user with a workable kernel during thejkh1997-09-091-2/+7
| | | | | upgrade process. Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
* Make upgrade potentially a little less interactive.jkh1997-09-086-15/+233
| | | | | Add and document new loadConfig function (sort of like a script #include). Make TCP/IP setup far less chatty when it doesn't need to be.
* Add a hint to the FAQ regarding ``DD'' disks.joerg1997-09-072-4/+8
|
* Oops, the previous commit shouldn't have touch the Makefile.bde1997-09-071-1/+1
|
* Don't say that swapping is configured by config.bde1997-09-072-4/+4
|
* Disable LQR by default. It causes too many problemsbrian1997-09-073-7/+7
| | | | | with too many ISPs to be a good default. LQR is still accepted by default.
* Use __libalias_version to derive the name tobrian1997-09-061-1/+2
| | | | pass to dlopen().
* Ingored incoming packets are now dropped whenbrian1997-09-062-2/+20
| | | | | deny_incoming option is set to yes. Submitted by: Ari Suutari <ari@suutari.iki.fi>
* Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to betterfsmp1997-09-061-4/+4
| | | | | reflect its logical usage. Ie., there is NOT a 1-to-1 correspondence between IRQ numbers and APIC pin numbers as there is with the 8259 ICU.
* Insist that the user has group network.brian1997-09-052-16/+19
| | | | Discussed on: -committers
* Cosmetic in man page. Sync usage() with man page.charnier1997-09-043-19/+25
|
* Use err(3). Style in usage().charnier1997-09-042-33/+25
|
* Use err(3). Add usage and prototypes. Remove Xref: Diskless(8) does notcharnier1997-09-045-109/+108
| | | | exist. Use An/Aq macros for Author.
* Use err(3). Add usage(). Remove Xref: format(8) does not exist.charnier1997-09-042-120/+75
|
* Install as group ``network''brian1997-09-0411-75/+116
| | | | | | | | | | | Insist that uid == 0 for client ppp Disallow client sockets if no password is specified Don't exit on failure to open client socket for listening Allow specification of null local password Use reasonable size (smaller) ``vector''s in auth.c Fix "passwd ..." usage message Insist on "all" as arg to "quit" (if any) Drop client socket connection before Cleanup() when "quit all"
* Install boot.help a little more skillfully; now it works without a srcjkh1997-09-032-6/+6
| | | | dist installed. :)
* People have complained that this is overly chatty, andjkh1997-09-032-34/+2
| | | | | "dangerously dedicated" mode doesn't appear to have killed anyone in recent memory, so I agree.
* Use err(3). Document -n flag from OpenBSD.charnier1997-09-032-53/+43
| | | | Obtained from: OpenBSD.
* Bring CCP and IPCP layers down properly when LCPbrian1997-09-034-17/+52
| | | | | comes down. Give a count of bytes sent/received in IPCP log.
* Allow the transition from an idle timeout valuebrian1997-09-035-12/+22
| | | | | | of zero (no timeout) while IPCP is up. Move some prototypes into .h files and re-order some includes.
* Eliminate an annoying message.jkh1997-09-021-4/+2
|
* Use err(3). Silent -Wall.charnier1997-09-022-30/+25
|
* Use err(3). Typo in man page.charnier1997-09-022-25/+24
|
* Add usage(), use err(3), remove `progname'.charnier1997-09-0210-183/+158
|
* Unquote default group in pw.conf.davidn1997-09-011-1/+2
| | | | | PR: 4365 Submitted by: "Andrew L. Moore" <alm@mclink.com>
* Cosmetic changes.charnier1997-09-012-40/+47
|
* Use err(3).charnier1997-09-011-16/+14
|
* Style in rcsid, sort #include.charnier1997-09-012-7/+8
|
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-3114-94/+103
|
* Make ppp owner root.ppp, mode 4550brian1997-08-311-2/+3
| | | | | Suggested by: guido Condoned by: eivind
* Remove use of login_progok()brian1997-08-313-41/+5
| | | | Suggested by: guido
* Fix my e-mail address. Old work addres is no good.eivind1997-08-311-1/+1
|
OpenPOWER on IntegriCloud