summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-17don't forget to insert the io to the list on the JensenMartin Reindl
found my Maxime Villard, diff from NetBSD ok miod
2013-07-17no longer beta; get moving towards releaseTheo de Raadt
2013-07-17missing symbol rename.Eric Faurot
2013-07-17more library historyIngo Schwarze
facts checked by sobrado@ style tweaks and ok jmc@
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
to vcons(4) actually have an effect.
2013-07-16The interrupt handler for vcons(4) is defenitely safe to run without holdingMark Kettenis
the kernel lock, so use BUS_INTR_ESTABLISH_MPSAFE.
2013-07-16Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2013-07-16no longer needed, we use uenv.txtFlorian Obser
OK bmercer@
2013-07-16use .Mt for email address; ok jmc@Ingo Schwarze
2013-07-16Document (not so) recent developments.Florian Obser
input/ok bmercer@, rapha@, patrick@ (previous version)
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
an SSLCompression option so that it can be turned back on, however on this is currently a no-op due to the compile options for libssl. Requested by and ok djm@
2013-07-16Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies theJoel Sing
named curve to use when generating ephemeral EC keys for an ECDHE-based cipher suite, or can be set to `none' to disable. The default is to use a prime256v1 curve. yay^Wok djm@
2013-07-16Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that itJoel Sing
works correctly as a boolean on/off flag. While here, rename the variable so that it is consistent with existing naming scheme. ok otto@ djm@
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
From Jan Stary <hans at stare dot cz>. ok jmc@
2013-07-16Make sure the ioctl(2) has been processed by sppp(4) before printingMartin Pieuchot
any phase error. This prevents ifconfig(8) from priting 'sppp: phase...' messages for vlan(4) interfaces attached to interfaces with a long name. A better fix should be cooked because various pseudo-interfaces still use the same set of ioctl(2)s for different purposes. Issue reported by jca@, ok claudio@, jca@
2013-07-16Correctly initialized the width value to 0 instead of passing garbageMartin Pieuchot
to wsmouse_input() when no finger are reported. Pointed out by Maxime Villard.
2013-07-16Don't use a non initialized variable and fix RCS Ids while here.Martin Pieuchot
Issue reported by Maxime Villard, diff from martin@
2013-07-16non[ -]existing -> non-existent;Jason McIntyre
2013-07-16Add missing .An and .Mt macros.Ingo Schwarze
While here, add nicer line breaks as well. ok jmc@
2013-07-16where "-" represents stdin, just use Sq, not Fl, since it's not a flag;Jason McIntyre
from Jan Stary
2013-07-16"-" is not an option - it is an argument to -f; whilst here, use SqJason McIntyre
instead of Dq for "-"; from Jan Stary
2013-07-16Tighten the pattern for matching ioctl definitions in header files andPhilip Guenther
recognize the PTMGET ioctl() ok millert@ (earlier version ok otto@)
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
patch from Franco Fichtner <franco at lastsummer dot de>; ok jmc@
2013-07-15Fix atan2f() and hypotf() by actually converting both their arguments to theMiod Vallat
larger type and passing them both the the double routine.
2013-07-15Use getpropstringA(), not getpropstring(), to get the card's name. This ensuresMiod Vallat
its value has not been clobbered when ifb_accel_identify() is invoked, and restores textmode acceleration on Expert3D{,-Lite} and XVR-1200. Broken since 1.17, sigh
2013-07-15use some generic code on vax, to do round/roundf/scalbln...Marc Espie
suggested by martynas@ okay miod@ (just rearranges the !vax makefile, no compile change there)
2013-07-15Use bus_space_set_region_4 instead of looping over bus_space_write_4,Raphael Graf
and remove some includes. ok patrick@
2013-07-15Fix mlo/u-boot copying, pointed out by florian.Raphael Graf
ok florian@, bmercer@
2013-07-15If a DHCPREQUEST returns a lease identical to the one currently bound toKenneth R Westerback
the interface, skip the address deleting/adding and route deleting/adding and simply update the timestamps. Suggested by sthen@. Tweaks from millert@. ok sthen@ millert@
2013-07-15When a ucom(4) device is detached do not only abort its pipes but alsoMartin Pieuchot
free them and makes sure to close the attached tty before freeing its descriptor. This plugs a memleak and fixes a panic introduce in r1.59. Found the hard way and tested by otto@
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
okay martynas@
2013-07-15bring reference C code that's not compiled in synch with asm codeMarc Espie
okay martynas@
2013-07-15add some missing asm functions to vax: long double as aliases to double,Marc Espie
and float functions by cvtfd/cvtdf (like in netbsd) scalbnf will have to wait, as it's more complicated... brings vax in line with the rest. okay miod@/martynas@
2013-07-15Remove some unused variables, from David Hill dhill at mindcry.orgJeremie Courreges-Anglas
While here, do better checks in elf_write_lib() and ansify elf_sum_reloc()'s decl/def. With input from and ok krw@
2013-07-14To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
we block all interrupts that can grab the kernel lock. The simplest way to achieve this is to make sure mutexes always raise the ipl to the highest level that has interrupts that grab the kernel lock. This will allow us to have "mpsafe" interrupt handlers at lower priority levels. No change for non-MULTIPROCESSOR kernels.
2013-07-14merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8),Jason McIntyre
removing traces of dhcp(8)... i'm about to remove that file, since it's essentially useless. holding off for a little, in case my commit is greeted with howls. help/ok krw