Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling corrections. | wosch | 1997-09-13 | 3 | -6/+6 |
| | | | | | PR: docs/4450 Submitted by: josh@quick.net | ||||
* | typo | wosch | 1997-09-13 | 1 | -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 on | jlemon | 1997-09-12 | 1 | -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 type | jkh | 1997-09-11 | 2 | -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-warning | brian | 1997-09-10 | 1 | -1/+2 |
| | |||||
* | PRED1 => TY_PRED1 (oops) | brian | 1997-09-10 | 1 | -2/+2 |
| | |||||
* | o Initialize the PRED1 input queue when we | brian | 1997-09-10 | 3 | -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.1 | jkh | 1997-09-10 | 4 | -194/+194 |
| | |||||
* | Duh, calculate the compression ration correctly. (fixed point artithmatic | peter | 1997-09-10 | 1 | -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. | brian | 1997-09-10 | 7 | -42/+44 |
| | |||||
* | Allow dial to work in non-interactive mode. | brian | 1997-09-09 | 1 | -3/+1 |
| | |||||
* | Print errors correctly (don't adjust | brian | 1997-09-09 | 1 | -2/+2 |
| | | | | argc/argv for commands). | ||||
* | Don't start an interactive shell from a | brian | 1997-09-09 | 1 | -1/+5 |
| | | | | telnet prompt. | ||||
* | Correct ppp authentication defaults in interactive | brian | 1997-09-09 | 2 | -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. | brian | 1997-09-09 | 2 | -56/+112 |
| | |||||
* | Scrolling partition and label lists now make it possible to partition | jkh | 1997-09-09 | 2 | -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. | jkh | 1997-09-09 | 2 | -6/+6 |
| | |||||
* | Update for XFree86 3.3.1 | jkh | 1997-09-09 | 1 | -47/+47 |
| | |||||
* | Be more cautious about leaving user with a workable kernel during the | jkh | 1997-09-09 | 1 | -2/+7 |
| | | | | | upgrade process. Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se> | ||||
* | Make upgrade potentially a little less interactive. | jkh | 1997-09-08 | 6 | -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. | joerg | 1997-09-07 | 2 | -4/+8 |
| | |||||
* | Oops, the previous commit shouldn't have touch the Makefile. | bde | 1997-09-07 | 1 | -1/+1 |
| | |||||
* | Don't say that swapping is configured by config. | bde | 1997-09-07 | 2 | -4/+4 |
| | |||||
* | Disable LQR by default. It causes too many problems | brian | 1997-09-07 | 3 | -7/+7 |
| | | | | | with too many ISPs to be a good default. LQR is still accepted by default. | ||||
* | Use __libalias_version to derive the name to | brian | 1997-09-06 | 1 | -1/+2 |
| | | | | pass to dlopen(). | ||||
* | Ingored incoming packets are now dropped when | brian | 1997-09-06 | 2 | -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 better | fsmp | 1997-09-06 | 1 | -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. | brian | 1997-09-05 | 2 | -16/+19 |
| | | | | Discussed on: -committers | ||||
* | Cosmetic in man page. Sync usage() with man page. | charnier | 1997-09-04 | 3 | -19/+25 |
| | |||||
* | Use err(3). Style in usage(). | charnier | 1997-09-04 | 2 | -33/+25 |
| | |||||
* | Use err(3). Add usage and prototypes. Remove Xref: Diskless(8) does not | charnier | 1997-09-04 | 5 | -109/+108 |
| | | | | exist. Use An/Aq macros for Author. | ||||
* | Use err(3). Add usage(). Remove Xref: format(8) does not exist. | charnier | 1997-09-04 | 2 | -120/+75 |
| | |||||
* | Install as group ``network'' | brian | 1997-09-04 | 11 | -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 src | jkh | 1997-09-03 | 2 | -6/+6 |
| | | | | dist installed. :) | ||||
* | People have complained that this is overly chatty, and | jkh | 1997-09-03 | 2 | -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. | charnier | 1997-09-03 | 2 | -53/+43 |
| | | | | Obtained from: OpenBSD. | ||||
* | Bring CCP and IPCP layers down properly when LCP | brian | 1997-09-03 | 4 | -17/+52 |
| | | | | | comes down. Give a count of bytes sent/received in IPCP log. | ||||
* | Allow the transition from an idle timeout value | brian | 1997-09-03 | 5 | -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. | jkh | 1997-09-02 | 1 | -4/+2 |
| | |||||
* | Use err(3). Silent -Wall. | charnier | 1997-09-02 | 2 | -30/+25 |
| | |||||
* | Use err(3). Typo in man page. | charnier | 1997-09-02 | 2 | -25/+24 |
| | |||||
* | Add usage(), use err(3), remove `progname'. | charnier | 1997-09-02 | 10 | -183/+158 |
| | |||||
* | Unquote default group in pw.conf. | davidn | 1997-09-01 | 1 | -1/+2 |
| | | | | | PR: 4365 Submitted by: "Andrew L. Moore" <alm@mclink.com> | ||||
* | Cosmetic changes. | charnier | 1997-09-01 | 2 | -40/+47 |
| | |||||
* | Use err(3). | charnier | 1997-09-01 | 1 | -16/+14 |
| | |||||
* | Style in rcsid, sort #include. | charnier | 1997-09-01 | 2 | -7/+8 |
| | |||||
* | Cosmetic: Make LogPrintf() calls consistent. | brian | 1997-08-31 | 14 | -94/+103 |
| | |||||
* | Make ppp owner root.ppp, mode 4550 | brian | 1997-08-31 | 1 | -2/+3 |
| | | | | | Suggested by: guido Condoned by: eivind | ||||
* | Remove use of login_progok() | brian | 1997-08-31 | 3 | -41/+5 |
| | | | | Suggested by: guido | ||||
* | Fix my e-mail address. Old work addres is no good. | eivind | 1997-08-31 | 1 | -1/+1 |
| |