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-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
2015-11-02
Only define KERNBASE if defined(_KERNEL), for nothing in userland needs it,
Miod Vallat
2015-11-02
intr_barrier() stub.
Martin Pieuchot
2015-11-01
replace "can not" with "cannot";
Jason McIntyre
2015-11-01
Remove the definition of USRTEXT. It has no relevance outside of the non-PIE
Miod Vallat
2015-10-30
Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFI
Mark Kettenis
2015-10-30
Use NULL instead of 0 for pci_decompose_tag() pointer arguments.
Miod Vallat
2015-10-29
Remove duplicated prototype.
Miod Vallat
2015-10-29
Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).
Mark Kettenis
2015-10-28
Enable TCP/UDP checksum offloading on packet transmission.
Visa Hankala
2015-10-28
Add proper padding to packets that the hardware does not recognize as
Visa Hankala
2015-10-28
Support backspace in softraid boot passphrase prompt.
Joel Sing
2015-10-28
missing splx in error path
Jonathan Gray
2015-10-27
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-27
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-25
enable asmc(4) on i386
Joerg Jung
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-24
Make use of hardware RX checksum validation.
Visa Hankala
2015-10-23
Allocate a new major for tap(4) also note that pseudo-device tun is for tap
Claudio Jeker
2015-10-23
Zap pv allocation abstraction layer.
Mark Kettenis
2015-10-23
enable viornd on RAMDISK_CD
Mike Larkin
2015-10-22
Build boot blocks with -msmall-data -msmall-text.
Miod Vallat
2015-10-21
Do not call uvm_swap_finicrypt_all() a second time in dumpsys().
Martin Pieuchot
2015-10-15
No need to create links for xxboot now that MI installboot is the preferred
Miod Vallat
2015-10-15
Let the rx path of cnmac run without the kernel lock. To avoid the need
Visa Hankala
2015-10-08
After replacement alloca() with alloc(), out-of-heap happened when booting
YASUOKA Masahiko
[next]