summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2015-11-02Only define KERNBASE if defined(_KERNEL), for nothing in userland needs it,Miod Vallat
2015-11-02intr_barrier() stub.Martin Pieuchot
2015-11-01replace "can not" with "cannot";Jason McIntyre
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-10-30Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFIMark Kettenis
2015-10-30Use NULL instead of 0 for pci_decompose_tag() pointer arguments.Miod Vallat
2015-10-29Remove duplicated prototype.Miod Vallat
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-10-28Enable TCP/UDP checksum offloading on packet transmission.Visa Hankala
2015-10-28Add proper padding to packets that the hardware does not recognize asVisa Hankala
2015-10-28Support backspace in softraid boot passphrase prompt.Joel Sing
2015-10-28missing splx in error pathJonathan Gray
2015-10-27arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-27arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-25enable asmc(4) on i386Joerg Jung
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-24Make use of hardware RX checksum validation.Visa Hankala