summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-11Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients fromJoel Sing
2018-04-11preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze
2018-04-11The pledge flag for file descriptors opened from /dev/fd was alwaysAlexander Bluhm
2018-04-11Two fixes in ping:Vadim Zhukov
2018-04-11"listen on * port 80" means all v4 and v6 addresses these days.Florian Obser
2018-04-11Make httpd listen on all IPv4 and IPv6 addresses forFlorian Obser
2018-04-11More steps for i386 Meltdown fix:Alexander Bluhm
2018-04-11Stop telling patch(1) runs ed(1).Vadim Zhukov
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
2018-04-11Allow no client for rename-session, from Ryan Freeman.Nicholas Marriott
2018-04-11Some (probably newer) re(4) cards don't have the 32-bit memory BAR thatPatrick Wildt
2018-04-11Add mixer save/restore capability to the audio(4) driver andAlexandre Ratchov
2018-04-11Fix confusion between NMIDI > 0 and NMPU > 0. From jsg@.Alexandre Ratchov
2018-04-11Add support for Huawei k3772.bket
2018-04-11syncbket
2018-04-11Add ids for Huawei k3772.bket
2018-04-10Add subdir filedescriptor.Alexander Bluhm
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
2018-04-10Delete the description of the argument of the "ciphers" commandIngo Schwarze
2018-04-10Write documentation for the control string parameter from scratch,Ingo Schwarze
2018-04-10Schedule events against the monotonic clock.cheloha
2018-04-10tweak usage()Theo Buehler
2018-04-10Fix previous. Use inet_net_pton(3) instead of inet_pton(3) asSunil Nimmagadda
2018-04-10Fix stop condition for linear search by taking into account the searchOtto Moerbeek
2018-04-10A couple of fixes to the : form of SGR. Apparently there is an extraNicholas Marriott
2018-04-10print rtable for internet sockets unless it's the default; based on a diffStuart Henderson
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill anNicholas Marriott
2018-04-10Do not call logwakeup(), ending in wakeup_n(), while holding a mutex.Martin Pieuchot
2018-04-10Convert 'struct fileops' definitions to C99.Martin Pieuchot
2018-04-10typo: "anon's" -> "anons"Mike Larkin
2018-04-10Two new low-level roff(7) features:Ingo Schwarze
2018-04-10more typos spotted by Karsten Weiss using codespellDamien Miller
2018-04-10make this a bit more portable-friendlyDamien Miller
2018-04-10lots of typos in comments/docs. Patch from Karsten Weiss after checkingDamien Miller
2018-04-09don't kill ssh-agent's listening socket entriely if we fail to accept aDamien Miller
2018-04-09When accessing an undefined number register, define it to be zero, likeIngo Schwarze
2018-04-09Set trapframe pointer early on in do_el0_sync. This allows the use ofMark Kettenis
2018-04-09Get rid of some FreeBSD leftovers (that are mostly commented out already).Mark Kettenis
2018-04-09Implement support for INTx interrupts on Marvell ARMADA 7K & 8K.Mark Kettenis
2018-04-09regenMark Kettenis
2018-04-09Add Marvell 88E1512.Mark Kettenis
2018-04-09the UseLogin option was removed, so remove it here too.T.J. Townsend
2018-04-09Add two more dwc3 quirks.Mark Kettenis
2018-04-09The Open Firmware Interrupt Mapping "recommendation" says that the numberMark Kettenis
2018-04-09Support 64 bit integers on 32 bit architectures.Tobias Stoeckmann
2018-04-09Revert previous, it introduced a bug found the hardway by landry@.Martin Pieuchot
2018-04-09syncVisa Hankala
2018-04-09manual page for octcrypto(4)Visa Hankala
2018-04-09Add a driver for the OCTEON cryptographic unit. It providesVisa Hankala
2018-04-09Check for legitimate IPv4, IPv6 addrs before printing.Sunil Nimmagadda