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
Age
Commit message (
Expand
)
Author
2019-07-18
make the UCT in the rxm generate debug output
David Gwynne
2019-07-18
run the selection logic from the rxm current state if the port is unselected
David Gwynne
2019-07-18
bulk up the debug output around selection logic
David Gwynne
2019-07-18
replace ether_{cmp,is_eq,is_zero} with the new ones in netinet/if_ether.h
David Gwynne
2019-07-18
This commit fixes two bugs involving PF once rules:
Lawrence Teo
2019-07-17
Convert struct rtpcb malloc(9) to pool_get(9). PCB for routing
Alexander Bluhm
2019-07-17
Convert struct pkpcb malloc(9) to pool_get(9). PCB for pfkey is
Alexander Bluhm
2019-07-17
Introduce ETHER_IS_BROADCAST/ANYADDR/EQ() and use them where appropriate.
Martin Pieuchot
2019-07-17
Disable for now.
Visa Hankala
2019-07-17
Adjust search of symbol table pointers to match with the bootloader.
Visa Hankala
2019-07-17
Add a bootloader for octeon.
Visa Hankala
2019-07-17
don't free dev_priv (softc) in i915_driver_load() error path
Jonathan Gray
2019-07-17
vmm/vmd: Fix migration with pvclock
pd
2019-07-17
Remove an unused header (dev/mii/miivar.h)
Kevin Lo
2019-07-16
Fix uipc white spaces.
Alexander Bluhm
2019-07-16
According to POSIX msgsnd(2) has to fail with EINVAL if passing a
Alexander Bluhm
2019-07-16
don't bother reading default timing parameters if they're just going
Joshua Stein
2019-07-16
dwiic_init is called from dwiic_activate, don't do it twice
Joshua Stein
2019-07-16
Prevent integer overflow in kernel and userland when checking mbuf
Alexander Bluhm
2019-07-16
move the whole `struct pipe' allocation and initialization inside pipe_create()
Sebastien Marie
2019-07-16
Make rrw_init/rrw_init_flags take a const name argument matching
Jonathan Gray
2019-07-15
Stop calling resched_proc() after changing the nice(3) value of a process.
Martin Pieuchot
2019-07-15
revert unintended change that snuck in last commit
Bob Beck
2019-07-15
Make realpath posixly correct by changing the kernel implementation
Bob Beck
2019-07-15
Initialize struct inpcb pool not on demand, but during initialization.
Alexander Bluhm
2019-07-15
Convert struct unpcb malloc(9) to pool_get(9).
Alexander Bluhm
2019-07-15
revisit pipe initialization and buffer management
Sebastien Marie
2019-07-15
Fix a direct map bug that affected machines with > 1023GB physical
Mike Larkin
2019-07-15
Do not relock fdp in fdrelease(). This prevents unnecessary locking
Visa Hankala
2019-07-15
unstub phm_irq_process()
Jonathan Gray
2019-07-15
add PCI_BUS_NUM()
Jonathan Gray
2019-07-15
put smbios date access under NBIOS > 0 instead of CONFIG_DMI
Jonathan Gray
2019-07-15
Replace local method of determining rasops rotation with
Jonathan Gray
2019-07-15
Add dmi functions used by drm_panel_orientation_quirks.c and enable
Jonathan Gray
2019-07-15
store smbios date string in globally visible var for drm
Jonathan Gray
2019-07-14
rename PIPE_WANT to PIPE_WANTD.
Sebastien Marie
2019-07-14
newlen was a dead store, but what we could use is oldlen to
Florian Obser
2019-07-14
Delete obsolete bits in a comment: mcontext is gone and struct reg is no
Philip Guenther
2019-07-14
Don't lock the struct unveil being created in the child when cloning the
Philip Guenther
2019-07-13
Panic for missing vp1 entry, do not panic for missing vp2 entry twice.
Dale Rahn
2019-07-13
Adjust the pmap_set_l* functions to a more reasonable API,
Dale Rahn
2019-07-13
pmap_page_protect() should not unmap pages after making them readonly.
Dale Rahn
2019-07-13
pipe_write() do opportunistic buffer resizing, when the buffer is empty.
Sebastien Marie
2019-07-12
Count the number of TCP SACK options that were dropped due to the
Alexander Bluhm
2019-07-12
Revert anton@ changes about read/write unlocking
solene
2019-07-12
Remove unnecessary extern declarations.
Visa Hankala
2019-07-12
Make rootdev parsing a little saner. The "rootdev=" prefix can be
Visa Hankala
2019-07-12
sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.
cheloha
2019-07-11
Use "i" constrain instead of "n" constrain in inline assembly. Makes clang
Mark Kettenis
2019-07-11
Kill commented-out wsfont_remove().
Martin Pieuchot
[next]