Age | Commit message (Expand) | Author |
2014-01-31 | tl(4) already allowed for reception of frames up to MCLBYTES in size so | Brad Smith |
2014-01-31 | Rewrite the receive filter handling code, reinstate the hash filter and cleanup | Brad Smith |
2014-01-31 | SUNW SUNWGS INT FCBPL can be considered an asym device now we can uniquely | David Gwynne |
2014-01-31 | if a device doesnt have device ids or serial numbers, try using node_wwn to | David Gwynne |
2014-01-31 | Fix a long standing VCPU reset sequence bug on BCM5906. The VCPU (Virtual CPU) | Brad Smith |
2014-01-31 | sc_function is set, but never used for anything useful. clean it up... | David Gwynne |
2014-01-31 | sc_lladdr is never used, so we can get the space in the sc back. | David Gwynne |
2014-01-30 | the option bit for controlling fast posting is in icb_fw_options, not | Jonathan Matthew |
2014-01-30 | don't do a register test mailbox command before resetting the chip. | Jonathan Matthew |
2014-01-30 | Simplyfy adjtime(2) by keeping track of the adjustment as a number of | Mark Kettenis |
2014-01-30 | Do not match control interfaces if their associated data interface is | Martin Pieuchot |
2014-01-30 | On MULTIPROCESSOR kernels, have SCHED_ASSERT_LOCKED assert both the lock being | Miod Vallat |
2014-01-30 | Abort traceback when a new ra has not been found, instead of looping on it | Miod Vallat |
2014-01-30 | Narrow ci_flags to be able to print ci_mutex_level in the `machine ddbcpu' | Miod Vallat |
2014-01-30 | Set port and node WWN in scsi_link structure when we successfully probe a | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-30 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-01-30 | Get rid of the simple locks; they're lies. Also get rid of the holding | Mark Kettenis |
2014-01-30 | Add missing 'stand' directory in order to work 'make build' and 'make | Kenji Aoyama |
2014-01-30 | Undef def_atomic_op_nv instead of def_atomic_opf. | Mark Kettenis |
2014-01-30 | The activate function was registered as a detach function. | Paul Irofti |
2014-01-30 | SGI branded seagate disks work fine | David Gwynne |
2014-01-30 | move sparc64 behind the MI atomic api. | David Gwynne |
2014-01-30 | add an MI api for atomic ops in the kernel. this api has its origins in | David Gwynne |
2014-01-29 | Add fuse support for IO_APPEND. | Sylvestre Gallon |
2014-01-29 | Switch to task queues. | Mark Kettenis |
2014-01-29 | Add rnddata[] placeholders to make boot block build again, same as | Kenji Aoyama |
2014-01-29 | move the allocation of the mbuf copy to use for sending icmp errors | David Gwynne |
2014-01-28 | In MUTEX_ASSERT_LOCKED, check we are the mutex owner if MULTIPROCESSOR. | Miod Vallat |
2014-01-28 | Enable IPv6 TCP checksum offload; ok brad@ | Christian Weisgerber |
2014-01-28 | In cpu_fork(), make sure to set the IPL of the new process to IPL_IPI on | Miod Vallat |
2014-01-28 | unbreak 32-bit kernel builds by forcing ULL for the new macros; ok naddy@ | Stuart Henderson |
2014-01-28 | - Bring in some fixes/workarounds for BCM5719 / BCM5720 / BCM57765 and BCM57766 | Brad Smith |
2014-01-27 | poison the io "allocated" by the default pool allocator so any attempt to | David Gwynne |
2014-01-27 | Make the amount of classes limited by 64k, with automatic table growing. | pelikan |
2014-01-27 | Enable IPv6 checksum offload. | Brad Smith |
2014-01-27 | regen | Brad Smith |
2014-01-27 | Add more Broadcom 10GbE PCI ids. | Brad Smith |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2014-01-26 | Work in progress work towards SMP, heavily based upon NetBSD. The MP kernel | Miod Vallat |
2014-01-26 | Quoting an old commit message: | Miod Vallat |
2014-01-26 | Remove unnecessary <machine/pte.h> dependency. | Miod Vallat |
2014-01-26 | an EXT2FS_ITIMES macro so the tree builds. it may even work. | Ted Unangst |
2014-01-25 | ufs_setattr() was assuming that the flag bits that indicate | Philip Guenther |
2014-01-25 | revert counter size changes. this breaks netstat. digging further, there | Theo de Raadt |
2014-01-25 | get rid of the kernel high and low water marks for pages and replace with | Bob Beck |
2014-01-25 | Simplify and shorten the way ICMP checksums are verified in | Lawrence Teo |
2014-01-24 | OK, loadrandom should not care about EPERM I suppose | Theo de Raadt |
2014-01-24 | Remove _KERNEL guard around <sys/lock.h>, for userland to be able to | Miod Vallat |
2014-01-24 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis |