Age | Commit message (Expand) | Author |
2013-09-29 | various fixes to sync usage() with SYNOPSIS, and make these pages a bit | Jason McIntyre |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-21 | Create process map holes with UVM_INH_SHARE so that they don't get lost in | Miod Vallat |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-20 | enable mpii | David Gwynne |
2013-08-20 | enable mpii(4) | David Gwynne |
2013-08-16 | Moving the .data section causes problems on some machines (blade100, tadpole). | Mark Kettenis |
2013-08-15 | Enable radeondrm(4). | Mark Kettenis |
2013-08-15 | Add RI_VCONS support. | Mark Kettenis |
2013-08-15 | Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets | Mark Kettenis |
2013-08-12 | Upcoming radeondrm(4) support will grow the kernel. This growth causes the | Mark Kettenis |
2013-08-12 | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. | Jonathan Gray |
2013-08-08 | Add PMAP_NOCACHE as an alias for PMAP_NC for use in semi-MI code. | Mark Kettenis |
2013-08-08 | /dev/drmN for sparc64 | Mark Kettenis |
2013-07-16 | Enable jfb-style acceleration on XVR-600. | Miod Vallat |
2013-07-16 | Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commit | Mark Kettenis |
2013-07-16 | The interrupt handler for vcons(4) is defenitely safe to run without holding | Mark Kettenis |
2013-07-16 | Add support for BUS_INTR_ESTABLISH_MPSAFE. | Mark Kettenis |
2013-07-15 | Use getpropstringA(), not getpropstring(), to get the card's name. This ensures | Miod Vallat |
2013-07-14 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-12 | Actually assign return value to the variable that's used to check it. | Mark Kettenis |
2013-07-05 | Avoid truncation when calculating clock gain/loss | Philip Guenther |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-15 | Stop handling overlapping copies in memcpy() by jumping straight into the | Mark Kettenis |
2013-06-13 | Remove a remnant of the VIS optimized bcopy code that was hiding in a delay | Mark Kettenis |
2013-06-13 | Get rid of the VIS-optimized bcopy/bzero code. This has never been enabled, | Mark Kettenis |
2013-06-13 | Remove some disabled debugging code that hasn't been used for ages. | Mark Kettenis |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-09 | the kernel is supposed to provide memmove, but some archs are missing it. | Ted Unangst |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-02 | Add the TLS relocations | Philip Guenther |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-17 | Implement IPL_MPSAFE for pci bus interrupt handlers. | Mark Kettenis |
2013-05-16 | Run audio interrupts without grabbing the kernel lock. While IPL_SERIAL is | Mark Kettenis |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-05-13 | Get rid of some silly underscores. | Mark Kettenis |
2013-05-13 | Implement support for running interrupt handlers without taking the kernel | Mark Kettenis |
2013-05-12 | Handle big (a.k.a. >2TB) disks by adding logic to handle the 12 and 16 | Kenneth R Westerback |
2013-05-12 | Take the kernel lock and call the actual interrupt handler from a | Mark Kettenis |
2013-05-10 | ditch unused zskbd_device_lookup; verified by sebastia@ | Mike Belopuhov |