index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
Age
Commit message (
Expand
)
Author
2015-12-02
Enable the DR1 region even with 32-bit page table entries. Those have
Visa Hankala
2015-12-02
Clean up octeon memory region setup.
Visa Hankala
2015-12-02
Add a padding in EFI_MEMORY_DESCRIPTOR to align fields properly on ia32.
YASUOKA Masahiko
2015-12-02
Add missing start_i386.S for ia32. Also start.S is renamed to
YASUOKA Masahiko
2015-12-01
Change a lot of "else if" lines to single switch block.
YASUOKA Masahiko
2015-12-01
Pass M_NOWAIT when allocating a temporary page in vm_writepage() to be
Martin Pieuchot
2015-12-01
Instead of using a supplementary variable to check if we found a VCPU
Martin Pieuchot
2015-12-01
Do not wait when allocating a page in vcpu_init().
Martin Pieuchot
2015-12-01
KNF
Martin Pieuchot
2015-12-01
Prettify dmesg output.
Martin Pieuchot
2015-12-01
Properly disable SVM until its support is added back.
Martin Pieuchot
2015-12-01
crunks of Avvion
Theo de Raadt
2015-12-01
Send solbourne to where the ...........
Theo de Raadt
2015-12-01
Send Aviion to same place as Nova II
Theo de Raadt
2006-05-09
Oops, correct import this time.
Miod Vallat
2006-05-09
Oops, correct import this time.
Miod Vallat
2006-05-08
Oops, correct import this time.
Miod Vallat
2006-04-27
Oops, correct import this time.
Miod Vallat
2006-04-18
Oops, correct import this time.
Miod Vallat
2015-11-29
Disk size in blocks is LastBlock+1. Fix whitespace nit.
Kenneth R Westerback
2015-11-28
Use the same function as kern/subr_disk.c and fdisk/mbr.c to check
Kenneth R Westerback
2015-11-28
Check the protective MBR stricter not to choose a broken GPT.
YASUOKA Masahiko
2015-11-27
Don't panic in pmap_enter() if we deplete the pool of pv entries and the
Mark Kettenis
2015-11-26
Avoid setting mode to GOP if the mode is unchanged. Also don't panic
YASUOKA Masahiko
2015-11-26
Fix a typo in comment.
YASUOKA Masahiko
2015-11-26
init pat_default to 0 as it may potentially be used uninitialised
Jonathan Gray
2015-11-26
Automatically start vmm(4) when the first VM is created and after the
Reyk Floeter
2015-11-25
Don't bother keeping track of the resident count for the kernel pmap.
Mark Kettenis
2015-11-25
Simplify the setup of gather segments.
Visa Hankala
2015-11-25
Network drivers should not include <net/route.h> or <net/netisr.h>
Martin Pieuchot
2015-11-25
Small fixes related to the IFF_OACTIVE removal.
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-24
Don't loop forever trying to handle NP faults in certain failure cases.
Mike Larkin
2015-11-23
No longer need 'option VMM', declaring the vmm0 device is sufficient.
Theo de Raadt
2015-11-23
sync to GENERIC
Theo de Raadt
2015-11-23
downfalls -> pitfalls
mmcc
2015-11-23
downfalls -> pitfalls
mmcc
2015-11-23
Attaches zs(4) as "zs" not "zsc".
Martin Pieuchot
2015-11-21
Prevent disabling vmm mode if a VM is still running.
Martin Pieuchot
2015-11-21
Do not create a VM if vmm mode hasn't been enable.
Martin Pieuchot
2015-11-21
Do not use boolean_t outside of /sys/uvm
Martin Pieuchot
2015-11-21
Drop sysctl leftovers.
Visa Hankala
2015-11-21
error: too many arguments to function 'ifq_deq_begin'
David Gwynne
2015-11-20
Make cnmac compile again after IF_DROP() removal. Just bail out if the
Visa Hankala
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-19
Remove an unused bus space mapping and a few other leftovers. Compact
Visa Hankala
2015-11-18
Take account of padding with dynamic short packets. This fixes the
Visa Hankala
2015-11-16
Replace unbounded gets() in libsa with getln() which takes a buffer size,
Miod Vallat
[next]