kris
ab3a6fa241
Remove obsolete reference to /var/db/kvm_kernel.db
...
Reviewed by: peter
2000-05-07 02:16:43 +00:00
phantom
70475243cd
Fix typo.
...
Noticed by: hoek
2000-05-06 14:07:35 +00:00
jlemon
0a0aeff114
Some mdoc cleanups for the manual page.
...
Submitted by: phantom
2000-05-06 13:06:03 +00:00
phantom
a60a1ebfb4
Use `Er' variable to define first column width in ERRORS section.
2000-05-06 12:07:59 +00:00
phantom
d5d092deee
mdoc related cleanup:
...
. use construction ".Aq Pa filename" instead of ".Pa <filename>"
. replace Section Heading macro (.Sh) with Subsection (.Ss) macro for
subsections
2000-05-06 12:05:39 +00:00
phantom
16afabce18
Use suggested by mdoc(7) style section name (ERROR -> ERRORS)
2000-05-06 12:02:18 +00:00
phantom
3a61ac3c01
Use `Er' variable to define first column width in ERRORS section.
2000-05-06 12:00:11 +00:00
ps
75b9bb7e77
Fix comment.
2000-05-06 04:50:09 +00:00
billf
357c0044c0
Put the FTP_PASSIVE_MODE issue to rest once and for all.
...
Reviewed by: des
Obtained from: FreeBSD's src/usr.bin/ftp/main.c
2000-05-05 17:02:32 +00:00
mpp
c0f912fb2f
Minor mdoc cleanup.
...
PR: docs/13218
2000-05-05 02:21:45 +00:00
jlemon
c590c299e3
Add a kqueue(2) manual page.
2000-05-04 20:11:38 +00:00
archie
fc8fd5b5fc
Move netgraph node type man pages from section 8 to section 4.
2000-05-04 17:40:13 +00:00
phantom
cb5fd90ad4
Use `Er' variable to define first column width in ERRORS section. It was
...
initially suggested by mdoc(7) style, but was broken over the years
2000-05-04 13:09:25 +00:00
phantom
a477158490
mdoc(7) cleanup:
...
. use real function names as `.Nm' macro argument in NAME section. It allows
them to appear in apropos(1) or whatis(1) output.
. replace empty lines with `.Pp' macro.
. replace hardcoded standard names with their `.St' macro equivalents.
. sort cross references in SEE ALSO section
2000-05-04 08:05:45 +00:00
jasone
bb0124f71c
Use assembler directives rather than ALTENTRY() so that longjmp() and
...
siglongjmp() are weak symbols. This is necessary to allow static linking
with the linuxthreads library port.
2000-05-04 04:36:26 +00:00
jasone
2ba660079d
Add missing .El macro.
2000-05-03 08:50:43 +00:00
joe
32818155f0
Disconnect libm from the build tree. It's broken, not being
...
maintained, and has been replaced by msun. The libm sources
shouldn't be removed just yet as there are parts that should be
merged into msun first.
PR: misc/17848
Discussed with: phk & bde
2000-05-02 14:16:19 +00:00
jasone
03d029f134
Add missing man pages. Fix various compliance bugs, mostly having to do with
...
error return values. Implement pthread_mutexattr_gettype().
PR: docs/16537, docs/17538
2000-05-02 06:51:40 +00:00
ps
222439bc50
Add readdir support to the NFS filesystem in libstand.
2000-05-01 15:03:52 +00:00
phantom
3f441717c9
. remove some unneeded comments
...
. replace .Os value with empty value since this library is not KAME only
anymore
. add a note about IPv6 and IPsec integration to the FreeBSD
2000-05-01 14:42:09 +00:00
phantom
7ee9c71cc0
. add a note about IPv6/IPsec integration to the FreeBSD
...
. replace .Po/.Pc pairs with .Pq
. remove some unneeded comments
. .Lb-ify
2000-05-01 14:40:06 +00:00
ps
2cf1490ab7
Do not attempt to free a nfs node if it is the root node. The root
...
node is statically allocated and is not guarded, so free will panic
in nfs_close.
2000-05-01 10:53:21 +00:00
nik
1bab59cbc5
Add xref to cap_mkdb(1).
...
PR: docs/17544
Submitted by: Christ J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
2000-04-30 22:43:09 +00:00
jlemon
9f5d586c97
Add a readdir function to the loader fsops vector, and implement the
...
functionality for some of the filesystesms.
2000-04-29 20:47:10 +00:00
jlemon
0340a88f8a
Add ext2fs support to the loader.
2000-04-29 20:44:07 +00:00
archie
faccef08ea
Fix a bug handling the debug level when displaying control messages
...
in their ASCII forms at debug levels >= 3.
2000-04-28 18:41:21 +00:00
ru
68665ff505
Replace PacketAliasRedirectPptp() (which had nothing specific
...
to PPTP) with more generic PacketAliasRedirectProto().
Major number is not bumped because it is believed that noone
has started using PacketAliasRedirectPptp() yet.
2000-04-28 13:44:49 +00:00
ru
6eed67e4a4
Spell PacketAliasRedirectAddr() correctly.
2000-04-27 18:06:05 +00:00
ru
c6bc2e1ae7
Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).
...
LSNAT links are first created by either PacketAliasRedirectPort() or
PacketAliasRedirectAddress() and then set up by one or more calls to
PacketAliasAddServer().
2000-04-27 17:37:03 +00:00
jasone
f89de11e93
Add a wrapper for the sendfile() system call.
...
PR: bin/17366
2000-04-27 00:59:44 +00:00
jasone
83086c2885
Add test to detect propagation of cancellation points within libc_r.
2000-04-26 23:25:58 +00:00
jasone
dcf0db55cc
Remove cancellation point propagation.
2000-04-26 23:17:17 +00:00
jkoshy
bcf41d55dd
Fix typo. Use `.Fa' to denote a function argument.
...
PR: docs/18214
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-04-26 05:09:22 +00:00
joerg
b13c8f158a
Reassemble a sentence that has been botched in rev 1.4.
...
Reported by: Alexander Leidinger <Alexander@leidinger.net>
2000-04-25 13:53:48 +00:00
jasone
b1932c6651
Automated regression test harness for libc_r. Existing tests are integrated,
...
a new test for POSIX semaphores was added, and examples of harness usage are
included.
2000-04-24 21:07:45 +00:00
jkh
a43b0da399
Make FTP_PASSIVE_MODE check more specific.
...
Suggested by: Eric D. Futch <efutch@nyct.net>
2000-04-23 21:23:34 +00:00
wollman
6f323e4920
Spell MAP_NOSYNC correctly.
...
Submitted by: allenc@verinet.com
2000-04-23 15:15:15 +00:00
wollman
363de667b5
.Lb-ify
2000-04-23 02:02:33 +00:00
kris
b95f8c2f86
Oops, remove vestigial reference to SHS passwords.
2000-04-22 20:43:21 +00:00
phantom
70e24328fd
Introduce .Lb macro to libvgl manpage
2000-04-22 16:17:38 +00:00
phantom
13fe72d4bf
Introduce .Lb macro to libutil manpages
...
Sort .Nm values in some manpages
Remove explicit note about compiling with -lutil, it's implicitly
declared by .Lb macro now.
2000-04-22 16:17:00 +00:00
phantom
090008a89c
Introduce .Lb macro to libskey manpage
2000-04-22 16:14:26 +00:00
phantom
0660c0586a
Introduce .Lb macro to libposix1e manpages
...
Sort some .Nm values
Decapitalize .Nd values
2000-04-22 16:13:36 +00:00
phantom
ea053cc248
Introduce .Lb macro to netgraph library manpage
2000-04-22 16:12:13 +00:00
phantom
98949b1e90
Introduce .Lb macro to libmd manpages
2000-04-22 16:11:30 +00:00
phantom
976390ff60
Introduce .Lb macro to libmanpages
2000-04-22 16:11:05 +00:00
phantom
46b3916daf
Introduce .Lb macro to libkvm manpages.
...
Use .Pa macro for "enlighting" path
2000-04-22 16:10:12 +00:00
phantom
0ab35641b3
Introduce .Lb macro to libfetch manpage
...
Sort .Nm values
Change first column width in errors list (table look much better now)
Remove redundant comma
2000-04-22 16:08:41 +00:00
phantom
e2900f45a9
Introduce .Lb macro to libedit manpage
2000-04-22 16:01:33 +00:00
phantom
3119f0b561
Introduce .Lb macro to libipx library manpage
2000-04-22 16:01:01 +00:00