summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added -D_ANSI_SOURCE as discussed with bde,helbig1997-10-051-3/+19
| | | | | removed bogus -trigraph (pointed out by bde), included check of operands (suggested by joerg)
* How the heck did this get back??markm1997-10-051-3/+3
|
* Change things around a bit when bringing down the layers.brian1997-10-051-3/+12
| | | | | | | | | | | | | | | | o LcpLayerDown() no longer does a NewPhase(PHASE_TERMINATE). Instead, it's done in LcpLayerFinish(). LayerFinish() gets called by the FSM after the LCP FSM goes through the Stopping and Stopped states. o -direct and -background mode exit at PHASE_TERMINATE, not PHASE_DEAD. The result is that LCP, CCP & IPCP are brought down cleanly on both sides of the link (not just our side). Killing ppp rather than just closing it still makes it get out after the LCP SendTerminateReq(). I'll have a look at that soon. We're probably not actually sending the REQ :-(
* Refer a bit to pppctl.brian1997-10-052-28/+54
| | | | Suggested (far to subtly for his own good) by: joerg
* Add a few examples.brian1997-10-051-3/+84
|
* Add the REGAL CDC-4X as a known CD-ROM changer device.joerg1997-10-051-1/+6
| | | | Submitted by: shanee@augusta.de (Andreas Kohout)
* Add a new special called `keep' to the list of special options. Itjoerg1997-10-053-4/+33
| | | | | | | provides for a means to specify an argument for crunchide's -k option. (This is required by ntpdate.) Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins)
* DOH! I cannot believe that none of us caught this. Do *not*jkh1997-10-051-2/+2
| | | | turn TCPWRAPPER support on by default, eh? :-)
* Reverse rev 1.56 and rev 1.59. These made NFS too flakey.phk1997-10-052-14/+120
|
* Cleanup.wosch1997-10-051-11/+1
|
* Cosmetic: Be specific about using TABs in syslog.conf.brian1997-10-052-4/+10
|
* Remove NODOC setting - time to figure out how to get this working again.jkh1997-10-051-2/+2
|
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-0519-135/+168
| | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* Make sure that the memory type registers are the same for each CPUdyson1997-10-057-7/+371
| | | | | | in a P6 SMP system. Some MB bios'es don't set the registers up correctly for the AP's. Additionally, set the memory between 0xa0000 and 0xbffff as write combining.
* Fix syntax error I introduced earlier. :)jkh1997-10-041-2/+2
|
* While booting diskless we have no proc pointer.phk1997-10-041-2/+3
|
* Whups! Missed a spot in the kerberos src changes.jkh1997-10-043-12/+18
|
* mv(1) is too silent if used with the option -i. It shouldwosch1997-10-041-6/+9
| | | | | print which input mv(1) expect (y/n) and print a warning if the file was not overwritten.
* Delete redundant entries.wosch1997-10-041-15/+21
| | | | | | Run tex twice due cross references. Cleanup many tex generated files in `make clean' Format latin1 output in 80 characters column (was ~110 characters).
* Do not suppress the first 5 lines of updated ports.wosch1997-10-041-2/+2
| | | | Detected by: Ville Eerola <ville@vlsi.fi>
* Record the envelope from address in the received: line. This has turnedpeter1997-10-041-1/+2
| | | | | | out to be very useful for spam tracking and other problem debugging. I first noticed this in one of Paul Vixie's machine's headers a while ago.
* Support crypto and kerberos src dists.jkh1997-10-041-1/+2
|
* Support crypto and kerberos source dists.jkh1997-10-041-4/+3
|
* Un-nuke krb and do what I *meant* to do, darn it.jkh1997-10-044-4/+8
|
* Adapt for new crypto source layout.jkh1997-10-044-8/+8
|
* Synchronize with sys/i386/isa/if_ed.c revision 1.122.kato1997-10-041-6/+1
|
* Make the blank screen saver work with MDA and CGA. The fade and greenyokota1997-10-0411-115/+511
| | | | | | | | | | | | | | | | | | | | | | | | | | | | savers are also modified so that they behave in the same way as the blank saver on MDA and CGA, although it's not the way these screen savers are supposed to work, but fading monitor and tickling green monitor cannot be done on MDA and CGA, AFAIK. So, this is the second best solution. As of this change, the current state of support of screen savers is summarized in the following table. MDA CGA EGA VGA blank OK OK NA OK daemon OK OK OK OK fade * * NA OK green * * NA OK snake OK OK OK OK star OK OK OK OK OK: works NA: doesn't work, the module cannot be loaded for this adapter. *: behave the same way as the blank saver. As you can see, EGA is left out for now. But, we can do no better, as EGA registers cannot be read... Reviewed by: sos
* Check for invalid lower controls to not claim binary data with chars < 128 asache1997-10-041-8/+11
| | | | | ASCII _text_ Cleanup names detection code
* Cosmetic: Log a strerror(errno) when failing to write tobrian1997-10-041-4/+16
| | | | the tun device.
* Allow interfaces to be attached to bpf at times other than boot.julian1997-10-031-2/+5
| | | | doing so without this patch leads to an infinite loop in the kernel.
* Merged in better support of ISO 8601 from elsie.nci.nih.gov.helbig1997-10-032-62/+118
| | | | | Added the conversion specifiers %g and %G, that are replaced by the year which contains the greater part of the week in question.
* cp(1) is too silent if used with the option -i. It shouldwosch1997-10-031-2/+5
| | | | | print which input cp(1) expect (y/n) and print a warning if the file was not overwritten.
* Reinsert telnet.h into the list of files installed into include/arpa/markm1997-10-031-2/+2
| | | | I suspect a commit of mine had this (bogusly).
* Change example from US to international standard date notation.wosch1997-10-031-3/+3
|
* Backed out part of a previous change: don't set ZWS on '790 chips; it hasdg1997-10-032-12/+2
| | | | | | shown to be harmful in that it results in the card not being detected properly on warmboot due to the station address failing to be read correctly from the NVRAM.
* Call identifycyrix() when 6x86MX CPU is found. The identifycyrix()kato1997-10-032-4/+6
| | | | | | function sets cyrix_did. Old code could not display correct variable. Reviewed by: Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
* Nuke these two out of date readme files. This stuff should be in de(4)peter1997-10-032-84/+0
| | | | man pages rather than hidden here anyway.
* Install boot.help differently.jkh1997-10-031-2/+2
|
* Get boot.help from a different place.jkh1997-10-033-3/+9
|
* The eBones src distribution is gone, and crypto is here. So removemarkm1997-10-031-3/+3
| | | | references to sebones.* and bring in scrypto.*.
* Don't attempt to deref OpenConn after it's been set to NULL. :)jkh1997-10-032-8/+12
|
* Back out suppress '\n' mod.danny1997-10-032-16/+8
|
* *GULP* Punt this into the attic. It is no longer used.markm1997-10-03273-56296/+0
|
* Correct the MAKE_EBONES macro --> MAKE_KERBEROS4markm1997-10-031-4/+4
|
* Correct typo.jkh1997-10-031-1/+1
| | | | | PR: 4681 Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
* For people running paranoid ftpds, use the real username to log injkh1997-10-032-4/+22
| | | | | with when running multi-user and we actually have one. Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
* added icmp6 and ip6. they are becoming common.itojun1997-10-031-1/+3
| | | | Source: ftp://ftp.isi.edu/in-notes/iana/assignments/protocol-numbers
* Teach ftpErrString to format UNIX errnos, since at least ftpLogin()fenner1997-10-021-1/+4
| | | | | | | | | | | can return UNIX errnos. When UNIX errnos catch up with FTP status codes (e.g. at 100) a new way will have to be found to tell which is which. This allows fetch to print errors like fetch: ftp.fu-berlin.de: No route to host instead of fetch: ftp.fu-berlin.de: Unknown error
* Take pity on Mark and fix the bogus paths to dump and restore in thejkh1997-10-021-3/+3
| | | | | | | | help-distribute target myself. They live in /usr/src/sbin, not /usr/src/usr.sbin. :-) I'm also assuming the omission of telnetd and telnet from this target are intentional so I'll leave that alone.
* Whoops! Missed one.markm1997-10-021-1/+2
|
OpenPOWER on IntegriCloud