Age | Commit message (Expand) | Author |
2013-07-16 | Enable jfb-style acceleration on XVR-600. | Miod Vallat |
2013-07-16 | Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commit | Mark Kettenis |
2013-07-16 | The interrupt handler for vcons(4) is defenitely safe to run without holding | Mark Kettenis |
2013-07-16 | Add support for BUS_INTR_ESTABLISH_MPSAFE. | Mark Kettenis |
2013-07-16 | no longer needed, we use uenv.txt | Florian Obser |
2013-07-16 | use .Mt for email address; ok jmc@ | Ingo Schwarze |
2013-07-16 | Document (not so) recent developments. | Florian Obser |
2013-07-16 | make more room because ELF is bigger | Theo de Raadt |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2013-07-16 | Disable SSL compression in order to mitigate CRIME attacks. Add | Joel Sing |
2013-07-16 | Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies the | Joel Sing |
2013-07-16 | Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that it | Joel Sing |
2013-07-16 | use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | more macro simplification; from Jan Stary | Jason McIntyre |
2013-07-16 | simplify some icky macros; from Jan Stary, tweaked by me | Jason McIntyre |
2013-07-16 | Add missing .Mt macros for AUTHORS email addresses. | Ingo Schwarze |
2013-07-16 | Make sure the ioctl(2) has been processed by sppp(4) before printing | Martin Pieuchot |
2013-07-16 | Correctly initialized the width value to 0 instead of passing garbage | Martin Pieuchot |
2013-07-16 | Don't use a non initialized variable and fix RCS Ids while here. | Martin Pieuchot |
2013-07-16 | non[ -]existing -> non-existent; | Jason McIntyre |
2013-07-16 | Add missing .An and .Mt macros. | Ingo Schwarze |
2013-07-16 | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; | Jason McIntyre |
2013-07-16 | "-" is not an option - it is an argument to -f; whilst here, use Sq | Jason McIntyre |
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 |