Age | Commit message (Expand) | Author |
2018-01-07 | Assume that direct-mapped addresses come from the xkphys segment. | Visa Hankala |
2018-01-07 | Add references to errata. | Visa Hankala |
2018-01-07 | Add identcpu.c and specialreg.h definitions for the new Intel/AMD MSRs | Mike Larkin |
2018-01-06 | Add fs to the application/octet-stream extensions, mostly for installXX.fs, | Stuart Henderson |
2018-01-06 | Handle %gs like %[def]s and reset set it in cpu_switchto() instead of on | Philip Guenther |
2018-01-06 | Fix an interrupt storm condition in vldcp(8) (sparc64). | Stefan Sperling |
2018-01-06 | Don't advertise L0s if the "aspm-no-l0s" property is present. Base available | Mark Kettenis |
2018-01-06 | regen | Mark Kettenis |
2018-01-06 | Add Silicon Motion SM2260 NVMe. | Mark Kettenis |
2018-01-06 | sync | Theo de Raadt |
2018-01-06 | pckbd: don't change translation mode if controller is in table 2 | Joshua Stein |
2018-01-06 | Bring back the sign compare changes, this time with a fix from otto@ | Todd C. Miller |
2018-01-06 | unifdef LOGIN_CAP, we always want to use login.conf | Todd C. Miller |
2018-01-06 | Remove dead gettimeofday calls and timevals. | cheloha |
2018-01-06 | sxits(4) | Mark Kettenis |
2018-01-06 | Enable sxits(4). | Mark Kettenis |
2018-01-06 | Add sxits(4), a driver for the temperature sensor on the Allwinner A10/A20 | Mark Kettenis |
2018-01-06 | Enable sxitemp(4). | Mark Kettenis |
2018-01-06 | Set the proper bus clock rate based on the "clock-frequency" property and | Mark Kettenis |
2018-01-06 | tweak previous; | Jason McIntyre |
2018-01-06 | Import gilles@'s standalone spfwalk utility into smtpctl(8) as | Sunil Nimmagadda |
2018-01-06 | Move unpack functions into a seperate file. | Sunil Nimmagadda |
2018-01-06 | Remove redundant zeroing and dead code. | Visa Hankala |
2018-01-06 | rework the transmit and receive paths to address reliability issues. | David Gwynne |
2018-01-05 | To send out packets we need to create a flowring. Acting as station, | Patrick Wildt |
2018-01-05 | Drop incoming network packets as long as we are not in RUN state. This | Patrick Wildt |
2018-01-05 | some minor fixes; | Jason McIntyre |
2018-01-05 | Handle resets; needed on Allwinner R40/V40. | Mark Kettenis |
2018-01-05 | Implement R40/V40 SATA clock. | Mark Kettenis |
2018-01-05 | Add support for AXP221/223. | Mark Kettenis |
2018-01-05 | When we receive an AUTH or ASSOC event even though we have already | Patrick Wildt |
2018-01-05 | Sync with the code in libc | Mike Belopuhov |
2018-01-05 | Make arm64 use the MI mplock implementation. Avoid <sys/mplock.h> being | Mark Kettenis |
2018-01-05 | unifdef JOBS support | Jeremie Courreges-Anglas |
2018-01-05 | Complete and fix grammar in comments and bring grammar terms, | Kenneth R Westerback |
2018-01-05 | some 11n bits; help/ok stsp | Jason McIntyre |
2018-01-05 | @libset is going to be part of the dependency information. | Marc Espie |
2018-01-05 | Use log_warnx() in places where errno is irrelevant. | Jeremie Courreges-Anglas |
2018-01-05 | Typos in comments: 'it' -> 'if' and 'noityf' -> 'notify'. | Theo Buehler |
2018-01-05 | Remove unnecessary delays. There is no reason to wait after each and every | Mark Kettenis |
2018-01-05 | Show uvm_fault and trace when typing show panic on a page fault'd kernel | Paul Irofti |
2018-01-05 | No need for <sys/socketvar.h> | Martin Pieuchot |
2018-01-05 | Fix DRM_DEBUG builds. | Paul Irofti |
2018-01-05 | the value of bflag is a blockno, so use the proper type, avoids | Otto Moerbeek |
2018-01-05 | Remove useless <sys/socketvar.h> includes. | Martin Pieuchot |
2018-01-05 | accidental commit | Theo de Raadt |
2018-01-05 | backout, because it breaks builds in dev/microcode. | Theo de Raadt |
2018-01-05 | cast the result of the ternary ops in __swapXX to the relevant types. | David Gwynne |
2018-01-04 | Receiving an AUTH event means that we successfully authenticated, thus | Patrick Wildt |
2018-01-04 | Add more tests that check the timeout behavior of relayd. | Alexander Bluhm |