Age | Commit message (Expand) | Author |
2013-07-15 | Use getpropstringA(), not getpropstring(), to get the card's name. This ensures | Miod Vallat |
2013-07-15 | Use bus_space_set_region_4 instead of looping over bus_space_write_4, | Raphael Graf |
2013-07-15 | When a ucom(4) device is detached do not only abort its pipes but also | Martin Pieuchot |
2013-07-15 | Remove a comment which is no longer true. | Martin Pieuchot |
2013-07-14 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-07-14 | IPL_VM is "mpsafe" now as well. | Mark Kettenis |
2013-07-14 | The "probe" interrupt handler is mpsafe; mark it as such. | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-13 | Rework multiline string literal to appease gcc3. | Miod Vallat |
2013-07-12 | Expunge debug code that uses an uninitialized variable. Without the | Kenneth R Westerback |
2013-07-12 | Actually assign return value to the variable that's used to check it. | Mark Kettenis |
2013-07-12 | replace fls functions with calls to the libkern versions | Jonathan Gray |
2013-07-11 | Enable bus_space_set_region_4 for armv7. | Raphael Graf |
2013-07-11 | Fix a panic on multiple fuse device access. | syl |
2013-07-11 | use fls as initially intended | Mike Belopuhov |
2013-07-11 | disable POOL_DEBUG for release | Jonathan Gray |
2013-07-11 | add fls/flsl functions to find the last bit set in a value | Jonathan Gray |
2013-07-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-07-10 | Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls | Martin Pieuchot |
2013-07-10 | Keep this copy of the ICMP checksum code in sync with recent changes. | Martin Pieuchot |
2013-07-10 | Remove unsigned comparison < 0. | Brad Smith |
2013-07-10 | Remove unsigned comparison < 0. | Brad Smith |
2013-07-10 | struct bintime is only used inside the kernel, while struct clockinfo is | Philip Guenther |
2013-07-10 | match linux and call i915_gem_object_wait_rendering__nonblocking | Jonathan Gray |
2013-07-09 | pay attention to the #ifdef | Theo de Raadt |
2013-07-09 | back out the cache flipper temporarily to work out of tree. | Bob Beck |
2013-07-09 | move AHCI_DEBUG stuff into ahci.c so we can build with it enabled again | Jonathan Matthew |
2013-07-09 | Add basic support for digitisers with pens in uhts(4). | Edd Barrett |
2013-07-09 | Fix a pair of aesthetic nits in dev/rnd.c: | Bret Lambert |
2013-07-08 | make use of udelay to reduce the diff to linux | Jonathan Gray |
2013-07-08 | add inline versions of udelay/mdelay | Jonathan Gray |
2013-07-08 | add DRM_IOCTL_MODE_CURSOR2 definition from libdrm 2.4.46 | Jonathan Gray |
2013-07-07 | Fix pmap_extract() to actually only return TRUE for mappings which have the | Miod Vallat |
2013-07-07 | move to 5.4-beta | Theo de Raadt |
2013-07-07 | fix int vs long assumption; ok kettenis | Theo de Raadt |
2013-07-06 | Remove unsigned comparison < 0. | Brad Smith |
2013-07-06 | __clock_t is now defined in <sys/_types.h>; ok guenther@ | Christian Weisgerber |
2013-07-06 | Forgot to commit this file during the a.out->ELF transition. | Miod Vallat |
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 | Advertise utpms(4) as being a WSMOUSE_TYPE_USB because even if it could | Martin Pieuchot |
2013-07-06 | Use wsemuldisplaydevsubmatch. | Mark Kettenis |
2013-07-06 | s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/g | Mark Kettenis |
2013-07-06 | Print the number of targets and the irq before looking for subdevices, | Martin Pieuchot |
2013-07-06 | Use a tab here to be consistent with the surrounding flags. | Brad Smith |
2013-07-05 | syncdelay is defined as int, not time_t, in kern/vfs_sync.c, and that's | Philip Guenther |
2013-07-05 | Add submatch function for use with config_found_sm(9). | Mark Kettenis |
2013-07-05 | VAX ELF boot block bits, and version crank. | Miod Vallat |
2013-07-05 | VAX ELF kernel bits. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |