| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
checks, including the "open directory" check or a MAC check fail,
after the working directory of the process has been changed, then
the cwd of the process will be left as the target directory rather
than the original directory.
At some point, this bug might be fixable by performing the directory
change only after permission is granted for the change. In the
mean time document it (it's been there for a while).
Notes:
svn path=/head/; revision=110158
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110135
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110134
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110133
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110127
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110122
|
| |
|
|
|
|
|
|
|
| |
PR: 46365
Submitted by: gioria (original version)
OK'ed by: alfred (older version)
Notes:
svn path=/head/; revision=110120
|
| |
|
|
|
|
|
| |
result in a segfault. Instead just return NULL.
Notes:
svn path=/head/; revision=110103
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110085
|
| |
|
|
|
|
|
|
| |
to avoid locking the stream for each character and to avoid input being
scattered among multiple threads.
Notes:
svn path=/head/; revision=110082
|
| |
|
|
|
|
|
|
| |
Reviewed by: phk
Obtained from: NetBSD
Notes:
svn path=/head/; revision=109957
|
| |
|
|
|
|
|
|
|
|
|
|
| |
comment.
NetBSD Rev. 1.9 and 1.7
Reviewed by: phk
Obtained from: NetBSD
Notes:
svn path=/head/; revision=109956
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
bogus (uninitialized) structure. Also, ignore v4 ifa's with no broadcast
address (rather than core dumping).
NetBSD Rev 1.8
Reviewed by: phk
Obtained from: NetBSD
Notes:
svn path=/head/; revision=109955
|
| |
|
|
|
|
|
|
|
|
| |
NetBSD r 1.5
Reviewed by: phk
Obtained from: NetBSD
Notes:
svn path=/head/; revision=109954
|
| |
|
|
|
|
|
|
|
|
| |
NetBSD Rev 1.5
Reviewed by: phk
Obtained from: NetBSD
Notes:
svn path=/head/; revision=109953
|
| |
|
|
|
|
|
|
|
|
|
|
| |
mount_nfs -T work for scoped addresses.
NetBSD Rev 1.11
Reviewed by: phk
Obtained from: NetBSD
Notes:
svn path=/head/; revision=109952
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Handle that malloc may return NULL.
NetBSD Rev. 1.8
Reviewed by: phk
Obtained from: NetBSD
Notes:
svn path=/head/; revision=109951
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
is finished. This fixes clients doing two RPCs over the
same connection at the same time. Without this fix, we
could end with a reply to old data.
Submitted by: Frank van der Linden <fvdl@netbsd.org>
Reviewed by: rwatson
Obtained from: NetBSD
Notes:
svn path=/head/; revision=109950
|
| |
|
|
|
|
|
| |
Reviewed by: phk
Notes:
svn path=/head/; revision=109904
|
| |
|
|
|
|
|
|
| |
PR: standards/45274
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=109895
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109880
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
a NULL filename argument allows a stream's mode to be changed. At the
moment it just recycles the old file descriptor instead of storing the
filename somewhere and using that to reopen the file, as the standard
seems to require. Strictly conforming C99 applications probably can't
tell the difference but POSIX ones can.
PR: 46791
Notes:
svn path=/head/; revision=109871
|
| |
|
|
|
|
|
|
| |
PR: 47469
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=109831
|
| |
|
|
|
|
|
|
| |
PR: 47471
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=109829
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109803
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to be called on first sight of trouble.
"sensitive" is somewhat arbitrarily defined as "setuid, setgid, uid == root
or gid == wheel".
The 'A' option carries no performance penalty.
It is not possible to override this setting: fix the program instead.
Absentmindedly nodded OK to by: various
Notes:
svn path=/head/; revision=109754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109564
|
| |
|
|
|
|
|
|
|
| |
o Prepend a function name by .Fn macro.
Reviewed by: archie
Notes:
svn path=/head/; revision=109562
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109508
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109501
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109499
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109440
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109404
|
| |
|
|
|
|
|
|
| |
Reviewed by: rwatson
MFC after: 2 weeks
Notes:
svn path=/head/; revision=109384
|
| |
|
|
|
|
|
|
|
| |
Reviewed by: rwatson
Obtained from: NetBSD
MFC after: 1 day
Notes:
svn path=/head/; revision=109359
|
| |
|
|
|
|
|
|
|
|
|
| |
This also reverts the PATH_MAX -> MAXPATHLEN part of
rev 1.3 of src/bin/realpath/realpath.c
Requested by: imp
Reviewed by: imp, bde
Notes:
svn path=/head/; revision=109331
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109297
|
| |
|
|
|
|
|
| |
of polishing.
Notes:
svn path=/head/; revision=109275
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, Network Associates Laboratories
Notes:
svn path=/head/; revision=109274
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, Network Associates Laboratories
Notes:
svn path=/head/; revision=109273
|
| |
|
|
|
|
|
|
|
| |
Cross-reference mac(4) and mac(9)
Sponsored by: DARPA, Network Associates Laboratories
Notes:
svn path=/head/; revision=109272
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o Link mac_get_pid.3 to mac_get.3
o Update SEE ALSO to refer to mac_prepare, and added missing references
o Remove clause #3 on my work
o Update mac_get.3 for the updated MAC API
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=109263
|
| |
|
|
|
|
|
|
|
| |
o Document mac_set_link().
Sponsored by: DARPA, Network Associates Labs
Notes:
svn path=/head/; revision=109260
|
| |
|
|
|
|
|
| |
in certain special cases.
Notes:
svn path=/head/; revision=109226
|
| |
|
|
|
|
|
|
| |
about it always returning EPERM. Document that ENFILE occurs when the
limit on kernel semaphores is reached.
Notes:
svn path=/head/; revision=109222
|
| |
|
|
|
|
|
| |
to use these semaphore functions.
Notes:
svn path=/head/; revision=109220
|
| |
|
|
|
|
|
|
|
| |
so that multiple opens of the same semaphore without an intervening
sem_close() return the same object, and so that sem_close() does not
segfault while trying to remove the item from the list.
Notes:
svn path=/head/; revision=109219
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109217
|
| |
|
|
|
|
|
|
|
|
|
| |
non-root users.
PR: docs/42651
Submitted by: Thomas Seck <tmseck@netcologne.de>
MFC after: 3 days
Notes:
svn path=/head/; revision=109186
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109174
|