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