summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2019-07-15Do not relock fdp in fdrelease(). This prevents unnecessary lockingVisa Hankala
2019-07-15unstub phm_irq_process()Jonathan Gray
2019-07-15add PCI_BUS_NUM()Jonathan Gray
2019-07-15put smbios date access under NBIOS > 0 instead of CONFIG_DMIJonathan Gray
2019-07-15Replace local method of determining rasops rotation withJonathan Gray
2019-07-15Add dmi functions used by drm_panel_orientation_quirks.c and enableJonathan Gray
2019-07-15store smbios date string in globally visible var for drmJonathan Gray
2019-07-14rename PIPE_WANT to PIPE_WANTD.Sebastien Marie
2019-07-14newlen was a dead store, but what we could use is oldlen toFlorian Obser
2019-07-14Delete obsolete bits in a comment: mcontext is gone and struct reg is noPhilip Guenther
2019-07-14Don't lock the struct unveil being created in the child when cloning thePhilip Guenther
2019-07-13Panic for missing vp1 entry, do not panic for missing vp2 entry twice.Dale Rahn
2019-07-13Adjust the pmap_set_l* functions to a more reasonable API,Dale Rahn
2019-07-13pmap_page_protect() should not unmap pages after making them readonly.Dale Rahn
2019-07-13pipe_write() do opportunistic buffer resizing, when the buffer is empty.Sebastien Marie
2019-07-12Count the number of TCP SACK options that were dropped due to theAlexander Bluhm
2019-07-12Revert anton@ changes about read/write unlockingsolene
2019-07-12Remove unnecessary extern declarations.Visa Hankala
2019-07-12Make rootdev parsing a little saner. The "rootdev=" prefix can beVisa Hankala
2019-07-12sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.cheloha
2019-07-11Use "i" constrain instead of "n" constrain in inline assembly. Makes clangMark Kettenis
2019-07-11Kill commented-out wsfont_remove().Martin Pieuchot