Jason Evans
d1c1b8413e
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
...
initialization until after malloc() is safe to call, then iterate through
all mutexes and complete their initialization.
This change is necessary in order to avoid some circular bootstrapping
dependencies.
2001-01-21 07:52:20 +00:00
Ruslan Ermilov
c5083414f8
mdoc(7) police: removed leading whitespaces that are not inside
...
Bd/Ed; these hardly degrade the quality of the produced output.
2001-01-19 14:15:40 +00:00
Jun-ichiro itojun Hagino
cf2e52f3de
BSD/OS was called BSD/386 prior to 2.0.
2001-01-19 07:36:36 +00:00
Ruslan Ermilov
404d68d48f
mdoc(7) police: add missing .Ed call.
2001-01-18 17:23:15 +00:00
Ben Smithurst
cb507c094f
remove reference to nonexistent screenmap(5) manual page.
...
PR: 24305
Submitted by: Marco van de Voort <marcov@stack.nl>
2001-01-18 11:59:01 +00:00
Ruslan Ermilov
9c48887207
mdoc(7) police:
...
Use proper macros for variables and their types, removed
hard sentence breaks, added a bunch of cross references.
2001-01-18 09:42:50 +00:00
Jeroen Ruigrok van der Werven
047efaadd5
Add a smal line of text which indicates I am working on updating
...
this. <almost exactly 6 years after Garrett>
2001-01-18 07:19:25 +00:00
Andrey A. Chernov
4d18cd83d1
Add Greek collate
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 16:47:28 +00:00
Andrey A. Chernov
c6257e4afd
Add Greek keyboard
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 16:27:47 +00:00
Andrey A. Chernov
51347d4e77
Add iso07 fonts
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 15:57:22 +00:00
Andrey A. Chernov
74d7bac3c7
Add Greek support
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 13:43:20 +00:00
Andrey A. Chernov
fd4d93e56c
Add Greek support
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 13:30:16 +00:00
Ben Smithurst
6164dd8137
document ${KERNEL}
...
PR: 24404
Submitted by: Mike Meyer <mwm@mired.org>
2001-01-17 11:51:43 +00:00
Ben Smithurst
92fbe861c6
Actually add build.7 to the Makefile, 2 months late.
...
PR: 24405
Submitted by: Mike Meyer <mwm@mired.org>
2001-01-17 11:11:02 +00:00
John Baldwin
a0d195d235
sysinstall.8 lives in src/usr.sbin/sysinstall now and gets installed via
...
normal means, so remove the hack to install it.
2001-01-17 03:33:04 +00:00
Ruslan Ermilov
e207e465df
Prepare for mdoc(7)NG.
2001-01-16 09:32:40 +00:00
Ruslan Ermilov
9431f1fc08
Prepare for mdoc(7)NG.
2001-01-16 09:24:36 +00:00
Ruslan Ermilov
55f4342b4e
mdoc(7) police: use .Fa for function arguments, use .Vt for variable type.
2001-01-16 08:53:04 +00:00
Jason Evans
238510fc46
Implement condition variables.
2001-01-16 01:00:43 +00:00
Ruslan Ermilov
8fbaa337ac
man(7) -> mdoc(7).
2001-01-15 17:54:19 +00:00
Ruslan Ermilov
ba9b8036bd
Simplify some mdoc(7) constructs.
2001-01-15 17:22:16 +00:00
Mark Murray
47608b56e1
Add a missing argument for SYSCTL_ADD_OPAQUE.
...
Fix the examples at the end which were horribly broken.
2001-01-14 16:43:41 +00:00
Duncan Barclay
63b1256c9e
Correct a typo in a product name.
...
Pointed Out By: ru
2001-01-13 23:50:52 +00:00
Chris Costello
3c5969ca27
The prototype for cpu_switch() was changed in revision 1.111 of
...
<sys/proc.h>
PR: 24311
Submitted by: Robert Drehmel <robert@gizmo.quizbot.org>
2001-01-13 19:00:49 +00:00
Chris Costello
d7a0ba44f9
o Clear up explanations of various entries (includes spelling, grammar,
...
punctuation, and explanations that are just plain wrong)
o Add missing entries
o Remove entries for directories that do not exist
Submitted by: Rich Morin <rdm@cfcl.com> (for the most part)
2001-01-13 18:38:00 +00:00
Ben Smithurst
4f38ddf643
fix typo; file -> files
...
Submitted by: Alexey Dokuchaev <danfe@inet.ssc.nsu.ru>
2001-01-13 17:49:34 +00:00
Ben Smithurst
69c0804d32
Only install sysinstall.8 if the release/sysinstall directory exists. This
...
fixes the world for people without src-release.
PR: 24122
Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
2001-01-13 05:50:19 +00:00
Ruslan Ermilov
a05c0d110e
Oops, the previous did not work with current mdoc(7).
2001-01-12 16:02:58 +00:00
Ruslan Ermilov
b77b3c00be
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
2001-01-12 15:46:56 +00:00
Duncan Barclay
b89157597f
Add manual for ray driver.
...
Reviewed by: ru
2001-01-11 22:38:10 +00:00
Archie Cobbs
ed3ebc7c4d
Add these key bindings for tcsh users in interactive mode:
...
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
Reviewed by: -current
2001-01-10 17:35:28 +00:00
Ruslan Ermilov
adefd3f66c
Fixed mdoc(7)NG warnings introduced in the previous revision.
2001-01-09 15:20:58 +00:00
Julian Elischer
30400f03aa
Part 2 of the netgraph rewrite.
...
This is mostly cosmetic changes, (though I caught a bug or two while
makeing them)
Reviewed by: archie@freebsd.org
2001-01-08 05:34:06 +00:00
Julian Elischer
069154d55f
Rewrite of netgraph to start getting ready for SMP.
...
This version is functional and is aproaching solid..
notice I said APROACHING. There are many node types I cannot test
I have tested: echo hole ppp socket vjc iface tee bpf async tty
The rest compile and "Look" right. More changes to follow.
DEBUGGING is enabled in this code to help if people have problems.
2001-01-06 00:46:47 +00:00
Maxim Sobolev
e0a5f02bc3
Add getenv(3) and setenv(3) into ``See also'' section.
2001-01-01 23:26:54 +00:00
Ben Smithurst
b216577963
Install sysinstall.8 as part of buildworld.
...
PR: 19818
Submitted by: Brian Candler <B.Candler@pobox.com>
2001-01-01 23:17:11 +00:00
Ben Smithurst
b4660c3783
Remove comma after final .Nm entry before .Nd
2000-12-30 18:58:15 +00:00
Ben Smithurst
83c1fbc27f
Remove CIRCLEQ manual page links now that CIRCLEQ has been axed.
2000-12-30 18:54:35 +00:00
Alexey Zelkin
f5ad3be5c6
Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.
2000-12-29 14:58:35 +00:00
Ruslan Ermilov
4263595653
Prepare for mdoc(7)NG.
2000-12-29 14:08:20 +00:00
Poul-Henning Kamp
24b85d18c5
CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.
...
Retire them before anybody starts to use them again.
Use TAILQ instead, it provides the same functionality.
2000-12-29 09:55:40 +00:00
Ruslan Ermilov
3136363f3e
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
Ben Smithurst
97948d2dee
fix typos.
...
PR: 23934
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-12-29 01:58:47 +00:00
Ben Smithurst
265733aa2d
Add some text saying that this page may occasionally be out of date with the
...
real make.conf.
2000-12-29 01:54:39 +00:00
Peter Wemm
e36a59f7a7
Add $FreeBSD$
2000-12-29 01:23:57 +00:00
Ruslan Ermilov
1f4335a6c5
Mdoc(7)ify.
2000-12-28 16:18:43 +00:00
Dag-Erling Smørgrav
c4b267dc7e
Retire kernfs (userland part).
2000-12-28 12:59:57 +00:00
Bosko Milekic
f73f120bec
Change M_WAIT to M_TRYWAIT, the new name of the flag.
2000-12-24 03:08:17 +00:00
Mike Smith
730fe95ed4
Merge vendor/device information from another database, but keep the
...
current format. The new database also has subvendor/subdevice ID
information, which we aren't using for now. This adds 272 new vendors
and 376 new device identifiers, as well as cleaning out some of the
bad entries in the previous revision.
We now combine data from:
http://www.yourvote.com/pci
http://members.hyperlink.com.au/~chart/pci.htm
2000-12-22 10:17:37 +00:00
Warner Losh
6715fca911
o Add cardbus support (use pci attachment for now)
...
<bde>
o Add comments in some places to clarify some points.
o Don't typedef sc_p. This isn't usually done in the drivers and may
cause problems in teh future if C goes the C++ route of requiring
one and only one definition for each and every type. Instead use
the current convetion of expanding struct ${1}_softc * inline needed.
o change some comments to be more style(9)-like.
o Define and use DEV2SOFTC to encapsulate storing/getting softc from a
dev_t. This also takes care of the missing cast from the examples.
o Define and use DEVICE2SOFTC, similar to DEV2SOFTC for getting the
softc from a device_t.
</bde>
We still should have this generate foo_{isa,pci,pccard,cardbus,eisa}.c
and foovar.h from templates of some sort, but I was too lazy to do
that in this commit. I did document it in the comments, however.
Note: bde-like corrections made with the help of my my portable
plastic bde icon. Results with the real bde may vary with use.
2000-12-18 21:08:53 +00:00
Julian Elischer
589f6ed8ce
Divorce the kernel binary ABI version number from the message
...
format version number. (userland programs should not need to be
recompiled when the netgraph kernel internal ABI is changed.
Also fix modules that don;t handle the fact that a caller may not supply
a return message pointer. (benign at the moment because the calling code
checks, but that will change)
2000-12-18 20:03:32 +00:00
Wolfram Schneider
6aec809c4d
Added BSD/OS 4.2
2000-12-17 18:44:42 +00:00
Wolfram Schneider
8ae86891d1
Added NetBSD 1.5
2000-12-17 11:50:33 +00:00
Wolfram Schneider
ea930425b9
Added releases dates for BSD/OS
...
Added BSD/OS releases up to 4.1
Submitted by: seebs@plethora.net (Peter Seebach), Jeff Polk <polk@BSDI.COM>
BSDI -> BSD/OS
Reorder 4.4BSD Lite2
2000-12-17 11:46:54 +00:00
John Baldwin
aea5b8ffe1
Catch up to the changes to the kthread API.
2000-12-15 20:39:35 +00:00
Ruslan Ermilov
88544700ca
mdoc(7) police: added missing .Os call.
2000-12-14 13:58:15 +00:00
Ruslan Ermilov
d003b7796c
mdoc(7) police: removed duplicate .Os calls.
2000-12-14 12:40:48 +00:00
Ruslan Ermilov
ed40311694
mdoc(7) police: removed history info from the .Os FreeBSD call.
2000-12-14 11:52:05 +00:00
Sheldon Hearn
67e35919d6
Grammar fix.
2000-12-14 09:36:49 +00:00
Ruslan Ermilov
1405da432e
mdoc(7) police: add a missing .Os, change the list type to ``tagged''.
2000-12-14 08:55:32 +00:00
John Baldwin
ea84acd6ad
Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as
...
the MTX_QUIET flag.
2000-12-13 23:30:43 +00:00
Dag-Erling Smørgrav
863edaec4d
Add sbuf(9) man page with links to API function names.
...
Reviewed by: ru
2000-12-13 19:53:37 +00:00
Assar Westerlund
9a6f618efe
document TUNSIFINFO, TUNGIFINFO, TUNSIFPID, TUNSIFHEAD, TUNGIFHEAD
2000-12-13 13:40:42 +00:00
Julian Elischer
859a4d166c
Reviewed by: Archie@freebsd.org
...
This clears out my outstanding netgraph changes.
There is a netgraph change of design in the offing and this is to some
extent a superset of soem of the new functionality and some of the old
functionality that may be removed.
This code works as before, but allows some new features that I want to
work with and evaluate. It is the basis for a version of netgraph
with integral locking for SMP use.
This is running on my test machine with no new problems :-)
2000-12-12 18:52:14 +00:00
Ruslan Ermilov
965061ea67
mdoc(7) police: Add a missing .Os.
2000-12-12 15:38:44 +00:00
Archie Cobbs
e449cfc4c7
Document /usr/include/isc.
...
Noticed by: ru
2000-12-12 05:19:10 +00:00
Ruslan Ermilov
d7b336c076
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
Ruslan Ermilov
d41608a89c
Document /usr/include/netnatm and /usr/share/sendmail.
2000-12-11 13:41:57 +00:00
Dag-Erling Smørgrav
7892746ed4
Add a reference to the fetch(3) man page.
2000-12-10 13:24:41 +00:00
Bruce Evans
247ff8f1e5
Actually install pci_vendors.
2000-12-10 08:06:36 +00:00
David E. O'Brien
1a37aa566b
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
John Baldwin
baeb94c70d
Fix some nits in the globs used to describe the various sets of atomic
...
operations.
Submitted by: jake, jasone
2000-12-08 22:10:28 +00:00
Archie Cobbs
894fbb6682
Fix typo.
...
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
2000-12-08 21:01:47 +00:00
Jason Evans
aabafca098
Do not check for existence of ${_dir}/kern/ , because for modules that set
...
.PATH to ${.CURDIR}/[...]/kern , the "exists" expression will fail for the
form exists(${.CURDIR}/[...]/kern/). This appears to be happening because
make is searching for the argument to "exists" by using .PATH rather than a
relative search, because .PATH and the argument match at the beginning.
Additionally, make appears to consider a path that starts with ${.CURDIR}
as relative, even though it expands to an absolute path.
The reason that most people aren't seeing this problem is that the absolute
paths of /usr/src/sys and /sys are also searched, so as long as the kernel
source can be found in at least one of those places, no problems surface.
This problem was inadvertently introduced on 1 December 2000, with the
addition of the sysvipc modules.
2000-12-08 20:36:32 +00:00
Marcel Moolenaar
d50575082a
Add Linuxulator manpage. Derived from i386 version.
2000-12-08 02:52:26 +00:00
Marcel Moolenaar
f9e5924cbe
The osfulator can be compiled-in now:
...
o add kernel option to the synopsis.
o remove "only as module" from bugs.
Reviewed by: sheldonh
2000-12-08 02:49:01 +00:00
Mike Smith
a20970a608
Add a PCI vendor/device database, used by pciconf (and available for use
...
by other tools as well).
Note that omissions and corrections for this file should be resolved
via http://www.yourvote.com/pci , as this is the master source for this
database, rather than by editing this file directly.
2000-12-07 10:56:29 +00:00
Ruslan Ermilov
4c5804ea54
Install the stock (as supplied by groff(1) distribution) tmac.an
...
and tmac.andoc files. The man(1), catman(1) and bsd.man.mk have
been modified to call groff(1) with -mandoc argument.
2000-12-06 17:02:33 +00:00
Ruslan Ermilov
f6d2f1c200
Groff 1.16.1 implements .psbb request internally in troff(1)
...
rather than as a macro using the .sy request, so we may drop
the unsafe (-U) mode.
2000-12-06 11:56:34 +00:00
Ruslan Ermilov
ad051d3564
These groff(1) documents require sed(1) parsing.
2000-12-06 10:32:40 +00:00
Sheldon Hearn
27b7ba4bb1
Fix bogon in previous commit, whereby the contents of SUBDIR were lost
...
in the assignment of man4.alpha!
This prevented the man4.i386 pages from being installed.
Reported by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
2000-12-06 08:45:03 +00:00
Ruslan Ermilov
fe409e49d0
groff does not use MANDEPEND anymore.
2000-12-05 19:56:50 +00:00
Tatsumi Hosokawa
b7f97db312
Added termcap entry for multilingual sysinstall
2000-12-04 06:09:04 +00:00
Ruslan Ermilov
a3a04c4787
This page requires tbl(1).
2000-12-01 13:51:33 +00:00
Brian Somers
81bb1040b1
Add more comments, fix a typo, mention how to do PPPoUDP using encryption
...
to create a VPN.
2000-12-01 11:52:22 +00:00
Ruslan Ermilov
6e982e07ec
Eliminate a few more groff(1) warnings.
2000-12-01 11:33:55 +00:00
Brian Somers
88cd46c4d3
Get rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:
...
idletime[900]+earlyhup[5] > unitlength[60]!'' message.
2000-11-30 23:08:36 +00:00
Brian Somers
9f361a4b13
Add some comments and $FreeBSD$
2000-11-30 22:24:51 +00:00
Brian Somers
35ccfc58d8
Update some misleading comments, empty ``set logout'', and add a
...
comment describing how to take advantage of telcos that give
free phone calls at certain times.
2000-11-30 22:22:09 +00:00
Ruslan Ermilov
e232ab3921
Eliminate groff(1) warnings.
2000-11-30 18:39:57 +00:00
Ruslan Ermilov
52415bd99c
Eliminate groff(1) warnings.
2000-11-30 17:06:28 +00:00
Ruslan Ermilov
79c8781d5e
Backout rev 1.2 (this paper is in me(7) not in ms(7) format),
...
eliminate remaining groff(1) warnings.
2000-11-30 13:07:14 +00:00
Nik Clayton
3cfa3ff7a1
Add make.conf(5).
2000-11-30 12:10:18 +00:00
Gregory Neil Shapiro
b6f094a043
Add commentary about shared SASL files versus sendmail compilation.
...
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2000-11-30 05:34:53 +00:00
Nik Clayton
8786063f1f
Typo police.
2000-11-29 14:27:20 +00:00
Sheldon Hearn
bbb6bd4e0e
Looks like my last round of suggestions didn't make it in. Fix invalid
...
cross-references.
2000-11-29 10:29:28 +00:00
Mark Newton
4657706b8a
Add streams(4) and svr4(4) to man4.i386 Makefile (yes, I know this should
...
have happened with the last commit).
2000-11-29 09:53:22 +00:00
Mark Newton
0553a1b07b
Introduce svr4(4) and streams(4).
...
Reviewed by: sheldonh
2000-11-29 09:50:11 +00:00
Ruslan Ermilov
a953ed108b
Eliminate groff(1) warnings.
2000-11-29 08:51:24 +00:00
Ruslan Ermilov
7a96412797
Eliminate `number register
.U' not defined'' groff(1) warnings.
2000-11-29 08:36:36 +00:00
Ruslan Ermilov
f6f31d8a89
Eliminate groff(1) warnings.
2000-11-28 19:26:53 +00:00
Ruslan Ermilov
68bd193f97
Eliminate groff(1) warnings, unbind from tbl(1).
2000-11-28 11:32:03 +00:00
Ruslan Ermilov
60ba35af7c
${GRIND} implies -f.
2000-11-28 11:18:02 +00:00
Ruslan Ermilov
77a0943ded
Eliminate groff(1) warnings.
2000-11-27 18:16:24 +00:00
Ruslan Ermilov
ea3d0ab695
Eliminate groff(1) warnings.
2000-11-27 18:00:51 +00:00
Jeroen Ruigrok van der Werven
b61c02a706
Correct some more dates and fix the order based on those dates.
...
Also add some forgotten point releases.
2000-11-27 17:03:04 +00:00
Jeroen Ruigrok van der Werven
3c8b8b84b9
NetBSD 1.4.3 is released.
...
Detail some FreeBSD release dates.
OpenBSD 2.8 will be released 1 Dec 2000.
Some grammar and typo fixes.
2000-11-27 16:35:21 +00:00
Sheldon Hearn
e2d7360d81
Fix invalid comments.
2000-11-27 14:28:35 +00:00
Ruslan Ermilov
530cc0fcff
Use groff(1) versions of these documents.
2000-11-27 09:23:27 +00:00
Ruslan Ermilov
09d07d748c
Eliminate groff(1) warnings: unbreak refer(1)ences.
2000-11-27 07:55:08 +00:00
Ruslan Ermilov
80ff3b155f
Eliminate groff(1) warnings.
2000-11-27 07:19:06 +00:00
Daniel Harris
b13034ed0f
compatability -> compatibility
...
PR: 23112
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-26 23:43:15 +00:00
Kris Kennaway
4d113fee52
MAXHOSTNAMELEN is 256, not 64
2000-11-26 22:20:17 +00:00
Brian Somers
20d65f25eb
Add ${LIBC_R}
2000-11-26 22:19:52 +00:00
Ruslan Ermilov
ab9d545279
Eliminate groff(1) warnings.
2000-11-24 16:58:17 +00:00
Ruslan Ermilov
d18deecba9
The default format for troff documentation is set with PRINTERDEVICE.
2000-11-24 14:08:07 +00:00
Ruslan Ermilov
025e751723
Make this paper buildable in nroff mode, eliminate warnings,
...
do not force default printing device and compression mode.
2000-11-24 13:58:21 +00:00
Jeroen Ruigrok van der Werven
0d59faf64a
Document EI_OSABI and EI_ABIVERSION.
...
Requested by: obrien
2000-11-24 10:42:21 +00:00
Ben Smithurst
47f77d8c57
Mention mergemaster(8).
...
Submitted by: obrien
2000-11-24 10:22:08 +00:00
Ruslan Ermilov
92ee29d2a5
Reimplement the groff(1) warnings elimination fixes in a better way.
2000-11-24 10:05:30 +00:00
Daniel C. Sobral
232095104e
Add a brief warning about devclass and multiple device driver attachments.
2000-11-23 17:19:54 +00:00
Ruslan Ermilov
bbc7e5700d
Eliminate groff(1) warnings.
2000-11-23 15:21:30 +00:00
Ben Smithurst
7c20a49391
Use a more generic name for the compiler cross-reference. (cc instead of
...
gcc.)
Suggested by: sheldonh (not sholdonh)
2000-11-23 14:44:45 +00:00
Ben Smithurst
a81996b6b8
* Say that ps, top, etc, "may not work" with the new kernel, rather than
...
"will not work", as in many cases they will.
Suggested by: sholdonh
* Add cross-references to reboot(8) and shutdown(8)
2000-11-23 14:19:50 +00:00
Ben Smithurst
3faf5fc932
Add an example to explain the basic procedure to build the world.
...
Suggested by: obrien
2000-11-23 14:00:26 +00:00
Ruslan Ermilov
817420dc8e
Eliminate groff(1) warnings.
2000-11-23 11:08:17 +00:00
Ruslan Ermilov
c3e7b38f93
Starting from groff(1) version 1.12, -msafer is now the default,
...
but index building for 13.viref requires the use of .sy request.
Repair the index building by running groff(1) in unsafe -U mode.
Requested by: bde
2000-11-23 08:51:33 +00:00
David E. O'Brien
5e514c64f7
Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format"
...
in /etc/login.conf.
2000-11-22 20:37:40 +00:00
Alexey Zelkin
950c15fcef
o fix a typo in copyright part: mdoc comment starts with .\", not ,\"
...
o few mdoc(7) fixes
PR: docs/13218
2000-11-22 18:00:50 +00:00
Alexey Zelkin
fd3e41837b
remove bogus Xref to lsdev(8)
...
PR: docs/13218
2000-11-22 17:57:44 +00:00
Ruslan Ermilov
b92a189eb9
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:11:48 +00:00
Ben Smithurst
8057e004aa
Add a note asking committers to update make.conf.5 when they update this.
2000-11-22 14:11:21 +00:00
Ben Smithurst
786aa69adc
Add two new manual pages to document the various options available in
...
make.conf, and the /usr/src building process.
PR: 22676
Submitted by: Mike Meyer <mwm@mired.org>
Reviewed by: nik, sheldonh
2000-11-22 14:04:26 +00:00
Ruslan Ermilov
68161b6b7d
mdoc(7) police: fixed typo.
2000-11-22 13:49:11 +00:00
Ruslan Ermilov
ea3d1f093f
mdoc(7) police: add the missing and required .Dd macro call.
2000-11-22 13:31:01 +00:00
Ruslan Ermilov
f4d874a1db
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
Ruslan Ermilov
2ba69799de
Make An macro understand two special arguments, -nosplit
...
and -split. See the mdoc.samples(7) manpage for details.
Reviewed by: sheldonh
2000-11-22 08:39:17 +00:00
Ruslan Ermilov
ae9fd6288c
mdoc(7) police: minor cleanup.
2000-11-22 08:19:15 +00:00
Alfred Perlstein
a0ae47cd48
Install DELAY(9).
2000-11-22 03:44:55 +00:00
Alfred Perlstein
0b0d531efb
Document the DELAY() function.
2000-11-22 03:38:32 +00:00
Bosko Milekic
5d4050cc5d
Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best to
...
conform to line break mdoc FreeBSD standards, although I am new to this.
Reviewed by: sheldonh
2000-11-21 22:29:31 +00:00
Mark Murray
a28724c2c2
Add new man page to the mix.
2000-11-21 20:31:51 +00:00
Mark Murray
6323c703f7
Whitespace-only change. Tidy up, alphabetise and wrap.
2000-11-21 20:28:48 +00:00
Mark Murray
5855006767
Add a consistent API to a feature that most modern CPUs have; a fast
...
counter register in-CPU.
This is to be used as a fast "timer", where linearity is more important
than time, and multiple lines in the linearity caused by multiple CPUs
in an SMP machine is not a problem.
This adds no code whatsoever to the FreeBSD kernel until it is actually
used, and then as a single-instruction inline routine (except for the
80386 and 80486 where it is some more inline code around nanotime(9).
Reviewed by: bde, kris, jhb
2000-11-21 19:55:21 +00:00
Ruslan Ermilov
a8e0cb75cc
mdoc(7) police: fixed the section reference to the mdoc.samples(7).
2000-11-21 08:12:23 +00:00
Ruslan Ermilov
4b66483fd8
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 18:41:33 +00:00
Ruslan Ermilov
7c7fb079b9
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
Sheldon Hearn
88927276f9
Document the libcompat entry for the .Lb macro.
...
Submitted by: phantom
2000-11-20 16:14:08 +00:00
Sheldon Hearn
3d8a8abc28
Fix bug in rev 1.7:
...
Use a paragraph marker (Pp) instead of a blank line.
2000-11-20 16:06:00 +00:00
Sheldon Hearn
7061ab237b
Fix a bug that's survived since rev 1.1:
...
Don't mark the word "file" up as a pathname in "/etc/group file". For
the sake of consistency with rev 1.18, use Nm instead of "Pa /etc/group"
and break "file" onto the next line.
2000-11-20 16:05:09 +00:00
Sheldon Hearn
82bad969b8
Fix problems introduced in rev 1.16:
...
* Hard sentence break.
* Using Nm for the file in the first paragraph made the use of Pa in the
second paragraph look silly.
2000-11-20 16:01:50 +00:00
Sheldon Hearn
1692a4f147
Fix problems introduced in rev 1.18:
...
* Broken (sectionless) cross-reference to nsswitch.conf.
* Trailing whitespace.
2000-11-20 15:56:22 +00:00
Sheldon Hearn
54c7f1620a
Connect the new man4.alpha to the build.
2000-11-20 13:16:44 +00:00
Sheldon Hearn
1b2da3b0e4
Document the osf1 module.
...
Submitted by: gallatin
2000-11-20 12:59:08 +00:00
Sheldon Hearn
5cd66fd5a0
Fix broken cross-reference to linprocfs(5).
2000-11-20 12:49:11 +00:00
Ben Smithurst
aabbf63eef
Fix typo; s/demon/daemon/
...
PR: 22955, 22956
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-20 10:15:38 +00:00
Doug Barton
09980f4348
Standardize spelling of "optimization" in comments
...
PR: conf/22622
Submitted by: knu
2000-11-19 20:12:06 +00:00
Ben Smithurst
d641426e5a
Fix typo.
...
PR: 22923
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-18 20:19:26 +00:00
Ben Smithurst
f414612af0
Fix typos.
...
PR: 22922
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-18 20:18:34 +00:00
Ben Smithurst
7a41bbd47b
Fix another typo.
...
PR: 22924
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-18 20:16:47 +00:00
Ruslan Ermilov
218d216271
mdoc(7) police: eliminate warnings.
2000-11-17 15:40:57 +00:00
Ruslan Ermilov
251c176f41
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
Ben Smithurst
0381c6e5ba
Fix typos.
...
PR: 22901, 22902
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-17 09:16:29 +00:00
Ben Smithurst
d5c58b9b78
fix typo; compliment -> complement.
...
PR: 22840
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-16 12:19:19 +00:00
Ben Smithurst
3e8a697e32
remove trailing fullstop from SEE ALSO.
...
Reviewed by: grog
2000-11-16 11:42:11 +00:00
Archie Cobbs
6e8d625628
New netgraph node type ng_one2many(4).
2000-11-16 05:58:33 +00:00
Archie Cobbs
c3427a5cc8
Add ichsmb.4 to the list.
2000-11-16 03:43:56 +00:00
Alfred Perlstein
a984db451a
install/build accf_* manpages
2000-11-16 00:57:52 +00:00
Alfred Perlstein
16fb0774c2
Xref accf_http and accf_data
2000-11-15 22:54:06 +00:00
Alfred Perlstein
9d6bbf9b1e
Document the accf_data accept filter: "dataready"
2000-11-15 22:53:02 +00:00
Alfred Perlstein
9d3a32814d
Document the accf_http accept filter "httpready".
2000-11-15 22:46:21 +00:00
Ben Smithurst
6fe89339b9
remove fullstops from the end of .Xr lines in SEE ALSO sections.
2000-11-15 16:00:07 +00:00
Ben Smithurst
b02eeb5c33
Add a newline character at the end of this file, it was missing which
...
resulted in ugly errors from 'diff'.
2000-11-15 13:34:41 +00:00
Julian Elischer
99fcf9836a
Slight cleanups after comments from John Hay (Thanks!)
...
Also add more comments.
2000-11-15 12:05:21 +00:00
Ruslan Ermilov
192d7a5f22
Spell the author's name correctly.
2000-11-14 13:43:43 +00:00
Ruslan Ermilov
b82f5db0ac
Spell the des's name correctly.
2000-11-14 13:19:26 +00:00
Ruslan Ermilov
8e8536e1c2
Spell the sos's name correctly.
2000-11-14 13:09:12 +00:00
Ruslan Ermilov
b5c508fba3
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
Brian Feldman
087815f8bc
Disable /usr/bin/ssh being setuid root by default. Let the variable
...
ENABLE_SUID_SSH being defined reenable it for those that want it.
This follows discussion favoring the change from September. It
is not usually necessary to be setuid root, possibly less safe,
and less convenient (cannot use $HOSTALIASES, for example).
Submitted by: jedgar
2000-11-14 04:42:25 +00:00
Ben Smithurst
cffeda3ce2
fix a typo; abso -> also
...
PR: 22806
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-13 20:36:06 +00:00
John Baldwin
ab7e1991c0
Beef up the description of the kernel thread API.
...
Reviewed by: sheldonh, jasone
2000-11-13 20:34:20 +00:00
John Baldwin
dc4e9f1a03
Describe the new software interrupt thread functionality.
...
Reviewed by: sheldonh, jasone
2000-11-13 20:18:42 +00:00
John Baldwin
eaca618337
Add a manpage to document the atomic operations including a quick treatment
...
of memory barriers and the newish atomic variants that include them.
Reviewed by: sheldonh
2000-11-13 20:08:17 +00:00
David Malone
9704bfcdfb
Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see also
...
section.
2000-11-13 16:18:46 +00:00
Mike Pritchard
ec9a57e8ac
Do not terminate the SEE ALSO section example with a period.
...
The cross-reference list should not be terminated with any
type of punctuation at the end of the line.
Pointed-out-by: sheldonh
2000-11-13 15:54:47 +00:00
Sheldon Hearn
6cfaa4a7de
Sort NAMES section and separate Nm arguments from trailing punctuation.
2000-11-13 13:12:44 +00:00
Nik Clayton
cfcae32408
Remove the comment about the occupied Palestinian territory not having a
...
code designation, as it's code 275.
Include the URL of the ISO3166 Maintenance Agency.
Remove FX, it's been deprecated.
Update the Palestine entry with the correct code and description.
PR: docs/22570
Submitted by: Laurent Wacrenier <lwa@victor.teaser.fr>
2000-11-12 16:27:48 +00:00
Julian Elischer
7dd17df71d
Share one devclass between ISA and PCI sections
...
This will ensure unit numbers will co-ordinate between them
2000-11-12 10:46:38 +00:00
Ben Smithurst
422d857731
* Fix inconsistency between "int" and "num"; as far as I can see they mean
...
the same thing in this context.
* Only include one fullstop in the SEE ALSO line.
PR: 22658
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
2000-11-11 19:16:05 +00:00
Julian Elischer
e904636ad4
Add basic PCI capability
...
Not sure how unit numbers are carried across between
PCI and ISA though.. maybe there should be only one devclass between the two?
2000-11-11 09:49:49 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
Archie Cobbs
3918c80b80
Now almost all Ethernet drivers support bridging.
...
Noticed by: gallatin
2000-11-10 16:58:13 +00:00
Jeroen Ruigrok van der Werven
b2a80a67da
Document that the 3c905C-TX is supported aside from Dell equipment.
2000-11-10 15:35:37 +00:00
Ruslan Ermilov
25214d26b5
Fixed typo in description of ENABLE_SUIDPERL.
2000-11-10 10:46:11 +00:00
Sheldon Hearn
25f1a2e9f9
Miscellaneous content fixes:
...
* xref sysctl
* do not mark kern.ipc.mbuf_wait up as a function argument.
* do not mix case of function argument names
* a mbuf -> an mbuf
* if -> whether
* typos
2000-11-10 10:22:49 +00:00
Sheldon Hearn
e73145f651
Whitespace only: fix hard sentence breaks now, before people really
...
get stuck into this page.
2000-11-10 10:08:34 +00:00
John Baldwin
c5f3b30e68
Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'.
2000-11-10 01:51:55 +00:00
Alfred Perlstein
ce900f0398
Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an arg
...
called 'elm'. It doesn't take an arg 'elm', it simply removes the
element at the head of the list.
2000-11-09 23:34:39 +00:00
Julian Elischer
4a3a6ee4c8
Add more sample code having read the daemnnews article (August 2000)
2000-11-09 18:55:44 +00:00
Jeroen Ruigrok van der Werven
6913c296f7
Change .Os FreeBSD 5.0 to .Os FreeBSD.
...
PR: 22684
Submitted by: Akinori YAMADA <yamada-a@nextcom.co.jp>
2000-11-09 05:05:17 +00:00
Julian Elischer
87e78fdf4c
Having figured out a bit more of the new-bus puzzle
...
I have added support for finding non-PNP devices to this
sample loadable ISA driver.
PCI support will come later.
If someone with a clue about newbus were to look it over it would be
really cool.
2000-11-08 21:54:28 +00:00
Jordan K. Hubbard
8b4c822db0
Add commented-out entries for FTP_PROXY and HTTP_PROXY so those behind
...
firewalls have examples to work from.
Requested by: chein
2000-11-08 07:30:27 +00:00
Warner Losh
322040325e
Add sn to files to install
2000-11-08 06:32:40 +00:00
Warner Losh
c1ecac83cc
simple sn man page, since we're missing one right now
2000-11-08 06:30:55 +00:00
Ruslan Ermilov
888bb0ddd2
Fixed typo: .ar -> .Ar
2000-11-06 15:18:56 +00:00
Ruslan Ermilov
a9a88e5db1
-mdoc cleanup: replace custom .ES/.EE macros with literal display.
2000-11-06 12:37:45 +00:00
Ruslan Ermilov
97781a0aa9
Fixed typo: .PB -> .El
2000-11-06 12:19:35 +00:00
Ruslan Ermilov
672300f7c7
Fixed typo: .SY -> .Sy
2000-11-06 09:17:44 +00:00
Paul Saab
9193b12844
MF4: Add LOADER_TFTP_SUPPORT make.conf flag.
2000-11-04 08:43:13 +00:00
David E. O'Brien
a450541bfc
State that using optimization level above -O for kernel builds isn't smart.
2000-11-02 22:14:59 +00:00
Sheldon Hearn
9fde3dc5ba
Update the SYNOPSIS to reflect that the driver can be loaded as a module.
...
While here, I also updated the kernel config style, although I wouldn't
recommend doing this for the whole of section 4 yet, since our kernel
config style is still in a state of flux.
2000-11-02 14:23:53 +00:00
Bosko Milekic
bfd597212a
Fixup some wrong statements in the new mbuf(9) man page.
...
Also introduce a bunch of (missed?) macros and functions.
This man page still needs a lot of work, most likely a re-ordering
of the macros/functions, and a more complete, more accurate, listing of
available routines.
A good and worthy start nonetheless.
2000-11-01 23:02:19 +00:00
Hellmuth Michaelis
4ad3090e49
Ooops, forgot to add the originator for the last FAQ entry
2000-11-01 14:08:58 +00:00
Hellmuth Michaelis
2345588750
Add entry to the FAQ
2000-11-01 14:06:46 +00:00
Mike Pritchard
86907e17ce
Mdoc style fixes.
...
PR: docs/22445
2000-11-01 11:17:33 +00:00
Ralf S. Engelschall
aad65d1ca2
Don't use the old URL to the GNU ftp location any more:
...
ftp://prep.ai.mit.edu/pub/gnu/ -> ftp://ftp.gnu.org/gnu/
2000-11-01 10:24:08 +00:00
David E. O'Brien
5558b041c8
Use test -z rather than -n.
...
Submitted by: bde
2000-11-01 07:09:38 +00:00
John Baldwin
7e56ee52c8
Catch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.h
2000-11-01 00:39:27 +00:00
Jeroen Ruigrok van der Werven
29c9277956
Fix a fundamental error. The device is not owned by the parent
...
bus before allocation. The resource is.
Asked about by: julian on -current
Verified by: msmith
2000-10-31 13:16:47 +00:00
Scott Long
96b8a53d48
Update to reflect that the XPT device can accept path inquiry commands.
...
Reviewed by: gibbs
2000-10-30 23:33:39 +00:00
Sheldon Hearn
6296795713
Whitespace only:
...
* Remove hard sentence breaks.
* Remove trailing whitespace.
* Separate macro arguments from trailing punctuation with whitespace.
2000-10-30 19:49:26 +00:00
Ruslan Ermilov
dc5a40409d
Add pfil.9 manpage to build after a repository copy.
2000-10-30 09:16:18 +00:00
Poul-Henning Kamp
cf9fa8e725
Move suser() and suser_xxx() prototypes and a related #define from
...
<sys/proc.h> to <sys/systm.h>.
Correctly document the #includes needed in the manpage.
Add one now needed #include of <sys/systm.h>.
Remove the consequent 48 unused #includes of <sys/proc.h>.
2000-10-29 16:06:56 +00:00
Jeroen Ruigrok van der Werven
47f9d42dab
Break a line more appropriately.
2000-10-29 13:37:13 +00:00
Jeroen Ruigrok van der Werven
b705e4512b
Whitespace only commit.
2000-10-29 13:33:57 +00:00
Jeroen Ruigrok van der Werven
eae4fc8ef3
Update the twe manpage to correspond with the latest source changes.
...
Submitted by: msmith
2000-10-29 13:31:24 +00:00
Chris D. Faulhaber
2d45aed6bc
Remove obsolete /dev/drum references
...
Reviewed by: alex, asmodai, billf
2000-10-29 12:19:52 +00:00
Matt Jacob
da731adabc
fix minor oops in new data compression page definition
2000-10-29 00:54:59 +00:00
Nik Clayton
54b93a1055
RBG -> RGB
...
PR: docs/21724
Submitted by: TOGAWA Satoshi <toga@puyo.org>
2000-10-28 23:25:41 +00:00
Matt Jacob
14a7806366
Add 3 SCSI-3 bits for Sequential Access Device Congifuration Page.
...
Add Data Compression Page (SCSI-3). Add some clarifying comments
at the top of the file that say what the syntax is.
2000-10-28 22:47:47 +00:00
MIHIRA Sanpei Yoshiro
33eb563d67
add PC-Card melody beep(PC Card bus, kludge version)
...
Original idea from: PAO3
2000-10-28 13:35:34 +00:00
Alexander Langer
b7f4c6bf0e
Use EX_USAGE in an example, as the SAME manual page describes a
...
few lines higher.
PR: 22371
Submitted by: andrew@ugh.net.au
2000-10-28 10:02:23 +00:00
Jeroen Ruigrok van der Werven
8c615a5285
Add some more information to the AUTHORS section.
...
Remove unnecessary duplication of asr after the .Nm macro.
2000-10-28 09:56:34 +00:00
Mike Pritchard
096ed6644a
Typo fix.
2000-10-27 20:55:15 +00:00
Matt Jacob
f2998370b7
update man page to reflect new support
2000-10-27 16:12:53 +00:00
Jeroen Ruigrok van der Werven
e87b9f2824
Use FreeBSD.org, not freebsd.org, as has been the precedent.
2000-10-27 16:05:39 +00:00
Jeroen Ruigrok van der Werven
90165ebba8
Please welcome the asr manpage [no, not alt.sysadmin.recovery], but
...
the Adaptec SCSI RAID cards.
Submitted by: msmith, scottl, Mark Salyzyn
2000-10-27 15:54:34 +00:00
John Baldwin
7dbdc1bff4
Add in MLINKS for all of the various mutex functions to mutex.9
2000-10-26 23:54:10 +00:00
John Baldwin
2c3d0ee6f4
- Document MUTEX_DECLARE and MTX_COLD
...
- Clean up some minor nits
2000-10-26 23:53:12 +00:00
John Baldwin
26fdc7e05b
Add a note that the spl() API is deprecated in favor of mutexes.
2000-10-26 23:30:01 +00:00
Nik Clayton
de06f907d1
Add a prototype mbuf.9 man page. Probably needs work, but it's a good
...
start.
PR: docs/22053
Submitted by: Yar Tikhiy <yar@comp.chem.msu.su>
2000-10-26 23:15:47 +00:00
Nik Clayton
b69358a992
Remove a doubled "in the".
...
PR: docs/22140
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2000-10-26 23:13:10 +00:00
Nik Clayton
c45b509bf4
Update to include a link to the referenced papers when PRINTERDEVICE=html
...
PR: docs/22140
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2000-10-26 23:12:12 +00:00
Gregory Neil Shapiro
d1ba25f456
Add a MAINTAINER= line so people know who to blame
2000-10-26 23:02:36 +00:00
Julian Elischer
96305e8f3e
Add copyright to skeleton.
2000-10-26 21:53:37 +00:00
Julian Elischer
45ddd9af7d
some more cleanups
...
still need to handle non-PNP devices properly.
2000-10-26 21:37:38 +00:00
Jeroen Ruigrok van der Werven
7e06ffaa30
Add and install the uscanner manpage.
...
Reviewed by: n_hibma
Prodded by: grog
2000-10-26 15:36:36 +00:00
Jeroen Ruigrok van der Werven
eddc45e797
Update @freebsd.org email addresses to @FreeBSD.org as is the
...
precedent.
2000-10-26 15:30:44 +00:00
Garrett Wollman
3b4d27f6d7
Merge from vendor branch.
2000-10-25 19:36:49 +00:00
Garrett Wollman
10b59911e8
This commit was generated by cvs2svn to compensate for changes in r67575,
...
which included commits to RCS files with non-trunk default branches.
2000-10-25 19:33:50 +00:00
Garrett Wollman
5d07889871
../changes
2000-10-25 19:33:50 +00:00
Julian Elischer
d1d3a97409
Slowly add more functionality as I learn more about newbus etc.
2000-10-25 15:08:11 +00:00
Søren Schmidt
169d20b2ce
Add the ATA_ENABLE_TAGS option
2000-10-25 08:25:37 +00:00
Archie Cobbs
c06992e558
Build the ISC library as libisc. This library comes as part of the
...
bind distribution, but until now was not being built as a separate
entity. For documentation, see these man pages:
assertions(3), eventlib(3), heap(3), logging(3), memcluster(3), tree(3).
Reviewed by: jdp
2000-10-24 20:10:25 +00:00
Julian Elischer
ed2f9d4e88
Change archie's and my email addresses from Whistle.com to FreeBSD.org
2000-10-24 18:01:45 +00:00
Julian Elischer
45b4f5af9e
First effort at bringing these up-to-date.
...
This creates a skeleton ISA device driver.
I don't pretend that it's fully correct or even opitimal
but it at least creates (and compiles) a 'clean' ISA driver.
Hopefully PCI/PCCARD/etc. support will be added when I understand it.
Unlike the old version this just creates a module. The old one tried to
create a new kernel with the driver to be tested.
2000-10-24 16:45:58 +00:00
Mike Pritchard
2e283b0a0c
Correct the description of a few options to reflect that commands and/or
...
the results that they actualy use/generate.
PR: docs/22267
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2000-10-24 13:54:17 +00:00
Akinori MUSHA
82494980f2
Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS.
2000-10-24 12:37:52 +00:00
Mark Murray
e5e600c900
Add some very crude man pages to try to induce folk to work on them.
...
Agreed to work on them: jasone
2000-10-24 03:33:24 +00:00
Andrey A. Chernov
c4a1cfd667
Fix %c
2000-10-23 14:31:27 +00:00
Akinori MUSHA
241d880ebb
It is bsd.sites.mk one should look for a full list of default sites,
...
not bsd.port.mk anymore.
Add MASTER_SITE_XFREE, MASTER_SITE_RINGSERVER, MASTER_SITE_TCLTK and
MASTER_SITE_RUBY.
Document and add MASTER_SORT_REGEX.
2000-10-22 12:09:16 +00:00
Wolfram Schneider
04ec069eb0
update URL and copyright
2000-10-20 18:27:53 +00:00
Wolfram Schneider
7089ec586f
Added upcoming FreeBSD 4.2
2000-10-20 18:21:44 +00:00
Poul-Henning Kamp
1921a06d6a
Introduce the M_ZERO flag to malloc(9)
...
Instead of:
foo = malloc(sizeof(foo), M_WAIT);
bzero(foo, sizeof(foo));
You can now (and please do) use:
foo = malloc(sizeof(foo), M_WAIT | M_ZERO);
In the future this will enable us to do idle-time pre-zeroing of
malloc-space.
2000-10-20 17:54:55 +00:00
Mike Pritchard
18157703d5
Remove bogus xref.
...
PR: docs/22125
Submitted by: Keith Jones <keith@sse0691.bri.hp.com>
2000-10-20 05:59:51 +00:00
Josef Karthauser
c5bb0e9394
Scripts should contain a comment block describing what the script does.
2000-10-19 18:18:35 +00:00
Josef Karthauser
22bbcf38a7
Reference Larry Wall's perlstyle man page, and recommend it's use where
...
entries in this guide don't override it.
Requested by: markm
Comment on tabulation style.
2000-10-18 21:57:37 +00:00
Josef Karthauser
e6e692447c
Use 'unless' instead of 'if (! ... )' where it improves readability.
2000-10-18 18:01:35 +00:00
Josef Karthauser
32d219825c
Opening braces should be at the end of the controlling line. Else
...
and elsif belong on the same line as the closing brace for the
previous if or elsif block.
Suggested by: des
2000-10-18 17:48:10 +00:00
Josef Karthauser
a2a307a14d
Contract a statement that's too verbose.
2000-10-18 17:34:43 +00:00
Josef Karthauser
a669270dee
There are enough examples of using 'my $var = ...' definitions, so remove
...
one.
2000-10-18 17:32:21 +00:00
Josef Karthauser
a4d70fdb47
All variables should be commented.
...
Local variables should be separated from function arguments by a
blank line.
Suggested by: des
2000-10-18 17:25:59 +00:00
Josef Karthauser
ab6f5f0d9c
Make subroutine prototypes mandatory.
...
The main code should be wrapped in a MAIN:{ ... } declaration.
Suggested by: des
2000-10-18 17:21:54 +00:00
Josef Karthauser
d17bce98be
Fix the places that I missed last commit: 'vars' not 'var'.
2000-10-18 17:12:07 +00:00
Josef Karthauser
e77c53b0be
Correction: 'use vars ..' not 'use var'.
...
Submitted by: des
2000-10-17 15:50:22 +00:00
Josef Karthauser
fa0be99954
Build and install the perl.style(7) manual page.
2000-10-17 15:33:29 +00:00
Josef Karthauser
e79ac7ee3a
Reclarify variable definition blocks.
...
Ask programmers to use modules where possible instead of reinventing
the wheel.
Use 'chomp' not 'chop' please.
Fixup some mdoc.
2000-10-17 15:32:57 +00:00
Roger Hardiman
0eed4af9fa
Fix error in sample code in the man page
2000-10-17 08:27:18 +00:00
Josef Karthauser
3194300995
An initial draft of a style guide for perl scripts in the tree.
2000-10-17 02:51:03 +00:00
Doug Rabson
0d409bfdac
Add section for building ia64 kernels.
2000-10-16 20:04:52 +00:00
Mark Murray
67297998c8
Add a man page for part of the PRNG API.
2000-10-14 16:16:42 +00:00
David E. O'Brien
c13ded1868
Add `isoC-99' to the list of availble abbreviations.
2000-10-11 19:30:41 +00:00
Joseph Koshy
1f49176099
Minor doc tweaks: reorder the "SEE ALSO" section alphabetically; add
...
punctuation.
2000-10-11 10:46:12 +00:00
Archie Cobbs
a3fef8df1c
Minor clarification about the "bypass" hook.
2000-10-10 20:07:11 +00:00
Gregory Neil Shapiro
31923af7ce
Install the sendmail cf building tools (contrib/sendmail/cf) in
...
/usr/share/sendmail/cf.
PR: 19790
2000-10-10 18:08:19 +00:00
Hellmuth Michaelis
933d8a8e74
update i4b version to 0.96.00
2000-10-10 14:16:55 +00:00
David E. O'Brien
dc2e4f165a
Removed the FreeBSD ID I was forced to add in rev 1.9.
2000-10-10 08:53:27 +00:00
Gregory Neil Shapiro
3dc4512aef
Remove LIBRSAGLUE, add LIBSSL
...
Reviewed by: kris
2000-10-10 06:17:51 +00:00
Hellmuth Michaelis
7925558e0a
update to i4b version 0.95.04
...
This commit adds the ReleaseNotes file which contains a list of major i4b
changes happened since the last version comitted to FreeBSD (0.90.01).
2000-10-09 16:01:36 +00:00
Adrian Chadd
da7e7114d1
Reviewed by: rwatson, bp
...
Approved by: rwatson
Obtained from: NetBSD source tree
Second part of the fsck wrappers commit. This commit enables the new fsck
code (removing the fsck/* code and replacing it with the netbsd fsck
wrapper code), and enabling some FFS-based utilities to compile.
Details:
* quotacheck, fsdb required modification to use the fsck_ffs/ code rather
than fsck/ . This might change later since quotacheck requires preen.c
which should exist in fsck/ rather than fsck_ffs/
* src/Makefile has fsck_ffs added to it so it it built as part of the tree
now
* share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck.
I've tested this, and it shouldn't require any changes on your machine.
The fsck wrapper reads /etc/fsck and is command-line-compatible enough
to not require rc changes (well, most changes unless you want to do
anything nifty by specifying the fs types explicityly, read the man page
if you want further details on what it can do.)
This now allows us to support multiple filesystem types during bootup.
2000-10-09 10:23:31 +00:00
Poul-Henning Kamp
f6b5c74c35
Initiate deorbit burn sequence for <machine/mouse.h>.
...
Replace all in-tree uses with <sys/mouse.h> which repo-copied a few
moments ago from src/sys/i386/include/mouse.h by peter.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/mouse.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/mouse.h> files will be removed.
2000-10-09 08:08:36 +00:00
Poul-Henning Kamp
00d25f512c
Initiate deorbit burn sequence for <machine/console.h>.
...
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
2000-10-08 21:34:00 +00:00
David E. O'Brien
82861c11a9
Use <space> not <tab> before VCS ID.
2000-10-08 19:15:49 +00:00
Alexander Langer
278108f1f8
Give the post-fix example a better description.
...
PR: 21646
Submitted by: "Peter Pentchev" <roam@orbitel.bg>
2000-10-07 14:34:26 +00:00
Brian Somers
e6e7337683
Index: Makefile
...
===================================================================
RCS file: /home/ncvs/src/share/man/man9/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- Makefile 2000/09/17 12:15:12 1.75
+++ Makefile 2000/10/06 23:24:26
@@ -69,6 +69,8 @@
MLINKS+=make_dev.9 destroy_dev.9
MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
MLINKS+=mi_switch.9 cpu_switch.9
+MLINKS+=namei.9 NDINIT.9
+MLINKS+=namei.9 NDFREE.9
MLINKS+=posix4.9 p1003_1b.9
MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
2000-10-06 23:29:11 +00:00
Archie Cobbs
c74e4702c0
.Os FreeBSD instead of just plain .Os
...
Submitted by: ru
2000-10-06 19:47:00 +00:00
Alexander Langer
2aac89be6d
* I don't think that ed-devices are still "high performance ethernet device"s. Change that to "ethernet device".
...
* Update synopsis for the new config-style: just "device ed".
* PCI and PC Card devices are also supported.
2000-10-06 19:44:09 +00:00
Darren Reed
7a76642f3c
This brings support for IP Filter into rc.network and rc.conf with
...
the appropriate documentation added to rc.conf(5). If all goes well
with this over the next few weeks, the PR will be closed with the
pullup of patches back to 4-STABLE.
PR: 20202
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
Reviewed by: Darren Reed <darrenr@freebsd.org>
Approved by: Darren Reed <darrenr@freebsd.org>
Obtained from: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2000-10-06 12:24:45 +00:00
Paul Saab
e8af5965e2
Correct who pioneered the accept filters and Yahoo!'s company name.
2000-10-06 10:51:24 +00:00
Ruslan Ermilov
25139dab53
Add missing escape sequences, -mdoc'ify.
2000-10-06 08:40:52 +00:00