Age | Commit message (Expand) | Author |
2014-04-18 | rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we can | Jasper Lievisse Adriaanse |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith |
2014-04-03 | Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love. | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-29 | Do not play with the xmapmode register, for its layout seems to differ between | Miod Vallat |
2014-03-27 | {fix,add} comments. | Miod Vallat |
2014-03-27 | Program the colormap correctly; gives us proper shade of blue and highlighting. | Miod Vallat |
2014-03-23 | Repair R5000SC and R4600SC external L2 cache setup, broken in previous | Miod Vallat |
2014-03-22 | Second draft of my attempt to workaround the infamous R4000 end-of-page errata, | Miod Vallat |
2014-03-21 | Keep the `clamp memory to what pmap can address' logic unconditional, and | Miod Vallat |
2014-03-21 | Rename the symbolic constants for the pmap-specific vm_pag pg_flags from | Miod Vallat |
2014-03-18 | - Fix clipping bounds in fill and blt operations; the lower-right corner is | Miod Vallat |
2014-03-15 | Enable qla(4) and qle(4) to match the corresponding RAMDISKs. | Miod Vallat |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew |
2014-03-10 | Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done with | Miod Vallat |
2014-03-09 | Rework the per-cpu cache information. Use a common struct to store the line | Miod Vallat |
2014-03-09 | Replace more magic numbers with OPENGL_xxx constants. No functional change. | Miod Vallat |
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis |
2014-02-22 | /etc/random.seed support in the boot blocks (only when loading from disk). | Miod Vallat |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-02-08 | For some reason (lack of testing being my #1 candidate), IP32 PROM version 4.18 | Miod Vallat |
2014-02-08 | Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memory | Miod Vallat |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2014-01-22 | add missing arguments to debug printfs | Jonathan Gray |
2014-01-06 | Disable the code disabling memory beyond 1.5GB on Octane temporarily, but | Miod Vallat |
2014-01-06 | In readsgilabel(), do not override the driver-provided initial geometry with | Miod Vallat |
2013-12-30 | Fix IOC4DEV_xxx numbers, so that devices besides the first two serial ports | Miod Vallat |
2013-12-29 | Force clock clamping after one byte received instead of three. There are still | Miod Vallat |
2013-12-28 | The mips partition table in the volume header uses 512-byte logical units, | Miod Vallat |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-12-26 | When running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels), | Miod Vallat |
2013-12-25 | Instead of deciding which iockbc port is the keyboard port, and which one is the | Miod Vallat |
2013-12-23 | - fix gamma ramp (now white is real white instead of light grey) | Miod Vallat |
2013-12-11 | Better bus error diagnostics (this really only affects IP28). Also, do what | Miod Vallat |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-12-08 | Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of the | Miod Vallat |
2013-12-05 | Correct spin timeout detection in __mp_lock debug code. | Masao Uebayashi |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-13 | fix typo in last commit | Theo de Raadt |
2013-11-12 | Oops. Use %llu for DL_GETDSIZE() value. | Kenneth R Westerback |
2013-11-12 | Use DL_GETDSIZE() to get disk size. | Kenneth R Westerback |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-10-23 | adapt to new DL_BLKTOSEC(); ok krw | Theo de Raadt |
2013-10-21 | Fix lies in comments, and apply some KNF and unused or duplicate prototype | Miod Vallat |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |