Commit Graph

3099 Commits

Author SHA1 Message Date
Wolfram Schneider
c1f011d2f1 Polish fonts and keymap.
Submitted by: abial@warman.org.pl
PR: 4522
1997-09-22 21:44:54 +00:00
Justin T. Gibbs
c242996390 Updated timeout.9 man page describing the new callout interface. This
man page was based on the NetBSD version.
1997-09-21 22:12:19 +00:00
Andrey A. Chernov
d29578ea15 Describe all know capabilities now 1997-09-20 01:10:28 +00:00
Julian Elischer
d8afd6806c remove bad comment 1997-09-19 00:56:49 +00:00
Julian Elischer
7f87e13092 oops
somehow the file I was supplied with turned out to be EUC encoding..
luckily they can be translated by a simple c program :)
1997-09-19 00:51:52 +00:00
Julian Elischer
dc56f9cd0b make/install the japanese SJIS date locale file. 1997-09-18 19:16:51 +00:00
Julian Elischer
f1b4a89e74 Shift JIS versions of date stuff.
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..
1997-09-18 19:09:08 +00:00
Joerg Wunsch
a5b8be1a91 Explain the newer sio(4) flag values.
Fogotten by:	phk, bde
1997-09-14 18:55:41 +00:00
Wolfram Schneider
439edf13e0 PR: docs/3979
better wording

Submitted by: Tim Vanderhoek <hoek@hwcn.org>, Gary Howland <gary@hotlava.net>
1997-09-13 17:52:36 +00:00
Wolfram Schneider
a9cf19e2fa PR: docs/4347
Makefile doesn't support cleandepend
Submitted by: wlr@furball.wellsfargo.com
1997-09-13 17:49:21 +00:00
Jonathan M. Bresler
db29071bdb add an initialization file for the default editor "ee"
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
1997-09-12 19:38:32 +00:00
Jordan K. Hubbard
c58afa5621 D'oh! It works better if you remember to cvs add the file first! ;) 1997-09-11 14:31:55 +00:00
Jordan K. Hubbard
cf8c9b1128 OK, it's time to introduce the rc.conf(5) man page and kick the
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
1997-09-11 14:30:35 +00:00
Jordan K. Hubbard
da11a1b3b3 By popular request, change the default suggested value for CFLAGS
and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just
for userland.
1997-09-10 13:35:33 +00:00
Peter Wemm
d6fd8b89df Mention IPFIREWALL_DEFAULT_TO_ACCEPT and it's effect on rule 65535. 1997-09-10 03:11:36 +00:00
John-Mark Gurney
27495372d1 add the man page for pnp... also add activate it in the makefile 1997-09-09 12:53:38 +00:00
Joerg Wunsch
4112eb1da2 src/share/doc -> doc 1997-09-07 16:44:02 +00:00
Joerg Wunsch
468d8299dd Wire tun(4) into the Makefile.
Slightly change the way how to credit NetBSD.
1997-09-07 12:29:55 +00:00
Joerg Wunsch
6cbcc2bec9 This commit was generated by cvs2svn to compensate for changes in r29195,
which included commits to RCS files with non-trunk default branches.
1997-09-07 11:27:08 +00:00
Joerg Wunsch
f15d3ed0f2 Import NetBSD's tun(4) man page.
Obtained from:	NetBSD
1997-09-07 11:27:08 +00:00
Peter Wemm
e782d0b55d Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to use
.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.
1997-09-05 11:45:15 +00:00
Peter Wemm
3ec75cc6df Change the BINFORMAT definitions so that they do not depend on sys.mk,
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.
1997-09-05 09:09:56 +00:00
John Polstra
6b4558f1ea Add cvsup.ca.FreeBSD.org. 1997-09-05 04:59:22 +00:00
John Polstra
c12fbac488 "It's" -> "Its" in two places. 1997-09-04 20:59:33 +00:00
Søren Schmidt
1f7727a963 Upgrade of EIDE DMA support, Johns comments:
* 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>
1997-09-04 18:49:53 +00:00
John Polstra
6df92623e9 "Stable" now means RELENG_2_2. 1997-09-03 20:40:13 +00:00
Brian Somers
a367bd9e25 Add "options no_tld_query" to resolv.conf.
Mention the capability in resolver(5).
Mention that RES_OPTIONS can be used in resolver(5).
Discussed with: -hackers
1997-09-01 01:19:23 +00:00
Peter Wemm
8c05a446bf A first cut at some rules for building elf shared libs. Of particular
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! :-)
1997-08-30 23:23:18 +00:00
Wolfram Schneider
af6e68d72a Add an example file for private E-Mail aliases. A user can share
~/.mail_aliases with different mail clients (e.g. mutt, mail) and can
make ~/.mailrc readable and keep the aliases private.
1997-08-28 13:36:56 +00:00
Bruce Evans
662773e296 Fixed cleandepend target. Subdirectories weren't handled unless SRCS
was defined.
1997-08-26 16:54:33 +00:00
Satoshi Asami
2722459822 Add "distclean" to list of targets to descend into subdirs for. 1997-08-22 11:16:15 +00:00
Satoshi Asami
45d47e069f (1) Be nicer about mtree file missing. (Actually, just suggest where
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
1997-08-20 03:44:14 +00:00
Søren Schmidt
08bc46952f Fix the key marked '9' ')' ']' to produce ascii gs with control. 1997-08-18 16:21:38 +00:00
Andrey A. Chernov
ffff48e8e9 Add ~/.login_conf prototype with example of l10n (commented out) 1997-08-18 03:07:43 +00:00
John Polstra
31b808742b Agnus Dei, qui tollis peccata mundi, dona eis requiem sempiternam. 1997-08-18 00:06:48 +00:00
John Polstra
dd3d48de45 Add new CVSup mirror sites. 1997-08-17 20:26:36 +00:00
Steve Price
6da0bcbdf2 Note that sticky text executables are no longer supported.
PR:		docs/4198
Submitted by:	Ada T. Lim <ada@not-enough.bandwidth.org>
1997-08-17 00:15:46 +00:00
Steve Price
247ca3ded5 Add a slightly modified version of NetBSD's diskless.8 manpage.
PR:		docs/2153
Obtained from:	NetBSD
1997-08-16 23:59:29 +00:00
Steve Price
d0ac832164 Add a cleandepend target and tidy up a bit.
PR:		docs/3257
1997-08-16 23:40:26 +00:00
Andrey A. Chernov
1409b687c9 Remove LANG settings from here, they must be in login classes instead 1997-08-15 23:41:27 +00:00
Wolfram Schneider
02c7e1cb34 install dot.shrc
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-08-13 23:16:54 +00:00
Adam David
8e78364702 typo and reword
Submitted by:	garbanzo@hooked.net (Alex)
1997-08-12 20:07:22 +00:00
Eivind Eklund
16e1a942f7 Activate the bios.9 manpage.
PR:	4215
1997-08-12 18:24:44 +00:00
Steve Price
97b03f87de Mention vty* in the man page.
PR:		bin/3741
Submitted by:	Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-08-11 01:25:06 +00:00
Joerg Wunsch
5367882b0d Add a man page for sb(4).
Submitted by:	garbanzo@hooked.net (Alex)
1997-08-10 08:09:01 +00:00
John Polstra
991d8bd99f Add cvsup2.ua.freebsd.org.
Rename the MIT mirror to cvsup3.freebsd.org.
1997-08-07 05:12:41 +00:00
Satoshi Asami
2799473b0c Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patch
a couple *.mk files to enable -current world building on really old
machines (e.g., 2.1.5).

Reviewed by:	too many many people to list here, special thanks to bde
1997-08-05 03:49:49 +00:00
Steve Passe
5efb75076f Add SMP(4) as a link to smp(4). 1997-08-04 21:11:24 +00:00
Steve Passe
17251018d8 Added missing SMP kernel manpage.
Mostly a stub at this point, needs alot of work.

Noticed by:	Steve Roome steve@visint.co.uk
1997-08-04 21:02:11 +00:00
Wolfram Schneider
386e883716 Move aliases and shell flags from .profile to .shrc so these settings
are effective in interactive non-login shells, e.g. xterm or su(1).

Submitted by: Wolfgang Helbig <helbig@ba-stuttgart.de>
Finally close PR #3740
1997-08-03 18:37:46 +00:00