summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Tidy up the bootstrap: target. Blind commit by me.markm1997-10-021-5/+1
| | | | Tested by: jkh
* Fix a break in the includes where the build blows chunks if it ismarkm1997-10-0211-7/+30
| | | | | | being built in a totally clean environment. Found by: jkh and "make release"
* Use err(3).charnier1997-10-022-259/+145
|
* Use err(3). Change firewall to firewall_enable in man page according tocharnier1997-10-024-294/+140
| | | | /etc/rc.conf.
* Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.234kato1997-10-022-13/+25
| | | | and 1.34, respectively.
* Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimatedg1997-10-022-12/+2
| | | | | | RST's being ignored, keeping a connection around until it times out, and thus has the opposite effect of what was intended (which is to make the system more robust to DoS attacks).
* Note kerberosIV inclusion.jkh1997-10-021-0/+5
|
* src-contrib-crypto is now just src-crypto (unless the user wants to seejkh1997-10-026-15/+15
| | | | tons of stuff in an Attic).
* Support output formats dvi, ps, latin1.wosch1997-10-011-14/+36
|
* Add rudimentary support for using the keyboard.sos1997-10-014-3/+105
|
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-018-41/+79
| | | | | | | | much like the scancode mode. However the keys that (for no good reason) returns extension codes etc, are translated into singlebyte codes. Needed by libvgl. This makes life ALOT easier, also the XFree86 folks could use this.
* Update to tcl8.0 release version.phk1997-10-011-14/+16
|
* New shlib is 80.3phk1997-10-011-3/+3
|
* Resolve conflicts.phk1997-10-012-93/+159
|
* This commit was generated by cvs2svn to compensate for changes in r30037,phk1997-10-01129-5768/+11342
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to 8.0 release.phk1997-10-01131-5861/+11501
| |
* | /etc/opielocks -> /var/spool/opielocksache1997-10-012-4/+4
| |
OpenPOWER on IntegriCloud