summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-19splitDamien Miller
2021-03-19return non-zero exit status when killed by signal; bz#3281Damien Miller
2021-03-19increase maximum SSH2_FXP_READ to match the maximum packet size.Damien Miller
2021-03-18Update go-module docs for recent changes, from Josh Rickmar, small tweakStuart Henderson
2021-03-18From Joachim Wiberg's version of mg.Mark Lumsden
2021-03-18Do not include ':' in the port number.Theo Buehler
2021-03-18When changing the link local address send a RTM_IFINFO message out.Claudio Jeker
2021-03-18Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down()Claudio Jeker
2021-03-18Like in the sysctl case include the ifp_sadl as RTA_IFP address in RTM_IFINFOClaudio Jeker
2021-03-18Fail in rsync_base_uri() if the strdup calls fail. Do not bubble thisClaudio Jeker
2021-03-18Avoid NULL access in http_parse_uri()Theo Buehler
2021-03-18Fix SIOCDELLABEL/"ifconfig mpe0 -mplslabel" to unset label completelykn
2021-03-18Document SIOCDELLABEL, link among MPLS driverskn
2021-03-18Document "-tunneldomain" and "-mplslabel", complete MPLS synopsiskn
2021-03-18Do not assign the return value from asprintf (int) to a size_t and thenClaudio Jeker
2021-03-18Initialize rsyncpid and httppid in the noop case. It seem gcc is not ableClaudio Jeker
2021-03-18Since the entity queues are per repo there is no need to store the repo idClaudio Jeker
2021-03-18Remove duplicate prototype.Alexander Bluhm
2021-03-18Type-cast getpagesize() from int to size_t for the comparison with d.Claudio Jeker
2021-03-18The ntpd client code corrects both T1 and T4 with the current offsetAlexander Bluhm
2021-03-18In revision 1.91 of uhidev.c, jcs@ made sure to only detach devicesanton
2021-03-18regenmvs
2021-03-18Unlock sendsyslog(2). Console output still requires kernel lock to bemvs
2021-03-18Fix previous (1.258). It breaks if localX itself is an object reference.YASUOKA Masahiko
2021-03-17When devices have claimed multiple report ids, only detach and sendJoshua Stein
2021-03-17Make "ifconfig mpw0 -mplslabel" workkn
2021-03-17Read ahead is now enforced for DTLS - remove workarounds.Joel Sing
2021-03-17Use consistent s_server_opt_ prefix.Joel Sing
2021-03-17Add DTLSv1.2 support to openssl(1) s_client/s_server.Joel Sing
2021-03-17fix whitespace nit in previousTheo Buehler
2021-03-17Update for DTLSv1.2 being enabled.Joel Sing
2021-03-17Enable DTLSv1.2.Joel Sing
2021-03-17Update for DTLSv1.2 version handling.Joel Sing
2021-03-17Add support for DTLSv1.2 version handling.Joel Sing
2021-03-17List the Qu-c0-hr-b0-48 firmware image in the iwx(4) man page.Stefan Sperling
2021-03-17Make iwx(4) attach to AX201 devices with PCI ID 0x34f0.Stefan Sperling
2021-03-17regenStefan Sperling
2021-03-17Add another iwx(4) PCI device ID.Stefan Sperling
2021-03-17Make iwn(4) send block ack request frames with the firmware nodeStefan Sperling
2021-03-17Split off init_ifaces from update_iface. init_ifaces discovers theFlorian Obser
2021-03-17Use correct rdomain when adding/deleting routeskn
2021-03-17Fix bit position of ORPHAN in PS_BITS.Visa Hankala
2021-03-17Add missing memory clobbers to "data" barriers.Mark Kettenis
2021-03-17Hide kernel internals from userland by wrapping more bits in _KERNEL blocks.Claudio Jeker
2021-03-17Netstat wants to access kernel internal structures for the kvm walker ofClaudio Jeker
2021-03-17Always use an allocated buffer for {Read,Write}Blocks() to makeYASUOKA Masahiko
2021-03-16Add 'grp31' alias for curve25519 as documented in iked.conf(5).tobhe
2021-03-16Node without a "status" property should be considered enabled as well.Mark Kettenis
2021-03-16Make sure that switching the console from serial to framebuffer worksMark Kettenis
2021-03-16Nuke unused time_t variable.Kenneth R Westerback