Commit Graph

212 Commits

Author SHA1 Message Date
Jordan K. Hubbard d3a29150be Add new files from Wilko (and in their proper place).
Submitted by:	Wilko Bulte
1994-09-29 13:54:36 +00:00
Jordan K. Hubbard ccd314ec46 Don't hardcode patch and its arguments. Not quite the same patch as submitted
by Robert Withrow, but he prodded me into thinking about it again.  Thanks, Rob.
1994-09-28 14:19:30 +00:00
Garrett Wollman d2920e07e6 Lots of kernel code requires vnodE_if.h, so provide code to generate it
if requested.  LKMs which need it should use:

SRCS+=	vnode_if.h
CLEANFILES+= vnode_if.h vnode_if.c

These rules were already present for VFS LKMs; now they are enabled all
the time.  (VFS LKMs do not need the fragment above; it is still done for them.)
1994-09-26 22:34:04 +00:00
Andrey A. Chernov 2b52c6fada 80x50 russian console added:
cons50r|cons50-koi8-r|80x50 koi8-r FreeBSD console:\
Aliases to koi8-r console added:
cons25r|pc3r|ibmpc3r|cons25-koi8-r|FreeBSD console for syscons koi8-r code table:\

ISO 8859-1 console 80x25 and 80x50 added with full semigraphics description
cons25l1|cons25-iso8859-1|80x25 ISO 8859-1 FreeBSD console:\
cons50l1|cons50-iso8859-1|80x50 ISO 8859-1 FreeBSD console:\
1994-09-26 22:02:38 +00:00
Andrey A. Chernov 73c3e31517 Remove 'default' keymap, I forgot, that this work done by vidcontrol -L 1994-09-26 20:00:55 +00:00
Garrett Wollman 6a148e704c Correct Europe/Helsinki specification: usee E-Eur not M-Eur rules. 1994-09-25 23:29:38 +00:00
Andrey A. Chernov 1fba98b18d Add default screen map to undone changes 1994-09-25 11:36:00 +00:00
Andrey A. Chernov 2c7629f408 Add standard VGA fonts set 1994-09-25 10:50:29 +00:00
Andrey A. Chernov cb12dc03e8 syscons subdir added 1994-09-25 04:01:37 +00:00
Andrey A. Chernov 8c9e3ad690 Add SCRMAPS to clean target, fix install target 1994-09-25 03:59:46 +00:00
Andrey A. Chernov bdd382022d Add missing Makefile 1994-09-25 03:53:59 +00:00
Andrey A. Chernov 64382c4105 Add missing Makefile 1994-09-25 03:42:20 +00:00
Andrey A. Chernov 8883fe052d Generate screen map from source (from 1.1.5.1) 1994-09-25 03:41:43 +00:00
Andrey A. Chernov eaa43ba0d2 Add syscons to DIRS list, pointed by wollman 1994-09-25 03:11:27 +00:00
Andrey A. Chernov 76b1522b20 Update with new names 1994-09-25 02:48:49 +00:00
Andrey A. Chernov 8183acb85e Russian screen map added 1994-09-25 02:45:03 +00:00
Andrey A. Chernov 254915e9ab Rename russian fonts to more proper names 1994-09-25 02:30:45 +00:00
Rodney W. Grimes 3e9ab531ca Fixed typo that caused make install to fall if SHARED=copies. 1994-09-23 07:47:43 +00:00
Rodney W. Grimes 2bda0e5dc8 Revert to installing /etc/files from src/etc. 1994-09-23 07:19:25 +00:00
Rodney W. Grimes 2c5fdcb65e fbtab: Pulled down from Attic, fixed spaces to tabs.
make.conf: Pulled in the following changes that had been commited
to share/examples/etc:
----------------------------
revision 1.6
date: 1994/09/20 22:30:33;  author: adam;  state: Exp;  lines: +3 -3
BOOTWAIT example converted to milliseconds calibration
----------------------------
revision 1.4
date: 1994/09/19 21:35:28;  author: wollman;  state: Exp;  lines: +7 -1
Document NO_SHARED_LIBCC_INT.
----------------------------
revision 1.3
date: 1994/09/19 21:28:11;  author: wollman;  state: Exp;  lines: +12 -17
Install /etc from the same source as /usr/share/examples/etc (mostly).
----------------------------
revision 1.2
date: 1994/09/19 02:05:08;  author: ache;  state: Exp;  lines: +1 -11
Remove STARTUP_LOCALE, obsoleted now
----------------------------
revision 1.1
date: 1994/09/08 19:08:59;  author: jkh;  state: Exp;
Add a sample make.conf.  Also document the new X11BASE variable, and
expand some of the documentation for other entries.
Submitted by:   jkh
----------------------------

manpath.config: Pulled down from Attic, and merged share/examples/etc
changes.

rc: Pulled in the following change from share/examples/etc:
----------------------------
revision 1.2
date: 1994/09/19 23:13:37;  author: ache;  state: Exp;  lines: +1 -2
Remove warning about adjkerntz /var/run file
----------------------------
1994-09-23 07:16:13 +00:00
Andrey A. Chernov d021b04329 Add left/right arrows to graphics entry for vt100 family 1994-09-22 23:30:38 +00:00
Andrey A. Chernov d63dc3e95e Add semigraphics chars description to vt100 family 1994-09-22 23:18:43 +00:00
Steven Wallace 5df5c6ab16 change COOKIE directory from .CURDIR to WRKDIR since a user may not have
write permission to .CURDIR but write permission to WRKDIR.
Also, WRKDIR may be deleted and cookie still exist in CURDIR.
1994-09-22 07:45:30 +00:00
Garrett Wollman 1aa57be361 Make it easier to create filesystem LKMs by doing most of the
work in the Makefile.  Just define VFS_LKM and you're off!
1994-09-21 03:49:59 +00:00
Garrett Wollman f274239ba0 Documented YP functionality, part II. 1994-09-20 22:44:37 +00:00
Bruce Evans 254b131faa Fix the order of includes (*.mk must be included after *.inc). 1994-09-20 05:25:38 +00:00
Andrey A. Chernov c0b605c3d9 Remove warning about adjkerntz /var/run file 1994-09-19 23:13:37 +00:00
Garrett Wollman d1e0c8254c Install /etc from the same source as /usr/share/examples/etc (mostly). 1994-09-19 21:28:28 +00:00
Adam David 6766ed571b More reasonable example of BOOTWAIT parameter
Added comment about multiplication factor
1994-09-19 20:10:10 +00:00
Andrey A. Chernov 89c8b5adfd Remove STARTUP_LOCALE reference, obsoleted 1994-09-19 02:02:55 +00:00
Jordan K. Hubbard 724a286e43 Modified DEPENDS rule so that anything you depend on gets both
made AND installed.  Folks, check out DEPENDS if you have one port
that depends on another!  With this change, it should be really convenient
to use.
1994-09-19 01:08:35 +00:00
Andrey A. Chernov 9e5efb09f2 DESTDIR added to PORTSDIR definition 1994-09-19 00:41:03 +00:00
Garrett Wollman ac1a8b47c7 Emendation to previous commit: only create static INTERNALLIBs if
INTERNALSTATICLIB is also set.
1994-09-18 22:22:32 +00:00
Garrett Wollman 66415998d0 It turns out that occasionally you want both shared and static versions
of INTERNALLIBs, so generate both.
1994-09-18 22:06:04 +00:00
Jordan K. Hubbard 061c9be80f New man pages from Wilko Bulte.
Reviewed by:	jkh
Submitted by:	Wilko Bulte
1994-09-18 00:00:36 +00:00
Gary Clark II 62a14fa304 Added new entry 1994-09-16 18:51:50 +00:00
Gary Clark II 66a82712a0 Added first system entry (mine)
Reviewed by:
Submitted by:
Obtained from:
1994-09-16 18:46:09 +00:00
Gary Clark II f26b0603d2 Added version string (All new FAQ stuff should have one) 1994-09-16 18:35:24 +00:00
Gary Clark II c731a0a5b4 Started cleaning up FAQ directory for 2.0.
Move old FAQ to FreeBSD-1.1.FAQ
Started new FAQ
Move old Systems to Systems-1.1.FAQ
Started new Systems
moved slip-dialup to Slip.FAQ (Needs to be reworked for 2.0)

More work to come...
1994-09-16 18:24:41 +00:00
Jordan K. Hubbard e82b0b99c1 Add support for DEBUG_FLAGS. If you say something like:
make DEBUG_FLAGS=-g2

You can compile something for debugging at debugging level 2.
It will also take care not to strip the resulting executable(s).
1994-09-16 14:30:25 +00:00
Søren Schmidt c712881405 Syscons keymap files, now in human readable format.
Reviewed by:
Submitted by:
Obtained from:
1994-09-15 07:34:30 +00:00
Søren Schmidt 7602b0ede8 Syscons fonts imported. Note they are now in ascii format.
Reviewed by:
Submitted by:
Obtained from:
1994-09-15 07:33:13 +00:00
Andrey A. Chernov 484a89a5c7 Change "ansi" name from cons25 to "ansis" to remove duplicate names
which rejected by cap_mkdb program
1994-09-15 00:28:54 +00:00
Garrett Wollman 639a2e5035 A make system file for building LKMs, derived from bsd.prog.mk. 1994-09-14 21:59:28 +00:00
Garrett Wollman 3f456ab8d7 Tell unconfigured users to use tzsetup rather than read the zic
manual page (which will only confuse them even more than they already are).
1994-09-14 19:35:02 +00:00
Jordan K. Hubbard e967aefa34 Remove obsolete bundle target, add new fetch target. 1994-09-14 16:42:37 +00:00
Jordan K. Hubbard bcb015defb Don't assume / seperator between site name and dist file in fetch. 1994-09-14 15:30:44 +00:00
Jordan K. Hubbard ce72790607 Update this to list all of our cvs* mailing lists, describing each one
in some small detail.
1994-09-14 09:50:56 +00:00
Garrett Wollman 776088cef3 Don't build Pacific Presidential Election Time; it has no legal standing,
and results in a bogus link and US/ directory.
1994-09-13 22:02:46 +00:00
Garrett Wollman c15219878a New method for installing timezone data files, not nearly as complicated
as the previous one, and better integrated with the build scheme.

Define OLDTIMEZONES to get backward-compatibility links added.
Define LEAPSECONDS if you want leap-second support.
1994-09-13 21:54:06 +00:00