summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-06-02with binutils 2.17 we can change some raw opcodes into instruction namesJonathan Gray
2015-06-02Rename the imx miniroot to nitrogen as it creates "6x_bootscript".Jonathan Gray
2015-06-01In the lazy binding routine, make sure we actually allocate the stack we need,Miod Vallat
2015-06-01Revert 1.2, which used to be necessary during the early ld 2.17 work, butMiod Vallat
2015-06-01Enable secureplt by default on alpha. The old plt flavour can still beMiod Vallat
2015-06-01Since the __{div,rem}{l,q}{,u} special libc entry points use a specificMiod Vallat
2015-06-01Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RELOCS. These symbols areMiod Vallat
2015-06-01update currency exchange rates;Jason McIntyre
2015-06-01Now that we do not need to build binutils 2.15 (except for gdb), simplify theMiod Vallat
2015-06-01Switch m88k ports to binutils 2.17.Miod Vallat
2015-06-01regenStefan Sperling
2015-06-01fix typo: Wirelsss -> WirelessStefan Sperling
2015-06-01Missing t at end of response, from Vincent Bernat.Nicholas Marriott
2015-06-01Fix memory leak in error case. OK bluhm@ benno@Claudio Jeker
2015-06-01Put END() matching _ENTRY() (== ENTRY() w/o prof).Masao Uebayashi
2015-06-01Put END() matching ENTRY().Masao Uebayashi
2015-06-01Clear signal handlers before event_reinit as apparently it can otherwiseNicholas Marriott
2015-06-01Convert tun(4) to if_input().Martin Pieuchot