Age | Commit message (Expand) | Author |
2019-07-20 | Remove the sleeps and thus races from the forwarding test. They were | Darren Tucker |
2019-07-20 | Allow SLEEPTIME to be overridden. | Darren Tucker |
2019-07-20 | Move sleep time into a variable so that we can increase it for platforms | Darren Tucker |
2019-07-20 | Move a bit of code to where it is called only if needed. | Mark Lumsden |
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-20 | ping(8): don't round inter-packet delay up to HZ | cheloha |
2019-07-19 | #define a handful of constant strings to reduce the diff to -portable; | Ingo Schwarze |
2019-07-19 | Nuke a bunch of 'name' parameters that haven't been used since | Kenneth R Westerback |
2019-07-19 | In the synopsis, put options that take no arguments before those that do. | Ingo Schwarze |
2019-07-19 | If no tags were generated at all, unlink(2) the empty tags file as | Ingo Schwarze |
2019-07-19 | Update POSIX reference to the 2008 version and correct the list of | Ingo Schwarze |
2019-07-19 | lock(1): remove default timeout | cheloha |
2019-07-19 | Previously I left the ')' on the end of a list to indicate the end. | Mark Lumsden |
2019-07-19 | Make systat flushing output after a page display in rawmode (flags -b or -B) | solene |
2019-07-19 | Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is. | Todd C. Miller |
2019-07-19 | i8254_delay(): simplify tick computation | cheloha |
2019-07-19 | Keep dhclient.leases.<if> O_EXLOCK file descriptor open for the | Kenneth R Westerback |
2019-07-19 | After the kernel has reached the sysclt kern.maxclusters limit, | Alexander Bluhm |
2019-07-19 | When allocating socketpair() increase their send and receive buffers to | Claudio Jeker |
2019-07-19 | Add a few vi(1) key aliases, from D Ben Knoble. | Nicholas Marriott |
2019-07-19 | More man page fixes from lacygoill at lacygoill dot me, GitHub issue | Nicholas Marriott |
2019-07-19 | try to notify the partner when the port is going away or down. | David Gwynne |
2019-07-19 | add "slow" to the list of ethernet protocol names. | 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 | add regression tests for scp for out-of-destination path file creation | Damien Miller |
2019-07-19 | Accept the verbose flag when searching for host keys in known hosts | Damien Miller |
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 | The 'list' diff I committed this morning, was missing a couple of | Mark Lumsden |
2019-07-18 | Delete documentation of --max-count, which is merely an alias of | Ingo Schwarze |
2019-07-18 | new test for an empty text block; from rea@ via bapt@ (FreeBSD) | Ingo Schwarze |
2019-07-18 | obvious bugfix: if the queue is removed while message transmission is | Ingo Schwarze |
2019-07-18 | add STANDARDS, improve HISTORY, and basic macro cleanup: | Ingo Schwarze |
2019-07-18 | fix off-by-one in sshbuf_dtob64() base64 wrapping that could cause | Damien Miller |
2019-07-18 | State that mtype < 1 causes EINVAL as required by POSIX | Ingo Schwarze |
2019-07-18 | Make indentation consistent. This has been bugging me for a while now. | Mark Lumsden |
2019-07-18 | Add logging to interpreter.c | Mark Lumsden |
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 | Add some more basic interpreter functionality to mg. Needs a lot more | Mark Lumsden |
2019-07-18 | replace ether_{cmp,is_eq,is_zero} with the new ones in netinet/if_ether.h | David Gwynne |
2019-07-18 | sync | Visa Hankala |