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-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
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
[next]