summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r31087,peter1997-11-1012-131/+329
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail-8.8.8peter1997-11-1030-296/+586
| | | | | | | | Obtained from: ftp.sendmail.org
* | target(__target) -> target(${__target})wosch1997-11-101-2/+2
| | | | | | | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* | Don't Cleanup() in background mode whenbrian1997-11-091-3/+1
| | | | | | | | | | we get a "close", the LcpClose() will eventually do it when we get to PHASE_DEAD.
* | Initialize VarAltPhone.brian1997-11-091-1/+2
| | | | | | | | PR: 4993
* | Don't create a diagnostic socket by default.brian1997-11-098-136/+283
| | | | | | | | | | | | Allow a password spec on the "set server" command line. Use SIGUSR2 to close the diagnostic socket. Some man page corrections.
* | Don't ask for a password if it's specified as empty.brian1997-11-093-7/+17
| |
* | Prompt correctly when ppp *doesn't* ask for a password.brian1997-11-091-2/+3
| |
* | Suggest that a ``!include ~/.ppp.conf'' may be in order.brian1997-11-091-1/+4
| |
* | Add the "!include" syntax.brian1997-11-094-63/+208
| | | | | | | | Return 0 from "show" commands.
* | Document the ``-o 3'' option.obrien1997-11-091-2/+9
| | | | | | | | The Man award to: Jo"rg
* | Remove the comments hat just list the nested includes.wosch1997-11-096-18/+7
| | | | | | | | | | | | The lists don't provide significantly more information than grep '\.include', and grep gives lists that are actually correct. Submitted by: Bruce
* | target(__target) -> target(${__target})wosch1997-11-091-2/+2
| | | | | | | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* | Don't mention removed ppp sample filesbrian1997-11-091-4/+3
| | | | | | | | Pointed out by: jkh
* | Increase chat script sizes to 512brian1997-11-0912-49/+44
| | | | | | | | Requested by: Michael Reifenberger <root@totum.plaut.de>
* | Remove the use of $HOME/.ppp.*brian1997-11-092-28/+4
| |
* | Null commit:brian1997-11-091-1/+1
| | | | | | | | The last modification removed the use of $HOME/.ppp.*
* | Add html-mv script. Html-mv rename HTML generated filenames towosch1997-11-092-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | human readable filenames. E.g.: $ cd FAQ $ make FORMATS=html $ html-mv FAQ $ ls FAQ_ACKNOWLEDGMENTS.html FAQ_Any_restrictions_on_how_I_divide_the_disk_up_.html FAQ_Are_there_any_Database_systems_for_FreeBSD_.html FAQ_Are_there_any_commercial_high-performance_X_servers_.html FAQ_Books_on_FreeBSD.html FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html [...]
* | A better fix for the ddb command history buffer problem; use a staticmsmith1997-11-091-9/+9
| | | | | | | | | | buffer instead of trying to use malloc() in the input routine. Submitted by: john hood <cgull@smoke.marlboro.vt.us>
* | Introduce ID0 logging.brian1997-11-0921-193/+259
| | | | | | | | | | | | | | | | Stay as the invoking uid as much as possible. Execution as a normal user is still forbidden for now, so these changes are pretty ineffective. The next commit will implement the modifications suggested on -hackers a number of days ago.
* | Add an introductory manpage for the ports system.obrien1997-11-092-2/+84
| |
* | Need to skip argv[0] when we are named "sum".obrien1997-11-091-1/+2
| |
* | When called "sum", it is not documented as accepting any arguments.obrien1997-11-091-23/+23
| |
* | MF22: MSG_EOR bug fix.jkh1997-11-091-3/+9
| | | | | | | | Submitted by: wollman
* | When responding to a CHAP challenge, don't try to usebrian1997-11-091-13/+7
| | | | | | | | | | | | | | | | ppp.secret to get a key value based on the peers name, then send the value of AuthName with the encrypted result. This is *way* too confusing. Instead, always use AuthName and AuthKey as the documentation says.
* | Describe MNT_NOCLUSTER{R,W} flags.kato1997-11-091-0/+4
| | | | | | | | Pointed out by: bde
* | Don't include RTA_GATEWAY in rtm_addrs unless it's specified.brian1997-11-091-2/+3
| |
* | Make fix for PR 4883 consistent with other similar cases.jraynard1997-11-092-2/+2
| |
* | If "-l" is given, make sure the target of the link exist.obrien1997-11-081-2/+6
| |
* | Merge ppp configuration examples.brian1997-11-089-388/+255
| | | | | | | | Add some useful bits & pieces.
* | Back-out previous change. A better fix is to follow.jraynard1997-11-081-1/+1
| | | | | | | | Requested-by: bde
* | fix slight breakages from PHK's VFS work.julian1997-11-082-43/+9
| | | | | | | | also remove irrelevant copyright, now that all that code has gone away.
* | Merge 971020 stuff.. Check 21142? SROM CRC.peter1997-11-084-14/+26
| |
* | Typo police.brian1997-11-082-4/+4
| |
* | Update the LOOP AVOIDANCE section to reflect reality.brian1997-11-081-14/+15
| | | | | | | | Requested by: Archie Cobbs <archie@whistle.com>
* | Don't pass global vars as args.brian1997-11-0810-65/+65
| | | | | | | | Remove local/global conflicts.
* | Allow the system to be configured to pass "-n" to kerberos andsef1997-11-079-30/+116
| | | | | | | | | | | | | | kadmind or not; also, only run kadmind on a non-slave server. Man page for rc.conf is also updated. Reviewed by: Mark Murray
* | Mention how to keep the line for a minimum call charge.brian1997-11-071-1/+8
| | | | | | | | Suggested by: Stuart Henderson <stuart@internationalschool.co.uk>
* | Style police.brian1997-11-073-37/+102
| | | | | | | | | | | | | | bzero -> memset index -> strchr rindex -> strrchr Use libedit (this should make pppctl a lot more attractive than telnet).
* | Use UPAGES when setting up private pages for SMP (which includes idle stack).tegge1997-11-0712-72/+72
| |
* | Make roots prompt "`hostname -s`# "phk1997-11-071-0/+1
| |
* | Add Slovenian keyboardache1997-11-072-1/+116
| | | | | | | | Submitted by: Blaz Zupan <blaz@amis.net>
* | Add Slovenian dataache1997-11-074-2/+237
| | | | | | | | Submitted by: Blaz Zupan <blaz@amis.net>
* | Add Slovene linkache1997-11-074-8/+8
| |
* | Add sl_SI directoriesache1997-11-072-2/+8
| |
* | Add link to Polish localeache1997-11-072-4/+4
| |
* | Add Polish linkache1997-11-072-4/+4
| | | | | | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl>
* | Add Polish dataache1997-11-074-1/+224
| | | | | | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl>
* | Argl! Who's got the pointy hat these days? Hand it over to me, ASAP!joerg1997-11-073-0/+5
| | | | | | | | | | When setting an alarm that didn't trigger, i gotta clear it again before going on. Hmpf!
* | Sync with following files:kato1997-11-077-40/+34
| | | | | | | | | | | | | | | | | | - sys/i386/i386/machdep.c revision 1.271 - sys/i386/i386/trap.c revision 1.114 - sys/i386/isa/if_ed.c revision 1.128 - sys/i386/isa/if_fe.c revision 1.34 - sys/i386/isa/syscons.c revision 1.238. - sys/i386/isa/wd.c revision 1.144
OpenPOWER on IntegriCloud