Age | Commit message (Expand) | Author |
2015-01-14 | It is sufficient to protect in6_ifattach() with splsoftnet(). | Alexander Bluhm |
2015-01-13 | In IBSS mode, stop calling the driver's newassoc() each time a probe | Stefan Sperling |
2015-01-13 | Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8) | Miod Vallat |
2015-01-13 | Many architectures call initmsgbuf() really really early, before uvm is | Mark Kettenis |
2015-01-13 | Always allow abort tasks to be scheduled, even if the device is beeing | Martin Pieuchot |
2015-01-13 | Only notify userland about resolved ARP entries if the Ethernet address | Martin Pieuchot |
2015-01-13 | Restore sending RTM_ADD and RTM_DELETE messages to userland for every | Martin Pieuchot |
2015-01-13 | Add dmesg -s support, to view the output of rc(8) system startup messages. | Marco Pfatschbacher |
2015-01-13 | pass the vnd xfer pointer to the tasks callback as part of the | David Gwynne |
2015-01-13 | Enable snooping on Bay Trail HD Audio. | Jonathan Gray |
2015-01-13 | Add missing Utilite case in imx_platform_init_cons() | Jonathan Gray |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | include NFSCLIENT. ok deraadt | Ted Unangst |
2015-01-12 | lager -> larger (no beer involved) | Miod Vallat |
2015-01-12 | Fix two 19 years old (since day one) bug in bad144 sector reassignment logic: | Miod Vallat |
2015-01-12 | revert the namecache embiggening since it seems to cause hangs at reboot. | Ted Unangst |
2015-01-12 | Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz. | Stefan Sperling |
2015-01-12 | exphy and ciphy are not needed with this list of network devices | Theo de Raadt |
2015-01-12 | Due to recent savings with instbin, we can take i386 to one install | Theo de Raadt |
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt |
2015-01-12 | Kill the global list of IPv4 addresses. | Martin Pieuchot |
2015-01-12 | regen | Jonathan Gray |
2015-01-12 | add some E5 v3 PCIE and Bay Trail ids | Jonathan Gray |
2015-01-12 | When setting up advanced TX descriptor use m_getptr to locate the IP | Mike Belopuhov |
2015-01-12 | pretty up some malloc() calls | Theo de Raadt |
2015-01-12 | hibernate_suspend() should not pmap_kremove by itself; hibernate_free() | Theo de Raadt |
2015-01-12 | Some fixes and tidying up of the receive filter handling bits. | Brad Smith |
2015-01-12 | stash the softc in the memory allocated for setting up a task for | David Gwynne |
2015-01-11 | Remove orphaned defines. | Miod Vallat |
2015-01-11 | Tolerate checksum errors in ACPI tables (but complain about them). Apparently | Mark Kettenis |
2015-01-11 | LOCKDEBUG is dead; perform the funeral rites | Philip Guenther |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-11 | When using sun4 PROM I/O routines, make sure we never attempt to transfer more | Miod Vallat |
2015-01-11 | There's no simple way so check for DMA buffer overrun with isochronous | Martin Pieuchot |
2015-01-11 | Use the softc-specific function pointers for bcopy() and bzero() in iestart(), | Miod Vallat |
2015-01-11 | Make sure to initialize nbpg to a sensible value in bootxx, when running on | Miod Vallat |
2015-01-11 | Unbreak sun4 | Miod Vallat |
2015-01-11 | global "list" is not the nicest variable name | Theo de Raadt |
2015-01-11 | armv6 introduced opcodes for reversing words in registers. we can | David Gwynne |
2015-01-11 | use mallocarray(), then set the size afterwards. Prefer if people learn | Theo de Raadt |
2015-01-11 | use mallocarray() | Theo de Raadt |
2015-01-11 | mallocarray() for the rx_buffer memory | Theo de Raadt |
2015-01-11 | Casting a gid_t to gid_t for a gid_t argument is overkill | Philip Guenther |
2015-01-11 | use mallocarray() when reallocating the mux table | Theo de Raadt |
2015-01-11 | KUE_MCFILTCNT() is non-constant, so use mallocarray() | Theo de Raadt |
2015-01-11 | unnecessary cast | Theo de Raadt |
2015-01-10 | Get the MAC address from the PCI ROM on systems without Open Firmware. Code | Mark Kettenis |
2015-01-10 | Bye, bye simple_lock. | Mark Kettenis |
2015-01-10 | Disable (most) interrupts when the interface goes down. | Mark Kettenis |
2015-01-10 | Enable nep(4). | Mark Kettenis |