| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Reviewed by: julian
|
|
|
|
| |
local variables, and group assignment.
|
| |
|
|
|
|
| |
disappear.
|
|
|
|
| |
compatible mode, as far as I know, since we use it...
|
|
|
|
| |
Forgotten by: scottl
|
| |
|
|
|
|
| |
to use a slightly differnt command to PC98::buildworld.
|
|
|
|
|
|
| |
Reviewed by: -audit
Approved by: silence on -audit
MFC after: 3 weeks
|
|
|
|
|
|
| |
`sigprocmask', `sigaltstack', and `sigwait' as well as to the
prototypes of the apparantly unimplemented functions `sigtimedwait'
and `sigwaitinfo'. This complies with IEEE Std 1003.1-2001.
|
|
|
|
|
| |
using %td when we know that the number is between 0 and 9; mksyntax is a
build tool and needs to work on -stable.
|
|
|
|
|
| |
Submitted by: don't quite remember - the name of the sender disappeared
with the rest of my inbox. :(
|
|
|
|
|
| |
Suggested by: bde
Approved by: dfr
|
|
|
|
|
|
|
|
| |
an XXX comment.
Somebody[TM] should look at this in some detail.
Spotted by: FlexeLint
|
|
|
|
| |
Spotted by: FlexeLint
|
|
|
|
| |
Sponsored by: DARPA & NAI Labs.
|
|
|
|
|
|
|
|
| |
SIGTERM we are sending to decompressor when there is nothing left to do is
actually delivered to decompressor, not to the another copy of tar, which
does unblocking.
MFC after: 2 weeks
|
|
|
|
|
| |
o Align members of struct if_nameindex.
o Align and sort function prototypes.
|
|
|
|
| |
Sponsored by: DARPA & NAI Labs.
|
| |
|
|
|
|
| |
Sponsored by: DARPA & NAI Labs.
|
|
|
|
|
|
| |
o Fix regoff_t typedef to not require <sys/types.h> as a prerequisite
(specifically use `__off_t' instead of `off_t').
o Add restrict type-qualifier to function prototypes.
|
|
|
|
|
|
|
| |
header (details on how the visibility conditionals work are available
in <sys/cdefs.h>). Use standard types instead of BSD specific ones,
so that this header compiles in the standards case (specifically this
means changing `u_int' to `unsigned int').
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
doesn't give them enough stack to do much before blowing away the pcb.
This adds MI and MD code to allow the allocation of an alternate kstack
who's size can be speficied when calling kthread_create. Passing the
value 0 prevents the alternate kstack from being created. Note that the
ia64 MD code is missing for now, and PowerPC was only partially written
due to the pmap.c being incomplete there.
Though this patch does not modify anything to make use of the alternate
kstack, acpi and usb are good candidates.
Reviewed by: jake, peter, jhb
|
| |
|
|
|
|
| |
Not connected to the build yet.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
|
|
|
|
|
|
| |
environment. An empty UID and GID are valid there.
Spotted by: rwatson
|
| |
|
| |
|
| |
|
|
|
|
| |
attach/detach.
|
|
|
|
| |
(This should have been included with the previous revision.)
|
|
|
|
| |
in the standards case.
|
|
|
|
|
|
|
| |
o Adjust some comments in keeping with the header's local style.
o Change some typedefs to use types that don't require namespace
pollution or deprecated types.
o Move some macros to the "does not belong in this header" section.
|
|
|
|
| |
<sys/diskmbr.h>.
|
|
|
|
|
|
|
|
| |
to test whether a link is live.
PR: 38573
Submitted by: David Taylor <davidt@yadt.co.uk>
Obtained from: NetBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
modules to perform MAC-related events when a thread returns to user
space. This is required for policies that have floating process labels,
as it's not always possible to acquire the process lock at arbitrary
points in the stack during system call processing; process labels might
represent traditional authentication data, process history information,
or other data.
LOMAC will use this entry point to perform the process label update
prior to the thread returning to userspace, when plugged into the MAC
framework.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
|
|
| |
ifconfig IF ether WHATEVER -alias
PR: 42544
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
|
|
| |
about how exporting / and /usr works even if they're read-only.
PR: 42076
Submitted by: Marco Molteni <molter@tin.it>
|
|
|
|
| |
or work properly. MAC modules work at least :).
|
|
|
|
|
|
|
|
|
|
|
|
| |
a per-machine or per-cluster (with different ways of expressing what's
part of a cluster) basis. In order for this to be effective, rc.conf
has to be reread after initdiskless is finished. Implement this by
adding a hook to etc/rc which rereads rc.conf by request. This can
also be implemented by renaming initdiskless to initdiskless.sh and
sourcing rc.conf there manually, but it was decided that, that would
be uglier than a hook in etc/rc.
Developed in concert with: gordon
|
|
|
|
|
|
| |
no changes (against crypto telnet).
Reviewed by: MD5
|
| |
|
|
|
|
|
|
|
|
| |
reason to restrict this to a numeric address.
PR: 41841
Submitted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>,
Maxim Maximov <mcsi@agava.com>
|
|
|
|
|
|
|
|
| |
ceased to be useful when the number of "special processes" went from 3
to one per device. I considered replacing it with a "kernel threads"
section, but this seemed like the wrong place for that.
PR: 40969
|
|
|
|
|
|
|
|
| |
doesn't do this, and it wouldn't be very useful if it did, since the
caller supplies us with that number.
PR: 41329
Submitted by: Michael Galassi <nerd@xyz.com>
|
|
|
|
|
| |
PR: 41993
Submitted by: David Lay <dsl@foozle.org>
|