summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-05-30Remove comments about implementing FIS-based switching with port multipliers,Jonathan Matthew
2017-05-30Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts.Frederic Cambus
2017-05-30print more useful information when an error is returned from uvm_faultMike Larkin
2017-05-30Statically allocate resource to requests, and only create requestsKenneth R Westerback
2017-05-30move some data tables out of .text and into .rodata where they belongMike Larkin
2017-05-30Carp balancing ip does not work since there is a mac filter infriehm
2017-05-30virtio: Put entries in freelist in reverse orderStefan Fritsch
2017-05-30Use ieee80211_{min,max}_basic_rate() in iwn(4).Stefan Sperling
2017-05-30Introduce ieee80211_min_basic_rate() and ieee80211_max_basic_rate().Stefan Sperling
2017-05-30Always set the link state DOWN once we enter ieee80211_newstate(), regardlessStefan Sperling
2017-05-30ext2fs: Mark superblock as not modified when writtenStefan Fritsch
2017-05-30Remove lucida16x29.h and omron12x20 fonts.Frederic Cambus
2017-05-30Keep ipv6_input() definition inside _KERNEL.Martin Pieuchot
2017-05-30Enable slaacd(8) by default and disable router solicitation andFlorian Obser
2017-05-30virtio: Do LIFO in the freelistStefan Fritsch
2017-05-30Remove the unused pcdisplay_mapchar_simple function in pcdisplay(4).Frederic Cambus
2017-05-30teach pf_build_tcp() about SACK, ok & with sashanHenning Brauer
2017-05-30Introduce ipv{4,6}_input(), two wrappers around IP queues.Martin Pieuchot
2017-05-30Use memmove() instead of memcpy(), buffers are overlapping.Martin Pieuchot
2017-05-30Clear the internal table used by if_get(9) and sleep until allMartin Pieuchot
2017-05-30typo - extra semicolonMike Larkin