summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singleNicholas Marriott
2019-05-23drop STUB() calls in paths frequently called when running xorgJonathan Gray
2019-05-23Throw malloc_conceal and freezero into the mix.Otto Moerbeek
2019-05-23Inline 18 bytes of packet header so we can send vlan tagged packets.Jonathan Matthew
2019-05-23Only override size of chunk if we're not given the actual length.Otto Moerbeek
2019-05-23match radeondrm and switch DRM_INFO message with device id/asic name toJonathan Gray
2019-05-23bump to LibreSSL 3.0.0Brent Cook
2019-05-23add stdlib.h for reallocarrayBrent Cook
2019-05-23Formatting fixes.Kevin Lo
2019-05-22bsd.port.mk.5: mention additional doas.conf(5) rules that may be used whencwen
2019-05-22SLIST-ify the timecounter list.cheloha
2019-05-22Cleanup debug macros in wscons. Favor __func__ over spelling out the actualanton
2019-05-22Fix crash if window doesn't exist, GitHub issue 1751.Nicholas Marriott
2019-05-22A wscons device may only be opened in read/write mode once. However,anton
2019-05-22Read and assign the integer value only once. With this sysctl_int() willClaudio Jeker
2019-05-22re-order to reported states based on order of significance:Jasper Lievisse Adriaanse
2019-05-22i386/amd64 apm(4): Ignore APM_UPDATE_TIME events.cheloha
2019-05-22Allow loading of bigger ucode. This implementation uses the UEFI memoryMark Kettenis
2019-05-22Print the bwfm(4)'s ethernet address on attach.Patrick Wildt
2019-05-22mention that using vi command line editing mode requires enabling it;Ingo Schwarze
2019-05-22If we are SCANning and we want another SCAN, we don't need to purgePatrick Wildt
2019-05-22Don't get & apply a new lease for an RTM_IFINFO that reports a changeKenneth R Westerback
2019-05-22Fix malformed conditional after socppc removal.Patrick Wildt
2019-05-21sync config lines and mention arch differencesJonathan Gray
2019-05-21Mention amdgpu. Purposefully leave out an amdgpu .Nm as the xenocaraJonathan Gray
2019-05-21add amdgpu from linux 4.19.44 for recent AMD Radeon partsJonathan Gray
2019-05-21A problem fixed in wskbd is also present in wsmux. Repeating theanton
2019-05-21Avoid rm(1) prompt and show out in clean targetkn
2019-05-21forgot to add the testcase sorryMarc Espie
2019-05-21document brk_string slightly betterMarc Espie
2019-05-21fix very stupid bug.Marc Espie
2019-05-21while writing new code, I just figured out I fucked upMarc Espie
2019-05-21whitespacerob
2019-05-21Cleanup some residual markup from the ber.3 days.rob
2019-05-21init sc_rxhprio properly instead of sc_txhprio twice; CID 1480289David Gwynne
2019-05-21don't fall through SIOCSVNETID into SIOCGVNETID; CID 1480290David Gwynne
2019-05-21Also apply stricter pledge when secure mode is set via rc file or command.Martijn van Duren
2019-05-21Fix out-of-bounds array access in ieee80211_setbasicrates(); CID 1479607Stefan Sperling
2019-05-21Fix NULL check with wrong pointer in xhci_event_xfer_isoc(); CID 1480287Stefan Sperling
2019-05-21Fix free(9) with wrong pointer in sili(4) attach error path; CID 1480295Stefan Sperling
2019-05-21Fix uninitialized return code in adjfreq(2); CID 1480285Stefan Sperling
2019-05-21Do not print the style message "missing date" when the date is givenIngo Schwarze
2019-05-21Fix a couple of Ta from Alphonse Mariya.Nicholas Marriott
2019-05-21Use malloc_ and calloc_conceal() to allocate memory for sensitive,Otto Moerbeek
2019-05-20kern.timecounter.choices: Don't offer the dummy counter as an option.cheloha
2019-05-20drop fatalx calls when claiming a new vm id; otherwise it's possibleJasper Lievisse Adriaanse
2019-05-20Fix ordering of source-file with multiple files and add flags to load_cfg.Nicholas Marriott
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.Nicholas Marriott
2019-05-20Add a helper to allocate a cmd_list.Nicholas Marriott
2019-05-20rev 1.219 of the file was a fix to an LMTP issue that was misunderstood. weGilles Chehade