summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-06-01Pass the correct dma tag to the load buffer function. Passing t onlyPatrick Wildt
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-06-01Don't panic when we cannot locate a handle for the Serial IO protocol.Patrick Wildt
2017-06-01Sync with amd64 and allow building the i386 bootstrap with clang:Christian Weisgerber
2017-06-01Defering some processing to the soft-interrupt handler introduced aMartin Pieuchot
2017-05-31Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2017-05-31Implement support for missed beacon notifications in iwn(4).Stefan Sperling
2017-05-31Add support for EV_RECEIPT and EV_DISPATCH flagsMike Belopuhov
2017-05-31another place to use ieee80211_min_basic_rate() to select the minimum tx ratePeter Hessler
2017-05-31Use mbuf_queue to properly serialize access to pflow output queue.Visa Hankala
2017-05-31add ieee80211_min_basic_rate() to iwm(4), to select the lowest availablePeter Hessler
2017-05-31Block IPv6 packets in pf(4) that have hop-by-hop options header orAlexander Bluhm
2017-05-31The net80211 stack was providing a 'beacon miss timeout' value (in ms)Stefan Sperling
2017-05-31virtio_pci: Support IPL_MPSAFE interrupt handlersStefan Fritsch
2017-05-31new socketoption SO_ZEROIZE: zero out all mbufs sent over socketMarkus Friedl
2017-05-31Add serial console support for efiboot.YASUOKA Masahiko
2017-05-31Add missing function prototype for iwm_rx_bmiss().Stefan Sperling
2017-05-31Disable "machine boot" and "machine comaddr" from efiboot.YASUOKA Masahiko
2017-05-31Implement support for iwm(4) firmware's missed beacon notification.Stefan Sperling
2017-05-31Optimize virtio_enqueue_trim() a bit by nuking unneededKenneth R Westerback
2017-05-31make a copy of the first EV_SET argument to prevent multiple evaluation.Ted Unangst
2017-05-31Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing andMartin Pieuchot
2017-05-31add some details relating to SATA device power managementJonathan Matthew
2017-05-31fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bitsJonathan Matthew
2017-05-31make vlan use their parents lladdr all the time, not just when theyre up.David Gwynne
2017-05-31avoid going outside array boundsJonathan Gray
2017-05-31Add support for Ralink RT5360. From Kevin Lo who tested with aJonathan Gray
2017-05-31regenJonathan Gray
2017-05-31Add Ralink RT5360. From Kevin Lo.Jonathan Gray
2017-05-31make the AES-XTS mode a little more constant-time, though the AESDamien Miller
2017-05-30Allow building the bootstrap with clang:Christian Weisgerber
2017-05-30remove no longer needed splnet/splx.Sebastian Benoit
2017-05-30Use the CD bit (Cursor Disable) in the cursor start register to properlyFrederic Cambus
2017-05-30event injection framework, will be used for other features coming shortlyMike Larkin
2017-05-30sizes for free()Theo de Raadt
2017-05-30remove XXX from the comments marking "holes" in the ioctls. I see veryHenning Brauer
2017-05-30g/c DIOCCLRRULECTRSHenning Brauer
2017-05-30SVM: return EIO to vmd to stop the guest when it HLTs with interruptsMike Larkin
2017-05-30More minor virtio tweaksStefan Fritsch
2017-05-30Add missing KERNEL_LOCKs to a few error paths.Mike Larkin
2017-05-30Header sys/scanio.h has been deleted, do not include it here.Alexander Bluhm
2017-05-30FPU context save/restore for SVM in vmm(4), matches a previous diffMike Larkin
2017-05-30Replace nifty DBGPRINT() with a more familiar DPRINTF() and adjustKenneth R Westerback
2017-05-30Improve the new ieee80211_{min,max}_rates() APIs and fix regressions.Stefan Sperling
2017-05-30sizes for free()Theo de Raadt
2017-05-30add sizes to free() callsTheo de Raadt
2017-05-30Kill db_sym_t.Martin Pieuchot
2017-05-30Support for SMAP is pretty small, so don't exclude it from the RAMDISKS.Theo de Raadt
2017-05-30getrtable() is now permitted in "stdio". It carries no risk factors.Theo de Raadt
2017-05-30Build amd64 bootstrap with -ffreestanding.Christian Weisgerber