| Commit message (Collapse) | Author | Files | Lines |
|
From Ryan May.
|
|
function similar to netstat(1). The output still shows the same
info but may be a bit differently sorted. Also it will now show
connections that are not UDP or TCP. This was the last bit of
systat that needed kvm access and so now systat no longer needs
to be setgid kmem.
With this commit OpenBSD is officially setgid kmem free and an
almost 10 year journey finally comes to an end.
OK deraadt@
|
|
|
|
instead of usec so its easier to translate to/from timespecs instead
of timevals.
ok deraadt@ florian@
|
|
|
|
|
|
Tested and ok benno@
|
|
|
|
somewhere over Siberia and I think I'm just getting into minor
turbulences.
|
|
|
|
ok miod
|
|
and shuffle some install specific code into install.sh. No intentional
functional change.
Update copyrights to 2015 while here.
Tested & ok rpe@
|
|
|
|
while here i've reformatted the page to stop kidding that -s is 4 options;
original issue kind of spotted by adam thompson, though note i am not fixing the
issue he complained about (i'll address that mail in a minute);
|
|
spotted by miod. ok miod.
|
|
|
|
|
|
|
|
ok miod
|
|
need to be root
ok miod
|
|
|
|
Tested and ok armani@
|
|
goal of eventually refactoring them)
|
|
halex, rpe, and todd cleared the way for this.
|
|
Yes, this is stupid, but MI installboot later will make the problem
go away. Until then..
|
|
run this as root.
ok millert, also discussed with guenther
|
|
Diff from Navan Carson via tech@
|
|
fall back to showing Nd rather than not showing anything.
Issue reported by jmc@.
|
|
Cluestick applied by joerg at NetBSD.
|
|
ok stsp@ kettenis@
|
|
when this can be used.
tweaks ian@
OK ratchov@, sthen@
seems more useful to millert@
|
|
now). Reported by landry.
|
|
|
|
ok miod@
|
|
intervals from src/sbin/ping/ping.c r1.115.
> use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure the
> interval between sending a ping and getting a reply for it.
>
> this makes it resistant against local wall clock changes, which can
> skew the intervals reported or make them go negative.
this version puts clock_getting in a local gettime() function that
converts to a struct timeval that all the previous callers of
gettimeofday expect to get.
requested by deraadt@ florian@
|
|
> use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure the
> interval between sending a ping and getting a reply for it.
>
> this makes it resistant against local wall clock changes, which can
> skew the intervals reported or make them go negative.
requested by deraadt@ florian@
|
|
interval between sending a ping and getting a reply for it.
this makes it resistant against local wall clock changes, which can
skew the intervals reported or make them go negative.
ok deraadt@ florian@
makes sense to lots of others
|
|
rev 1.207
|
|
and zone xfers. OK florian@ deraadt@
|
|
|
|
|
|
pv lists with a mutex. Rearange some code to avoid sleeping/spinning with
one of these locks held, and also take care that we don't allocate/free
any memory in that case. This should make pmap_enter(9), pmap_remove(9) and
pmap_page_protect(9) safe to use without holding the kernel lock.
Other architectures will follow.
ok mlarkin@, deraadt@
|
|
use case.
sthen@ noticed a problem with missing records on shutdown.
OK sthen@
|
|
Tested and ok sthen@, ok dlg@
|
|
all required by POSIX. So don't compare it against against
an unsigned constant.
|
|
No functional change for now, but more robust in case anybody should
ever add additional child processes.
|
|
ok dlg@, kettenis@
|
|
|
|
When using a pager and the first manual shown is gzip'ed,
the gunzip(1) process ended up as a child of the pager process
such that the man(1) process couldn't wait for it, preventing
proper display of the manual.
Solve this by making the pager a child of the man(1) process
(instead of the other way round), which requires being a bit
more careful about properly closing file descriptors after use
and waiting for the pager before exiting man(1).
|
|
From Zhihao Yuan.
ok millert@ miod@
|