Age | Commit message (Expand) | Author |
2013-08-15 | Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets | Mark Kettenis |
2013-08-12 | radeondrm now attaches directly to pci. | Martin Pieuchot |
2013-08-12 | Match the framebuffer device against its OpenFirmware node in order | Martin Pieuchot |
2013-08-12 | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. | Jonathan Gray |
2013-08-10 | Move the device table inside the softc. | Martin Pieuchot |
2013-08-09 | Add urtwn(4) for upgrades | Martin Pieuchot |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-07 | Using phys_map for bus_space_map(9) is retarded. Use kernel_map just like | Mark Kettenis |
2013-08-07 | Mimic what's done on sparc64 and parse the OpenFirmware device tree to | Martin Pieuchot |
2013-07-16 | Don't use a non initialized variable and fix RCS Ids while here. | Martin Pieuchot |
2013-07-07 | move to 5.4-beta | Theo de Raadt |
2013-07-06 | Use the write-only rasops code to speed up the console framebuffer. | Martin Pieuchot |
2013-07-06 | Add uhci* at cardbus, tested with a VIA VT83C572. | Martin Pieuchot |
2013-07-06 | Print the number of targets and the irq before looking for subdevices, | Martin Pieuchot |
2013-07-01 | sync comment with it's intended meaning. | Jasper Lievisse Adriaanse |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-04 | Add support for virtual consoles, based on previous work done by kettenis@ | Martin Pieuchot |
2013-06-04 | Remove unused includes, constify cfattach and other small cleanings. | Martin Pieuchot |
2013-06-04 | Move function declaration where they belong. | Martin Pieuchot |
2013-06-04 | Do not pretend mapping the MMIO region when in fact we don't and | Martin Pieuchot |
2013-06-04 | Spacing. | Martin Pieuchot |
2013-06-03 | There's no reason to have a separate structure to hold and duplicate | Martin Pieuchot |
2013-06-03 | Be coherent when printing irq numbers. | Martin Pieuchot |
2013-06-03 | Correctly return the error code if uvm_km_kmemalloc() fails. | Martin Pieuchot |
2013-06-03 | Rework the logic for matching the boot device to allow for root on | Martin Pieuchot |
2013-06-03 | more fuse in more places. credit: miod | Ted Unangst |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-05-31 | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | Martin Pieuchot |
2013-05-31 | Unbreak after recent shutdown-hook removal. | Martin Pieuchot |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-04-23 | Don't assume time_t is an uint32_t. | Martin Pieuchot |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-21 | Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly a | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-03-17 | Avoid namespace pollution from <powerpc/cpu.h>. | Mark Kettenis |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov |
2013-03-10 | Do not try to scan the ADB bus for devices if the device-tree does not | Martin Pieuchot |
2013-03-09 | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | Martin Pieuchot |
2013-03-07 | Use switch statement for determining when to configure the L2 cache. | Brad Smith |
2013-02-09 | ater -> after | Miod Vallat |
2013-01-31 | welcome to 5.3-BETA | Miod Vallat |
2013-01-21 | Only the mpcpcibus driver is actually using these structures so merge them | Martin Pieuchot |
2013-01-21 | Remove old functions to access MPC106 registers. Only one of them was used | Martin Pieuchot |
2013-01-21 | No need to include pcibrvar.h | Martin Pieuchot |
2013-01-21 | Remove unused variable, leftover from rev 1.36. | Martin Pieuchot |