| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
From Steve.McClellan at radisys com, ok markus@
|
|
|
|
| |
From Steve.McClellan at radisys com, ok markus@
|
| |
|
| |
|
|
|
|
|
|
| |
clear out the entire requested area, not just a perfect fit. second,
use mquery to check for room to avoid getting an address we don't like
and having to send it back.
|
| |
|
|
|
|
|
|
| |
inside state_reboot() to S_INIT when calling state_init(). Rather
than the other way around. Makes for more consistant idiom and
might reduce state confusion.
|
| |
|
| |
|
|
|
|
|
|
| |
when it encounters an illegal address.
Discussed with deraadt, guenther, and kettenis.
|
|
|
|
| |
(the command name changed at one point from move-... -> leave-...)
|
| |
|
|
|
|
|
|
|
| |
i/o will not mix with regular i/o so it can only be used in the hibernate
path.
ok deraadt@ mlarkin@
|
|
|
|
|
|
|
|
|
|
|
| |
addresses, remove the magic value to uniformize access to the mmio and
doesn't map the unused pseudo-vga registers.
While here simplify the console attachement logic and removed some
unused global variables. Tested by matthieu@ and myself on various
different G3 and G4 models.
ok kettenis@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
goop is in librthread. As a result, the top-level Makefile and
shlib_version here are simply very confusing and tell lies. Remove
them, and update the instructions in libc to not make my mistake
again.
ok guenther
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
so that it can't get a signal while still running on the parent thread's
stack. Also, pass in sizeof(struct __tfork) to provide forward compat
when more members are added. This is an ABI change, so switch syscall
numbers and bump lib majors this time.
ok deraadt@ matthew@
|
| |
|
|
|
|
|
|
|
| |
and apply some minor tweaks to group(5) HISTORY.
All facts found on http://minnie.tuhs.org/cgi-bin/utree.pl
ok jmc@ sobrado@
|
| |
|
|
|
|
|
|
|
| |
if a link state change happens. Fixes a problem where we'd continue to send
(corrupted) discover packets after binding.
ok krw@
|
| |
|
|
|
|
|
|
|
| |
to roff(7) some time ago, i forgot to adjust the cross-references.
Reported by Tim van der Molen <tbvdm at xs4all dot nl>, thanks.
ok jmc@
|
|
|
|
|
|
| |
on April 27, 2008. While here, fix a typo and drop an obsolete BUGS section.
"my typo so OK millert@ :-)" and OK jmc@
|
| |
|
|
|
|
|
|
|
|
|
| |
internally in fsqueue backend for now, and let the fsqueue_message()
and fsqueue_envelope() dispatchers do the right thing.
Based on a diff by chl@
ok chl@ gilles@
|
|
|
|
| |
ok gilles@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
descriptor starvation, we can crank the default user file descriptor
limits.
|
| |
|
| |
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
|
| |
to diff against FreeBSD's.
From Brad; no object file change on amd64.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
_POSIX_THREAD_PRIORITY_SCHEDULING. POSIX 2001 states that they can be
defined to -1 to indicate that the feature is not supported (which is
how we define them), so it's not okay to just check whether or not
they're defined.
Arguably, SUSv2 allows GCC's usage, but we don't special case these
feature flags for SUSv2, and these files need to be compilable in BSD
and POSIX compat modes anyway.
From Brad.
|
|
|
|
|
| |
entry momentarily, because another thread might attempt lazy resolve.
ok matthew guenther
|
|
|
|
|
|
| |
in order to span the the entire cache. second, on free use the same offset
to put things in the cache instead of always starting at zero.
ok otto
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This enables the linux_child_return bits that set the TLS base in the
newly forked process.
Before this, processes that had the flag set would get a null pointer and
segfault when trying to access the TLS area.
Chased down and fixed by me. Turned into a proper one line diff by guenther@.
|