Age | Commit message (Collapse) | Author |
|
not include the revision of the chip.
|
|
more closer to GNU linkers. This should help with autoconf/libtool
compatibility in ports.
Requested by Brad
"no objection" kettenis@
|
|
ok kettenis@
|
|
instructions to have side effects so the optimizer does not reorder
them across fnstcw/fldcw sequences. Fixes a bug seen in sqlite3 on
i386.
ok kettenis@
|
|
Spotted by patrick@, thanks
|
|
long time ago. Update the comments and replace test_stat() calls
with stat() since test_stat() now just calls stat() directly. Also
rename the "mode" parameter to "amode" in test_eaccess() to match
access(2) and make it clear that this is the access mode and not
the file mode. OK jca@
|
|
|
|
incpb and so not removed when the socket is closed. Packets matching
reply and reply-to states are linked to the sockets immediately.
So these states must go away when the socket is closed. Check this
with the output of "pfctl -s states" after running the Perl scripts.
|
|
|
|
This is the lib/builtin directory of the compiler-rt source tarball.
comments/ok patrick@, ok kettenis@
|
|
ok hackroom@
|
|
ok ratchov@ kettenis@
|
|
|
|
in libc.
ok patrick@, jsg@, guenther@
|
|
From Matthew Auld
44a7102484db0ddfa6f855b57ffe0566f739b55a in mainline linux
Pointed out by Martin Ziemer
|
|
Add support for the 2nd A64 controller.
Add Allwinner A33 support.
|
|
Allwinner A23/A33.
ok kettenis@
|
|
for-loops. Oops.
|
|
|
|
|
|
relevant. from Mark Karpilovskij.
ok millert
|
|
|
|
Requested by Brad
Tested by me on amd64
Tested by bluhm on i386
Tested by kettenis on arm64, armv7 and sparc64
|
|
disabled while lld was growing up, but forgotten about when gap.o was
added back.
ok deraadt@
|
|
|
|
|
|
Makes reading the classification algorithm easier.
ok tb@
|
|
|
|
already past the point where development can occur out of the tree.
With this I can successfully scan for access points and tell the chip
to attach to an SSID. RX path should work as well, but since I forgot
to bring the antenna with me to my parents, the reception is a bit
horrible in the metal enclosure.
There are a few reasons this driver is rather big. First we set up the
ARM Cores, uploading the firmware and kicking it off. Then we need to
read all needed information from the registers. Once that is done we
have to set up countless buffers. There are 2 TX rings and 3 RX rings,
plus N TX rings for the actual data that is yet to be implemented.
Merry Christmas!
ok kettenis@
|
|
implement hw.cpuspeed using the clock framework.
ok patrick@
|
|
implement hw.cpuspeed using the clock framework.
ok patrick@
|
|
|
|
adj360() is a modulo operation: use fmod(3) to simplify things.
Adding 0.5 to the phase to steer implicit truncation is a hack:
use lround(3) to simplify things.
Product of a discussion with pjanzen@/jca@/tb@ regarding floating-point
rounding and the importance of correctly classifying a gibbous moon.
ok pjanzen@ jca@ tb@
|
|
- Do not ignore the return value of m_copyback() on i386
- Always free sc->op_buf before returning on both amd64 and i386,
pointed out by mikeb@, thanks!
OK mikeb@
|
|
work in pf. The function pf_inp_link() takes the state key from
the mbuf and not the one pf_find_state() has just found. Introduce
a new function pf_state_key_link_inpcb() that links the given state
key and inpcb together with some sanity checks.
OK sashan@
|
|
to account for any relevant hardware constraints.
ok stsp@
|
|
ok jsg@
|
|
cleanups. From Jan Kokemueller. OK deraadt@
|
|
From kshe, ok jca
|
|
While here, use err(3) instead of errx(3) if adjtime(2) fails.
Discussed/tweaked with/by tb@ and jca@.
ok tb@ jca@
|
|
ok tb@ jca@
|
|
Keeps the progress log from blipping or stalling if, e.g., the
system time is changed in the midst of a rip or a transfer.
ok tb@ jca@
|
|
|
|
|
|
(If anyone needs a bit more handholding than is in release(8), the faq page
https://www.openbsd.org/faq/faq5.html#Release has more information about
setting this up).
Much simplified from, but inspired by, various diffs from ians@. ok tb@ jmc@
|
|
|
|
|
|
have now.
as seen by landry@
|
|
that doesn't exist.
|
|
|