Age | Commit message (Expand) | Author |
2019-07-25 | Add SDIO hypervisor calls. | Mark Kettenis |
2019-07-25 | AF_INET comes before AF_INET6. Shorten line to <80 chars. | Kenneth R Westerback |
2019-07-25 | itimerdecr(): simplify logic with timer*(9) macros; ok millert@ | cheloha |
2019-07-25 | Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let | Kenneth R Westerback |
2019-07-25 | Use process accounting to find programs which try to access files | Alexander Bluhm |
2019-07-25 | Remove old unused drm_debug_flag var and make drm_debug (used by | Jonathan Gray |
2019-07-25 | Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() and | Jonathan Gray |
2019-07-25 | remove some unused macros | Jonathan Gray |
2019-07-25 | ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@ | cheloha |
2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ | cheloha |
2019-07-24 | Set athn(4) Tx descriptor fields which specify Tx power used for retries. | Stefan Sperling |
2019-07-24 | Make athn(4) provide full Tx time of each frame in a Tx series to hardware. | Stefan Sperling |
2019-07-24 | Avoid strlcpy() and printing of bios date if fixstring() returns NULL. | Jonathan Gray |
2019-07-23 | Grab the vnode lock earlier in vn_read() since it could end up sleeping, | anton |
2019-07-23 | In 11n hostap mode, properly disable HT protection when needed | Stefan Sperling |
2019-07-23 | Fix realpath(3) errno code for an empty input path string. | Stefan Sperling |
2019-07-22 | Correct minor style nit in sys_getdents() for consistency, missing parens around | anton |
2019-07-22 | Grab the vnode lock earlier in sys_getdents() since it could end up | anton |
2019-07-22 | implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocol | Robert Nagy |
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 |