Age | Commit message (Expand) | Author |
2014-01-21 | dtucker@ pointed out i suck at grep. | David Gwynne |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-12 | crank to 5.5beta | Theo de Raadt |
2014-01-06 | Make macppc/socppc boot() code path more similar to others. | Masao Uebayashi |
2014-01-04 | Fix of_cmap[] size. Makes the textmode cursor reappear on vgafb (i.e. | Miod Vallat |
2013-12-29 | In tlbdsmiss, do not trash the tlb pointer by mistake. From NetBSD (PR #39257) | Miod Vallat |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-12-05 | Correct spin timeout detection in __mp_lock debug code. | Masao Uebayashi |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-18 | Normalize code sequence around dumpsys(), doshutdownhooks(), and | Masao Uebayashi |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-10 | Add fcu(4) to avoid playing a fan symphony when installing/upgrading some | Martin Pieuchot |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-04 | more iop.h left; Mark Patruck | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
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-11-02 | oops, do install man pages on macppc... | Theo de Raadt |
2013-10-31 | Add a header for various hardware implementation dependent register | Martin Pieuchot |
2013-10-27 | build the manual pages on all architectures | Theo de Raadt |
2013-10-23 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-21 | Remove unused defines inherited from mac68k. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-19 | Use daddr_t * instead of int * for the partoffp parameter to | Kenneth R Westerback |
2013-10-18 | Add a proper MANSUBDIR, to have manpages install in the proper directory. | Miod Vallat |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-10-14 | Add a boot(8) manual, issue reported by landry@ | Martin Pieuchot |
2013-10-13 | Make pci_make_tag() work with ht(4) controllers, fix a regression | Martin Pieuchot |
2013-10-09 | Various fixes to make kiic(4) work on my G5s. | Martin Pieuchot |
2013-10-09 | Initialize ns_per_tick as soon as we have read the timebase from the | Martin Pieuchot |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-13 | Initialize the variable guarding the clock interrupt routine after | Martin Pieuchot |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-09-04 | Convert vgafb to use a proper softc. | Martin Pieuchot |
2013-08-28 | Move the early framebuffer initialization code outside of vgafb(4) | Martin Pieuchot |
2013-08-28 | Fix build, reported by jsg@ | Martin Pieuchot |
2013-08-27 | Remove definitions of nonexistent consdevs. | Martin Pieuchot |
2013-08-27 | Since we are no longer attaching radeondrm(4) to this driver there is | Martin Pieuchot |
2013-08-23 | Move the openfirmware color selection code outside of vgafb(4) to | Martin Pieuchot |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-18 | Disable appleagp(4). It doesn't really work yet, and hurts certain iBook G3 | Mark Kettenis |
2013-08-17 | Because vgafb(4) only match the console, no need for an additional check | Martin Pieuchot |
2013-08-17 | Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhere | Martin Pieuchot |
2013-08-17 | Do not pretend to support non-console device because vgafb(4) only | Martin Pieuchot |
2013-08-17 | Remove a bunch of unused variables and functions aging from the pre | Martin Pieuchot |
2013-08-16 | Enable radeondrm(4). | Martin Pieuchot |