summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-23Zap pv allocation abstraction layer.Mark Kettenis
2015-10-23enable viornd on RAMDISK_CDMike Larkin
2015-10-22Build boot blocks with -msmall-data -msmall-text.Miod Vallat
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-10-15No need to create links for xxboot now that MI installboot is the preferredMiod Vallat
2015-10-15Let the rx path of cnmac run without the kernel lock. To avoid the needVisa Hankala
2015-10-08After replacement alloca() with alloc(), out-of-heap happened when bootingYASUOKA Masahiko
2015-10-0816 years after E801 memprobe was disabled, probably safe to delete it.Ted Unangst
2015-10-08Remove the sc_soft_req_cnt field because the number of tx requests isVisa Hankala
2015-10-08Simpify some code by noting that DOSBBSECTOR is 0, so "if (n >Kenneth R Westerback