Age | Commit message (Expand) | Author |
2019-07-22 | Slowly start implementing tagging support for man(7) pages, even | Ingo Schwarze |
2019-07-21 | While -n is now the default, it's been useful since 1996. Keep it for compat. | Jeremie Courreges-Anglas |
2019-07-21 | Restructure parse_semi() so it resembles the other parse_* | Kenneth R Westerback |
2019-07-21 | Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameter | Kenneth R Westerback |
2019-07-21 | tweak register a bit... END {} code is obviously the problem | Marc Espie |
2019-07-21 | Amend comment: entering the root password won't unlock the terminal | Jeremie Courreges-Anglas |
2019-07-21 | gc old functions, that part is clean as well... | Marc Espie |
2019-07-21 | start re-adding the non-broken changes: | Marc Espie |
2019-07-21 | Grab the vnode lock in vn_seek(). Consensus has emerged around using the | anton |
2019-07-21 | add a panel orientation quirk for Kogan Atlas 2-in-1 D300 | Jonathan Gray |
2019-07-21 | apply backpressure when ifiq says the stack is getting busy | David Gwynne |
2019-07-21 | In 2004, we upgraded to binutils 2.14 with did -zcombreloc by default. | Philip Guenther |
2019-07-20 | Get rid of `ddb_is_active' instead use `db_active'. | Martin Pieuchot |
2019-07-20 | Increment `db_active' before entering db_trap() like other archs do. | Martin Pieuchot |
2019-07-20 | When multiple ports share the same MAC, pick the physical one for delivery. | Martin Pieuchot |
2019-07-20 | Use same 'switch (token) ...' idiom in parse_lease_decl() and | Kenneth R Westerback |
2019-07-20 | Sort TOK_USELEASE case into proper alphabetic location in | Kenneth R Westerback |
2019-07-20 | 1. Correct the description of the g command to match POSIX and our | Ingo Schwarze |
2019-07-20 | Correct misleading description of -S; | Ingo Schwarze |
2019-07-20 | Missed a free. | Mark Lumsden |
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 |