| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 9350
Submitted by: Danny J. Zerkel <dzerkel@columbus.rr.com>
|
| |
|
|
|
|
| |
mkstemp().
|
|
|
|
|
| |
Remove single-space hard sentence break.
Mark errno up as a Variable (Va).
|
|
|
|
|
|
|
|
|
|
| |
in <sys/signal.h>.
This might be a shortterm fix until the manpage is updated towards
POSIX terminology. And maybe not...
PR: 21542
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
|
|
|
|
|
| |
PR: 21990
Partially submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
|
| |
|
|
|
|
| |
Obtained from: KAME
|
|
|
|
|
|
| |
This did not work correctly with whatis(1).
Issue brought up by: mpp
|
| |
|
|
|
|
| |
PR: docs/22374, docs/13020
|
|
|
|
|
| |
Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Obtained from: KAME Project
|
| |
|
|
|
|
|
|
| |
Basically PR22196, but slightly modified.
PR: bin/22196
|
|
|
|
| |
originates
|
| |
|
|
|
|
| |
Submitted by: ru
|
|
|
|
| |
Submitted by: ru
|
|
|
|
| |
Submitted by: ru (with modifications)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Add references to the newly added hardware debug register
support functions i386_clr_watch(3) and i386_set_watch(3).
Reviewed by: Sean Eric Fagan <sef@kithrup.com>
and no other response to the review request.
|
|
|
|
|
|
| |
Reviewed by: green
Obtained from: TrustedBSD Project
Security audited by: imp, green
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
u_int64_t flag field, bounding the number of capabilities at 64,
but substantially cleaning up capability logic (there are currently
43 defined capabilities).
o Heads up to anyone actually using capabilities: the constant
assignments for various capabilities have been redone, so any
persistent binary capability stores (i.e., '$posix1e.cap' EA
backing files) must be recreated. If you have one of these,
you'll know about it, so if you have no idea what this means,
don't worry.
o Update libposix1e to reflect this new definition, fixing the
exposed functions that directly manipulate the flags fields.
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
| |
status of capabilities (library is complete, kernel work is maintained
outside the tree).
Obtained from: TrustedBSD Project
|
| |
|
|
|
|
| |
developed and maintained.
|
|
|
|
| |
Suggested by: Don Lewis <Don.Lewis@tsc.tdk.com>
|
|
|
|
|
|
| |
set-user-ID and set-group-ID programs.
Suggested by: Danny Braniss <danny@cs.huji.ac.il>
|
|
|
|
| |
pages by Chris Costello.
|
|
|
|
|
| |
PR: misc/21596
Submitted by: TOGAWA Satoshi <toga@puyo.org>
|
|
|
|
| |
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
|
|
|
|
|
|
|
| |
o Removal of unneeded enum
o Removal of commented out debugging printf()'s.
Obtained from: TrustedBSD Project
|
|
|
|
|
|
| |
directly. Now also .Xr fseek reference.
Prodded by: sheldonh
|
|
|
|
|
| |
PR: 21428
Reviewed by: ben
|
|
|
|
|
|
| |
and clearing watchpoints.
Reviewed by: jwd@FreeBSD.org, -hackers@
|
|
|
|
| |
Pointed out by: phk
|
|
|
|
|
|
| |
The recent problems with sshd were due to sshd reassigning
`environ' when setenv() thinks it owns it. setenv() subsequently
realloc()s the new version of environ and *boom*
|
|
|
|
| |
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
|
| |
- Include <stdlib.h> and <string.h> as needed for prototypes
- Remove unneeded "error" variables
o Make cap_init() use cap_clear() instead of bzero()
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
| |
o Implementations will remain in the seperately distributed capability
patch until the cap_t type changes are synchronized.
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
|
| |
acl_from_text.3
o Minor whitespace cleanups relative to the TrustedBSD tree to reduce
content-free differences.
Obtained from: TrustedBSD Project
|
|
|
|
| |
undefined symbols.
|
|
|
|
| |
the RTLD_GLOBAL and RTLD_LOCAL flags which can be passed to dlopen().
|
|
|
|
|
|
| |
was CAP_CLEAR.
Obtained from: TrustedBSD Project
|
|
|
|
|
| |
A missing _PATH_DEVDB ("/var/run/dev.db") is not cause for a warning
anymore, the file is effectively optional these days.
|
|
|
|
|
|
|
|
|
| |
response to return. This will stop processes waiting on DNS requests
from being woken up when a select collision occurs. This was tested
on mx1.FreeBSD.org (outgoing mail for the FreeBSD.org mailing
lists.)
Reviewed by: jlemon, peter
|