| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
getaddrinfo(3) must be used.
Submitted by: ume
Notes:
svn path=/head/; revision=76369
|
| |
|
|
|
|
|
| |
Submitted by: Alex Zepeda <jazepeda@pacbell.net>
Notes:
svn path=/head/; revision=76346
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76248
|
| |
|
|
|
|
|
| |
anymore.
Notes:
svn path=/head/; revision=76247
|
| |
|
|
|
|
|
| |
Reviewed by: ru
Notes:
svn path=/head/; revision=76246
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=76224
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76178
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76076
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76061
|
| |
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=76055
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=76044
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=75928
|
| |
|
|
|
|
|
|
|
|
| |
the stubs do errno assignments and return -1 in this case, so that errno
would end up with this value.
Approved by: rwatson
Notes:
svn path=/head/; revision=75924
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75864
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75863
|
| |
|
|
|
|
|
| |
change of high word part too to produce more interesting seed distribution.
Notes:
svn path=/head/; revision=75862
|
| |
|
|
|
|
|
|
|
|
| |
layers would be displayed twice.
PR: bin/26498
Submitted by: Olliver Fromme <olli@secnetix.de>
Notes:
svn path=/head/; revision=75860
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75671
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75670
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75669
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75661
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75660
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75579
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=75578
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75544
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75543
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75530
|
| |
|
|
|
|
|
| |
Reviewed by: ru
Notes:
svn path=/head/; revision=75529
|
| |
|
|
|
|
|
|
|
| |
ID's to be stored in the ACL.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=75526
|
| |
|
|
|
|
|
|
|
| |
fail. Also fix a minor grammar nit (it's -> its).
PR: 26520
Notes:
svn path=/head/; revision=75502
|
| |
|
|
|
|
|
|
|
|
|
| |
permission is in a permission set, required for third-party
applications such as Samba.
Reviewed by: rwatson
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=75492
|
| |
|
|
|
|
|
|
|
|
| |
ACL_UNDEFINED_TAG, ACL_UNDEFINED_ID, ACL_FIRST_ENTRY, ACL_NEXT_ENTRY
Reviewed by: rwatson
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=75490
|
| |
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=75434
|
| |
|
|
|
|
|
|
|
|
|
| |
ACL_PERM_EXEC -> ACL_EXECUTE
ACL_PERM_READ -> ACL_READ
ACL_PERM_WRITE -> ACL_WRITE
Obtained from: TrustedBSD
Notes:
svn path=/head/; revision=75404
|
| |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=75368
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75367
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75366
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=75314
|
| |
|
|
|
|
|
|
| |
PR: 24802
Submitted by: Kenneth Ingham <ingham@i-pi.com>
Notes:
svn path=/head/; revision=75313
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75307
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75224
|
| |
|
|
|
|
|
| |
Submitted by: jhay
Notes:
svn path=/head/; revision=75223
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75222
|
| |
|
|
|
|
|
| |
for the ACL editing library functions to the plain tagged list.
Notes:
svn path=/head/; revision=75220
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=75211
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75209
|
| |
|
|
|
|
|
|
|
| |
people that these calls are likely to change in the future.
Reviewed by: rwatson
Notes:
svn path=/head/; revision=75206
|
| |
|
|
|
|
|
|
|
|
|
| |
moved in from libposix1e, and deactivate build of the soon-to-be-removed
libposix1e.
Approved by: rwatson
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=75188
|