summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* resolf.conf -> resolv.conf; charnierbrian2000-03-261-1/+1
|
* Remove duplicate wordcharnier2000-03-263-3/+3
|
* Spellingcharnier2000-03-2617-39/+39
|
* Spelling, fprintf -> err, remove unneeded variable declarationcharnier2000-03-261-8/+3
|
* lowercase error messagecharnier2000-03-261-1/+1
|
* 1000000 usec -> 1 sec 0 usec; fixcharnier2000-03-261-1/+1
|
* Add DIAGNOSTICS section name. Spellingcharnier2000-03-263-10/+13
|
* 1000000 usec -> 1 sec 0 usec; fix.charnier2000-03-262-2/+2
|
* Add DIAGNOSTICS section namecharnier2000-03-268-13/+14
|
* Use .Xrcharnier2000-03-261-2/+2
|
* Add usage().charnier2000-03-261-3/+9
|
* Do not dot terminate list of referencescharnier2000-03-261-1/+1
|
* remove unknown OPTIONS section name. Getopt returns -1.charnier2000-03-262-2/+2
|
* Add section number to .Xr references. Enumerate flags the standard way.charnier2000-03-261-8/+9
|
* Put argument under .Ar.charnier2000-03-261-1/+2
|
* Add section number to .Xr. Put arguments under .Ar.charnier2000-03-261-3/+7
|
* Do not dot terminate err() string. Cross reference using .Xrcharnier2000-03-262-10/+10
|
* Use .Pacharnier2000-03-261-2/+3
|
* Remove incorrect use of .Nm. Wrap long lines, Unwrap short linescharnier2000-03-262-13/+12
| | | | Options: -> The following options are available:
* Put flags under .Fl. Add DIAGNOSTICS section namecharnier2000-03-261-3/+7
|
* Sync SYNOPSIS and usage() string.charnier2000-03-262-4/+5
|
* Add missing dotscharnier2000-03-261-5/+5
|
* 1000000 usec -> 1 sec 0 usec; fix.charnier2000-03-262-3/+3
|
* Move RCS tags after copyrightcharnier2000-03-261-5/+3
| | | | Add DIAGNOSTICS section name
* Add DIAGNOSTICS section namecharnier2000-03-264-12/+13
|
* .Nm changescharnier2000-03-261-5/+4
|
* Add DIAGNOSTICS section namecharnier2000-03-261-4/+3
| | | | Options: -> The following options are available:
* Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function.charnier2000-03-262-45/+60
|
* Add -d and -t flags to usage. Add usage().charnier2000-03-262-10/+29
|
* Typocharnier2000-03-261-1/+1
|
* Use errx(), remove unused #include. Correct SYNOPSIScharnier2000-03-262-20/+14
|
* Add .Nm.charnier2000-03-261-5/+5
| | | | Options: -> The following options are available:
* Add DIAGNOSTICS section name and section name to .Xr.charnier2000-03-261-13/+18
|
* DIAGNOSTICS section name missing and .Nm changescharnier2000-03-263-11/+11
|
* Use errx(). .Nm fixescharnier2000-03-262-12/+12
|
* Use warnx(), -Wall cleaning and remove unused #includecharnier2000-03-262-12/+15
| | | | Better use of .Nm and .Ar
* Add the entry for usio, major 138n_hibma2000-03-261-0/+6
|
* Yell about -O2 on the Alpha. Forceably downgrade -O2+ ifobrien2000-03-261-0/+13
| | | | "FORCE_OPTIMIZATION_DOWNGRADE" is defined when GCC is built.
* pcvt cleanup. Update the pcvt(4) manpage to reflect current state.hm2000-03-261-257/+45
|
* s/curproc/self/des2000-03-261-1/+1
| | | | Spotted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Correct a mishap in phk's BIO_* changes.sos2000-03-261-1/+1
|
* pcvt cleanup. remove the "mcon" utility: the PCVT_EMU_MOUSE codehm2000-03-264-372/+1
| | | | in the driver is gone, because of this mcon is of no use anymore.
* pcvt cleanup. remove the set2061 program, it is so outdated thathm2000-03-267-816/+3
| | | | nobody knows anymore what a 2061 chip is (hint: ELSA Winner 100 EISA).
* #include <ssl/foo.h> -> #include <openssl/foo.h>kris2000-03-263-7/+11
|
* Remove evidence proving that I just copied these files from standard-supfilebillf2000-03-262-3/+3
| | | | | | | and put some more specific examples in www-supfile. PR: docs/17600 Discovered by: Denis Mittsev <dm@dmhome.orsk.ru>
* rqe->b.b_flags |= B_READ; becamealfred2000-03-261-1/+1
| | | | | | rqe->b.b_iocmd == BIO_READ instead of rqe->b.b_iocmd = BIO_READ; fix it.
* Substantially cleanup of the pcvt kernel part. This cleanup doeshm2000-03-2610-3001/+407
| | | | | | | | | | | | | | | | | | | | | | | | | | not introduce (hopefully) any functional changes but gets rid of the #ifdef spaghetti pcvt suffered from more and more over the years. Several no more used parts of the source were removed, others which are used by default are now non-optional components: PCVT_NETBSD removed completety PCVT_FREEBSD removed option, code is now standard PCVT_KBD_FIFO removed option, code is now standard PCVT_EMU_MOUSE removed completety PCVT_SW0CNOUTP removed completety PCVT_PORTIO_DELAY obsolete, removed PCVT_KEYBDID removed option, code is now standard PCVT_SIGWINCH removed option, code is now standard PCVT_PALFLICKER removed completety PCVT_WAITRETRACE removed completety PCVT_NOFASTSCROLL removed option, code is now standard PCVT_USL_VT_COMPAT removed the "old" non-vt Xserver code completely, depending on XSERVER, this code is now standard. Pcvt userland cleanup will follow as well as newbusifying the kernel part.
* Get rid of some deltas lying around. This is a collection of lots ofgreen2000-03-261-38/+38
| | | | | | small typo fixes. Most have to do with periods and ellipses, but there are some spelling, capitalization, and miscellaneous fixes. No meanings have been changed.
* Put the '%' before the new appended fortune, not after.green2000-03-261-1/+1
|
* Update for latest OpenSSHkris2000-03-262-4/+4
|
OpenPOWER on IntegriCloud