sheldonh
5443174128
Supply only one author name per instance of %A, as per mdoc.samples(7).
...
PR: 18465
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-10 09:49:04 +00:00
itojun
e3ecba77a5
correct possible security issue(s) in name resolution, due to use of
...
pre-4.9.7 BIND resolver code.
ftp://ftp.kame.net/pub/mail-list/snap-users/2348 for details.
Reviewed by: ume
2000-05-10 00:47:20 +00:00
sheldonh
14e9cd73ea
Fix miscellaneous mdoc macro argument limit infringements.
...
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 14:02:06 +00:00
des
df9519feab
While we're at it, add a length field too in case we want to fully implement
...
partial fetches later.
2000-05-07 20:52:40 +00:00
des
5f7a182a3e
Implement restart
2000-05-07 20:51:31 +00:00
des
0ee0a9878b
Use sizeof more consistently.
2000-05-07 20:02:52 +00:00
des
58fa435eca
Use sizeof more consistently.
...
Outline sanity checking of server port spec.
2000-05-07 20:01:55 +00:00
des
3db481e95d
Implement restart.
...
Use sizeof more consistently.
Outline sanity checking of server port spec.
2000-05-07 20:00:12 +00:00
des
c23ed76a90
Implement restart
2000-05-07 19:56:07 +00:00
des
2695a66902
Add offset field to struct url
2000-05-07 19:46:33 +00:00
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