summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-24print out lacp actor and parter infoDavid Gwynne
2019-07-23Fix typo in CASignatureAlgorithms wherein what should be a comma is a dot.Darren Tucker
2019-07-23Grab the vnode lock earlier in vn_read() since it could end up sleeping,anton
2019-07-23In 11n hostap mode, properly disable HT protection when neededStefan Sperling
2019-07-23tagging support for .TP and .TQ; try e.g. man -O tag=commit cvsIngo Schwarze
2019-07-23Use the correct prefix size when writing out AID_VPN_IPv4 and AID_VPN_IPv6Claudio Jeker
2019-07-23Compilers may not be as magical as I hope, so revert to using memcpy()Kenneth R Westerback
2019-07-23Construct list of key types to test based on the types supported by theDarren Tucker
2019-07-23Only use DSA key type in tests if binaries support it.Darren Tucker
2019-07-23Make sure that pfd is not overflown, can not happen unless the mrt countClaudio Jeker
2019-07-23Fix comment typo; from OpenSSH PortableDarren Tucker
2019-07-23Fix realpath(3) errno code for an empty input path string.Stefan Sperling
2019-07-23Moving variables into struct in openssl(1) pkcs12Kinichiro Inoguchi
2019-07-23Skip DH group generation test if binaries don't support DH-GEX.Darren Tucker
2019-07-23include grp.h for setgroups()Gilles Chehade
2019-07-23errstr may be uninitialized in error code pathGilles Chehade
2019-07-23Only test conversion of key types supported by the binaries.Darren Tucker
2019-07-23Only add ssh-dss to allowed key types if it's supported by the binary.Darren Tucker
2019-07-23Clean up RIB related kroute code. Introduce a way to flush a FIB tableClaudio Jeker
2019-07-23delete a stray blank from the usage() message; reported by Jesper WallinIngo Schwarze
2019-07-22Use mnemonic IPPORT_HILASTAUTOkn
2019-07-22Cleanup/simplify parse_number():Kenneth R Westerback
2019-07-22Correct minor style nit in sys_getdents() for consistency, missing parens aroundanton
2019-07-22Grab the vnode lock earlier in sys_getdents() since it could end upanton
2019-07-22Eliminate pointless "... else {}" branch to improve readability.Kenneth R Westerback
2019-07-22implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocolRobert Nagy
2019-07-22Even when polling is requested, install ihidev's interrupt handlerJoshua Stein
2019-07-22In secure mode (-S), skip sending mail when executing the :pre[serve]Ingo Schwarze
2019-07-22Disable caches and MMU before jumping to the kernel entry point. NeededMark Kettenis
2019-07-22switchd(8)'s main proc needs to open the following paths, and which can beRicardo Mestre
2019-07-22Zap useless globalskn
2019-07-22No need to check first if something is not NULL to assign NULL to it.Claudio Jeker
2019-07-22GC three prototypes whose function have gone long ago.Claudio Jeker
2019-07-22separate the atend behavior, because dpb wants a pure signal interceptMarc Espie
2019-07-22Slowly start implementing tagging support for man(7) pages, evenIngo Schwarze
2019-07-21While -n is now the default, it's been useful since 1996. Keep it for compat.Jeremie Courreges-Anglas
2019-07-21Restructure parse_semi() so it resembles the other parse_*Kenneth R Westerback
2019-07-21Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameterKenneth R Westerback
2019-07-21tweak register a bit... END {} code is obviously the problemMarc Espie
2019-07-21Amend comment: entering the root password won't unlock the terminalJeremie Courreges-Anglas
2019-07-21gc old functions, that part is clean as well...Marc Espie
2019-07-21start re-adding the non-broken changes:Marc Espie
2019-07-21Grab the vnode lock in vn_seek(). Consensus has emerged around using theanton
2019-07-21add a panel orientation quirk for Kogan Atlas 2-in-1 D300Jonathan Gray
2019-07-21apply backpressure when ifiq says the stack is getting busyDavid Gwynne
2019-07-21In 2004, we upgraded to binutils 2.14 with did -zcombreloc by default.Philip Guenther
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-07-20Increment `db_active' before entering db_trap() like other archs do.Martin Pieuchot
2019-07-20When multiple ports share the same MAC, pick the physical one for delivery.Martin Pieuchot
2019-07-20Use same 'switch (token) ...' idiom in parse_lease_decl() andKenneth R Westerback