summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-18Add logging to interpreter.cMark Lumsden
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-18Add some more basic interpreter functionality to mg. Needs a lot moreMark Lumsden
2019-07-18replace ether_{cmp,is_eq,is_zero} with the new ones in netinet/if_ether.hDavid Gwynne
2019-07-18syncVisa Hankala
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-17backout previous commits for now; some of this is shared with dpb andStuart Henderson
2019-07-17Convert struct pkpcb malloc(9) to pool_get(9). PCB for pfkey isAlexander Bluhm
2019-07-17Add BUFSIZE define.Mark Lumsden
2019-07-17Add two dobeep functions to make calls to the system bell requireMark Lumsden
2019-07-17Use the right client for if -b.Nicholas Marriott
2019-07-17Clear overlay on normal key press.Nicholas Marriott
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-17regenVisa Hankala
2019-07-17Add a bootloader for octeon.Visa Hankala
2019-07-17Update appstest.shKinichiro Inoguchi
2019-07-17The Adj-RIB-Out is gone (or actually implemented differently). AdjustClaudio Jeker
2019-07-17Change the Adj-RIB-Out to a per peer set of RB trees. The way RIB dataClaudio Jeker
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-17when combining -o and -b, print the byte offset of the pattern, not line.Ted Unangst
2019-07-17syncVisa Hankala
2019-07-17Remove an unused header (dev/mii/miivar.h)Kevin Lo
2019-07-16adapt to sshbuf_dtob64() changeDamien Miller
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-16New realpath(3) requires existing files. Create fake disk imagesAlexander 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-16Call stat(2) only once in realpath(3) userland reference implementation.Alexander Bluhm
2019-07-16Prevent integer overflow in kernel and userland when checking mbufAlexander Bluhm
2019-07-161) Re-resolve and re-get constraints once the clock is synced. ConstraintsOtto Moerbeek
2019-07-16Fix check for wrapping when redrawing entire lines, GitHub issue 1836.Nicholas Marriott
2019-07-16remove mostly vestigal uuencode.[ch]; moving the only uniqueDamien Miller
2019-07-16Fix long line by wrapping with 80 charsKinichiro Inoguchi
2019-07-16Move option handlers up to option definition struct in gendsa.cKinichiro Inoguchi
2019-07-16move the whole `struct pipe' allocation and initialization inside pipe_create()Sebastien Marie
2019-07-16Fix typo and -keyform argument in openssl(1) manualKinichiro Inoguchi
2019-07-16Fix grid clear code to correctly clear with the default backgroundNicholas Marriott
2019-07-16so the output changed slightly, againMarc Espie
2019-07-16Remove ssh1 files from CLEANFILES since ssh1 no longer supported.Darren Tucker
2019-07-16Update names of host key files in CLEANFILES to match recent changes toDarren Tucker
2019-07-16Shuffle code a bit to make take_charge() return theKenneth R Westerback
2019-07-16Make rrw_init/rrw_init_flags take a const name argument matchingJonathan Gray
2019-07-15don't print the final heads-up about messageIngo Schwarze