rwatson
791168a446
o Introduce libposix1e capability support routines, which provide a
...
standardized interface to the capability support in TrustedBSD.
o Not currently enabled in Makefile, as this code depends on syscalls
and include files that will be committed at a later date.
Obtained from: TrustedBSD Project
2000-06-04 22:17:11 +00:00
rwatson
d12b21d070
o Fix incorrect descriptions of cap_get_flag() and cap_set_flag() in
...
capabilities summary manpage, cap(3).
Obtained from: TrustedBSD Project
2000-06-04 22:14:10 +00:00
rwatson
de14938f8d
o Build and install POSIX.1e capabilities man pages
...
o Add shared library version 2 to libposix1e given API changes, et al
o Commented out cap_*.c as that is not currently being compiled into
the library (pending syscalls being committed)
Obtained from: TrustedBSD Project
2000-06-04 21:25:31 +00:00
rwatson
4b16d857fd
o Add posix1e(3) references to acl.3 and cap.3
...
Obtained from: TrustedBSD Project
2000-06-04 21:23:20 +00:00
rwatson
1cb9ff5220
o Add mention of capabilities documentation + APIs
...
o Switch reference to www.trustedbsd.org instead of POSIX.1e implementation
page
o Add cross references to capabilities man pages
o Remove extended attribute not implemented "BUGS" entry
Obtained from: TrustedBSD Project
2000-06-04 21:18:20 +00:00
rwatson
9f516a06e7
o Introduce man pages for POSIX.1e capability API
...
- cap.3 describing library interface
- cap_*.3 describing specific API calls
APIs to follow relatively soon, code to follow later.
Obtained from: TrustedBSD Project
2000-06-04 21:15:16 +00:00
rwatson
8f2f5fdfd0
o Remove extra cross reference from acl.3 to acl.3
...
o Remove "BUGS" entries indicating that there's nowhere to store ACLs as
we now have extended attributes.
Obtained from: TrustedBSD Project
2000-06-04 21:10:59 +00:00
ache
50dddc0919
Megre XPG4 code into libc
2000-06-03 12:24:08 +00:00
kris
7d32b42d59
#include <string.h> for memcpy() prototype
...
Obtained from: OpenBSD
2000-06-03 00:27:54 +00:00
chris
dbd30701d6
Replace a `manual(section)' reference with a proper .Xr statement.
2000-05-31 21:12:08 +00:00
hoek
710538e8a1
Fix an mdoc-o, and english.
2000-05-31 04:34:23 +00:00
jake
961b97d434
Back out the previous change to the queue(3) interface.
...
It was not discussed and should probably not happen.
Requested by: msmith and others
2000-05-26 02:09:24 +00:00
jmg
877050064d
fix up the kqueue documentation... comment some things that were left
...
out that really needed to be here...
Reviewed-by: jlemon
2000-05-24 04:29:57 +00:00
jake
d93fbc9916
Change the way that the queue(3) structures are declared; don't assume that
...
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
2000-05-23 20:41:01 +00:00
ghelmer
e814d2a0db
Describe errx/warnx in comparison to errc/warnc/err/warn.
...
Use .Fa instead of .Va for function arguments.
Reviewed by: sheldonh
2000-05-23 19:52:35 +00:00
green
5c6432f1d5
Back out NOTE_EXIT status reporting pending discussion.
2000-05-21 16:27:41 +00:00
hoek
1043ce86f8
Fix a memory leak in getent() that occurred when the requested entry
...
could not be found.
PR: bin/17084
2000-05-21 02:55:09 +00:00
chris
41dd7a13ef
Remove a superfluous `.Pp' occuring directly after
...
`.Sh IMPLEMENTATION NOTES'.
2000-05-19 02:55:43 +00:00
chris
27ba376ce1
Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()
...
in the threaded library.
2000-05-19 02:53:55 +00:00
peter
7955e776a1
List ECONNRESET as a return value. EINVAL was not documented either.
2000-05-19 01:00:57 +00:00
green
b987a44176
Put the wait(2) exit status in "data" for NOTE_EXIT kevents.
2000-05-17 01:16:11 +00:00
phantom
de0ca848a1
mdoc related fixes:
...
. synchronize NAME and SYNOPSIS sections
. replace .Ev macros with .Dv / .Er / .Em macros as mdoc(7)
specification declare
2000-05-12 10:22:50 +00:00
phantom
cbc680edb7
. fix .Dt macro argument
...
. spell inet6_rthdr_reverse correctly
2000-05-12 10:07:31 +00:00
bde
d157e2e89e
Fixed missing include in synopsis.
...
Use a long line instead splitting a line with backslash-newline in synopsis.
My synopsis checker doesn't understand backslash-newline.
2000-05-11 16:01:17 +00:00
hoek
04b5c78bd2
When "any" acts as a subject, the verb must agree with whatever any is of.
2000-05-11 05:29:10 +00:00
hoek
21ce388b84
Content-free commit: only remove trailing whitespace
2000-05-11 05:06:00 +00:00
hoek
553c79f74c
The accept() function is a call, not an argument. Also, add: serial
...
comma, missing-hyphen, and a word-erase character.
2000-05-11 05:04:30 +00:00
jhb
13d30a3d17
Finish moving all IEEE fp types to be the same on all arch's.
2000-05-10 19:41:40 +00:00
obrien
a275067a35
Add FreeBSD Id tags.
2000-05-10 19:04:57 +00:00
obrien
4c9cbbd684
fp_except => fp_except_t for consistancy with the i386 and the tradition
...
C methoid of nameing types.
2000-05-10 19:00:45 +00:00
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
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
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
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
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
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
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
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
0660c0586a
Introduce .Lb macro to libposix1e manpages
...
Sort some .Nm values
Decapitalize .Nd values
2000-04-22 16:13:36 +00:00