summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-01-24clearing the _CSUM_IN_OK flags is now utterly pointless, was only done forHenning Brauer
2014-01-24Instead of calculating the ICMPv6 checksum here, just set the flag thatChristian Weisgerber
2014-01-24in pf_check_proto_cksum, updtae the swcksum counters if we cksummed inHenning Brauer
2014-01-24When a disklabel is read from a MBR partitioned disk, don'tKenneth R Westerback
2014-01-24If hv_ldc_copy() fails copying data set report status as EIO and acknowledgeMark Kettenis
2014-01-24computing the ip csum just before the bpf mtap and only if there is aHenning Brauer
2014-01-24Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2014-01-24treat C_SCSIXFER as a reference count and use it as a guard to pool_put.David Gwynne
2014-01-24make the udpstat counters u_int32_t, for consistency with tcpstatHenning Brauer
2014-01-24drm/i915: Only apply DPMS to the encoder if enabledJonathan Gray
2014-01-24Copy timespecs member by member in fo_stat callback functions, to avoidPhilip Guenther
2014-01-24drm/radeon: fixup bad vram size on SIJonathan Gray
2014-01-24drm/radeon: Fix VRAM size calculation for VRAM >= 4GBJonathan Gray
2014-01-24Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis