deberg
ad0e0b565c
fix typos, PR 11159
2000-10-07 20:26:36 +00:00
nathanw
0b6e7eef69
Rewrite description of core dump format to reflect reality.
...
Addresses PR#11145 by me.
2000-10-07 17:45:26 +00:00
hubertf
016ecbcf4c
Add description about the "source" dir of a release, based on what's there
...
for 1.4.2.
2000-10-06 02:42:20 +00:00
lukem
c111e18a4d
remove security/
2000-10-05 15:47:04 +00:00
ad
5b09090e8e
insure -> ensure
2000-10-05 12:35:33 +00:00
pooka
e678929d10
functionaliy -> functionality
2000-10-05 12:31:15 +00:00
sommerfeld
abff7e84fd
If FORMAT_AUDIT is set, and WFORMAT is set and > 1, turn on
...
-Wnetbsd-format-audit for extra-stringent format checking.
WFORMAT belongs in individual makefiles and/or Makefile.inc files.
FORMAT_AUDIT should go in mk.conf if you're doing format-string auditing.
(set WFORMAT=1 in individual makefiles if a program is
not security critical and is doing bizarre things with
format strings which would be even uglier if rewritten)
FORMAT_AUDIT may go away in time (i.e., default to on)
2000-10-04 19:27:45 +00:00
bjh21
c7e2fe84a9
Fix whitespace glitch.
2000-10-03 15:28:16 +00:00
bjh21
93d5bd4fa7
Fix whitespace glitches.
2000-10-03 15:18:07 +00:00
bjh21
16ad58a09c
Clean up whitespace glitches.
...
Use subsections where appropriate.
2000-10-03 15:10:57 +00:00
is
3fadf34391
Fix tyop.
2000-10-02 11:41:47 +00:00
itojun
60093d58b2
sync with FreeBSD share/misc/bsd-family-tree.
2000-10-02 11:28:22 +00:00
bjh21
968546ded7
Typo fixes:
...
Remove an unmatched close-parenthesis.
appearently -> apparently
2000-10-01 13:45:46 +00:00
itojun
3e401aa14d
upl(4) is a IPv4 only device.
2000-10-01 11:35:28 +00:00
lukem
ad43a4d74d
also note /etc/defaults/rc.conf
2000-10-01 06:04:43 +00:00
bjh21
2566becc58
Typo fix: bloxk -> block
2000-09-30 22:33:52 +00:00
jhawk
8423ae243a
BUGS updates:
...
Observe this manpage documents biosboot, which is not i386-specific
Note failure to parse filename after boot options.
2000-09-30 20:27:01 +00:00
itojun
5b88ba6121
remove obsoleted crypto-related variables.
2000-09-30 12:27:35 +00:00
itojun
e5e807d114
always compile RSA into libcrypto.
...
MKCRYPTO disables the whole crypto tree, and in that case,
we will not have RSA (nor libcrypto) with us.
2000-09-30 12:21:51 +00:00
itojun
8d26d03189
repair openssl (libcrypto) for non-32bit architecture.
...
don't use unsigned long where 32bit unsigned variable is asked for.
use u_int32_t. (not sure if uint32_t is better or not, but anyway,
u_int32_t <-> uint32_t should not raise binary compatibility issue)
PR10921.
TODO: have arch-dependent Makefiles where we supply -DFOO for optimization.
(do not change size of variable though)
XXX: we should actually nuke all other #ifdef in /usr/include/openssl/*.h,
however, that needs a lot of work and will make future openssl upgrade harder.
remove RC5 and IDEA by default. build them separately as
libcrypto_{rc5,idea}.a. put dummy function, which is "warning to stderr
and exit(1)". NOCRYPTO_{RC5,IDEA} are obsoleted.
PR10883.
2000-09-30 00:23:28 +00:00
hubertf
4ad90fabc3
Move description of /usr/mdec/biosboot*.sym from installboot.8 to boot.8,
...
pointed out by Jason Thorpe.^
2000-09-28 16:18:42 +00:00
ad
00d54fb645
- Add an entry to the BUGS section.
...
- Minor syntactical changes.
2000-09-28 10:23:57 +00:00
thorpej
a832259c23
Manual page for the vlan(4) interface.
2000-09-28 06:59:58 +00:00
hubertf
dedc304c9a
document biosboot*.sym files
2000-09-28 04:10:50 +00:00
phil
fe4560a9a3
Get the correct command line using groff instead of nroff.
2000-09-26 15:33:28 +00:00
augustss
a5f7c1b8fd
Document the USB event API..
2000-09-24 17:22:08 +00:00
jdolecek
b333be3980
document new -v, -q flags
2000-09-24 17:03:27 +00:00
jdolecek
cce88ce6ac
also process boot.8
2000-09-24 16:39:54 +00:00
jdolecek
9bda5239e6
pty resources are now allocated on demand, default initial
...
number is 16 and thre is new sysctl kern.maxptys to control maximum number
2000-09-24 11:46:47 +00:00
kleink
3f50a3c66b
Document LIBRARY and Lb.
2000-09-24 09:52:26 +00:00
simonb
06026973fd
Use the usual make variables with ${INSTALL} (RENAME, COPY, PRESERVE,
...
INSTPRIV). Also use BIN{OWN,GRP} and NONBINMODE.
2000-09-24 05:56:04 +00:00
augustss
fc82fb752f
Fix typo.
2000-09-23 20:27:05 +00:00
augustss
3d4e4b283d
Xref urio(4).
2000-09-23 20:26:48 +00:00
simonb
cd2e1c1e91
Use ${COPY} instead of -c for ${INSTALL} commands.
2000-09-23 13:53:41 +00:00
augustss
5bf80111fc
Xref uscanner(4).
2000-09-23 04:35:54 +00:00
augustss
cd10762a22
Add uscanner(4) man page.
2000-09-23 04:34:55 +00:00
augustss
1a534e07a7
Add SanDisk ImageMate SDDR-31 to list of working devices.
2000-09-22 13:43:04 +00:00
phil
ec49e039c2
Add rules to make and install html pages in /usr/share/man/html*
2000-09-22 05:37:57 +00:00
bjh21
549a6a7445
Provide a missing ".El".
2000-09-21 15:37:09 +00:00
bjh21
30c323755b
s/usign/using/g
2000-09-21 11:44:53 +00:00
ad
82759dbdf5
Use .{B,Bs,F,N,O}x and fix miscellaneous errors.
2000-09-21 10:43:49 +00:00
ad
121d744ba2
- Document Bsx macro.
...
- Fx, Nx and Ox appear to be parsed and callable.
2000-09-21 10:22:17 +00:00
ad
29a800506a
- Document Bsx and Ox macros.
...
- Add some missing TOC entries.
2000-09-21 10:20:51 +00:00
bjh21
985853ce2e
Mention NFS_V2_ONLY.
2000-09-19 23:56:50 +00:00
bjh21
c4fdfbaf66
nfsiod(8) is long dead.
2000-09-19 23:53:51 +00:00
scw
12c28120f1
Add entries for vmepcc and vmetwo, mention MVME162, and correct
...
a speeling error.
2000-09-19 11:11:50 +00:00
hubertf
4e5545b220
Document VNODE_OP_NOINLINE
2000-09-14 16:02:24 +00:00
hubertf
86937cf02f
Merge in some changes from the usermgmt examples.
2000-09-13 19:54:01 +00:00
hubertf
36942dc548
We now have a wscons.conf(5) manpage.
2000-09-13 03:39:12 +00:00
drochner
21955ff8d8
minor corrections / additions
2000-09-12 09:53:41 +00:00