| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
error came from yp_next
PR: bin/13254
Submitted by: Jim Pirzyk
Reviewed by: jkh
MFC after: 1 week
Notes:
svn path=/head/; revision=77044
|
| |
|
|
|
|
|
|
|
|
|
| |
mount_fdesc -> mount_fdescfs
mount_null -> mount_nullfs
mount_portal -> mount_portalfs
mount_umap -> mount_umapfs
mount_union -> mount_unionfs
Notes:
svn path=/head/; revision=77042
|
| |
|
|
|
|
|
|
| |
PR: docs/27446
Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
Notes:
svn path=/head/; revision=77039
|
| |
|
|
|
|
|
| |
Obtained from: KAME
Notes:
svn path=/head/; revision=76925
|
| |
|
|
|
|
|
| |
Submitted by: Richard Hodges <rh@matriplex.com>
Notes:
svn path=/head/; revision=76864
|
| |
|
|
|
|
|
|
|
|
|
|
| |
accidentally clobber the server address if a stray packet arrived
at the client port. This would result in any further retransmits
going to the wrong address.
For now, fix this by not saving the source address of the reply; this
matches the pre-tirpc behaviour.
Notes:
svn path=/head/; revision=76824
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76748
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
history info as:
: .Sh STANDARDS If the command, library function or file adheres to a
: specific implementation such as IEEE Std 1003.2
: (``POSIX.2'') or ANSI X3.159-1989 (``ANSI C'') this
: should be noted here. If the command does not adhere
: to any standard, its history should be noted in the
: HISTORY section.
Notes:
svn path=/head/; revision=76729
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76683
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76673
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and set __progname, respectively.
Discussed on: -arch (Feb 2001), -audit
Reviewed by: -audit
Approved by: kris
Obtained from: (mostly) NetBSD
Notes:
svn path=/head/; revision=76653
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- enable locale-insensitive functions of wchar.h:
wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c
wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c
wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c
XXX: wcswidth.c is not enabled yet.
- enable wmemchr(3) man page.
XXX: FreeBSD lacks .St -isoC99 and .St -isoC-amd1.
Notes:
svn path=/head/; revision=76637
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76620
|
| |
|
|
|
|
|
|
| |
Obtained from: NetBSD
MFC after: 1 month
Notes:
svn path=/head/; revision=76613
|
| |
|
|
|
|
|
| |
Obtained from: NetBSD and Citrus.
Notes:
svn path=/head/; revision=76612
|
| |
|
|
|
|
|
|
| |
PR: docs/27161
Submitted by: Kazuhiro KONDOU <k-fuji@za2.so-net.ne.jp>
Notes:
svn path=/head/; revision=76583
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
terminates the string in all cases, based on code from netstat(1).
The path in a sockaddr_un is terminated either by a '\0', or by
the end of the sockaddr as defined by sun_len.
Previously, the code could write the "safety" '\0' beyond the end
of the sockaddr (sockaddr_un's need only be large enough to store
sun_len bytes), and writing into the the supplied sockaddr is bad
anyway.
Notes:
svn path=/head/; revision=76523
|
| |
|
|
|
|
|
|
|
| |
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
|