summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-16Enable jfb-style acceleration on XVR-600.Miod Vallat
2013-07-16Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commitMark Kettenis
2013-07-16The interrupt handler for vcons(4) is defenitely safe to run without holdingMark Kettenis
2013-07-16Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2013-07-16no longer needed, we use uenv.txtFlorian Obser
2013-07-16use .Mt for email address; ok jmc@Ingo Schwarze
2013-07-16Document (not so) recent developments.Florian Obser
2013-07-16make more room because ELF is biggerTheo de Raadt
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-07-16Disable SSL compression in order to mitigate CRIME attacks. AddJoel Sing
2013-07-16Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies theJoel Sing
2013-07-16Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that itJoel Sing
2013-07-16use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-16more macro simplification; from Jan StaryJason McIntyre
2013-07-16simplify some icky macros; from Jan Stary, tweaked by meJason McIntyre
2013-07-16Add missing .Mt macros for AUTHORS email addresses.Ingo Schwarze
2013-07-16Make sure the ioctl(2) has been processed by sppp(4) before printingMartin Pieuchot
2013-07-16Correctly initialized the width value to 0 instead of passing garbageMartin Pieuchot
2013-07-16Don't use a non initialized variable and fix RCS Ids while here.Martin Pieuchot
2013-07-16non[ -]existing -> non-existent;Jason McIntyre
2013-07-16Add missing .An and .Mt macros.Ingo Schwarze
2013-07-16where "-" 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 SqJason McIntyre
2013-07-16Tighten the pattern for matching ioctl definitions in header files andPhilip Guenther
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-15use .Mt for email address; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-15Mark up email adresses with the .Mt macro;Ingo Schwarze
2013-07-15Fix atan2f() and hypotf() by actually converting both their arguments to theMiod Vallat
2013-07-15Use getpropstringA(), not getpropstring(), to get the card's name. This ensuresMiod Vallat
2013-07-15use some generic code on vax, to do round/roundf/scalbln...Marc Espie
2013-07-15Use bus_space_set_region_4 instead of looping over bus_space_write_4,Raphael Graf
2013-07-15Fix mlo/u-boot copying, pointed out by florian.Raphael Graf
2013-07-15If a DHCPREQUEST returns a lease identical to the one currently bound toKenneth R Westerback
2013-07-15When a ucom(4) device is detached do not only abort its pipes but alsoMartin Pieuchot
2013-07-15Remove a comment which is no longer true.Martin Pieuchot
2013-07-15remove non-standard section: it does nothing for this page;Jason McIntyre
2013-07-15use atan2f to add atanfMarc Espie
2013-07-15bring reference C code that's not compiled in synch with asm codeMarc Espie
2013-07-15add some missing asm functions to vax: long double as aliases to double,Marc Espie
2013-07-15Remove some unused variables, from David Hill dhill at mindcry.orgJeremie Courreges-Anglas
2013-07-14To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-07-14merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8),Jason McIntyre
2013-07-14IPL_VM is "mpsafe" now as well.Mark Kettenis
2013-07-14"r" logs to syslog; From: Anders BerggrenJason McIntyre
2013-07-14The "probe" interrupt handler is mpsafe; mark it as such.Mark Kettenis
2013-07-14Fix possible memory/fd leak in the error path.Jeremie Courreges-Anglas