summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-20Remove the sleeps and thus races from the forwarding test. They wereDarren Tucker
2019-07-20Allow SLEEPTIME to be overridden.Darren Tucker
2019-07-20Move sleep time into a variable so that we can increase it for platformsDarren Tucker
2019-07-20Move a bit of code to where it is called only if needed.Mark Lumsden
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-20ping(8): don't round inter-packet delay up to HZcheloha
2019-07-19#define a handful of constant strings to reduce the diff to -portable;Ingo Schwarze
2019-07-19Nuke a bunch of 'name' parameters that haven't been used sinceKenneth R Westerback
2019-07-19In the synopsis, put options that take no arguments before those that do.Ingo Schwarze
2019-07-19If no tags were generated at all, unlink(2) the empty tags file asIngo Schwarze
2019-07-19Update POSIX reference to the 2008 version and correct the list ofIngo Schwarze
2019-07-19lock(1): remove default timeoutcheloha
2019-07-19Previously I left the ')' on the end of a list to indicate the end.Mark Lumsden
2019-07-19Make systat flushing output after a page display in rawmode (flags -b or -B)solene
2019-07-19Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is.Todd C. Miller
2019-07-19i8254_delay(): simplify tick computationcheloha
2019-07-19Keep dhclient.leases.<if> O_EXLOCK file descriptor open for theKenneth R Westerback
2019-07-19After the kernel has reached the sysclt kern.maxclusters limit,Alexander Bluhm
2019-07-19When allocating socketpair() increase their send and receive buffers toClaudio Jeker
2019-07-19Add a few vi(1) key aliases, from D Ben Knoble.Nicholas Marriott
2019-07-19More man page fixes from lacygoill at lacygoill dot me, GitHub issueNicholas Marriott
2019-07-19try to notify the partner when the port is going away or down.David Gwynne
2019-07-19add "slow" to the list of ethernet protocol names.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-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