Age | Commit message (Expand) | Author |
2014-12-08 | Do not report underruns as bus data errors, as suggested by section | Martin Pieuchot |
2014-12-08 | regen | Philip Guenther |
2014-12-08 | Add chflagsat(), modeled on fchmodat() with name to match FreeBSD. | Philip Guenther |
2014-12-08 | Remove a few foo_start() calls within ioctl handlers. Odd spot to have | Brad Smith |
2014-12-08 | When resetting an endpoint do not purge the ring. Instead set the | Martin Pieuchot |
2014-12-08 | Add an intermediate layer driver, cbus(4), to manage its own | Kenji Aoyama |
2014-12-08 | Use tabs instead of spaces here. | Brad Smith |
2014-12-08 | Have foo_init() call foo_reset() to reset the chip to a known state | Brad Smith |
2014-12-08 | Do not use a "struct route" when a "struct rtentry" is enough. | Martin Pieuchot |
2014-12-08 | There's no good reason to keep into "struct ifnet" a pointer that's only | Martin Pieuchot |
2014-12-08 | Do not take into account addresses configured in a different rdomain | Martin Pieuchot |
2014-12-08 | Move the data part of the mp trampoline to .rodata (initially). The kernel | Mike Larkin |
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin |
2014-12-07 | don't truncate the dirhash if ufs truncate fails. | Ted Unangst |
2014-12-07 | Add missing load_font and list_font accessops, as well as crude screen burner | Miod Vallat |
2014-12-07 | Remove wrong comment. | Miod Vallat |
2014-12-07 | Avoid extra space in dmesg | Miod Vallat |
2014-12-07 | Probe the keyboard for its dip switches also if it is the console keyboard, | Miod Vallat |
2014-12-07 | Bring the 12x22 font in even if SMALL_KERNEL on sgi. | Miod Vallat |
2014-12-07 | sync | Theo de Raadt |
2014-12-07 | support WCH2 CH351 puc | Theo de Raadt |
2014-12-07 | typo; fix from Kaspars Bankovskis | Theo de Raadt |
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback |
2014-12-06 | If "machdep.lidsuspend" is not set, do not go back to sleep if the lid | Martin Pieuchot |
2014-12-06 | Avoid error if a 64K transfer is done from a page-unaligned buffer. | Stefan Fritsch |
2014-12-06 | Increase low rxr watermark to a value suitable for jumbo frames. | Stefan Fritsch |
2014-12-06 | match family 16h | Jonathan Gray |
2014-12-06 | Repost video on all known Intel PowerVR devices not just GMA500, for | Jonathan Gray |
2014-12-06 | regen | Jonathan Gray |
2014-12-06 | add some more intel powervr devices and amd 16h misc cfg | Jonathan Gray |
2014-12-05 | Enable xhci(4). | Mark Kettenis |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-12-05 | Allow only root to use KERN_PROC_VMMAP until it is really proven safe. | Masao Uebayashi |
2014-12-05 | Introduce a new sysctl to retrieve VM map entries | Masao Uebayashi |
2014-12-04 | Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler() | Miod Vallat |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-12-04 | Repair VLAN tagging in the bridge output path | Mike Belopuhov |
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot |
2014-12-04 | Driver for MosChip Semiconductor 78x0 USB multiport serial adapters. | Martin Pieuchot |
2014-12-04 | regen | Martin Pieuchot |
2014-12-04 | Various MosChip Semiconductor multiport serial adapter. | Martin Pieuchot |
2014-12-04 | The sparc64 Open Firmware package-to-path call (used since softraid boot | Stefan Sperling |
2014-12-04 | Disable MSI with the Samsung S4LN053X01 SSD controller as found in some | Brad Smith |
2014-12-04 | Disallow file allocations on directories that have been removed | David Coppa |
2014-12-04 | Simplify the MSI bits a bit. | Brad Smith |
2014-12-04 | init the mutex used in sleeping pool_gets with the right ipl if the | David Gwynne |
2014-12-04 | split the word ops into int and longs so things that care a lot | David Gwynne |
2014-12-04 | replace md5 with sha512. ok deraadt | Ted Unangst |
2014-12-04 | use siphash for trunk loadbalancing. ok deraadt | Ted Unangst |
2014-12-04 | use siphash for dirhash. ok deraadt dlg | Ted Unangst |