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