summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatbde1995-12-161-2/+4
| | | | | | | | | prototypes don't go missing again. Also added -Winline so that some doubtful (non-)inlines get fixed. bsd.kmod.mk: Also added `-Wreturn-type -Wimplicit -Wnested-externs' to catch up with the kernel.
* Small formatting glitch in basic.sgml.jfieber1995-12-142-7/+7
| | | | Removed ftp.cybernetics.net from mirrors, added ftp.cs.uncc.edu.
* Don't use the normal `.Sh' indentation of 5 for the style guide. Itbde1995-12-141-1/+1
| | | | screws up the indentation and the style guide is half about indentation.
* Fixed manual section number.bde1995-12-141-1/+1
|
* Added `9' to ${SECTIONS}.bde1995-12-141-2/+2
|
* Add a slightly edited version of the style document.phk1995-12-143-8/+355
|
* Add a section 9 about the kernel to out man pages.phk1995-12-143-1/+122
| | | | Please help fill this out !
* Information updates, typo patrol, rewrites.jkh1995-12-117-126/+112
|
* Dive in the deep end and change the examples installation method.. :-/peter1995-12-111-5/+3
| | | | | | 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...
* Fix spelling errors.gibbs1995-12-106-24/+24
| | | | Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
* Adjust David's email address.jkh1995-12-102-5/+79
| | | | Add section on donations.
* Modify the supfile collection target names in accordance with Freefall'smarkm1995-12-102-6/+6
| | | | convention. My international site has been fixed!
* Add ports-www.asami1995-12-101-1/+2
|
* Official CVS supfile in preparation for opening of our tree.gibbs1995-12-101-0/+78
|
* Seeing as I was elected without nomination to being SUP meister, updategibbs1995-12-105-31/+182
| | | | | | | 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.
* ioctl() args are JOY_SETTIMEOUT and JOY_GETTIMEOUT (only 1 underscore)jmz1995-12-092-4/+4
|
* Yet one conf exampleache1995-12-091-0/+12
|
* Add support for ALL_HOOK feature. Lets you replace the `all' targetjkh1995-12-071-1/+13
| | | | with something of your own devising.
* A number of misc changes, a revamp of chapter 17, place-holder forjkh1995-12-077-126/+196
| | | | new "project goals" document.
* Typo corrected: 127.0.0.0 --> 127.0.0.1jfieber1995-12-061-2/+2
| | | | Submitted by: Daniel Pflager <dpflag@usin.com>
* Add David O'Brien (obrien@cs.ucdavis.edu) for his immesurable contributionasami1995-12-051-1/+2
| | | | of a vim port.
* Gobs of small tweaks and cleanups.jfieber1995-12-0412-100/+107
| | | | Submitted by: Philippe Charnier <charnier@lirmm.fr>
* The npx0 device is NOT optional.jfieber1995-12-042-11/+9
| | | | A few other minor tweaks.
* Remove the part about recommending to put the version number inasami1995-12-041-6/+4
| | | | | pkg/DESCR. As in COMMENT, it is not necessary, as we already have it in ${PKGNAME}.
* Modify the handbook to reflect the re-addition of the SLIP link optionsnate1995-12-041-9/+9
| | | | to sliplogin.
* Added support for the slip.hosts options 'normal', 'compress', 'noicmp',nate1995-12-041-4/+6
| | | | | | and 'autocmp'. Obtained from: (mostly) slattach and (slightly) 1.X
* Correct two bogons I introduced, it formats again.roberto1995-12-031-3/+2
|
* Add several questions including the MAXMEM kernel option, the DEC PCI cardroberto1995-12-031-11/+98
| | | | | | | list and the npx0 being mandatory. Rewrite of the URL for the handbook to use the links instead of the ever changing numbers generated by sgmlfmt.
* Make a few more items "hot"jkh1995-12-031-5/+17
|
* Similarly spartan dotfiles.jkh1995-12-013-24/+2
|
* Update these from new examples in etc/root. Also comment outjkh1995-12-014-27/+48
| | | | | dot.rhosts entries which are wholly bogus and not worth a search on.
* Remove ports-utilsache1995-11-301-1/+0
|
* Add ports-misc and ports-www.asami1995-11-301-0/+2
|
* Fixed dependencies. Changes to source files weren't noticed.bde1995-11-293-4/+6
|
* Fixed dependencies. fig2.3.n never got made, although it is used.bde1995-11-292-3/+4
| | | | | | | Errors in document processing are almost never passed back to `make'. Removed the requirement for having an obj directory. fig.2.3.n previously had to live in obj/.
* Fixed buggy generation of index.so. The roff command to generate it wasbde1995-11-291-8/+11
| | | | | | | | | | | | | | | | | | | | a little different than the one to generate the document. This caused wrong page numbers. Fixed sourcing of index.so. The hack of handling it separately is no longer necessary. This hack didn't quite work - the page numbers and columnization of the index were wrong. Fixed warnings about not being able to source index.so. Fixed generation of `index' in the source directory. Don't bother removing `index' after creating index.so. `index' gets created again when the final document is built and it's too much trouble to remove later. Fixed dependencies. The long {SRCS} list in 4.4lite isn't quite right and got broken to allow centralized rules.
* Added a preprocessor for soelem. If if USE_SOELIMPP is defined, thenbde1995-11-291-2/+14
| | | | | | | | | | | | | 1. ${ROFF} is run in ${.OBJDIR}. 2. the preprocessor prefixes ${SRCDIR}/ to relative pathnames in `.so' statements. This is useful when running ${ROFF} in the source directory isn't convenient. Added dependencies on ${EXTRA} and ${OBJS}. These are usually for files that are sourced indirectly. ${OBJS} is for files that are built. 4.4lite has decentalized incomplete dependencies on ${EXTRA} and ${DPADD}. These were broken by are centralized handling of the roff targets.
* Fix a few typostg1995-11-291-3/+3
|
* Typo.jfieber1995-11-271-2/+2
|
* Add Donald Burr <d_burr@ix.netcom.com> for his contribution of theasami1995-11-261-1/+2
| | | | workman port.
* Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable filesasami1995-11-261-5/+23
| | | | | | | too. Basically, if the name starts with a "/", it's tested with "test -e"; otherwise, it's tested with "witch -s". Reviewed by: the ports list (well at least nobody complained)
* My reorganization of chapter 9.jkh1995-11-254-58/+141
| | | | Reviewed by: jfieber
* Various tweaks to things I noticed while reading these docs.jkh1995-11-244-100/+124
|
* Update Japanese mirror site list and put it in proper alphabeticalasami1995-11-211-56/+44
| | | | | | location. While I'm here, correct a minor typo in HK's server.
* Link up John Hay's ar(4) man page..peter1995-11-211-1/+2
| | | | This shouldn't conflict with ar(1) because of the search order...
* This commit was generated by cvs2svn to compensate for changes in r12441,peter1995-11-211-0/+99
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Man page for the Arnet driver..peter1995-11-211-0/+99
|
* Add a few questions, especiallyuy two answered by Jordan in Usenet.roberto1995-11-201-15/+66
| | | | Change one to a better form. Add a mention about quotas.
* Add several questions to the FAQ.roberto1995-11-201-66/+124
| | | | | | Chnge references to the *.FAQ files into URL for the Handbook. Synch. with 2.1.0R releases notes.
* brought up-to-date with regards to some aspects of the scsi systemjulian1995-11-201-56/+90
| | | | doubtlessly imported new and interesting spelling errors..
OpenPOWER on IntegriCloud