summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-04Add support for em(4) on Teak 3020, a Tolopai (EP80579)Dariusz Swiderski
2015-06-04The (no quite so) new kernel perfpolicy code calls cpu_setperf() from aMark Kettenis
2015-06-04regenDariusz Swiderski
2015-06-04Add more of Tolopai (EP80579) Gigabit controllers id.Dariusz Swiderski
2015-06-04Check if interface was stopped before calling rx/tx interrupt routines.Mike Belopuhov
2015-06-04Make unsetting a global option restore it to the default. Diff lyingNicholas Marriott
2015-06-04spacing, makes example fit on display.Igor Sobrado
2015-06-04Add support for a single "marked pane". There is one marked pane in theNicholas Marriott
2015-06-04Remove unused sa_dl.Martin Pieuchot
2015-06-04teminal -> terminal, from Corey Farwell.Nicholas Marriott
2015-06-04Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit fromJonathan Gray
2015-06-04use mallocarray instead of malloc in drm_callocJonathan Gray
2015-06-04remove the now unused alawtolin16 tableJonathan Gray
2015-06-03Remove unused defines and functions.Brian Callahan
2015-06-03Adjust yielding condition slightly in the if_input_process thread.Mike Belopuhov
2015-06-03Turn off -Werror in relayctl.Reyk Floeter
2015-06-03Remove -Werror from the Makefile: as it happened with asprintf, itReyk Floeter
2015-06-03It is better to check the asprintf return value for -1 instead of theReyk Floeter
2015-06-03Treat a missing mail spool the same as a zero-length mail spoolTodd C. Miller
2015-06-03snprintf(3) is available on all modern systems and asprintf(3) isTodd C. Miller
2015-06-03Unify .Nd blocks, prodded by and ok jmc@Martin Pieuchot
2015-06-03Fix pf_map_addr() not to cause dividing by 0. This fixes problem whenYASUOKA Masahiko
2015-06-03Actually commit the bits that make the compiler emit visibility informationMark Kettenis
2015-06-03Support for U4, missed in previous.Martin Pieuchot
2015-06-03Check for the correct bit in the interrupts property of the device-treeMartin Pieuchot
2015-06-03Add hpb(4), reminded by Brad.Martin Pieuchot
2015-06-03Explicitly request the sockaddr_dl when doing a RTM_GET rather thanMartin Pieuchot
2015-06-03Move warning on open failure to open_mbox() where we have the file name.Todd C. Miller
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-06-03better description of internal copyn() functionTheo de Raadt
2015-06-03missing __EOT spotted by rpe@Jonathan Gray
2015-06-03there's been a long standing issue in ppp on a tty/serial line where it alloc...David Gwynne
2015-06-02Don't leak value returned by cgetstr(). OK deraadt@Todd C. Miller
2015-06-02Remove the $FSTABFLAG variable and use -F directly. The installerRobert Peichaer
2015-06-02ReplaceRobert Peichaer
2015-06-02syncTheo de Raadt
2015-06-02fix variable name typoJoerg Jung
2015-06-02write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275.Igor Sobrado
2015-06-02Modernize from(1) a bit. Use getline() to support longer lines andTodd C. Miller
2015-06-02Mention hpb(4), prodded by jmc@Martin Pieuchot
2015-06-02Add missing define for hpb(4).Martin Pieuchot
2015-06-02Man page for hpb(4).Martin Pieuchot
2015-06-02Add a new HT-PCI bridge driver and the necessary glue to openpic(4)Martin Pieuchot
2015-06-02RIP ether_input_mbuf().Martin Pieuchot
2015-06-02Use if_input() instead of ether_input_mbuf().Martin Pieuchot
2015-06-02Take carp(4) out of ether_input().Martin Pieuchot
2015-06-02mention CheckHostIP adding addresses to known_hosts;Damien Miller
2015-06-02missing " spotted by Kyle MilzTheo de Raadt
2015-06-02Make sparc go PIE (not `static PIE' yet).Miod Vallat
2015-06-02Override pie range constants (well, only VM_PIE_MAX_ADDR) with a variableMiod Vallat