summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-19export all the partner info to userland, not just what ifconfig prints.David Gwynne
2019-07-19add regression tests for scp for out-of-destination path file creationDamien Miller
2019-07-19Accept the verbose flag when searching for host keys in known hostsDamien Miller
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-18The 'list' diff I committed this morning, was missing a couple ofMark Lumsden
2019-07-18Delete documentation of --max-count, which is merely an alias ofIngo Schwarze
2019-07-18new test for an empty text block; from rea@ via bapt@ (FreeBSD)Ingo Schwarze
2019-07-18obvious bugfix: if the queue is removed while message transmission isIngo Schwarze
2019-07-18add STANDARDS, improve HISTORY, and basic macro cleanup:Ingo Schwarze
2019-07-18fix off-by-one in sshbuf_dtob64() base64 wrapping that could causeDamien Miller
2019-07-18State that mtype < 1 causes EINVAL as required by POSIXIngo Schwarze
2019-07-18Make indentation consistent. This has been bugging me for a while now.Mark Lumsden
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