summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-13Use TIOCGWINSZ to reduce the default -Owidth during interactive useIngo Schwarze
2018-04-13Make sure that mandoc only goes into UTF-8 mode if the user reallyIngo Schwarze
2018-04-13Count $SECONDS with CLOCK_MONOTONIC.cheloha
2018-04-13Close socket from vmm to parent after forking to vm process.Martijn van Duren
2018-04-13preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze
2018-04-13mg tries to write backups to the wrong directory when run under aFlorian Obser
2018-04-13Remove compatibility with pfctl from 6.1 and plug a few leaksMike Belopuhov
2018-04-13spaces->tabAntoine Jacoutot
2018-04-13Don't panic if ipmi_sendcmd() failsYASUOKA Masahiko
2018-04-13notify user immediately when underlying ssh process dies;Damien Miller
2018-04-13Defend against user enumeration timing attacks.Darren Tucker
2018-04-12(file missed from previous commit)Theo de Raadt
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andTheo de Raadt
2018-04-12Restore the original BSDI $Id$ strings. Those were mangled by CVSVisa Hankala
2018-04-12keep the STT_FILE symbol in the table so that we know what fileRobert Nagy
2018-04-12Use the current reference instead of incrementing `f_count' manually andMartin Pieuchot
2018-04-12Call FREF(9) earlier instead of incrementing `f_count' directly inMartin Pieuchot
2018-04-12Disable counting TCP packets in the test as it does not work reliably.Alexander Bluhm
2018-04-11syncTheo de Raadt
2018-04-11Fix a race in the syslogd test. It did not wait long enough forAlexander Bluhm
2018-04-11In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changedIngo Schwarze
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