summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* This file is the documentation for the fdisk/disklabel part of sysinstall,phk1994-11-051-0/+194
| | | | | and will be available from the boot.flp with just one key-stroke. Somebody will want to purge any danishisms from it before is is let loose...
* For submakes, don't do a `${MAKE} ${MAKEFILE} all' orjkh1994-11-031-5/+8
| | | | | `${MAKE} ${MAKEFILE} install', indirect the target through ALL_TARGET and INSTALL_TARGET now, so they can be easily overridden.
* Add reinstall target for Poul-H. This lets you install again fromjkh1994-11-031-2/+12
| | | | the same build, ignoring the INSTALL_COOKIE.
* The latest user-land changes from the author. I added a big warning to thephk1994-11-013-1/+293
| | | | | | apm.4 man-page. I also hope the Makefiles make sense now. Submitted by: HOSOKAWA Tatsumi
* This is what I get for implementing suggestions without really thinkingjkh1994-11-011-2/+2
| | | | | | about them.. :-) The patches/* won't work, it needs to be patches/patch-* to avoid catching things like CVS files when working with a checked-out copy of ports! Whoops!
* 2 changes:jkh1994-11-011-9/+16
| | | | | | | | | | | 1. Make build rely on a BUILD_COOKIE now. I'm tired of builds being redone gratuitously while I'm trying to debug a tree build problem. 2. Remove all the literal `touch -f' commands and indirect them through variables. This lets you "leave tracks" in different ways, depending on the medium. Just part 1 of my planned changes to make builds directly off the CD work.
* Make patch rule pick up everything in patchdir alphabetically.jkh1994-10-311-2/+2
| | | | No need to call it `patch-aa' if you can simply call it `aa', etc.
* Added a reference for the GENERIC kernel.ats1994-10-311-2/+2
|
* Changed all occurences of GENERICAH/GENERICBT to a simple GENERIC in theats1994-10-3110-10/+10
| | | | man pages.
* Add sample stuff for the ipfw(1) utility.jkh1994-10-282-0/+112
|
* Remove my failed attempt to add an Id string.bde1994-10-271-1/+0
|
* Restore fd.4 to a machine-independent directory.bde1994-10-273-3/+3
|
* Change hardwired irqs to soft irqs (?).jkh1994-10-278-8/+131
| | | | Add manpage for Buslogic cards, since we didn't have one.
* cons25w: add NP,cbache1994-10-261-2/+2
|
* Reorganize entries to not have duplicated "ac" capability in environmentache1994-10-261-4/+7
| | | | or tgetent() buffer
* cons25: add more parametrized capabilities: cv,ch,ecache1994-10-261-1/+1
|
* Use += instead of ?= for setting LDDESTDIR. Some Makefiles, such asbde1994-10-251-2/+2
| | | | | | | cc/Makefile.inc use (abuse?) LDDESTDIR for their internal libraries so "?=" hides non-default external libraries. Adding multiple paths to LDDESTDIR works except it makes it even harder than usual to decide which libraries will actually be linked against.
* Some profiled/shared objects were being built despite NOPROFILE/NOPICbde1994-10-251-1/+5
| | | | being set.
* Add this from Mark Dapoz. It requires LaTeX to format it, but it'sjkh1994-10-251-0/+326
| | | | | sure a lot better than nothing. Submitted by: md
* A nice little PPP.doc file from:phk1994-10-241-0/+368
| | | | Submitted by: Gennady B. Sorokopud ( gena@NetVision.net.il )
* 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 :-)
* 1. PREFIX has nothing to do with DESTDIR. Remove it finally.jkh1994-10-221-4/+4
| | | | | 2. Make sure to pass PREFIX to sub-makes when installing. This allows you to install to places like ${PREFIX}/bin in your own install rule.
* Invoke install.man if USE_IMAKE is set.jkh1994-10-221-1/+4
|
* Remove "mh" capability for -mono familyache1994-10-211-3/+3
|
* Fix typo in description of LIBRPCSVC.bde1994-10-191-1/+1
|
* Add lkm.4ache1994-10-191-1/+1
|
* Added libmd.a -> LIBMDpst1994-10-181-1/+3
|
* Put skey.acccess in usr/share/examples/etcguido1994-10-181-8/+30
|
* Bring over the lkm manpage.jkh1994-10-181-0/+146
| | | | Obtained from: NetBSD
* Optimize mono entries a bitache1994-10-151-3/+3
|
* Monochrome entries addedache1994-10-151-4/+18
|
* Add ${.MAKEFLAGS} to sub-makes, pointed by Rodache1994-10-141-4/+4
|
* Add new IS_INTERACTIVE flag. This lets you specify that the portjkh1994-10-141-3/+37
| | | | | | | | | | | is an interactive port, and requires user input somewhere along the way (either fetching, configuring, building or installing). If the user then sets BATCH in their environment, this port will be skipped. If the user sets INTERACTIVE, then ONLY those ports marked interactive are run (allowing one to do all ports in two passes). If the user sets both BATCH and INTERACTIVE, then a metal claw extends from the CRT and brutally yanks their nose off.
* Silence the sub-makes.jkh1994-10-131-3/+3
|
* Change the way pre-install was done after a suggestion from Andrew.jkh1994-10-131-7/+5
| | | | Now both pre-install and install inherit the INSTALL_COOKIE.
* Re-work the way pre-install was being depended. I couldn't make thejkh1994-10-121-3/+3
| | | | | | | | install cookie work any other way (perhaps I'm just being stupid). In any case, INSTALL_COOKIE now works as advertised, and prevents duplicate installations. pre-install users will have to keep their own cookies if they wish to avoid duplicate installations, or tell me how to make the rules run properly.
* Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure lineache1994-10-121-2/+2
|
* Move 'make pre-configure' inside .configure.done: target, orache1994-10-121-2/+3
| | | | it issued again and again instead.
* configure: pre-configure extract ... must beache1994-10-121-2/+2
| | | | configure: extract pre-configure ...
* LIBDIALOG addedache1994-10-112-1/+4
|
* updated mailing lists and took out refs to 1.1 be around.gclarkii1994-10-101-7/+6
|
* update mailing listsgclarkii1994-10-102-38/+35
| | | | | Changed around some directorys in the FAQ (Thanks Jordan)
* SHAREDSTRINGS support was no longer used and just clutters things up,rgrimes1994-10-102-18/+1
| | | | removed.
* 1. Mark file as seriously out of date with reality.rgrimes1994-10-091-9/+27
| | | | | | | | | | 2. Update the list of library names and variables. 3. Update to reflect forth coming bsd.inc.mk file. 4. Update which .mk files include other .mk files. Submitted by: Bruce Evans (partial, enhanced by me)
* Update multicasting FAQ entrypst1994-10-091-6/+5
|
* This file describes new features, conventions or newly introduced "gotchas"jkh1994-10-081-0/+8
| | | | | | that a user coming from a 1.x environment should know about. See the notes in the file for more info.
* Add HW.TROUBLE to ROADMAP.jkh1994-10-081-0/+2
|
* Put this here, moving it from /usr/src.jkh1994-10-081-0/+49
|
* LIBMYTINFO and LIBNCURSES defines addedache1994-10-071-1/+5
|
OpenPOWER on IntegriCloud