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-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
2015-11-16
Some minor tweaks:
Martin Pieuchot
2015-11-15
everyting -> everything
Miod Vallat
2015-11-15
Make sure every mtmsr instruction disabling external interrupts is immediately
Miod Vallat
2015-11-14
No need to include <net/bpfdesc.h>
Martin Pieuchot
2015-11-14
mutli -> multi
Miod Vallat
2015-11-14
Fix a missing unlock.
Mike Larkin
2015-11-13
Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block.
Visa Hankala
2015-11-13
vmm(4) kernel code
Mike Larkin
2015-11-12
can just IFQ_DEQUEUE instead of POLL followed immediately by DEQUEUE
David Gwynne
2015-11-12
get rid of IFQ_POLL.
David Gwynne
2015-11-10
Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sake
Miod Vallat
2015-11-10
pmap changes required for vmm. Changes include addition of pm_type to
Mike Larkin
2015-11-10
Make TCB_GET() in the kernel return a (void *) like all the others archs
Philip Guenther
2015-11-09
Cache the result of cpuid leaf function $0x1 from the host's boot CPU
Mike Larkin
2015-11-09
Bring GPT validity checking into line with kern/subr_disk.c . In
Kenneth R Westerback
2015-11-09
EPT paging permission bits for amd64, will be used in subsequent pmap
Mike Larkin
2015-11-08
Make "machine disk" show some info for EFI instead of info for BIOS.
YASUOKA Masahiko
2015-11-08
Make the variables be "const" and fix white space.
YASUOKA Masahiko
2015-11-07
Spell `unused' correctly.
Miod Vallat
2015-11-07
Disable red-zone since EFI is running with a different ABI.
YASUOKA Masahiko
2015-11-07
get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE.
David Gwynne
2015-11-07
Allow overriding ghash_update() with an optimized MD function. Use
Christian Weisgerber
2015-11-06
make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE.
David Gwynne
2015-11-06
Use m_defrag(9) when we fail to load fragmented mbuf chains.
Martin Pieuchot
2015-11-06
use IFQ_DEQUEUE, not IF_DEQUEUE, to pull off the send queue.
David Gwynne
2015-11-06
Move the logic for adjusting userspace registers in the child after fork
Philip Guenther
2015-11-06
Only read/write cr4 if we have a bit to set after testing the various
Jonathan Gray
2015-11-05
Now that the kernel virtual address space has been made larger, even on
Miod Vallat
2015-11-05
Fix build with DEBUG_INTC defined; from Daniel Bolgheroni on tech@
Miod Vallat
2015-11-03
Ignore disks whose media is not present.
YASUOKA Masahiko
2015-11-03
Use "Loaded Image Protocol" instead of "Loaded Device Path Protocol"
YASUOKA Masahiko
2015-11-02
Define KERNBASE in addition to LINK_ADDRESS.
Miod Vallat
[next]