summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Commit my new ports make macros. Still not 100% complete yet by any meansjkh1994-08-211-0/+152
| | | | | but fairly usable at this stage. Submitted by: jkh
* - bsd.dep.mk and bsd.own.mk have been required for some time. Install them.bde1994-08-201-1/+2
| | | | - Install with group BINGRP, not BINOWN.
* Install with group BINGRP, not BINOWN.bde1994-08-201-1/+1
|
* Actually install LKM examples.wollman1994-08-191-2/+2
|
* Terry Lambert's loadable kernel module support - example modules.dg1994-08-1919-0/+1487
|
* Reenable the makedb stuff; it works fine.jkh1994-08-161-13/+13
| | | | Submitted by: jkh
* Bruce Evans is right - this shouldn't touch /etc *at all* and I shouldjkh1994-08-111-3/+0
| | | | | | have nuked it, not fixed it. No longer install /etc/localtime. Reviewed by: Submitted by:
* Add a preventative rm of /etc/localtime in the install rule just injkh1994-08-111-0/+1
| | | | | case it's a link (in which case the subsequent install will fall over). Submitted by: jkh
* Change a .0 to a .5.jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* Put the cons25 entries for syscons back.jkh1994-08-111-0/+21
| | | | Submitted by: jkh
* termcap.0 -> termcap.5jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* Correct me.0 -> me.7jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* Install procfs(5).wollman1994-08-101-1/+1
|
* Oops, fix typo.wollman1994-08-101-1/+2
|
* Initial manual page for the new procfs.wollman1994-08-101-0/+74
|
* Added example of how to tell various FreeBSD versions apart.wollman1994-08-104-2/+31
|
* Make the install targets obey the INSTALLFLAGS requests in the newwollman1994-08-102-8/+9
| | | | | | | | | | | | | | | | | | | | | Makefiles. DANGER WILL ROBINSON! This will cause repeat installs of certain programs, such as `init' and `rcp', to fail unless one of the two conditions is met: 1) You are in single-user mode. 2) Your security level is set to 0 or -1. If you have compiled a kernel from the latest sources, your kernel security level is set to -1 by default, which will keep `init' from fiddling with it. You can increase it, but not decrease it, from the command line with the command `sysctl -w kern.securelevel=<new value>'. I believe that -1 is the most appropriate value to use while we are still developing the code, although when we ship it should be changed back to 0. See init(8) for more information.
* Make man page installation work for ``unattached'' and kernel pages.wollman1994-08-099-52/+29
|
* Make examples install into /usr/share/examples. Like with includes, youwollman1994-08-093-1/+45
| | | | | | | | | | 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.)
* Submitted by: Bruce Evans <bde@kralizec.zeta.org.au>phk1994-08-091-4/+4
| | | | Fixed the makefile.
* Don't pass ${LDADD} to ${AR}. Use ${ARADD} for that.wollman1994-08-081-5/+5
|
* Moved YP general explanation manual page to a slightly more appropriatewollman1994-08-083-3/+149
| | | | location.
* This commit was generated by cvs2svn to compensate for changes in r1905,wollman1994-08-0714-0/+539
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Sun RPC demo programs from 4.4-Litewollman1994-08-0714-0/+539
|
* Converted 'vmunix' to 'kernel'.dg1994-08-056-44/+44
|
* Add a couple of files we created in 1.x.wollman1994-08-042-0/+61
|
* Spplat our 1.1.5 `mk' ifiles over the top of the 4.4 ones. So farwollman1994-08-046-192/+415
| | | | as I can tell, this is ts the right thing to do.
* Reviewed by: phkphk1994-07-241-5/+5
| | | | Killed a bunch of control chars.
* Reviewed by: phkphk1994-07-241-1/+4
| | | | Added a clean target.
* Reviewed by: phkphk1994-07-2421-0/+143
| | | | More binary files killed using uuencode.
* The file tmac.r was not shipped on the 4.4 tape, mark this fact.rgrimes1994-07-061-1/+2
|
* all: does not need to depend on ${MAN5}, remove special case clean:rgrimes1994-07-061-9/+5
| | | | | | | and cleandir: targets, simple use a CLEANFILES+= to handle this very simple special case. Add ${COPY} knob to install commands so that files don't disappear out of the obj tree after a make install.
* Mark the fact that we have not imported man8.{hp300,tahoe,vax}. (Therergrimes1994-07-061-1/+2
| | | | was not man8.sparc :-).)
* Mark the fact that we have not imported man4.{hp300,sparc,tahoe,vax}.rgrimes1994-07-061-1/+2
|
* The directory man3f did not come on the tape, mark it XXX MISSING.rgrimes1994-07-061-1/+2
|
* The files connectives and words did not come on the tape, mark themrgrimes1994-07-061-1/+2
| | | | XXX MISSING.
* Disable doc for now since it had a bunch of symbolic links I am notrgrimes1994-07-061-1/+3
| | | | | | | ready to go deal with just yet. Disable man for now it will be fixed shortly, just wanted all the man page converion stuff to be done togeather since that is a major functional change and really belongs in a seperate commit.
* Add commented out STARTUP_LOCALE with explanationache1994-06-161-1/+12
|
* Flags 0x80 now means enable the diags, not disable.jkh1994-06-152-4/+4
|
* Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT=adam1994-06-151-4/+6
|
* added comments for how to use CCFPU and MDEC_OPTadam1994-06-151-1/+14
|
* Remove CXXFLAGS from here, handled in another placeache1994-06-141-2/+1
|
* Add commented out PRINTER=ps entry for easy chooseache1994-06-091-1/+7
| | | | system documentation format
* Add commented out CXXFLAGS entry similar to CFLAGS entryache1994-06-091-1/+2
|
* Add mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESScsgr1994-06-051-1/+17
| | | | | | (NOMANCOMPRESS works together with the new bsd.man.mk to turn off compression of manual pages - manual pages are installed compressed by default now.)
* Added a manpage for the tw device. Changed the Makefile to install thatats1994-06-052-1/+113
| | | | manpage into the proper place.
* Updated for new sio driverache1994-06-042-156/+396
|
* Remove obsoleted COM_BIDIR, FIFO_TRIGGER_* and "comcontrol bidir"ache1994-06-012-40/+10
| | | | references
* added make.conf template, which does nothing.phk1994-06-011-0/+23
|
*-. This commit was generated by cvs2svn to compensate for changes in r1638,rgrimes1994-05-30507-0/+473307
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud