summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-12-02Enable the DR1 region even with 32-bit page table entries. Those haveVisa Hankala
2015-12-02Clean up octeon memory region setup.Visa Hankala
2015-12-02Add a padding in EFI_MEMORY_DESCRIPTOR to align fields properly on ia32.YASUOKA Masahiko
2015-12-02Add missing start_i386.S for ia32. Also start.S is renamed toYASUOKA Masahiko
2015-12-01Change a lot of "else if" lines to single switch block.YASUOKA Masahiko
2015-12-01Pass M_NOWAIT when allocating a temporary page in vm_writepage() to beMartin Pieuchot
2015-12-01Instead of using a supplementary variable to check if we found a VCPUMartin Pieuchot
2015-12-01Do not wait when allocating a page in vcpu_init().Martin Pieuchot
2015-12-01KNFMartin Pieuchot
2015-12-01Prettify dmesg output.Martin Pieuchot
2015-12-01Properly disable SVM until its support is added back.Martin Pieuchot
2015-12-01crunks of AvvionTheo de Raadt
2015-12-01Send solbourne to where the ...........Theo de Raadt
2015-12-01Send Aviion to same place as Nova IITheo de Raadt
2006-05-09Oops, correct import this time.Miod Vallat
2006-05-09Oops, correct import this time.Miod Vallat
2006-05-08Oops, correct import this time.Miod Vallat
2006-04-27Oops, correct import this time.Miod Vallat
2006-04-18Oops, correct import this time.Miod Vallat
2015-11-29Disk size in blocks is LastBlock+1. Fix whitespace nit.Kenneth R Westerback
2015-11-28Use the same function as kern/subr_disk.c and fdisk/mbr.c to checkKenneth R Westerback
2015-11-28Check the protective MBR stricter not to choose a broken GPT.YASUOKA Masahiko
2015-11-27Don't panic in pmap_enter() if we deplete the pool of pv entries and theMark Kettenis
2015-11-26Avoid setting mode to GOP if the mode is unchanged. Also don't panicYASUOKA Masahiko
2015-11-26Fix a typo in comment.YASUOKA Masahiko
2015-11-26init pat_default to 0 as it may potentially be used uninitialisedJonathan Gray
2015-11-26Automatically start vmm(4) when the first VM is created and after theReyk Floeter
2015-11-25Don't bother keeping track of the resident count for the kernel pmap.Mark Kettenis
2015-11-25Simplify the setup of gather segments.Visa Hankala
2015-11-25Network drivers should not include <net/route.h> or <net/netisr.h>Martin Pieuchot
2015-11-25Small fixes related to the IFF_OACTIVE removal.Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
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