summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-10-14cache some more cpuid info. the cached data is presently unused, but willMike Larkin
2016-10-13Add an extra debug line when virtualization is disabled in the firmware.Martijn van Duren
2016-10-13Fix another memory leak on error path in ldc.cTom Cosgrove
2016-10-13Fix memory leaks on error paths spotted by coypu (at) SDF (dot) ORG - thanksTom Cosgrove
2016-10-13cache another feature bit for something I'm working onMike Larkin
2016-10-12Rename CDCE_ZAURUS option to CDCE_CRC32 for clarity.Frederic Cambus
2016-10-12Get rid of the ch_buf member that is not part of the channel APIMike Belopuhov
2016-10-12When sending a action_output for a table-miss to the controller theRafael Zalamena
2016-10-12enable vmmMike Larkin
2016-10-12Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment thatMike Larkin
2016-10-11Rename 'i' to 'hlen' for greater readability; ok millert, naddyMike Belopuhov
2016-10-11Small code improvements:Rafael Zalamena
2016-10-11Move Hyper-V integration components into a separate source fileMike Belopuhov
2016-10-11Strengthen Ethernet packet length checks on input; ok dlgMike Belopuhov
2016-10-10Reshuffle GUID device ID table and add $ tags to headersMike Belopuhov
2016-10-10ensure prepended ethernet headers are placed on ETHER_ALIGN boundaries,David Gwynne
2016-10-10white space fixes.David Gwynne
2016-10-10copy the offset of data inside mbufs in m_copym().David Gwynne
2016-10-10Rename BIOS parameter block field from bsPBP to bsBPB. This typoAlexander Bluhm
2016-10-09Do not check the SecPerTrack field of the BPB when mounting a MSDOSAlexander Bluhm
2016-10-09Add psci(4) a driver for the reset and power down portion of theJonathan Gray
2016-10-09With systrace and procfs gone, process_checkioperm() and process_domem()Philip Guenther
2016-10-09Tweak the special handling of pid 1 in setregs()...and document thatPhilip Guenther
2016-10-09This needs radix.h because it uses rn_refines().Claudio Jeker
2016-10-09sowakeup() is only called from sorwakeup() and sowwakeup(). BothAlexander Bluhm
2016-10-09formatting nit (a tab got lost somewhen)Henning Brauer
2016-10-09Don't allocate struct mixer_devinfo instances on the stack. It is a fairlyMark Kettenis
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
2016-10-09Attach sxiccmu(4) using the fdt.Mark Kettenis
2016-10-09Change raw dsb and smc opcodes to instructions. The dsb encoding didJonathan Gray
2016-10-09Do not use MIPS64r2 instructions on Loongson 2. Now, a generic loongsonVisa Hankala
2016-10-09Pass `prid' properly to pmon_init().Visa Hankala
2016-10-09Remove the vexpress platform abstraction and board id. All the devicesJonathan Gray
2016-10-09Add a power down function pointer so power down can work without theJonathan Gray
2016-10-08Add missing if_put() in the switch(4) destroy path.Rafael Zalamena
2016-10-08Report the PID in sendsig() debuggingPhilip Guenther
2016-10-08upon further review, port numbers go all the way up to ushort maxTed Unangst
2016-10-08initialize the port variable before sysctl, since it's also read out.Ted Unangst
2016-10-08Check for the correct header length size. MINCLSIZE is used for cluster,Rafael Zalamena
2016-10-08Simplify handling of cold reboot on armv7 to match other platformsTom Cosgrove
2016-10-08Prevent infinite loops for amap allocations with >= 2^17 slotsStefan Kempf
2016-10-08Make iwn(4) write MCS into the radiotap rate field.Stefan Sperling
2016-10-08Allow writing an MCS index to radiotap's rate field. The format we use isStefan Sperling
2016-10-08Rate sets managed by net80211 are sorted by effective data rate speed whileStefan Sperling
2016-10-08Add comments explaining why athn(4) disables multi-rate retries with RTS.Stefan Sperling
2016-10-08Hide details of fatal firmware errors in iwn(4) behind #ifdef IWN_DEBUG.Stefan Sperling
2016-10-08Make sxidog(4) set cpuresetfn, and cut some dead wood from the platform code.Mark Kettenis
2016-10-08Bring receive filter handling closer to the way we do things.Mark Kettenis
2016-10-08Attach sxipio(4) using the fdt.Mark Kettenis
2016-10-08Dynamically attach sysreg(4) using the FDT.Jonathan Gray