Age | Commit message (Expand) | Author |
2014-04-26 | Do not pass a NULL argument to OF_getprop(), even if it's fine for the | Martin Pieuchot |
2014-04-20 | emc on my cx500 works as well as rdac on all my rebadged engenio kit. | David Gwynne |
2014-04-07 | increase MSGBUFSIZE | Theo de Raadt |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith |
2014-04-04 | let device_register match scsi devices to anything hanging off a | David Gwynne |
2014-04-02 | enable mpath | Theo de Raadt |
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | Martin Pieuchot |
2014-03-31 | Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more. | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-19 | Enable upd(4) on three archs to get it tested, requested by deraadt@. | Martin Pieuchot |
2014-03-16 | fix typo; unbreak build | Mark Kettenis |
2014-03-14 | Remove the userland AGP interface. Now that we have KMS, it is no longer | Mark Kettenis |
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew |
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-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis |
2014-02-23 | remove a surplus ')' in disabled code | Jonathan Gray |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-08 | Some (if not all) G5 systems use a different layout for the physical memory | Miod Vallat |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-24 | Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
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 |