Commit Graph

1189 Commits

Author SHA1 Message Date
bde
5dc3d40d7d Implemented `-c command'.
Fixed bitrot (__dead went away; EOF is now wrong for the getopt failure
value).

Moved sleep command to the end of the main loop to avoid mismatch between
main loop and the report loop.  There is an extra iteration that could be
used to calibrate the loop overhead, but was used to report wrong results.

Fixed usage message.
1997-06-29 22:43:01 +00:00
alex
e5ccd3d79c Typo police. 1997-06-18 00:35:53 +00:00
bde
1cd3c44a3b Updated serial console options. 1997-06-09 05:38:41 +00:00
jmz
14c035ab6a The 'wormcontrol select' command no more exists. 1997-05-19 17:35:57 +00:00
jdp
05ead07af8 Include the new "src-contrib-crypto" collection. 1997-05-19 17:22:52 +00:00
jkh
03469ec934 mkisofs.new -> mkisofs (whoops! just noticed this) 1997-05-14 09:39:22 +00:00
andreas
6a061964c3 synchronize with bsd.doc.mk (long outstanding fix)
PR:		closes docs/3479
1997-05-03 19:58:39 +00:00
asami
0cb3b460eb Add ports-converters and ports-textproc targets. 1997-04-27 00:36:47 +00:00
danny
bbb4a1f3a5 Suggested by: David Nugent
Change the name of ppp.disabled to ppp.deny for consistency with
at.deny and friends.
1997-04-16 02:10:22 +00:00
asami
54f4bf0d7d Add comments about overridable MASTER_SITE_* variables.
Suggested by: Narvi <narvi@haldjas.folklore.ee>
1997-04-15 08:16:44 +00:00
danny
f38d855ac2 List of users who may not use pppd in system password logins, and a
sample list of acceptable shells.
1997-04-15 07:15:15 +00:00
bde
99eb1ced50 Removed bogus unused #include. 1997-04-13 11:31:20 +00:00
bde
85e51be200 Removed bogus unused #include. 1997-04-13 11:24:29 +00:00
bde
220fb513a1 Updated to use new MOD_SYSCALL() and MOD_DISPATCH() macros.
Removed bogus unused #include and unused #includes.
1997-04-13 11:10:40 +00:00
jkh
376c4fd174 Add a -b option to make the resulting CDROM image bootable
(requires new mkisofs 1.10 port).
1997-04-13 06:43:58 +00:00
dufault
e62e4c624a Make MOD_* macros almost consistent:
Use the name argument almost the same in all LKM types.  Maintain
the current behavior for the external (e.g., modstat) name for DEV,
EXEC, and MISC types being #name ## "_mod" and SYCALL and VFS only
#name.  This is a candidate for change and I vote just the name without
the "_mod".

Change the DISPATCH macro to MOD_DISPATCH for consistency with the
other macros.

Add an LKM_ANON #define to eliminate the magic -1 and associated
signed/unsigned warnings.

Add MOD_PRIVATE to support wcd.c's poking around in the lkm structure.

Change source in tree to use the new interface.

Reviewed by:	Bruce Evans
1997-04-06 11:14:13 +00:00
jmg
9a314cee52 arg... add back the "stray" `-' (it is used by indent) 1997-04-03 00:36:26 +00:00
jmg
b26619f673 remove a stray `-' 1997-04-02 11:26:59 +00:00
mpp
74212b970b Remove some garbage text. 1997-04-02 00:09:14 +00:00
scrappy
ddb46bb17f Remove MAKEFLAGS example from /etc/make.conf...
Bruce points out that it breaks things if someone doesn't do a 'make depend',
but I just found out that it breaks 'make depend' itself :(
1997-03-31 05:26:39 +00:00
scrappy
f88ab1083b Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example 1997-03-30 23:43:41 +00:00
joerg
386a690a20 top(1) has a tunable parameter for the hash size to hash the user
entries.  Mention it in make.conf.
1997-03-25 00:04:33 +00:00
mpp
36c0c94721 Use the .An macro in the AUTHOR section. 1997-03-20 16:14:21 +00:00
mpp
c945093abc Update to use the .Rv macro now that I know it exists :-). 1997-03-19 21:08:48 +00:00
asami
3426a09f7e Add ports-korean. 1997-03-06 06:18:51 +00:00
asami
02bdf35c5a Add ports-korean. 1997-03-06 06:05:22 +00:00
bde
129e9bbfe8 Synced with the C example copyright. Cosmetic except for removing
clause 3, which was removed on 1996/08/03 in the C example.
1997-02-28 10:09:09 +00:00
bde
ea979e9715 Show where the version control id should go. 1997-02-28 09:35:50 +00:00
bde
90f3dfd6d9 Changed the example copyright to be closer to the ones that we actually
use:
- don't put [your name] on a a separate line.  Most authors have shorter
  names than "The Regents of the University of California".
- don't repeat [your name].
1997-02-28 09:24:11 +00:00
mpp
91da5c1099 Remove the -lrpclib, since it causes the build of these examples
to fail.

Closes PR# 2359

Submitted by:	Pedro A M Vazquez <vazquez@IQM.Unicamp.BR>
1997-02-26 06:56:57 +00:00
peter
f173325ac8 Revert $FreeBSD$ to $Id$ 1997-02-23 09:21:14 +00:00
peter
83b3c2c161 Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
mpp
440508194b These will appear in 2.2, not 3.0.
Pointed out by: wosch
1997-02-17 16:39:53 +00:00
bde
9e8f1bd4ec Select between the generic math functions and the i387-specific ones
at runtime.

etc/make.conf:
Nuked HAVE_FPU option.

lib/msun/Makefile:
Always build the i387 objects.  Copy the i387 source files at build
time so that the i387 objects have different names.  This is simpler
than renaming the files in the cvs repository or repeating half of
bsd.lib.mk to add explicit rules.

lib/msun/src/*.c:
Renamed all functions that have an i387-specific version by adding
`__generic_' to their names.

lib/msun/src/get_hw_float.c:
New file for getting machdep.hw_float from the kernel.

sys/i386/include/asmacros.h:
Abuse the ENTRY() macro to generate jump vectors and associated code.
This works much like PIC PLT dynamic initialization.  The PIC case is
messy.  The old i387 entry points are renamed.  Renaming is easier
here because the names are given by macro expansions.
1997-02-16 18:26:31 +00:00
jmg
06b2e5746c some stylistic changes... "you name here" and "you name" to "your name"
2.2 Candidate
1997-02-14 04:16:19 +00:00
jkh
56bd74b435 Document FTP_PASSIVE_MODE in the place where I usually set it. 1997-02-13 09:07:32 +00:00
julian
e6b42ddfe1 Description of what the files in this directory do..
(create sample device drivers on request)
1997-02-02 07:35:59 +00:00
julian
bd62efe166 These two shell scripts will
create a skeleton device driver.
one for a real device and the other for a pseudo device.
they each take one argument which is the name (prefix) for the driver.

they add the new file to the /sys tree and add appropriate config files
etc for a build.

hopefully others will build on this so that we get
1/ these drivers improved and the shell scripts
improved in how/where that hook the new code in.
2/ similar tools for providing skeletons for other
modules (I'm tempted to do a VFS filesystem skeleton :)

please take a look and fix anything that maybe should be added.
they compile and link fine,
but I think I wouldn't trust them, as faar as RUNNING yet :)
(well they really wouldn't do very much being skeletons..

we need to add PCI  and EISA skeletons as well
followed by a SCSI driver skeleton.
1997-02-02 07:19:30 +00:00
jdp
2ad3971515 Update the list of CVSup mirror sites. 1997-02-01 05:40:36 +00:00
alex
a3118e8c68 Sweep through the tree fixing mmap() usage:
- Use MAP_FAILED instead of the constant -1 to indicate
    failure (required by POSIX).
  - Removed flag arguments of '0' (required by POSIX).
  - Fixed code which expected an error return of 0.
  - Fixed code which thought any address with the high bit set
    was an error.
  - Check for failure where no checks were present.

Discussed with:	bde
1997-01-16 21:58:40 +00:00
jkh
808a36ef65 Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
mpp
649560e2de Update the copyright notices to match our bsd-copyright example. 1997-01-09 07:26:05 +00:00
mpp
fe9d880f17 Add some real example diagnostics to example.[14]
Add all of the possible errno's to example.3.

Show examples of the .Bx (BSD) and .At (AT&T UNIX) macros
in the various HISTORY sections.

Add some .Rs/.Re (used for referencing things other
than man pages) in the SEE ALSO sections.

Suggested by: wollman
1997-01-09 06:32:22 +00:00
wosch
d7f28ed2da printing examples, automatically generated from
src/share/doc/handbook/printing.sgml with src/tools/tools/epfe/epfe.pl
1997-01-02 22:47:46 +00:00
mpp
ae3a5816ec Correct one minor style point. 1997-01-02 21:10:30 +00:00
mpp
6ee379ab9e Moved these from /usr/share/misc/mdoc to /usr/share/examples/mdoc,
since it seemed like a better place, and the makefiles for
/usr/share/examples didn't need to be fussed with.

The old stuff can be removed from the Attic.
1997-01-02 20:37:25 +00:00
bde
df0e60daaf Use -C instead of -c for installing non-header source files. 1997-01-01 05:04:34 +00:00
mpp
0bc3622c28 Fix typo. 1996-12-28 22:28:46 +00:00
wosch
f3d6030bce a README 1996-12-28 20:38:31 +00:00
jdp
a65d4c9aae Add src-release and src-tools collections.
Inspired by:	ache
1996-12-27 04:03:06 +00:00
ache
8a8b76f982 Add missing src-release and src-tools to individual targets list 1996-12-25 01:51:53 +00:00
peter
b6b474ae72 Add commented out samples on how to activate the compat libs during build.
Note that nothing is stopping somebody from cd'ing to src/lib/compat/<dist>
and doing a 'make all install' there by hand.
1996-12-23 05:17:09 +00:00
ache
a9973bd449 cvsup client moved from sbin to bin
2.2 candidate
1996-12-16 03:37:59 +00:00
jdp
9f515f9fd2 Update the sample cvsupfiles to take advantage of the new "*default"
feature in CVSup-14.0.  You no longer need a 200-column window to look
at them.

Also did some general cleanups, and corrected some errors.

2.2 candidate.  These should be brought directly into 2.2 if at all
possible, since they correspond with the CVSup release whose port is
going to go into 2.2.
1996-12-15 00:34:52 +00:00
asami
9babd021fe Add ports-vietnamese, delete ports-distfiles. 1996-12-05 11:27:53 +00:00
wosch
72742458df removeuser moved from /usr/share/examples/removeuser to /usr/sbin/rmuser 1996-11-17 03:59:46 +00:00
jdp
1a38735f41 Correct many errors of commission and omission in the example
CVSupfiles.
1996-11-10 21:51:31 +00:00
asami
58ee8f696c Add ports-chinese and ports-mbone. 1996-11-07 12:38:48 +00:00
jkh
572a11d228 Amend the README to mention "dummy" feature. Nobody will read the
README, but at least I can say it's doc'd. :)
1996-11-06 13:54:35 +00:00
jkh
ea71174ad4 Since Joerg reminded me, make a small change to this file in
order to allow the user to also say:
	burncd mybigimage dummy

To enable a dummy burn.  Saves on blanks during testing. :)
1996-11-06 13:52:57 +00:00
joerg
3027e72f0e Minor bugfix in the cdburn example (one rtprio was missing). 1996-11-06 13:29:42 +00:00
ache
7737dfdd62 Add -z to CVSupflags, it iz safe because it is done by zlib,
not by extra gzip child
1996-11-01 17:12:07 +00:00
asami
632f5aadbc Add ports-astro. 1996-10-24 11:26:16 +00:00
pst
ae8e60c145 catch a mismatch after final review... 1996-10-14 17:27:53 +00:00
pst
3d16420dd5 Expose the control mechanism for serial console boot so that the default
shipped with freebsd can be changed without modifying the Makefiles directly.

Creates:	BOOT_FORCE_COMCONSOLE
		BOOT_PROBE_KEYBOARD
		BOOT_PROBE_KEYBOARD_LOCK
		BOOT_COMCONSOLE			(port value for console)
1996-10-14 17:25:53 +00:00
jkh
203e0f2e7b Whups, do what I really intended for the copyright string argument here
(that's why there's all those shifts! :).
1996-10-10 09:36:17 +00:00
max
abca754cfd A necessary space was missing.
(Sorry for the needless commits.)
1996-10-06 01:36:51 +00:00
max
e48a2fca6e Back out my previous change.
Pointed Out By:	rgrimes
1996-10-06 01:26:53 +00:00
max
a22fb27a13 Changed prefix=/usr to prefix=/usr/ports in the collection ports-all,
just as other collections.
1996-10-06 00:02:05 +00:00
ache
e5ff1bbc6e Use full path for cvsup 1996-10-05 19:41:31 +00:00
ache
6489788a4c Add CVSup block (commented out) 1996-10-05 18:51:45 +00:00
jkh
76b116d2fd Relax the argument checking - it caused it to fail in the perfectly
legitimate cd-to-worm copy case.
1996-10-04 12:30:16 +00:00
markm
2766d201c3 fix up the secure-* files for cvsup.internat.freebsd.org, and add one for
the crypto CVS tree.

(Does this mean...? Yes! Yes! The International Crypto Site is serving
CVSUP! Yay! Give the man a Nobel Prize!)
1996-09-29 11:26:32 +00:00
peter
bc8f99d2a6 Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing option
since the cc1/cc1plus backends were linked static some time ago.
1996-09-21 14:30:23 +00:00
asami
e14f2b3e4b Add ports-chinese. 1996-09-14 02:24:25 +00:00
jkh
e869b60145 Do the right thing even if the source tree is a bunch of symlinks, say
lndir'd to a CDROM.
Submitted-By: Richard Wackerbarth <rkw@shrimp.dataplex.net>
1996-09-06 06:30:57 +00:00
asami
08e06a14fa Change prefix of ports-all from "/usr/ports" to "/usr", so that the
ports collection won't end up in "/usr/ports/ports".

Verified by:	Steve Passe <smp@csn.net>
1996-08-29 12:06:22 +00:00
ache
f79b9d498c Back out src-tools addition, src-etc target must be fixed instead 1996-08-28 18:54:49 +00:00
ache
4a524e06c3 Add missing src-tools 1996-08-28 18:08:20 +00:00
ache
d56ed60ee7 Add missing src-tools 1996-08-28 14:06:32 +00:00
jkh
82c1d5d3d3 Add cvsup.nl.freebsd.org 1996-08-21 10:16:49 +00:00
jkh
2d6a22ba7a Whups! Forgot to do my edits for sup.FreeBSD.org -> cvsup.FreeBSD.org
before doing the commit.
1996-08-21 00:26:30 +00:00
jkh
0137409b58 Clean up some of the example docs, add a set of example files for cvsup
now that we're actively promoting that service.
1996-08-21 00:23:56 +00:00
wosch
b6b7ab5f10 delete rule 3 (advertising) from copyright
resolve symlinks before removing user's home directory
with /bin/rm -rf <home dir>

Submitted by: Guy Helmer <ghelmer@alpha.dsu.edu>
1996-08-11 13:03:25 +00:00
jkh
48a7a75bc1 Sync copyright notices.
Noticed-By: jfieber
1996-08-03 14:26:41 +00:00
nate
355654deb0 Changes to the SLIP support files to show how to do proxy ARP. 1996-08-03 05:43:40 +00:00
wosch
47677752eb This commit was generated by cvs2svn to compensate for changes in r17073,
which included commits to RCS files with non-trunk default branches.
1996-07-10 22:29:30 +00:00
wosch
d8e4fc26f8 import removeuser from Guy Helmer
see file TODO for known problems
1996-07-10 22:29:30 +00:00
phk
f345bebc32 Add the contrib collection to supfiles.
(SUP-mirrors take notice !)
1996-06-26 05:40:58 +00:00
nate
e7f8471784 Add the (commented out) OBJLINK hook. 1996-06-24 16:50:39 +00:00
jkh
0f3adf64a0 Add some examples on burning CDRs - I figured it was about time to
document it! :-)
1996-06-23 16:34:44 +00:00
ache
c7313d96f9 Remove advertising actions requirement, they are too bothering for anyone 1996-06-17 19:05:38 +00:00
jkh
81821ce5ba Update the comments at the top of these things to fit reality. Sup hasn't
been a package which you need to add on for awhile now. :-)  Also mention
hooks in /etc/make.conf for `make update' fans.
1996-05-04 14:08:49 +00:00
asami
6508c38459 Add ports-all and comment out individual ports-*. Add commented out
ports-distfiles to ports-supfile.  Add explanations.
1996-04-30 21:05:07 +00:00
asami
5cc0c21531 Take out quotes around MOTIFLIB. Clarify comments a bit, most users
don't have to touch neither X11BASE nor MOTIFLIB.

Reported by:	kmitch@phantasma.bevc.blacksburg.va.us
1996-04-21 08:56:32 +00:00
dima
45c2d4f4f6 Added sup5.freebsd.org (burka.rdy.com)
Obtained from: DNS :-)
1996-04-20 08:12:46 +00:00
ache
2d55190c7f Back out my MOTIF_STATIC change, it is unnecessary 1996-04-16 11:47:29 +00:00
ache
7dd8453c64 Document MOTIF_STATIC 1996-04-13 06:40:19 +00:00
asami
4c51aabd03 Add commented-out definitions of HAVE_MOTIF and MOTIFLIB. 1996-04-12 09:28:14 +00:00
wollman
787f72eb7d This commit was generated by cvs2svn to compensate for changes in r14895,
which included commits to RCS files with non-trunk default branches.
1996-03-28 21:20:22 +00:00
wollman
808918a21b A sample program for /dev/perfmon 1996-03-28 21:20:22 +00:00
ache
ee6c90f5c0 Increment network byte order properly
Reviewed by: wollman
1996-03-12 10:23:30 +00:00
asami
013d83681a Add NOPORTDOCS, similar to NOMANCOMPRESS. It prohibits additional
port documentation (which can be things like postscript manuals
describing every single of the 65,536 options) from being installed
into ${PREFIX}/share/doc.
1996-03-06 09:10:23 +00:00
ache
ad70e1021b -u unit-command example 1996-02-17 19:36:08 +00:00
adam
6fb166aaa1 improve the comment for BOOTWAIT 1996-02-15 21:14:36 +00:00
ache
ef3f867ce4 Be more specific about Europe servers 1996-02-05 17:37:54 +00:00
mpp
f07c8e8840 Added a little more verbage to the top of this document and
added sup2.au.freebsd.org.
1996-02-05 17:15:38 +00:00
ache
ff34863072 Alternative SUP servers list (correct me, if I forgot smth) 1996-02-04 23:23:31 +00:00
bde
3d19869083 Use `make' loops instead of shell loops to install things. This fixes
the verbose output for `make -s install' and gives nicer output for
`make install' and `make -n install'.  This method should be used more.

Install meteor and startslip.  In fact, install all subdirectories
except CVS.  This method should be used more so that SUBDIR lists don't
have to be changed so often (special cases could be handled by short
exclusion lists).
1996-01-21 17:57:25 +00:00
ache
0a15b5f2b0 Remove -fno-strength-reduce, gcc bug fixed recently 1996-01-05 18:54:07 +00:00
peter
ab124e78b0 recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
bde
c37e7feb99 Updated lkm examples to work with prototype-related changes to the
MOD_MISC() and DISPATCH() macros.

Renamed new_syscall module as new_syscall_mod.  It seems to be standard
to have module names ending with _mod, and this may be forced when
MOD_SYSCALL() and MOD_VFS() are updated to match MOD_MISC().

Cleaned up lkm examples a little.
1995-12-25 07:19:32 +00:00
ache
15fd087031 Back out my prev commit, I didn't fully update some things on my machine :-( 1995-12-21 09:09:53 +00:00
ache
55390beab7 Fix collection names to reflect reality 1995-12-21 08:10:47 +00:00
peter
14d68eb924 Dive in the deep end and change the examples installation method.. :-/
the 'rm -rf' and cpio was bugging me because rdist used to get false hits
and also it installs the files with the wrong uid.
I've tried this by running a find .. -exec ${INSTALL} ...; instead...
1995-12-11 03:03:24 +00:00
gibbs
97e282dba7 Fix spelling errors.
Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
1995-12-10 19:27:40 +00:00
markm
15aa2e7538 Modify the supfile collection target names in accordance with Freefall's
convention. My international site has been fixed!
1995-12-10 08:08:16 +00:00
asami
4c9a004099 Add ports-www. 1995-12-10 08:04:21 +00:00
gibbs
1ceb7f96aa Official CVS supfile in preparation for opening of our tree. 1995-12-10 07:35:44 +00:00
gibbs
50f54171de Seeing as I was elected without nomination to being SUP meister, update
these files a bit.  The entries for the International secure collections
don't match Freefall's naming conventions, but hopefully MarkM will fix that
soon.  Each file now has an extensive header describing what it is, how
to use it, and how you may want to customize it for a particular system.
1995-12-10 02:39:24 +00:00
ache
ba1e929d03 Yet one conf example 1995-12-09 05:11:02 +00:00
nate
60a6c40d39 Added support for the slip.hosts options 'normal', 'compress', 'noicmp',
and 'autocmp'.

Obtained from: (mostly) slattach and (slightly) 1.X
1995-12-04 06:10:29 +00:00
ache
8a654117aa Remove ports-utils 1995-11-30 19:57:56 +00:00
asami
d26203577f Add ports-misc and ports-www. 1995-11-30 07:18:26 +00:00
ache
8e50858f81 Refle 1995-09-30 17:20:27 +00:00
jfieber
717f110c0c Add sup. 1995-09-30 15:46:54 +00:00
jfieber
e6cc220726 Move supfile examples from share/FAQ/extras to share/examples/sup 1995-09-30 15:24:57 +00:00
ache
d55aa6df3b Change SUPFILEx order, secure first, ports second to make base system update first
All stuff commented out
1995-09-28 14:59:44 +00:00
peter
f354a9c51e Fix typo.
The skeleton still had one reference to "THE REGENTS" instead of "[your name]"
1995-09-22 20:47:03 +00:00
ache
9299d1d254 Update to reflect new options 1995-09-15 20:15:10 +00:00
ache
3cfbb2019c Reflect new LINE env variable addition 1995-09-15 16:45:49 +00:00
ache
af12deb11c Add -fno-strength-reduce to -O2 optimization, all stuff commented out 1995-09-15 01:05:41 +00:00
ache
02aaca1d68 Add commented out entries for SUP update, 3 standard supfiles handled:
standard/ports/secure
1995-09-15 01:03:55 +00:00
ache
299c41389a Add startslip example 1995-09-14 23:49:31 +00:00
jkh
2b17fbec31 Bring in example files for Mark Tinguely and Jim Lowe's Matrox Meteor driver.
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 16:54:54 +00:00
wollman
33bed8dfd6 Added a copy of my little program to find the IP address of the outgoing
interface for a particular remote host.

Requested by: Joerg Wunsch <j@uriah.heep.sax.de>
1995-08-14 16:08:39 +00:00
joerg
13b5465e81 Make this example actually compile again. Rename the module so that
it will get a unique .o file name, and convert the module's Makefile
to use <bsd.mod.mk>.
1995-08-12 17:26:37 +00:00
joerg
a85ef14c30 Do not omit the Makefiles when installing the examples; they are part
of them.  Also correct the omission of CVS files by abusing the find
syntax instead of grepping.

Closes PR #bin/636.
1995-08-12 16:28:10 +00:00
joerg
7cccd0e4ec Make this bugger actually compile and work again:
o a couple of header files have been missing

o convert the LKM Makefile to use <bsd.kmod.mk>

o rename the module to ``misc_mod'' (as opposed to ``miscmod''), so
  the module name can be made identical to the module's file name,
  avoiding the clash with one of the component's .o file names

o modstat(1/8) has been moved meanwhile
1995-07-27 09:45:28 +00:00
rgrimes
b381ad93a8 [I cvs admin -o the last one of these you saw, it was commited on
the wrong branch :-(]

Eliminate incorrect double negative logic Bruce has been gripping
about for a year now.  Change = no_way to = true.

Submitted by: bde (sort of, patch by me :-))
1995-07-13 09:15:50 +00:00
rgrimes
f4ec3663df Remove CCFPU, it is no longer used any place in the source tree.
Submitted by:	Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
1995-07-13 08:43:14 +00:00
rgrimes
423ba8f9bc Remove trailing whitespace. 1995-05-30 06:58:14 +00:00
jkh
1eb314188d Document COPTFLAGS in addition to CFLAGS. 1995-04-23 13:03:24 +00:00
ache
a5bc013972 Remove syscons example 1995-03-30 00:05:58 +00:00
phk
962ac2e90a make.conf doesn't postulate anything about libm now. 1995-03-21 02:55:33 +00:00
jkh
f6e7fd9b9e Take out obsolete KERBEROS_IV build variable. Just eBones now.
Submitted by:	Mark Murray <mark@grondar.za>
1995-03-20 21:35:15 +00:00
dima
36dfa72d1c "vidcontrol -s" -> "modload" 1995-03-04 08:03:28 +00:00
ache
d30f429a61 Remap Grey Delete to ESC[~ 1995-03-03 23:21:52 +00:00
jkh
89fc94223f Add this file here so I finally have something to point people at as a
prototype.
Obtained from: U.C. Regents standard copyright.
1995-03-02 12:00:16 +00:00
ache
994d127bd4 Remove Delete remapping, unneccesary now 1995-01-26 09:10:41 +00:00
wollman
a2eddc566d Delete VFS example since it doesn't apply and there are ten perfectly
good examples elsewhere in the tree.  (The MISC example should probably
go, too, but it should still compile so I'm leaving it for now.)
1995-01-11 21:44:23 +00:00
ache
8a28c49766 Remove direct keypad 5 to \E[E remapping, unnecessary now 1994-12-31 11:52:50 +00:00
phk
2276a223ee Now that the default for the shared gcc-internal lib changed, make this match. 1994-11-10 02:29:41 +00:00
phk
80c829c1e1 Don't install Makefile 1994-11-08 18:54:33 +00:00
phk
d34c9b62ce Make installs better, install the FAQ stuff, don't install CVS-dirs. 1994-11-08 03:58:52 +00:00
phk
5f66478401 Update make.conf and sys.mk to reflect the most recent advances in
civilization:  Use -O2 and MSUN as default, and X11 is in /usr/X11R6
1994-11-07 04:18:04 +00:00
sos
88da9f00f0 added ibcs2 directory. 1994-10-24 09:56:42 +00:00
sos
9379cfcb2c A little COFF program (uuencoded) + README. Just do we can show
that iBCS2 support is working (that was a cheap one :-)
1994-10-23 19:23:50 +00:00
guido
e47a4d7333 Put skey.acccess in usr/share/examples/etc 1994-10-18 21:26:48 +00:00
csgr
0a5e6f3581 mention MAKE_EBONES and MAKE_KERBEROS 1994-09-30 14:57:01 +00:00
ache
2ec6c007fe Add syscons to DIRS list, pointed by wollman 1994-09-25 03:11:27 +00:00
ache
b6ecb462d2 Update with new names 1994-09-25 02:48:49 +00:00
rgrimes
78f882a3c6 Fixed typo that caused make install to fall if SHARED=copies. 1994-09-23 07:47:43 +00:00
rgrimes
2bca196c9f Revert to installing /etc/files from src/etc. 1994-09-23 07:19:25 +00:00
rgrimes
de40c92182 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
ache
e2ce74f187 Remove warning about adjkerntz /var/run file 1994-09-19 23:13:37 +00:00
wollman
b269db3788 Install /etc from the same source as /usr/share/examples/etc (mostly). 1994-09-19 21:28:28 +00:00
adam
ac3a51c29f More reasonable example of BOOTWAIT parameter
Added comment about multiplication factor
1994-09-19 20:10:10 +00:00
ache
8b97dea237 Remove STARTUP_LOCALE reference, obsoleted 1994-09-19 02:02:55 +00:00
wollman
f49883bd92 Don't be so aggressive when installing examples. We still delete the
directories or links before we install the new things, but now we don't
delete /usr/share/examples itself, so other examples installed from
other places in the tree will not be touched.
1994-09-13 02:21:03 +00:00
ache
83a17a87fa Added example of vidcontrol/kbdcontrol usage (russian screen/keyboard setup) 1994-09-12 16:02:06 +00:00
jkh
5f829f2917 Sample manpath.config.
Submitted by:	jkh
1994-09-08 22:40:56 +00:00
bde
46a7492218 Define NOOBJ so that install doesn't try to get the sources from the
wrong place.

Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
1994-08-28 17:21:36 +00:00
guido
26853c11db Move fbtab file to share/examples/etc per Garrett's request.
Reviewed by:
Submitted by:
1994-08-23 20:25:28 +00:00
wollman
3060055235 Actually install LKM examples. 1994-08-19 20:43:42 +00:00
dg
d81bff9b62 Terry Lambert's loadable kernel module support - example modules. 1994-08-19 12:42:13 +00:00
wollman
bd5dd49713 Added example of how to tell various FreeBSD versions apart. 1994-08-10 06:40:36 +00:00
wollman
815a22f28f Make examples install into /usr/share/examples. Like with includes, you
have a choice between SHARED=copies and SHARED=symlinks.  The default
is to copy.

I have also added a /usr/share/examples/etc directory, where I hope to
have all sample configuration files which in real use go into /etc installed.
(This way, if the user really screws the real one up, they can always go
back to a known-working distribution copy, even if they don't have sources.)
1994-08-09 18:25:38 +00:00
wollman
dad3f94d04 This commit was generated by cvs2svn to compensate for changes in r1905,
which included commits to RCS files with non-trunk default branches.
1994-08-07 18:50:51 +00:00
wollman
da8387f131 Sun RPC demo programs from 4.4-Lite 1994-08-07 18:50:51 +00:00
ache
9688077418 Add commented out STARTUP_LOCALE with explanation 1994-06-16 17:13:53 +00:00
adam
24f89c1469 Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT= 1994-06-15 21:32:38 +00:00
adam
1dccb48a18 added comments for how to use CCFPU and MDEC_OPT 1994-06-15 20:24:16 +00:00
ache
b180b786f2 Remove CXXFLAGS from here, handled in another place 1994-06-14 11:46:52 +00:00
ache
a5a2d2e236 Add commented out PRINTER=ps entry for easy choose
system documentation format
1994-06-09 11:13:52 +00:00
ache
65eac5689d Add commented out CXXFLAGS entry similar to CFLAGS entry 1994-06-09 08:32:58 +00:00
csgr
f41c901d99 Add mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESS
(NOMANCOMPRESS works together with the new bsd.man.mk to turn off
compression of manual pages - manual pages are installed compressed
by default now.)
1994-06-05 20:37:15 +00:00
phk
7034c0c412 added make.conf template, which does nothing. 1994-06-01 00:58:06 +00:00
rgrimes
862fdf11a2 BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00