Age | Commit message (Collapse) | Author |
|
With support from guenther@ and millert@; final okay espie@
|
|
cannot be calculated from the CPUID register, because the CPU does not
support it, but can be calibrated from another timer, the vmm(4) guest
doesn't have a chance to read or calibrate its own TSC frequency since
it has no access to a precise enough time counter. In that case, fake
the existence of the register and supply our calibrated TSC frequency.
mlarkin@ tells me this also greatly helps Linux guests.
ok mlarkin@
|
|
The example itself was taken directly from the POSIX specification by jmc@,
who doesn't remember adding it. This example isn't very clear about what
it actually does, so just remove it.
If someone can come up with one or more examples that give a more clear
introduction to the workings of sed feel free to send them in.
Prompted by a diff by kshe59 <at> zoho <dot> eu
OK jmc@
|
|
so only get it once
ok guenther
|
|
1201.
|
|
From Michal W. Bombardieri, thx
|
|
Nothing uses this field since Linux compat was removed.
ok mpi@ deraadt@ guenther@
|
|
ok bluhm@
|
|
ok bluhm@
|
|
ok bluhm@
|
|
refactor a little
|
|
|
|
algorithm of kex->hostkey_alg is incorrect when the key type isn't
capable of making those signatures. ok markus@
|
|
|
|
unpriviledged child processes; ok markus@
|
|
between exiting to the shell or to reboot the latter being the default.
(On sparc64 the second choice is to halt the system which leaves it at the
OpenBoot PROM prompt)
While there add a newline after the CONGRATULATIONS message.
OK tb@
positive feedback naddy@ deraadt@ giovanni@
|
|
(the server will treat as a fatal error). GitHub issue 1200.
|
|
Fixes a crash when poll is run without any checks.
Found and fixed by Hiltjo Posthuma (hiltjo -AT- codemadness -DOT- org).
ok claudio@
|
|
suggested by deraadt
ok rpe
|
|
|
|
it out prior to continuing down the recursive call chain.
Initial diff from Michael W. Bombardieri, later tweaked; ok tb@
|
|
|
|
|
|
ok patrick@
|
|
|
|
descriptive header before each test, inspired by the many others in regress.
|
|
redundant call to free() since name is always freed upon return.
From Michael W. Bombardieri, with some tweaks by myself.
|
|
ok jca@
|
|
Intel machines.
|
|
Intel machines.
|
|
simply means ".". Also fix exit code and add warnings when an
invalid uri is encountered. OK otto@
|
|
ktrace files. This simplifies debugging as system calls can be
inspected with kdump.
|
|
we chose instead of any AP the firmware chooses based on the SSID.
|
|
variable.
|
|
opposite of fuse_setup(3).
ok mpi@
|
|
inside 'lease {}' declarations. We don't keep leases from
multiple interfaces in dhclient.leases.<if> files.
One less thing to parse and keep in memory. More rope for
those wanting to do unspeakable things with their lease files.
|
|
OK tom@, deraadt@
|
|
|
|
future. Immediate benefits are that gid, uid and umask are now
supported and max_read is now honoured for all file systems. Mounting
read_only is now possible but requires more thorough testing.
ok mpi@
|
|
|
|
AXP152 and AXP209 here as well. The AXP209 is extended to support
regulators and sensors. The ACIN and VBUS indicators are now exported as
sensors. Retire the old AXP152/AXP209 support code.
|
|
map the framebuffer as device memory in the kernel. Using mismatched
memory attributes like this is discouraged (and we should probably fix this
at some point) but this particular case is well-defined and the potential
side-effects should not matter for thus use-case.
ok patrick@
|
|
It is not clear if this change is responsible for the lockups experienced
by dhill@ and jcs@ but since we're no longer grabbing the socket lock in
kqueue(2) filters there's no need for this change.
|
|
This change exposed or created a situation where a CPU started to be
irresponsive while holding the KERNEL_LOCK(). These led to lockups and
even with MP_LOCKDEBUG it was not clear what happened to this CPU.
These situations have been experience by dhill@ with dcrwallet and jcs@
with syncthing. Both applications are written in Go and do kevent(2)
& networking across multiple threads.
|
|
Prevents a deadlock in if_downall() when rw_enter() succeed without
really grabbing the lock.
Reported by and ok phessler@
|
|
From <kshe59 at zoho.eu>
|
|
regulators with a "regulator-always-on" property alone.
ok patrick@
|
|
Removing versioning information too.
OK deraadt@
|
|
partitioning scheme.
ok florian@ benno@
|
|
|