Age | Commit message (Expand) | Author |
2013-07-16 | Tighten the pattern for matching ioctl definitions in header files and | Philip Guenther |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-15 | use .Mt for email address; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-15 | Mark up email adresses with the .Mt macro; | Ingo Schwarze |
2013-07-15 | Fix atan2f() and hypotf() by actually converting both their arguments to the | Miod Vallat |
2013-07-15 | Use getpropstringA(), not getpropstring(), to get the card's name. This ensures | Miod Vallat |
2013-07-15 | use some generic code on vax, to do round/roundf/scalbln... | Marc Espie |
2013-07-15 | Use bus_space_set_region_4 instead of looping over bus_space_write_4, | Raphael Graf |
2013-07-15 | Fix mlo/u-boot copying, pointed out by florian. | Raphael Graf |
2013-07-15 | If a DHCPREQUEST returns a lease identical to the one currently bound to | Kenneth R Westerback |
2013-07-15 | When a ucom(4) device is detached do not only abort its pipes but also | Martin Pieuchot |
2013-07-15 | Remove a comment which is no longer true. | Martin Pieuchot |
2013-07-15 | remove non-standard section: it does nothing for this page; | Jason McIntyre |
2013-07-15 | use atan2f to add atanf | Marc Espie |
2013-07-15 | bring reference C code that's not compiled in synch with asm code | Marc Espie |
2013-07-15 | add some missing asm functions to vax: long double as aliases to double, | Marc Espie |
2013-07-15 | Remove some unused variables, from David Hill dhill at mindcry.org | Jeremie Courreges-Anglas |
2013-07-14 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-07-14 | merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8), | Jason McIntyre |
2013-07-14 | IPL_VM is "mpsafe" now as well. | Mark Kettenis |
2013-07-14 | "r" logs to syslog; From: Anders Berggren | Jason McIntyre |
2013-07-14 | The "probe" interrupt handler is mpsafe; mark it as such. | Mark Kettenis |
2013-07-14 | Fix possible memory/fd leak in the error path. | Jeremie Courreges-Anglas |
2013-07-13 | When using the _default search path with _subdir, | Ingo Schwarze |
2013-07-13 | For citing the names and email addresses of authors, | Ingo Schwarze |
2013-07-13 | For citing the names and email addresses of authors, | Ingo Schwarze |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-13 | Remove no longer needed vax CFLAGS workarounds. | Miod Vallat |
2013-07-13 | Rework multiline string literal to appease gcc3. | Miod Vallat |
2013-07-13 | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze |
2013-07-13 | Register GDB_OSABI_OPENBSD_ELF as well. | Miod Vallat |
2013-07-13 | Check handling of two consecutive .TP lines. | Ingo Schwarze |
2013-07-13 | In Perl_upg_version(), do not compare double against 10e50 on vax, for this | Miod Vallat |
2013-07-12 | Expunge debug code that uses an uninitialized variable. Without the | Kenneth R Westerback |
2013-07-12 | Make krb5-config --version report the correct version of heimdal; ok aja | Stefan Sperling |
2013-07-12 | Remove exectuable bit from files in /usr/include/kerberosV; ok robert | Stefan Sperling |
2013-07-12 | Actually assign return value to the variable that's used to check it. | Mark Kettenis |
2013-07-12 | Commented out SSLHonorCipherOrder in example configs; ok jsing@ | Otto Moerbeek |
2013-07-12 | sync | Theo de Raadt |
2013-07-12 | update after asr changes. | Eric Faurot |
2013-07-12 | major bump after asr symbols changes | Eric Faurot |
2013-07-12 | Make some symbols static and prefix all visible symbols with asr_ | Eric Faurot |
2013-07-12 | Simple partial sync to bsd.lv: | Ingo Schwarze |
2013-07-12 | no more a.out for vax; From: Alexey Suslikov | Jason McIntyre |
2013-07-12 | Make next-word-end work properly with vi(1) keys, reported by patrick | Nicholas Marriott |
2013-07-12 | set TCP nodelay for connections started with -N; bz#2124 ok dtucker@ | Damien Miller |
2013-07-12 | do_print_resource_record() can never be called with a NULL filename, so | Damien Miller |
2013-07-12 | replace fls functions with calls to the libkern versions | Jonathan Gray |
2013-07-12 | sync | Theo de Raadt |
2013-07-12 | in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when | Damien Miller |