Age | Commit message (Expand) | Author |
2021-03-11 | spelling | Jonathan Gray |
2021-01-02 | Use native display resolution 1368x768 with Lynloong all-in-one computers. | Visa Hankala |
2020-12-25 | Refactor klist insertion and removal | 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-07-18 | Remove an unused function. | Visa Hankala |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | 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-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-06 | Update my email address. | Paul Irofti |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-02-16 | Send a resume event to apmd(8), like done by apm(4) and acpi(4) | Jeremie Courreges-Anglas |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-01-07 | tweak ohci_checkrev so it doesnt print a leading comma and space. | David Gwynne |
2018-02-24 | Declare ci_ipl volatile to prevent the compiler from optimizing | Visa Hankala |
2017-05-17 | Make IPL_MPSAFE effective on loongson. | Visa Hankala |
2017-05-10 | Add a PCI attach hook mechanism for htb(4), similar to the one | Visa Hankala |
2017-05-09 | Fix range check. | Visa Hankala |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-03-27 | hibernate_free() should not be called from MD code, acpi_sleep_state() | Theo de Raadt |
2017-02-19 | Suppress messages about spurious UART interrupts on MP systems. | Visa Hankala |
2017-01-23 | Nuke extraneous whitespace and tabs. | Frederic Cambus |
2017-01-19 | Extend struct platform with MP control functions, and add bootstrap code | Visa Hankala |
2017-01-15 | Harmonize the way frame buffer drivers display resolution and color | Frederic Cambus |
2017-01-10 | Display resolution and color depth when attaching. | Frederic Cambus |
2016-12-05 | Harmonize battery state thresholds accross platforms. | Frederic Cambus |
2016-11-17 | Add drivers for PCI host bridge and built-in UARTs on Loongson 3A, | Visa Hankala |
2016-11-15 | Add support for lid state detection in ykbec(4). | Frederic Cambus |
2016-11-05 | Move the definition of REGVAL into a common header to make it usable | Visa Hankala |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
2016-10-07 | Add an initial framebuffer driver for the RS780E chipset on loongson, | Visa Hankala |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-03-06 | Rename mips64's trap_frame into trapframe. | Martin Pieuchot |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-08-15 | typo | Miod Vallat |
2015-07-19 | don't check for the name in attach_args being NULL; nothing should call | Jasper Lievisse Adriaanse |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt |
2014-12-19 | oops, forgot rndvar.h | Theo de Raadt |
2014-12-18 | use suspend_randomness() and resume_randomness() | Theo de Raadt |
2014-10-31 | #if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0 | Jonathan Gray |
2014-09-26 | Use correct format specifiers in various loongson machine dependent code. | Joel Sing |