Commit Graph

1118 Commits

Author SHA1 Message Date
Andreas Schulz
9854294554 Delete the obsolete reference to st(1) in the SEE ALSO section.
The st(1) command is long ago merged in mt(1).
1995-12-26 04:05:19 +00:00
Bruce Evans
9463bb149a 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
Poul-Henning Kamp
56accb4fa4 Recreate style with original indent. 1995-12-21 18:35:19 +00:00
John Fieber
e01a904a06 Tweak, tweak... 1995-12-21 17:16:29 +00:00
John Fieber
feda298501 New mirror in portugal.
Submitted by:	Fernando Cozinheiro <cooker@ua.pt>
1995-12-21 16:31:07 +00:00
John Fieber
f161152000 Add Compex CPXPCI/32C to the supported NICs.
Submitted by:	Glen Foster <gfoster@gfoster.com>
1995-12-21 16:10:22 +00:00
Andrey A. Chernov
58f1606432 Back out my prev commit, I didn't fully update some things on my machine :-( 1995-12-21 09:09:53 +00:00
Andrey A. Chernov
db6013f206 Fix collection names to reflect reality 1995-12-21 08:10:47 +00:00
John Fieber
fa5301ad60 Suggest that keeping pseudo-device gzip is probably a good idea. 1995-12-19 17:02:49 +00:00
Jordan K. Hubbard
bee3d17d06 Finally write a man page for sysconfig(5). 1995-12-19 13:35:31 +00:00
Gary Clark II
1ecb79ced4 Start adding all commiters to the list of authors. Hopefully in the
future people will add docs as they change features.  This will keep us
from adding them when they do. (I had to do this anyway...)
1995-12-19 12:29:52 +00:00
Gary Clark II
dc1fbb135c Update to a more modern vintage.
e.g. sysctl instead of the GATEWAY option
     use a refer instead of an old file (options.info)
1995-12-19 11:10:42 +00:00
Gary Clark II
d8a0ebb53e Small change to read better.
(Change from Q&A to description)
1995-12-19 10:21:07 +00:00
Gary Clark II
45941e9e60 Change this file to reflect the changed sup system.
(e.g.) The use of standard-supfile and secure-supfile
1995-12-19 10:11:47 +00:00
Gary Clark II
02b0891378 Add Linux as a supported binary type (as much as SCO is:))
Fix type (include to including)
1995-12-19 09:22:23 +00:00
John Fieber
5386a16290 Typo. 1995-12-18 18:11:52 +00:00
Bruce Evans
a5db65d39f Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so that
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.
1995-12-16 01:57:25 +00:00
John Fieber
b44161b3e0 Small formatting glitch in basic.sgml.
Removed ftp.cybernetics.net from mirrors, added ftp.cs.uncc.edu.
1995-12-14 19:42:35 +00:00
Bruce Evans
091e867f75 Don't use the normal `.Sh' indentation of 5 for the style guide. It
screws up the indentation and the style guide is half about indentation.
1995-12-14 18:26:31 +00:00
Bruce Evans
e710b9f789 Fixed manual section number. 1995-12-14 18:19:40 +00:00
Bruce Evans
429544bb76 Added `9' to ${SECTIONS}. 1995-12-14 18:13:14 +00:00
Poul-Henning Kamp
b030a30523 Add a slightly edited version of the style document. 1995-12-14 10:50:27 +00:00
Poul-Henning Kamp
0786f79c1f Add a section 9 about the kernel to out man pages.
Please help fill this out !
1995-12-14 10:08:31 +00:00
Jordan K. Hubbard
6db0bfd820 Information updates, typo patrol, rewrites. 1995-12-11 15:09:13 +00:00
Peter Wemm
db181d69a6 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
Justin T. Gibbs
661f584fa3 Fix spelling errors.
Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
1995-12-10 19:27:40 +00:00
Jordan K. Hubbard
dd147de9c1 Adjust David's email address.
Add section on donations.
1995-12-10 09:09:49 +00:00
Mark Murray
b7af0192b8 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
Satoshi Asami
6da04ee677 Add ports-www. 1995-12-10 08:04:21 +00:00
Justin T. Gibbs
9a6d922086 Official CVS supfile in preparation for opening of our tree. 1995-12-10 07:35:44 +00:00
Justin T. Gibbs
1753419ae8 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
Jean-Marc Zucconi
dc15257b81 ioctl() args are JOY_SETTIMEOUT and JOY_GETTIMEOUT (only 1 underscore) 1995-12-09 17:31:08 +00:00
Andrey A. Chernov
52f7e0e6d2 Yet one conf example 1995-12-09 05:11:02 +00:00
Jordan K. Hubbard
320a586809 Add support for ALL_HOOK feature. Lets you replace the `all' target
with something of your own devising.
1995-12-07 14:11:29 +00:00
Jordan K. Hubbard
89782ecebb A number of misc changes, a revamp of chapter 17, place-holder for
new "project goals" document.
1995-12-07 13:22:18 +00:00
John Fieber
fedf16b976 Typo corrected: 127.0.0.0 --> 127.0.0.1
Submitted by:	Daniel Pflager <dpflag@usin.com>
1995-12-06 22:01:50 +00:00
Satoshi Asami
0134c7fd68 Add David O'Brien (obrien@cs.ucdavis.edu) for his immesurable contribution
of a vim port.
1995-12-05 00:55:45 +00:00
John Fieber
29397ffde5 Gobs of small tweaks and cleanups.
Submitted by:	Philippe Charnier <charnier@lirmm.fr>
1995-12-04 17:58:52 +00:00
John Fieber
fe8aad437f The npx0 device is NOT optional.
A few other minor tweaks.
1995-12-04 13:39:32 +00:00
Satoshi Asami
cb1a4c34b9 Remove the part about recommending to put the version number in
pkg/DESCR.  As in COMMENT, it is not necessary, as we already have
it in ${PKGNAME}.
1995-12-04 08:11:58 +00:00
Nate Williams
ca3519b5d8 Modify the handbook to reflect the re-addition of the SLIP link options
to sliplogin.
1995-12-04 06:13:10 +00:00
Nate Williams
5e15ba9fd8 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
Ollivier Robert
fa2cf3c0c8 Correct two bogons I introduced, it formats again. 1995-12-03 17:27:18 +00:00
Ollivier Robert
223f1ce9a0 Add several questions including the MAXMEM kernel option, the DEC PCI card
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.
1995-12-03 17:21:07 +00:00
Jordan K. Hubbard
d5e1227e5d Make a few more items "hot" 1995-12-03 00:17:57 +00:00
Jordan K. Hubbard
2db54afc5e Similarly spartan dotfiles. 1995-12-01 20:13:42 +00:00
Jordan K. Hubbard
6a9f25ddaa Update these from new examples in etc/root. Also comment out
dot.rhosts entries which are wholly bogus and not worth a search
on.
1995-12-01 08:41:35 +00:00
Andrey A. Chernov
ffe4e40844 Remove ports-utils 1995-11-30 19:57:56 +00:00
Satoshi Asami
df5379dcaf Add ports-misc and ports-www. 1995-11-30 07:18:26 +00:00
Bruce Evans
f98e0b2d0b Fixed dependencies. Changes to source files weren't noticed. 1995-11-29 16:46:25 +00:00