summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-3/+7
| | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* 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).
* Correct typo.jkh1997-10-031-1/+1
| | | | | PR: 4681 Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
* 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
|
* Updated for the new media selection mechanism.dg1997-09-302-34/+52
|
* Case insensitive sort. Ignore troff comments. Bugfixes.wosch1997-09-291-3/+12
|
* Sort cross refereces in section SEE ALSO.wosch1997-09-2935-95/+95
|
* Document the ever decreasingly popular USA_RESIDENT variable.jkh1997-09-281-1/+8
|
* Final commit for KTH KerberosIV.markm1997-09-281-3/+3
| | | | -DMAKE_EBONES -> -DMAKE_KERBEROS4
* Update documentation for the 'ex' driver to indicate that it supportsmsmith1997-09-261-5/+6
| | | | the Pro/10+ cards as well.
* Set `crt' by default to make mail(1) happy.joerg1997-09-262-2/+7
|
* - print ยค when pressing Shift-4 (not w/ AltGR-4 as in the original).ache1997-09-241-1/+1
| | | | | | - print $ when pressing AltGr-4 (not w/ Shift-4 as in the original). Submitted by: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen)
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-242-1/+277
| | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment)
* put in the link for the dummy collation module for Shift-JISjulian1997-09-241-2/+2
|
* Add the "src-kerberosIV" collection.jdp1997-09-243-3/+6
|
* Polish fonts and keymap.wosch1997-09-229-4/+477
| | | | | Submitted by: abial@warman.org.pl PR: 4522
* Updated timeout.9 man page describing the new callout interface. Thisgibbs1997-09-211-63/+120
| | | | man page was based on the NetBSD version.
* Describe all know capabilities nowache1997-09-202-797/+608
|
* remove bad commentjulian1997-09-192-8/+2
|
* oopsjulian1997-09-192-72/+68
| | | | | somehow the file I was supplied with turned out to be EUC encoding.. luckily they can be translated by a simple c program :)
* make/install the japanese SJIS date locale file.julian1997-09-181-1/+2
|
* Shift JIS versions of date stuff.julian1997-09-182-0/+182
| | | | | | | more changes to come. Submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp> AM/PM changed to 2 letter versions for now, original SJIS versions commented out. change/check later..
* Explain the newer sio(4) flag values.joerg1997-09-142-32/+54
| | | | Fogotten by: phk, bde
* PR: docs/3979wosch1997-09-131-1/+2
| | | | | | better wording Submitted by: Tim Vanderhoek <hoek@hwcn.org>, Gary Howland <gary@hotlava.net>
* PR: docs/4347wosch1997-09-131-15/+2
| | | | | Makefile doesn't support cleandepend Submitted by: wlr@furball.wellsfargo.com
* add an initialization file for the default editor "ee"jmb1997-09-121-0/+1
| | | | | | | | configure ee to use emacs key-bindings do not expand tabs into spaces dont truncate lines at the right margin Submitted by: Aled Morris <aledm@routers.co.uk> Reviewed by: jkh
* D'oh! It works better if you remember to cvs add the file first! ;)jkh1997-09-111-0/+692
|
* OK, it's time to introduce the rc.conf(5) man page and kick thejkh1997-09-112-374/+3
| | | | | | now-obsolete sysconfig(5) man page out. If you add new rc.conf variables, folks, please try to remember to keep the man page up to date. Thanks! PR: 4398
* By popular request, change the default suggested value for CFLAGSjkh1997-09-101-3/+4
| | | | | and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just for userland.
* Mention IPFIREWALL_DEFAULT_TO_ACCEPT and it's effect on rule 65535.peter1997-09-101-3/+6
|
* add the man page for pnp... also add activate it in the makefilejmg1997-09-092-2/+182
|
* src/share/doc -> docjoerg1997-09-071-3/+3
|
* Wire tun(4) into the Makefile.joerg1997-09-072-3/+7
| | | | Slightly change the way how to credit NetBSD.
* This commit was generated by cvs2svn to compensate for changes in r29195,joerg1997-09-071-0/+216
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import NetBSD's tun(4) man page.joerg1997-09-071-0/+216
| | | | | | | | Obtained from: NetBSD
* | Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to usepeter1997-09-052-4/+10
| | | | | | | | | | | | | | | | .if in Makefiles. bsd.prog.mk and bsd.lib.mk do not depend on it however. Allow overriding of the -soname arg when building the lib*crypt.so* libs since libdescrypt.so and libscrupt.so both need a -soname of libcrypt.so so that the symlink is obeyed at runtime rather than at compile time.
* | Change the BINFORMAT definitions so that they do not depend on sys.mk,peter1997-09-053-6/+9
| | | | | | | | | | | | since 2.1.x make(1) apparently does not have the -m switch to set both the the bsd.*.mk and sys.mk location, and this breaks 'make world' from a 2.1.x system.
* | Add cvsup.ca.FreeBSD.org.jdp1997-09-051-1/+4
| |
* | "It's" -> "Its" in two places.jdp1997-09-041-3/+3
| |
* | Upgrade of EIDE DMA support, Johns comments:sos1997-09-041-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | * lots of fixes to error handling-- mostly works now * improve DMA timing config for Triton chipsets-- PIIX4 and UDMA drive still untested * generally improve DMA config in many ways-- mostly cleanup * clean up boot-time messages * rewrite PRD generation algorithm * first wd timeout is now longer, to handle drive spinup Submitted by: John Hood <cgull@smoke.marlboro.vt.us>
* | "Stable" now means RELENG_2_2.jdp1997-09-032-8/+8
| |
* | Add "options no_tld_query" to resolv.conf.brian1997-09-011-8/+13
| | | | | | | | | | | | Mention the capability in resolver(5). Mention that RES_OPTIONS can be used in resolver(5). Discussed with: -hackers
* | A first cut at some rules for building elf shared libs. Of particularpeter1997-08-303-3/+53
| | | | | | | | | | | | | | | | note, using "-Wl,-f" to generate a library objects list doesn't work anymore since the hack to ld hasn't been incorporated into binutils-2.8. (and the -f switch is used for something else already) This is disabled by default, don't panic! :-)
* | Add an example file for private E-Mail aliases. A user can sharewosch1997-08-283-3/+17
| | | | | | | | | | ~/.mail_aliases with different mail clients (e.g. mutt, mail) and can make ~/.mailrc readable and keep the aliases private.
* | Fixed cleandepend target. Subdirectories weren't handled unless SRCSbde1997-08-261-2/+2
| | | | | | | | was defined.
* | Add "distclean" to list of targets to descend into subdirs for.asami1997-08-221-2/+2
| |
* | (1) Be nicer about mtree file missing. (Actually, just suggest whereasami1997-08-201-3/+13
| | | | | | | | | | | | | | | | | | | | you can get one from.) (2) Use "reinstall" as DEPENDS_TARGET if target is "reinstall". In particular, this will make it possible to do a "make reinstall" on several NFS clients and have them install all dependencies correctly. Tested by: davidn
* | Fix the key marked '9' ')' ']' to produce ascii gs with control.sos1997-08-181-1/+1
| |
* | Add ~/.login_conf prototype with example of l10n (commented out)ache1997-08-182-1/+8
| |
OpenPOWER on IntegriCloud