Alexander Langer
bda3261e9b
gethostbyname2() can't do AF_INET6 lookups over NIS.
...
getaddrinfo(3) must be used.
Submitted by: ume
2001-05-08 11:21:15 +00:00
Chris D. Faulhaber
fda2d391d6
Correct prototype (entry_p -> *entry_p)
...
Submitted by: Alex Zepeda <jazepeda@pacbell.net>
2001-05-07 23:16:25 +00:00
Alexey Zelkin
1d7f7b7a7a
add nl_langinfo(3)
2001-05-03 15:12:52 +00:00
Alexey Zelkin
b3d588380e
Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-current
...
anymore.
2001-05-03 15:05:16 +00:00
Alexey Zelkin
1496a706b9
add manpage for nl_langinfo(3)
...
Reviewed by: ru
2001-05-03 15:02:50 +00:00
David E. O'Brien
5e6220d9d0
* include/elf.h has been repo copied to include/elf-hints.h, and it no
...
longer includes machine/elf.h.
* consumers of elf.h now use the minimalist elf header possible.
This change is motivated by Binutils 2.11.0 and too much clashing over
our base elf headers and the Binutils elf headers.
2001-05-02 23:56:21 +00:00
Mark Murray
e16138fead
Compensate for header dethreading.
2001-05-01 09:30:02 +00:00
Archie Cobbs
1fed00197f
Add getaddrinfo(3) to the "SEE ALSO" list.
2001-04-27 18:18:12 +00:00
Ruslan Ermilov
7ab50d97ea
Grammar nit.
2001-04-27 08:16:57 +00:00
Chris D. Faulhaber
21aaa49c89
Document acl_get_entry(3)
...
Obtained from: TrustedBSD Project
2001-04-26 22:28:14 +00:00
Ian Dowse
f2b95b20dc
The function __rpc_uaddr2taddr_af() converts an RPC "universal
...
address" string to a netbuf/sockaddr "transport address". In the
case of an AF_LOCAL address, it was missing the code to actually
point the netbuf at the newly allocated sockaddr_un, so the caller
ended up with a netbuf containing junk.
Submitted by: Martin Blapp <mb@imp.ch>
2001-04-26 17:24:05 +00:00
Chris D. Faulhaber
0f6263079e
o Separate acl_t into internal and external representations as
...
required by POSIX.1e. This maintains the current 'struct acl'
in the kernel while providing the generic external acl_t
interface required to complete the ACL editing library.
o Add the acl_get_entry() function.
o Convert the existing ACL utilities, getfacl and setfacl, to
fully make use of the ACL editing library.
Obtained from: TrustedBSD Project
2001-04-24 22:45:41 +00:00
Thomas Moestl
a483f58aea
Remove bogus assignments of libc syscall stub return values to errno;
...
the stubs do errno assignments and return -1 in this case, so that errno
would end up with this value.
Approved by: rwatson
2001-04-24 20:50:42 +00:00
Andrey A. Chernov
74825256ef
Add sranddev.3 to MLINKS
2001-04-23 11:11:00 +00:00
Andrey A. Chernov
4890ae810e
Add #include "un-namespace.h"
2001-04-23 10:38:26 +00:00
Andrey A. Chernov
848422bb7d
srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allow
...
change of high word part too to produce more interesting seed distribution.
2001-04-23 10:14:28 +00:00
Joerg Wunsch
b2bcd87e4f
Fix directory reads of MNT_UNION mounts, where entries present in both
...
layers would be displayed twice.
PR: bin/26498
Submitted by: Olliver Fromme <olli@secnetix.de>
2001-04-23 10:01:38 +00:00
Andrey A. Chernov
7708205cb7
Add sranddev() since srand() is not vary much with seed, typical time
2001-04-23 02:29:10 +00:00
Ruslan Ermilov
33dfeb89df
mdoc(7) police: update referenced standard name.
2001-04-18 16:01:43 +00:00
Ruslan Ermilov
eb0838029f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
Ruslan Ermilov
2efb80a813
mdoc(7) police: fix markup.
2001-04-18 15:43:06 +00:00
Ruslan Ermilov
2d105f1659
mdoc(7) police: fix markup.
2001-04-18 13:16:47 +00:00
Ruslan Ermilov
79d4920b1d
mdoc(7) police: use .Fx where appropriate.
2001-04-18 13:14:47 +00:00
Kris Kennaway
4b7369ea64
Correct a typo; prefered -> preferred.
2001-04-17 08:01:54 +00:00
Kris Kennaway
3d09054934
Add fmtcheck(), a function for checking consistency of format string
...
arguments where the format string is obtained from user data, or
otherwise difficult to verify statically.
Example usage:
printf(fmtcheck(user_format, standard_format), arg1, arg2);
checks the format string user_format for consistency (same number/order/
type of format operators) with standard_format. If they differ,
standard_format is used instead to avoid potential crashes or security
violations.
Obtained from: NetBSD
Reviewed by: -arch
2001-04-17 07:59:52 +00:00
Ruslan Ermilov
50597ec66b
mdoc(7) police: add missing .El call.
2001-04-16 15:06:57 +00:00
Ruslan Ermilov
6061acb30c
mdoc(7) police: fix markup.
2001-04-16 15:06:19 +00:00
Dima Dorfman
5e75e35cca
Grammar police: "its", not "it's", is the possessive form of "it".
2001-04-15 19:53:47 +00:00
Dima Dorfman
143b77576c
Make links from setresuid.2 to getresgid.2 and getresuid.2.
2001-04-15 19:41:44 +00:00
Dima Dorfman
8a13bcbece
Document getresgid and getresuid calls.
...
Reviewed by: ru
2001-04-15 19:40:22 +00:00
Chris D. Faulhaber
d5675fffd1
Correct a bogus cast in acl_get_qualifier() causing invalid
...
ID's to be stored in the ACL.
Obtained from: TrustedBSD Project
2001-04-15 15:21:15 +00:00
Dima Dorfman
161897cfcb
Add `RETURN VALUES'' and `ERRORS'' sections since getpgid(2) can
...
fail. Also fix a minor grammar nit (it's -> its).
PR: 26520
2001-04-14 02:34:59 +00:00
Chris D. Faulhaber
9a227c5754
Add acl_get_perm_np(3), a non-portable function to check if a
...
permission is in a permission set, required for third-party
applications such as Samba.
Reviewed by: rwatson
Obtained from: TrustedBSD Project
2001-04-13 19:37:04 +00:00
Chris D. Faulhaber
94ef417e4b
Add the remaining POSIX.1e ACL definitions:
...
ACL_UNDEFINED_TAG, ACL_UNDEFINED_ID, ACL_FIRST_ENTRY, ACL_NEXT_ENTRY
Reviewed by: rwatson
Obtained from: TrustedBSD Project
2001-04-13 19:14:38 +00:00
Chris D. Faulhaber
bbf2cf59fc
Revamp acl_create_entry() so it actually works.
...
Obtained from: TrustedBSD Project
2001-04-11 22:09:51 +00:00
Chris D. Faulhaber
fb1af1f2bf
Correct the following defines to match the POSIX.1e spec:
...
ACL_PERM_EXEC -> ACL_EXECUTE
ACL_PERM_READ -> ACL_READ
ACL_PERM_WRITE -> ACL_WRITE
Obtained from: TrustedBSD
2001-04-11 02:19:01 +00:00
Daniel Eischen
54fd7f685f
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
...
instead of #pragma weak to create weak definitions. This macro is
improperly named, though, since a weak definition is not the same
thing as a weak reference.
Suggested by: bde
2001-04-10 04:11:50 +00:00
Daniel Eischen
278d1a20e8
Include <unistd.h> so that read(2) and write(2) don't cause warnings.
2001-04-10 03:55:19 +00:00
Daniel Eischen
cb868ac594
Fix a comment within a comment warning due to a missing "*/".
2001-04-10 03:47:40 +00:00
Ian Dowse
e14f19f42a
The maximum RPC message size was set at 8k for UDP. This is lower
...
than the default buffer size in the old RPC code (8800 bytes), and
it could not be overriden by the application. This caused problems
with CFS (/usr/port/security/cfs).
Change this default back to UDPMSGSIZE (8800 bytes), but more
importantly, allow applications to use larger message sizes for
all protocols if desired. Choose an arbitrary maximum message size
of 256k instead of using the default as the maximum (which is
silly).
Reported by: ache
Reviewed by: alfred, Martin Blapp <mb@imp.ch>
2001-04-08 19:21:50 +00:00
Dima Dorfman
92020f7a8c
Mention that locks are inherited across an exec.
...
PR: 24802
Submitted by: Kenneth Ingham <ingham@i-pi.com>
2001-04-08 19:11:25 +00:00
Dima Dorfman
779b2ff010
Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2).
2001-04-08 06:58:48 +00:00
Ruslan Ermilov
1a4fc0bfba
mdoc(7) police: add missing LIBRARY section.
2001-04-05 07:51:48 +00:00
Ruslan Ermilov
8eb5b197f1
Unbreak world.
...
Submitted by: jhay
2001-04-05 07:47:06 +00:00
Ruslan Ermilov
31acc83627
Record -lposix1e merge with -lc.
2001-04-05 07:42:56 +00:00
Ruslan Ermilov
336ee39a26
mdoc(7) police rev 1.11: convert descriptions and cross-references
...
for the ACL editing library functions to the plain tagged list.
2001-04-05 07:35:59 +00:00
Chris D. Faulhaber
6822f9df3f
- Add descriptions and cross-references for the ACL editing library
...
functions.
- Place the acl_dup() description in alphabetical order.
- Move the POSIX.1e descriptions under the ENVIRONMENT section to the
STANDARDS section.
Reviewed by: rwatson
Obtained from: TrustedBSD Project
2001-04-05 01:48:07 +00:00
Chris D. Faulhaber
4aa97316b4
Install the acl_create_entry.3 man page
2001-04-05 01:36:54 +00:00
Dima Dorfman
e078cd7418
Document the extattr_(get|set|delete)_fd calls, and add a note warning
...
people that these calls are likely to change in the future.
Reviewed by: rwatson
2001-04-05 01:24:05 +00:00
Thomas Moestl
8b28ef9528
Activate build of posix1e extensions in libc and libc_r that have been
...
moved in from libposix1e, and deactivate build of the soon-to-be-removed
libposix1e.
Approved by: rwatson
Obtained from: TrustedBSD Project
2001-04-04 18:17:28 +00:00