summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-03".section .bss" is portable to more platforms than plain ".bss"Theo de Raadt
2017-06-03use .balign instead of .align, it is portable to more architecturesTheo de Raadt
2017-06-03Make set-clipboard a three-state option so tmux itself can ignore theNicholas Marriott
2017-06-03ignore blank lines in man(7) next line scope;Ingo Schwarze
2017-06-03Add a few sizes to free().Theo Buehler
2017-06-03delete -n option, now covered by mandoc; OK jmc@Ingo Schwarze
2017-06-03enable -Wstyle by default in -Tlint; OK jmc@Ingo Schwarze
2017-06-03Add missing NET_LOCK().Martin Pieuchot
2017-06-03Explicitly zero out the wepseed for TKIP and WEP.Theo Buehler
2017-06-03syncFlorian Obser
2017-06-03Move slaacd to /sbinFlorian Obser
2017-06-03vioblk/virtio: Re-arrange some struct membersStefan Fritsch
2017-06-03Foreground colours with the bright attribute set need to use the brightNicholas Marriott
2017-06-03Avoid printing garbage when aborting a program that tries to use aTheo Buehler
2017-06-03use proper name for LPIAlexander Hall
2017-06-03fix spelling in a handful of the Swedish entriesAlexander Hall
2017-06-02Perform grant table page allocation outside of the table mutexMike Belopuhov
2017-06-02Use += instead of = for extra flag. Prompted by miod@Otto Moerbeek
2017-06-02Fix an infinite loop in fortune(6).Frederic Cambus
2017-06-02Partial implementation of \h (horizontal line drawing function).Ingo Schwarze
2017-06-02regenMark Kettenis
2017-06-02Intel HD Graphics 510.Mark Kettenis
2017-06-02Scale the missed beacon counter threshold to the AP's beacon interval.Stefan Sperling
2017-06-02Remove a bogus run_read() call about getting MAC version.Kevin Lo
2017-06-02typo; meant to say locore0.STheo de Raadt
2017-06-02add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze
2017-06-02When iwm(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02When iwn(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02Attach the xhci(4) FDT driver to the generic-xhci compatible as well.Patrick Wildt
2017-06-02Synonym -Wno-cpp for -Wno-#warnings. That one is not a headache forMarc Espie
2017-06-02handle 64bit dva in the tx path as well as the rx path.David Gwynne
2017-06-02rationalise the long list of manual CDIAGFLAGS that we add; most ofDamien Miller
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-06-02only update the tx descriptors high address if it changes.David Gwynne
2017-06-02be less tricky about when ifq_free is handled.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne
2017-06-01Pass the correct dma tag to the load buffer function. Passing t onlyPatrick Wildt
2017-06-01The fact is simple: Subshells have the same PPID as the current shell.Theo Buehler
2017-06-01Revert 1.16 ("add a workaround for the rebound portjacking hijinks"),Stuart Henderson
2017-06-01Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze
2017-06-01STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze
2017-06-01Expand $eapid in iked tags, allowing PF rules to be written based on EAPStuart Henderson
2017-06-01Delete -f. What matters is covered by mandoc.Ingo Schwarze
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-06-01mention /var/db/acpi; diff from Jan Stary <hans at stare dot cz>;Ingo Schwarze
2017-06-01Remove branch prediction hint from conditional branch instruction.Christian Weisgerber
2017-06-01Don't panic when we cannot locate a handle for the Serial IO protocol.Patrick Wildt
2017-06-01Sync with amd64 and allow building the i386 bootstrap with clang:Christian Weisgerber
2017-06-01Re-enabled futex based condvar & mutexes, they are not the cause ofMartin Pieuchot