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-22
Even when polling is requested, install ihidev's interrupt handler
Joshua Stein
2019-07-22
Disable caches and MMU before jumping to the kernel entry point. Needed
Mark Kettenis
2019-07-21
Grab the vnode lock in vn_seek(). Consensus has emerged around using the
anton
2019-07-21
add a panel orientation quirk for Kogan Atlas 2-in-1 D300
Jonathan Gray
2019-07-21
apply backpressure when ifiq says the stack is getting busy
David Gwynne
2019-07-20
Get rid of `ddb_is_active' instead use `db_active'.
Martin Pieuchot
2019-07-20
Increment `db_active' before entering db_trap() like other archs do.
Martin Pieuchot
2019-07-20
When multiple ports share the same MAC, pick the physical one for delivery.
Martin Pieuchot
2019-07-20
generate the actor info per port to send to userland.
David Gwynne
2019-07-20
just use LINK_STATE_IS_UP to see if a port has link.
David Gwynne
2019-07-19
i8254_delay(): simplify tick computation
cheloha
2019-07-19
After the kernel has reached the sysclt kern.maxclusters limit,
Alexander Bluhm
2019-07-19
try to notify the partner when the port is going away or down.
David Gwynne
2019-07-19
default (ie, reset) the partner info when a ports link goes down.
David Gwynne
2019-07-19
export all the partner info to userland, not just what ifconfig prints.
David Gwynne
2019-07-19
vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
2019-07-19
getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
2019-07-19
ttysleep(): drop unused timeout parameter
cheloha
2019-07-19
ddb(4): clean up callout command
cheloha
2019-07-18
R.I.P. UVM_WAIT(). Use tsleep_nsec(9) directly.
cheloha
2019-07-18
follow up to 'once rule' expiration
Alexandr Nedvedicky
2019-07-18
Fix unveiling nonexistent files on read-only filesystems
kn
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
[next]