Age | Commit message (Expand) | Author |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-07-24 | Replace cpus_running with CPU_IS_RUNNING(). | Visa Hankala |
2021-07-12 | Remember to set CPUF_RUNNING on secondary CPUs. | Visa Hankala |
2021-07-12 | Make hw_cpu_hatch() more similar on loongson and octeon. | Visa Hankala |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-03-11 | spelling | Jonathan Gray |
2021-02-18 | Make kernel ld.script similar to octeon's on loongson and sgi. | Visa Hankala |
2021-02-17 | Skip gp initialization in loongson bootblocks | Visa Hankala |
2021-02-11 | Leave out gp initialization from kernel entry on mips64 | Visa Hankala |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-02 | Use native display resolution 1368x768 with Lynloong all-in-one computers. | Visa Hankala |
2021-01-02 | Make kernel recognize Lynloong LM9002/9003 and LM9013. | Visa Hankala |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-22 | Make clang the default compiler on loongson. | Visa Hankala |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-12-01 | Add option to build loongson kernels using clang. | Visa Hankala |
2020-11-17 | Avoid accidental truncation of large memory segments. | Visa Hankala |
2020-11-17 | Ensure proper alignment of memory map entries, needed with clang. | Visa Hankala |
2020-11-13 | Do not include ../Makefile.inc twice. | Visa Hankala |
2020-11-13 | Fold -fno-builtin-* into -fno-builtin. | Visa Hankala |
2020-11-13 | Use BTB bug workaround also with assembly files. | Visa Hankala |
2020-10-20 | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset | cheloha |
2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more | Patrick Wildt |
2020-09-01 | Use sysctl_bounded_args for simple cases in cpu_sysctl on loongson | gnezdo |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-07-21 | Do not bother masking IPIs in the Loongson 3A specific IPI routine. | Visa Hankala |
2020-07-19 | Add GENERIC.MP kernel config for loongson. | Visa Hankala |
2020-07-18 | Remove an unused function. | Visa Hankala |
2020-07-18 | Userland timecounter implementation for octeon | Visa Hankala |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-05 | cpu_rnd_messybits() for mips64 | Visa Hankala |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-27 | Fix pmon_iostrategy() | Visa Hankala |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Use <dev/clock_subr.h> in mcclock(4). | Visa Hankala |
2020-05-25 | Use <dev/clock_subr.h> in mfokclock(4). | Visa Hankala |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-26 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-04-14 | Fix some of the more esoteric bus_space functions. The | Mark Kettenis |