summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-05-01Shuffle gpt/mbr code around a bit to make it more like other searchesKenneth R Westerback
2016-04-30Mask all gpio interrupts when we attach. Fixes interrupt storm on the LenovoMark Kettenis
2016-04-30Enable high speed timing for bus clock frequencies over 26MHz and advertiseMark Kettenis
2016-04-30Add some missing interrupt bits, and enable the ADMA error interrupt.Mark Kettenis
2016-04-30Implement DMA support. Bits and pieces taken from NetBSD, but we onlyMark Kettenis
2016-04-29Call sched_init_cpu() just before booting secondary CPUs.Martin Pieuchot
2016-04-29Fix some gibbering horrors due to uninitialized struct nameidata'sBob Beck
2016-04-29Panic when attempting to execute a scsi command with no disciplineKenneth R Westerback
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-29Do not allow to change the routing table of a bound socket. ThisAlexander Bluhm
2016-04-29Make if_output() return EAFNOSUPPORT instead of just dropping packetsKenneth R Westerback
2016-04-28careful study of the holy scrolls reveals that for pselect (and ppoll)Ted Unangst
2016-04-28Preserve the domid when swapping 16 bit grant table entry flagsMike Belopuhov
2016-04-28Rework handling of frames which fall beyond the block ack window.Stefan Sperling
2016-04-28Add a net80211 stat counter for block ack window "slides" as opposedStefan Sperling
2016-04-281) Split pledge whitelist path handling out of pledge_namei() and intoBob Beck
2016-04-28When a frame which falls into the block ack window is received, clearStefan Sperling
2016-04-28Copy some ieee8021_node HT information to userspace.Stefan Sperling
2016-04-28fix logic bug in deciding if we have UVM_PLA_NOWAIT or not in buf_realloc_pagesBob Beck
2016-04-28Add a better implementation of iwn's update_htprot callback which usesStefan Sperling
2016-04-28Reduce block ack gap timeout to 300 msec in order to reduce Rx latency.Stefan Sperling
2016-04-28correctly set up byteswapping so this chip works on big endian archsDavid Gwynne
2016-04-27factor out ipsec into ip6_output_ipsec_{lookup,send}(); ok mpi@, naddy@Markus Friedl
2016-04-27Expand and remove macro OCTEON_ETH_TAP.Visa Hankala
2016-04-27minor spacing nitMike Larkin
2016-04-27Remove unused arguments from rt_checkgate().Martin Pieuchot
2016-04-27whitespace fixes, no functional changeDavid Gwynne
2016-04-27align rx buffers so ip packets will be aligned correctly for the stackDavid Gwynne
2016-04-27tweak some command list handlingDavid Gwynne
2016-04-27mbuf tags are in an SLIST, so we need queue.h after all.David Gwynne
2016-04-27Add some stat counters for events related to 802.11n.Stefan Sperling
2016-04-27Pad struct ext2fs out to 1024 (a.k.a. ext2fs SBSIZE) bytes. SatisfiesKenneth R Westerback
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-04-27Stop using DDB_REGS.Martin Pieuchot
2016-04-26Remove debug printfs, but do print "gpio" to indicate that card detection isMark Kettenis
2016-04-26Populate all necessary statfs members in .vfs_statfs. cd9660, udf,Martin Natano
2016-04-26copy_statfs_info() is not only used by ufs, but by other filesystems too,Martin Natano
2016-04-26missed a block of code while merging the previous change.Mike Larkin
2016-04-26Add decode functions for some of the MSRs that are commonly used. OnlyMike Larkin
2016-04-26Convert some magic numbers into #defines - this is needed for some MTRRMike Larkin
2016-04-26Display correct value in error message.Kenneth R Westerback
2016-04-26Do NOT attempt a rebuild using a hot spare with a sector sizeKenneth R Westerback
2016-04-26Restore intro comment to sr_hotspare_rebuild(), which was erroneouslyKenneth R Westerback
2016-04-26KNF / spacingMike Larkin
2016-04-26sc_resume_ch is used nowhere.Visa Hankala
2016-04-26Drop an unused workaround which does not even compile.Visa Hankala
2016-04-26fix off by one in vfs_vnode_print - found by miodBob Beck
2016-04-26corrects acpitz problem with active cooling and hysterisisSebastien Marie
2016-04-26No good reason to retain comments about old DTYPE_CRYPTO or DTYPE_SYSTRACETheo de Raadt
2016-04-26more systrace goes awayTheo de Raadt