| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-23 | Build firmware for usb devices on arm64. | 1 | -2/+2 | ||
| ok patrick@ | |||||
| 2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | 1 | -2/+2 | ||
| shortly when we use the hardware thread register in userland | |||||
| 2016-08-10 | armish handled some early-gen arm machines, which required tons of | 1 | -2/+2 | ||
| workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go. | |||||
| 2016-07-10 | Build firmware for USB devices on octeon. | 1 | -2/+2 | ||
| ok deraadt@ | |||||
| 2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | 1 | -3/+2 | ||
| hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis | |||||
| 2015-05-26 | Build all the firmware for usb devices on armv7. | 1 | -3/+3 | ||
| 2015-05-24 | Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx). | 1 | -1/+2 | ||
| enable udl firmware and COMPAT_RAW_KBD to make udl useable with X. ok jsg@ | |||||
| 2013-03-25 | these will not be built for palm since it went away | 1 | -2/+2 | ||
| 2010-01-30 | Build these firmwares on loongson. | 1 | -7/+8 | ||
| 2009-11-10 | Use buffered fwrite(3) to build the udl Huffman table, | 1 | -10/+11 | ||
| rather than doing 131074 write(2)s. OK mglocker, deraadt. | |||||
| 2009-08-26 | Name fields in the udl_huffman struct same as on the driver side to | 2 | -10/+10 | ||
| simplify reading. | |||||
| 2009-08-26 | Also avoid __packed struct to Huffman table in the driver side in favour | 2 | -4/+4 | ||
| of performance. Instead generate the Huffman table with two ints. Suggested, help and OK deraadt@ | |||||
| 2009-08-25 | add error checking | 1 | -3/+5 | ||
| 2009-08-25 | if we do not use __packed, we must write the values more carefully | 1 | -3/+7 | ||
| ok mglocker | |||||
| 2009-08-25 | no need for __packed; ok mglocker | 1 | -2/+2 | ||
| 2009-08-25 | 16bit Huffman table for pixel difference compression on udl(4) devices. | 3 | -0/+65636 | ||
