summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Refleache1995-09-301-4/+4
|
* Add sup.jfieber1995-09-301-2/+2
|
* Move supfile examples from share/FAQ/extras to share/examples/supjfieber1995-09-305-0/+60
|
* Change SUPFILEx order, secure first, ports second to make base system update ↵ache1995-09-281-3/+3
| | | | | | first All stuff commented out
* Fix typo.peter1995-09-221-1/+1
| | | | The skeleton still had one reference to "THE REGENTS" instead of "[your name]"
* Update to reflect new optionsache1995-09-151-1/+1
|
* Reflect new LINE env variable additionache1995-09-151-1/+8
|
* Add -fno-strength-reduce to -O2 optimization, all stuff commented outache1995-09-151-2/+2
|
* Add commented out entries for SUP update, 3 standard supfiles handled:ache1995-09-151-1/+9
| | | | standard/ports/secure
* Add startslip exampleache1995-09-144-2/+18
|
* Bring in example files for Mark Tinguely and Jim Lowe's Matrox Meteor driver.jkh1995-08-286-0/+626
| | | | Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
* Added a copy of my little program to find the IP address of the outgoingwollman1995-08-144-2/+128
| | | | | | interface for a particular remote host. Requested by: Joerg Wunsch <j@uriah.heep.sax.de>
* Make this example actually compile again. Rename the module so thatjoerg1995-08-123-27/+14
| | | | | it will get a unique .o file name, and convert the module's Makefile to use <bsd.mod.mk>.
* Do not omit the Makefiles when installing the examples; they are partjoerg1995-08-121-3/+2
| | | | | | | of them. Also correct the omission of CVS files by abusing the find syntax instead of grepping. Closes PR #bin/636.
* Make this bugger actually compile and work again:joerg1995-07-275-33/+28
| | | | | | | | | | | | 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
* [I cvs admin -o the last one of these you saw, it was commited onrgrimes1995-07-131-3/+3
| | | | | | | | | 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 :-))
* Remove CCFPU, it is no longer used any place in the source tree.rgrimes1995-07-131-8/+1
| | | | Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
* Remove trailing whitespace.rgrimes1995-05-308-16/+16
|
* Document COPTFLAGS in addition to CFLAGS.jkh1995-04-231-1/+4
|
* Remove syscons exampleache1995-03-301-2/+2
|
* make.conf doesn't postulate anything about libm now.phk1995-03-211-3/+3
|
* Take out obsolete KERBEROS_IV build variable. Just eBones now.jkh1995-03-201-6/+2
| | | | Submitted by: Mark Murray <mark@grondar.za>
* "vidcontrol -s" -> "modload"dima1995-03-041-1/+2
|
* Remap Grey Delete to ESC[~ache1995-03-031-0/+2
|
* Add this file here so I finally have something to point people at as ajkh1995-03-021-0/+33
| | | | | prototype. Obtained from: U.C. Regents standard copyright.
* Remove Delete remapping, unneccesary nowache1995-01-261-2/+0
|
* Delete VFS example since it doesn't apply and there are ten perfectlywollman1995-01-111-1/+1
| | | | | 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.)
* Remove direct keypad 5 to \E[E remapping, unnecessary nowache1994-12-311-2/+0
|
* Now that the default for the shared gcc-internal lib changed, make this match.phk1994-11-101-2/+2
|
* Don't install Makefilephk1994-11-081-2/+3
|
* Make installs better, install the FAQ stuff, don't install CVS-dirs.phk1994-11-081-7/+10
|
* Update make.conf and sys.mk to reflect the most recent advances inphk1994-11-071-14/+10
| | | | civilization: Use -O2 and MSUN as default, and X11 is in /usr/X11R6
* added ibcs2 directory.sos1994-10-241-2/+2
|
* A little COFF program (uuencoded) + README. Just do we can showsos1994-10-232-0/+680
| | | | that iBCS2 support is working (that was a cheap one :-)
* Put skey.acccess in usr/share/examples/etcguido1994-10-181-8/+30
|
* mention MAKE_EBONES and MAKE_KERBEROScsgr1994-09-301-1/+10
|
* Add syscons to DIRS list, pointed by wollmanache1994-09-251-2/+2
|
* Update with new namesache1994-09-251-5/+5
|
* Fixed typo that caused make install to fall if SHARED=copies.rgrimes1994-09-231-2/+2
|
* Revert to installing /etc/files from src/etc.rgrimes1994-09-231-7/+0
|
* fbtab: Pulled down from Attic, fixed spaces to tabs.rgrimes1994-09-231-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ----------------------------
* Remove warning about adjkerntz /var/run fileache1994-09-191-2/+1
|
* Install /etc from the same source as /usr/share/examples/etc (mostly).wollman1994-09-1933-1/+1272
|
* More reasonable example of BOOTWAIT parameteradam1994-09-191-3/+3
| | | | Added comment about multiplication factor
* Remove STARTUP_LOCALE reference, obsoletedache1994-09-191-11/+1
|
* Don't be so aggressive when installing examples. We still delete thewollman1994-09-131-11/+6
| | | | | | 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.
* Added example of vidcontrol/kbdcontrol usage (russian screen/keyboard setup)ache1994-09-121-0/+18
|
* Sample manpath.config.jkh1994-09-081-0/+31
| | | | Submitted by: jkh
* Define NOOBJ so that install doesn't try to get the sources from thebde1994-08-281-7/+6
| | | | | | wrong place. Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
* Move fbtab file to share/examples/etc per Garrett's request.guido1994-08-231-0/+2
| | | | | Reviewed by: Submitted by:
OpenPOWER on IntegriCloud