summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-07-22Even when polling is requested, install ihidev's interrupt handlerJoshua Stein
2019-07-22Disable caches and MMU before jumping to the kernel entry point. NeededMark Kettenis
2019-07-21Grab the vnode lock in vn_seek(). Consensus has emerged around using theanton
2019-07-21add a panel orientation quirk for Kogan Atlas 2-in-1 D300Jonathan Gray
2019-07-21apply backpressure when ifiq says the stack is getting busyDavid Gwynne
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-07-20Increment `db_active' before entering db_trap() like other archs do.Martin Pieuchot
2019-07-20When multiple ports share the same MAC, pick the physical one for delivery.Martin Pieuchot
2019-07-20generate the actor info per port to send to userland.David Gwynne
2019-07-20just use LINK_STATE_IS_UP to see if a port has link.David Gwynne
2019-07-19i8254_delay(): simplify tick computationcheloha
2019-07-19After the kernel has reached the sysclt kern.maxclusters limit,Alexander Bluhm
2019-07-19try to notify the partner when the port is going away or down.David Gwynne
2019-07-19default (ie, reset) the partner info when a ports link goes down.David Gwynne
2019-07-19export all the partner info to userland, not just what ifconfig prints.David Gwynne
2019-07-19vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-07-19getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-07-19ttysleep(): drop unused timeout parametercheloha
2019-07-19ddb(4): clean up callout commandcheloha
2019-07-18R.I.P. UVM_WAIT(). Use tsleep_nsec(9) directly.cheloha
2019-07-18follow up to 'once rule' expirationAlexandr Nedvedicky
2019-07-18Fix unveiling nonexistent files on read-only filesystemskn
2019-07-18make the UCT in the rxm generate debug outputDavid Gwynne
2019-07-18run the selection logic from the rxm current state if the port is unselectedDavid Gwynne
2019-07-18bulk up the debug output around selection logicDavid Gwynne
2019-07-18replace ether_{cmp,is_eq,is_zero} with the new ones in netinet/if_ether.hDavid Gwynne
2019-07-18This commit fixes two bugs involving PF once rules:Lawrence Teo
2019-07-17Convert struct rtpcb malloc(9) to pool_get(9). PCB for routingAlexander Bluhm
2019-07-17Convert struct pkpcb malloc(9) to pool_get(9). PCB for pfkey isAlexander Bluhm
2019-07-17Introduce ETHER_IS_BROADCAST/ANYADDR/EQ() and use them where appropriate.Martin Pieuchot
2019-07-17Disable for now.Visa Hankala
2019-07-17Adjust search of symbol table pointers to match with the bootloader.Visa Hankala
2019-07-17Add a bootloader for octeon.Visa Hankala
2019-07-17don't free dev_priv (softc) in i915_driver_load() error pathJonathan Gray
2019-07-17vmm/vmd: Fix migration with pvclockpd
2019-07-17Remove an unused header (dev/mii/miivar.h)Kevin Lo
2019-07-16Fix uipc white spaces.Alexander Bluhm
2019-07-16According to POSIX msgsnd(2) has to fail with EINVAL if passing aAlexander Bluhm
2019-07-16don't bother reading default timing parameters if they're just goingJoshua Stein
2019-07-16dwiic_init is called from dwiic_activate, don't do it twiceJoshua Stein
2019-07-16Prevent integer overflow in kernel and userland when checking mbufAlexander Bluhm
2019-07-16move the whole `struct pipe' allocation and initialization inside pipe_create()Sebastien Marie
2019-07-16Make rrw_init/rrw_init_flags take a const name argument matchingJonathan Gray
2019-07-15Stop calling resched_proc() after changing the nice(3) value of a process.Martin Pieuchot
2019-07-15revert unintended change that snuck in last commitBob Beck
2019-07-15Make realpath posixly correct by changing the kernel implementationBob Beck
2019-07-15Initialize struct inpcb pool not on demand, but during initialization.Alexander Bluhm
2019-07-15Convert struct unpcb malloc(9) to pool_get(9).Alexander Bluhm
2019-07-15revisit pipe initialization and buffer managementSebastien Marie
2019-07-15Fix a direct map bug that affected machines with > 1023GB physicalMike Larkin