Age | Commit message (Expand) | Author |
2015-06-03 | Treat a missing mail spool the same as a zero-length mail spool | Todd C. Miller |
2015-06-03 | snprintf(3) is available on all modern systems and asprintf(3) is | Todd C. Miller |
2015-06-03 | Unify .Nd blocks, prodded by and ok jmc@ | Martin Pieuchot |
2015-06-03 | Fix pf_map_addr() not to cause dividing by 0. This fixes problem when | YASUOKA Masahiko |
2015-06-03 | Actually commit the bits that make the compiler emit visibility information | Mark Kettenis |
2015-06-03 | Support for U4, missed in previous. | Martin Pieuchot |
2015-06-03 | Check for the correct bit in the interrupts property of the device-tree | Martin Pieuchot |
2015-06-03 | Add hpb(4), reminded by Brad. | Martin Pieuchot |
2015-06-03 | Explicitly request the sockaddr_dl when doing a RTM_GET rather than | Martin Pieuchot |
2015-06-03 | Move warning on open failure to open_mbox() where we have the file name. | Todd C. Miller |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-06-03 | better description of internal copyn() function | Theo de Raadt |
2015-06-03 | missing __EOT spotted by rpe@ | Jonathan Gray |
2015-06-03 | there's been a long standing issue in ppp on a tty/serial line where it alloc... | David Gwynne |
2015-06-02 | Don't leak value returned by cgetstr(). OK deraadt@ | Todd C. Miller |
2015-06-02 | Remove the $FSTABFLAG variable and use -F directly. The installer | Robert Peichaer |
2015-06-02 | Replace | Robert Peichaer |
2015-06-02 | sync | Theo de Raadt |
2015-06-02 | fix variable name typo | Joerg Jung |
2015-06-02 | write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. | Igor Sobrado |
2015-06-02 | Modernize from(1) a bit. Use getline() to support longer lines and | Todd C. Miller |
2015-06-02 | Mention hpb(4), prodded by jmc@ | Martin Pieuchot |
2015-06-02 | Add missing define for hpb(4). | Martin Pieuchot |
2015-06-02 | Man page for hpb(4). | Martin Pieuchot |
2015-06-02 | Add a new HT-PCI bridge driver and the necessary glue to openpic(4) | Martin Pieuchot |
2015-06-02 | RIP ether_input_mbuf(). | Martin Pieuchot |
2015-06-02 | Use if_input() instead of ether_input_mbuf(). | Martin Pieuchot |
2015-06-02 | Take carp(4) out of ether_input(). | Martin Pieuchot |
2015-06-02 | mention CheckHostIP adding addresses to known_hosts; | Damien Miller |
2015-06-02 | missing " spotted by Kyle Milz | Theo de Raadt |
2015-06-02 | Make sparc go PIE (not `static PIE' yet). | Miod Vallat |
2015-06-02 | Override pie range constants (well, only VM_PIE_MAX_ADDR) with a variable | Miod Vallat |
2015-06-02 | with binutils 2.17 we can change some raw opcodes into instruction names | Jonathan Gray |
2015-06-02 | Rename the imx miniroot to nitrogen as it creates "6x_bootscript". | Jonathan Gray |
2015-06-01 | In the lazy binding routine, make sure we actually allocate the stack we need, | Miod Vallat |
2015-06-01 | Revert 1.2, which used to be necessary during the early ld 2.17 work, but | Miod Vallat |
2015-06-01 | Enable secureplt by default on alpha. The old plt flavour can still be | Miod Vallat |
2015-06-01 | Since the __{div,rem}{l,q}{,u} special libc entry points use a specific | Miod Vallat |
2015-06-01 | Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RELOCS. These symbols are | Miod Vallat |
2015-06-01 | update currency exchange rates; | Jason McIntyre |
2015-06-01 | Now that we do not need to build binutils 2.15 (except for gdb), simplify the | Miod Vallat |
2015-06-01 | Switch m88k ports to binutils 2.17. | Miod Vallat |
2015-06-01 | regen | Stefan Sperling |
2015-06-01 | fix typo: Wirelsss -> Wireless | Stefan Sperling |
2015-06-01 | Missing t at end of response, from Vincent Bernat. | Nicholas Marriott |
2015-06-01 | Fix memory leak in error case. OK bluhm@ benno@ | Claudio Jeker |
2015-06-01 | Put END() matching _ENTRY() (== ENTRY() w/o prof). | Masao Uebayashi |
2015-06-01 | Put END() matching ENTRY(). | Masao Uebayashi |
2015-06-01 | Clear signal handlers before event_reinit as apparently it can otherwise | Nicholas Marriott |
2015-06-01 | Convert tun(4) to if_input(). | Martin Pieuchot |