summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-24Don't loop forever trying to handle NP faults in certain failure cases.Mike Larkin
2015-11-23No longer need 'option VMM', declaring the vmm0 device is sufficient.Theo de Raadt
2015-11-23sync to GENERICTheo de Raadt
2015-11-23downfalls -> pitfallsmmcc
2015-11-23downfalls -> pitfallsmmcc
2015-11-23Attaches zs(4) as "zs" not "zsc".Martin Pieuchot
2015-11-21Prevent disabling vmm mode if a VM is still running.Martin Pieuchot
2015-11-21Do not create a VM if vmm mode hasn't been enable.Martin Pieuchot
2015-11-21Do not use boolean_t outside of /sys/uvmMartin Pieuchot
2015-11-21Drop sysctl leftovers.Visa Hankala
2015-11-21error: too many arguments to function 'ifq_deq_begin'David Gwynne
2015-11-20Make cnmac compile again after IF_DROP() removal. Just bail out if theVisa Hankala
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-19Remove an unused bus space mapping and a few other leftovers. CompactVisa Hankala
2015-11-18Take account of padding with dynamic short packets. This fixes theVisa Hankala
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-11-16Some minor tweaks:Martin Pieuchot
2015-11-15everyting -> everythingMiod Vallat
2015-11-15Make sure every mtmsr instruction disabling external interrupts is immediatelyMiod Vallat
2015-11-14No need to include <net/bpfdesc.h>Martin Pieuchot
2015-11-14mutli -> multiMiod Vallat
2015-11-14Fix a missing unlock.Mike Larkin
2015-11-13Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block.Visa Hankala
2015-11-13vmm(4) kernel codeMike Larkin
2015-11-12can just IFQ_DEQUEUE instead of POLL followed immediately by DEQUEUEDavid Gwynne
2015-11-12get rid of IFQ_POLL.David Gwynne
2015-11-10Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sakeMiod Vallat
2015-11-10pmap changes required for vmm. Changes include addition of pm_type toMike Larkin
2015-11-10Make TCB_GET() in the kernel return a (void *) like all the others archsPhilip Guenther
2015-11-09Cache the result of cpuid leaf function $0x1 from the host's boot CPUMike Larkin
2015-11-09Bring GPT validity checking into line with kern/subr_disk.c . InKenneth R Westerback
2015-11-09EPT paging permission bits for amd64, will be used in subsequent pmapMike Larkin
2015-11-08Make "machine disk" show some info for EFI instead of info for BIOS.YASUOKA Masahiko
2015-11-08Make the variables be "const" and fix white space.YASUOKA Masahiko
2015-11-07Spell `unused' correctly.Miod Vallat
2015-11-07Disable red-zone since EFI is running with a different ABI.YASUOKA Masahiko
2015-11-07get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE.David Gwynne
2015-11-07Allow overriding ghash_update() with an optimized MD function. UseChristian Weisgerber
2015-11-06make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE.David Gwynne
2015-11-06Use m_defrag(9) when we fail to load fragmented mbuf chains.Martin Pieuchot
2015-11-06use IFQ_DEQUEUE, not IF_DEQUEUE, to pull off the send queue.David Gwynne
2015-11-06Move the logic for adjusting userspace registers in the child after forkPhilip Guenther
2015-11-06Only read/write cr4 if we have a bit to set after testing the variousJonathan Gray
2015-11-05Now that the kernel virtual address space has been made larger, even onMiod Vallat
2015-11-05Fix build with DEBUG_INTC defined; from Daniel Bolgheroni on tech@Miod Vallat
2015-11-03Ignore disks whose media is not present.YASUOKA Masahiko
2015-11-03Use "Loaded Image Protocol" instead of "Loaded Device Path Protocol"YASUOKA Masahiko
2015-11-02Define KERNBASE in addition to LINK_ADDRESS.Miod Vallat