summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-10Hide debug printfs.Alexandre Ratchov
2019-04-10use correct printf format for current dBm valuesStuart Henderson
2019-04-10mention X722Jonathan Gray
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10syncPeter Hessler
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10tweak previous; ok dlgJason McIntyre
2019-04-10Tweak transceiver information printing, adding a bit more informationStuart Henderson
2019-04-10mention that "ifconfig foo0 transceiver" is a thingDavid Gwynne
2019-04-10add support for fetching and parsing SFF module info and diagsDavid Gwynne
2019-04-10implement support for SIOCGIFSFFPAGEDavid Gwynne
2019-04-10add support for SIOCGIFSFFPAGE so userland can read sfp module infoDavid Gwynne
2019-04-10do custom checks for SIOCGIFSFFPAGE.David Gwynne
2019-04-10add SIOCGIFSFFPAGE, for getting sfp/qsfp module info from nics.David Gwynne
2019-04-10add struct if_sffpage so userland can read a page of sfp/qsfp infoDavid Gwynne
2019-04-10Handle missed service errors, specific to isochronous transfers.Alexandre Ratchov
2019-04-10Fix URE_WDT6_SET_MODE register definition.Kevin Lo
2019-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-09Recommend SSL_CTX_add1_chain_cert(3) rather thanIngo Schwarze
2019-04-09Document SSL_CTX_clear_mode(3) and SSL_clear_mode(3).Ingo Schwarze
2019-04-09Detect /bsd.upgrade kernel and boot it if present instead of default /bsd,Kenji Aoyama
2019-04-09missing xrStuart Henderson
2019-04-08macro fix;Jason McIntyre
2019-04-08select-word was missing from the command list, from pawel-slowik.Nicholas Marriott
2019-04-08change psize to a signed int to cope with it going negative sinceJoshua Stein
2019-04-08macro args and punctuation should be space spearated;Jason McIntyre
2019-04-08Check that pf and IPv6 stack handle two ping6 fragments with differentAlexander Bluhm
2019-04-08crank version; looks good deraadtFlorian Obser
2019-04-08Detect /bsd.upgrade kernel and boot it if present instead of defaultFlorian Obser
2019-04-08Make azalia(4) initialize dolby atmos codecs in the resume path.Stefan Sperling
2019-04-08remove unused declarationsEric Faurot
2019-04-08fix parsing of datalines before passing them to filters, the | splitting isGilles Chehade
2019-04-07Current window style also needs to be tested for default.Nicholas Marriott
2019-04-07exitting -> exitingTheo Buehler
2019-04-07Revert tasn_prn.c r1.18.Joel Sing
2019-04-07don't silence children under fw_update, since ftp(1) can tell usMarc Espie
2019-04-07Be more careful when setting timeout to 0 because there is pending workClaudio Jeker
2019-04-07some scenarios may call match_locations on a DeleteSet.Marc Espie
2019-04-06syncTheo de Raadt
2019-04-06add -Dsnapshot as a synonym for -DsnapMarc Espie
2019-04-06help the debugger, we usually don't want to stop after a fork to anMarc Espie
2019-04-06do not call freeaddrinfo() on a NULL pointer.Eric Faurot
2019-04-06Don't mangle command line arguments with strsep(). MangleKenneth R Westerback
2019-04-06unbreak make includes on non-clang archs after libobjc removalJonathan Gray
2019-04-05insert a missing .El and fix a typoIngo Schwarze
2019-04-05syncTheo de Raadt
2019-04-05Use new rdsetroot.Theo de Raadt
2019-04-05take elfrdsetroot, clean it up for regular usage, and make it a fullTheo de Raadt
2019-04-05Fix some warnings, from Thomas Adam.Nicholas Marriott