Age | Commit message (Expand) | Author |
2019-07-24 | print out lacp actor and parter info | David Gwynne |
2019-07-23 | Fix typo in CASignatureAlgorithms wherein what should be a comma is a dot. | Darren Tucker |
2019-07-23 | Grab the vnode lock earlier in vn_read() since it could end up sleeping, | anton |
2019-07-23 | In 11n hostap mode, properly disable HT protection when needed | Stefan Sperling |
2019-07-23 | tagging support for .TP and .TQ; try e.g. man -O tag=commit cvs | Ingo Schwarze |
2019-07-23 | Use the correct prefix size when writing out AID_VPN_IPv4 and AID_VPN_IPv6 | Claudio Jeker |
2019-07-23 | Compilers may not be as magical as I hope, so revert to using memcpy() | Kenneth R Westerback |
2019-07-23 | Construct list of key types to test based on the types supported by the | Darren Tucker |
2019-07-23 | Only use DSA key type in tests if binaries support it. | Darren Tucker |
2019-07-23 | Make sure that pfd is not overflown, can not happen unless the mrt count | Claudio Jeker |
2019-07-23 | Fix comment typo; from OpenSSH Portable | Darren Tucker |
2019-07-23 | Fix realpath(3) errno code for an empty input path string. | Stefan Sperling |
2019-07-23 | Moving variables into struct in openssl(1) pkcs12 | Kinichiro Inoguchi |
2019-07-23 | Skip DH group generation test if binaries don't support DH-GEX. | Darren Tucker |
2019-07-23 | include grp.h for setgroups() | Gilles Chehade |
2019-07-23 | errstr may be uninitialized in error code path | Gilles Chehade |
2019-07-23 | Only test conversion of key types supported by the binaries. | Darren Tucker |
2019-07-23 | Only add ssh-dss to allowed key types if it's supported by the binary. | Darren Tucker |
2019-07-23 | Clean up RIB related kroute code. Introduce a way to flush a FIB table | Claudio Jeker |
2019-07-23 | delete a stray blank from the usage() message; reported by Jesper Wallin | Ingo Schwarze |
2019-07-22 | Use mnemonic IPPORT_HILASTAUTO | kn |
2019-07-22 | Cleanup/simplify parse_number(): | Kenneth R Westerback |
2019-07-22 | Correct minor style nit in sys_getdents() for consistency, missing parens around | anton |
2019-07-22 | Grab the vnode lock earlier in sys_getdents() since it could end up | anton |
2019-07-22 | Eliminate pointless "... else {}" branch to improve readability. | Kenneth R Westerback |
2019-07-22 | implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocol | Robert Nagy |
2019-07-22 | Even when polling is requested, install ihidev's interrupt handler | Joshua Stein |
2019-07-22 | In secure mode (-S), skip sending mail when executing the :pre[serve] | Ingo Schwarze |
2019-07-22 | Disable caches and MMU before jumping to the kernel entry point. Needed | Mark Kettenis |
2019-07-22 | switchd(8)'s main proc needs to open the following paths, and which can be | Ricardo Mestre |
2019-07-22 | Zap useless globals | kn |
2019-07-22 | No need to check first if something is not NULL to assign NULL to it. | Claudio Jeker |
2019-07-22 | GC three prototypes whose function have gone long ago. | Claudio Jeker |
2019-07-22 | separate the atend behavior, because dpb wants a pure signal intercept | Marc Espie |
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 |