| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-11 | spelling |  jsg | 3 | -6/+6 |
| 2021-01-02 | Use native display resolution 1368x768 with Lynloong all-in-one computers. |  visa | 1 | -3/+7 |
| 2020-12-25 | Refactor klist insertion and removal |  visa | 1 | -3/+3 |
| 2020-10-20 | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset |  cheloha | 1 | -1/+3 |
| 2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more |  patrick | 2 | -153/+2 |
| 2020-07-18 | Remove an unused function. |  visa | 1 | -12/+1 |
| 2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 1 | -2/+2 |
| 2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 1 | -2/+1 |
| 2020-05-25 | Use <dev/clock_subr.h> in mcclock(4). |  visa | 3 | -41/+45 |
| 2020-05-25 | Use <dev/clock_subr.h> in mfokclock(4). |  visa | 1 | -36/+43 |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 3 | -20/+20 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 3 | -9/+9 |
| 2020-04-07 | Abstract the head of knote lists. This allows extending the lists, |  visa | 1 | -3/+3 |
| 2020-04-06 | Update my email address. |  pirofti | 1 | -2/+2 |
| 2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 1 | -2/+2 |
| 2020-02-16 | Send a resume event to apmd(8), like done by apm(4) and acpi(4) |  jca | 1 | -1/+3 |
| 2019-12-31 | Use C99 designated initializers with struct filterops. In addition, |  visa | 1 | -3/+7 |
| 2019-01-07 | tweak ohci_checkrev so it doesnt print a leading comma and space. |  dlg | 1 | -2/+2 |
| 2018-02-24 | Declare ci_ipl volatile to prevent the compiler from optimizing |  visa | 1 | -7/+1 |
| 2017-05-17 | Make IPL_MPSAFE effective on loongson. |  visa | 2 | -2/+6 |
| 2017-05-10 | Add a PCI attach hook mechanism for htb(4), similar to the one |  visa | 2 | -2/+15 |
| 2017-05-09 | Fix range check. |  visa | 1 | -2/+2 |
| 2017-04-30 | Rename Debugger() into db_enter(). |  mpi | 1 | -2/+2 |
| 2017-03-27 | hibernate_free() should not be called from MD code, acpi_sleep_state() |  deraadt | 1 | -2/+1 |
| 2017-02-19 | Suppress messages about spurious UART interrupts on MP systems. |  visa | 1 | -2/+17 |
| 2017-01-23 | Nuke extraneous whitespace and tabs. |  fcambus | 1 | -18/+17 |
| 2017-01-19 | Extend struct platform with MP control functions, and add bootstrap code |  visa | 1 | -1/+6 |
| 2017-01-15 | Harmonize the way frame buffer drivers display resolution and color |  fcambus | 2 | -4/+4 |
| 2017-01-10 | Display resolution and color depth when attaching. |  fcambus | 1 | -3/+3 |
| 2016-12-05 | Harmonize battery state thresholds accross platforms. |  fcambus | 2 | -9/+7 |
| 2016-11-17 | Add drivers for PCI host bridge and built-in UARTs on Loongson 3A, |  visa | 8 | -1/+766 |
| 2016-11-15 | Add support for lid state detection in ykbec(4). |  fcambus | 1 | -4/+13 |
| 2016-11-05 | Move the definition of REGVAL into a common header to make it usable |  visa | 1 | -4/+1 |
| 2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID |  guenther | 1 | -3/+4 |
| 2016-10-07 | Add an initial framebuffer driver for the RS780E chipset on loongson, |  visa | 1 | -0/+729 |
| 2016-09-03 | Write the system time back to the RTC every 30 minutes. |  naddy | 1 | -1/+4 |
| 2016-03-06 | Rename mips64's trap_frame into trapframe. |  mpi | 1 | -7/+7 |
| 2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory |  jcs | 1 | -2/+2 |
| 2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to |  deraadt | 1 | -2/+2 |
| 2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" |  semarie | 1 | -3/+2 |
| 2015-09-08 | sizes for free(); ok semarie |  deraadt | 1 | -3/+3 |
| 2015-08-15 | typo |  miod | 1 | -2/+2 |
| 2015-07-19 | don't check for the name in attach_args being NULL; nothing should call |  jasper | 1 | -3/+2 |
| 2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh |  deraadt | 1 | -2/+2 |
| 2014-12-19 | oops, forgot rndvar.h |  deraadt | 1 | -1/+2 |
| 2014-12-18 | use suspend_randomness() and resume_randomness() |  deraadt | 1 | -1/+4 |
| 2014-10-31 | #if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0 |  jsg | 1 | -2/+2 |
| 2014-09-26 | Use correct format specifiers in various loongson machine dependent code. |  jsing | 1 | -3/+3 |
| 2014-09-20 | Use config_suspend_all(9). |  kettenis | 1 | -7/+6 |
| 2014-07-19 | Bring back pci_dopm, but disable it before powerdown. |  pirofti | 1 | -1/+6 |