| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Obtained from: KAME
MFC after: 1 week
|
| |
|
|
|
|
| |
about the type of argv.
|
| |
|
|
|
|
|
| |
Also add a note to the Bugs section pointing out that strerror() and
perror() share the same static buffer.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Approved by: luigi
MFC after: 1 week
|
|
|
|
|
|
| |
Suggested by: Eugene Grosbein <eugen@kuzbass.ru>
Approved by: luigi
MFC after: 1 week
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
Submitted by: jmallet
Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
|
| |
| |
| |
| |
| | |
krb4 1.0.5 fb1 (including the kadmind fix)
heimdal 0.5 fb1 (including the kadmind fix)
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | |
| | |
| | | |
check the length of the authenticator and rlen
Obtained from: Heimdal CVS
|
| | | |
|
| | |
| | |
| | |
| | | |
Sponsored by: DARPA & NAI Labs.
|
| | |
| | |
| | |
| | | |
Submitted by: tjr
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
two major bugs:
- off-by-one overflow when the length of the source string exceeds or
equals the destination buffer size.
- old version was not padding the destination buffer with null wide chars
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
interfaces using the 'mac' argument. Without MAC support in the
kernel, this does not change the behavior of ifconfig.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
result of an incomplete migration. An incomplete migration is
one where the MBR is not turned into a PMBR after creating the
GPT. This early in the game it's more convenient to allow the
inconsistency, because that avoids that we have to destroy the
MBR partitioning for now.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
also set the user's MAC label as part of the user credential setup
by setting setusercontext(3)'s SETMAC flag. By default, change only
traditional process properties.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
if the user has a 'label' entry in their login class. If so, attempt
to set that label on the process as part of the credential setup. If
we're unable to parse the label, or unable to set the label, fail.
In the future, we may also want to warn if a label is set but the
kernel doesn't support MAC.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
files. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3).
Man pages to be updated shortly.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ones with one text and one data section.
The text and data rlimit checks still needs to be fixed to properly
accout for additional sections.
Reviewed by: peter (slightly different patch version)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PR: 32759
Submitted by: Mark Valentine
Reviewed by: Matthew Emmerton" <matt@gsicomp.on.ca>
MFC after: 15 days
|
| | |
| | |
| | |
| | | |
Reviewed by: peter
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
MFC after: 1 week
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and XPT_RESET_DEV.
In order to properly handle reset requests whether they originate in the
ATA layer (atacontrol reinit) or from the CAM layer (camcontrol reset)
ata_reinit does not cause the SIM to be deallocated anymore. The SIM
is now unconditionnally created for each ATAPI bus.
This change may cause existing bus ids to change on some setups.
Reviewed by: roberto
Approved by: sos
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
superblock.
Submitted by: kkenn
Can't use it verbatim, at least I hate to, as the ", skipped" bit doesn't
make much sense in a library, to me.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
getting error cases in a libufsificated dumpfs(8).
Poked by: kkenn
|
| | |
| | |
| | |
| | | |
along with the errno, if one is set.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
assignment. The netsmb code likes to call these functions with a NULL
x argument a lot.
Reported by: Vallo Kallaste <kalts@estpak.ee>
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
same size. Add some fields that previously overlapped with something else
or were missing.
- Make struct regs and struct mcontext (minus floating point) the same as
struct trapframe so converting between them is easy (null).
- Add space for saving floating point state to struct mcontext. This requires
that it be 64 byte aligned.
- Add assertions that none of these structures change size, as they are part
of the ABI.
- Remove some dead code in sendsig().
- Save and restore %gsr in struct trapframe. Remember to restore %fsr.
- Add some comments to exception.S.
|
| | |
| | |
| | |
| | | |
- npx doesn't need an 'at' hint anymore.
|
| | | |
|