summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-21these log_debug()s should not have been committed :)Gilles Chehade
2011-05-21when a user add himself to his own ~/.forward, the delivery method was notGilles Chehade
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21make the "no DH parameters" warning a log_info()Gilles Chehade
2011-05-21"for all" does not necessary apply to relay rules, so do not forget to lookGilles Chehade
2011-05-21First stab at suporting Message Signaled Interrupts on amd64. UnfortunatelyMark Kettenis
2011-05-21First stab at supporting Message Signaled Interrupts on i386. Still work inMark Kettenis
2011-05-21Make inteldrm_intr only do any work if we know for sure that interruptsOwain Ainsworth
2011-05-21Introduce a flag to indicate that it is ok to use MSI on a certain PCI busMark Kettenis
2011-05-21tweak the TERMINFO section; ok nicmJason McIntyre
2011-05-21add legacy support for old sha256 checksums in distinfos.Marc Espie
2011-05-20Point out that the 'set skip' interfaces are currently only evaluated atStuart Henderson
2011-05-20Change 'set skip on <...>' to work with interface groups.Stuart Henderson
2011-05-20save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@Otto Moerbeek
2011-05-20sr_scsi_cmd copes with failed i/o just fine so there's no needMike Belopuhov
2011-05-20Pass prompts through status_replace so that they can be more helpfulNicholas Marriott
2011-05-20Remove a silly XXX for a bit of code that is only used once - no valueNicholas Marriott
2011-05-20Remove a bunch of unused functions, from Michael W Bombardieri.Nicholas Marriott
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott
2011-05-20Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott
2011-05-20Avoid panic'ing on a bad pointer passed in by callers of msgsnd;Bret Lambert
2011-05-20fix copy and paste in BIOCINSTALLBOOT ioctl number.Marco Peereboom
2011-05-20Concurrent calls of "relayctl show sessions" could crash relayd. FixReyk Floeter
2011-05-20Fix typo; from BradKevin Lo
2011-05-20fix dumb error in dynamic-forward testDarren Tucker
2011-05-20Avoid double scsi_done(xs) in error path; ok dlg@ krw@Otto Moerbeek
2011-05-20Prevent races in dynamic forwarding test; ok djmDarren Tucker
2011-05-20use a macro to define which string options to copy between configsDamien Miller
2011-05-20another attempt to generate a v00 ECDSA key that broke the testDamien Miller
2011-05-20Add comment documenting what should be after the preauth check. ok djmDarren Tucker
2011-05-20the options TrustedUserCAKeys, RevokedKeysFile, AuthorizedKeysFileDamien Miller
2011-05-19Save and restore the MSI capability registers on suspend/resume.Mark Kettenis
2011-05-19Fix some possible NULL pointer dereferences, and a little bit of cleanup.Peter Hessler
2011-05-19Setting RC_DEBUG is enough, it does not need to be explicitely set toAntoine Jacoutot
2011-05-19Add a few missing checks of return values of memory allocations.Reyk Floeter
2011-05-19Fix reload support in relayd(8) by reimplementing large parts of theReyk Floeter
2011-05-19sync manpage and comment with reality. From Nathanael Rensen.lum
2011-05-18When the sparc64 iommu fails to lookup a vaddr, it prints a message andAriane van der Steldt
2011-05-18Start making the introductions between OpenBSD and Itanium.Paul Irofti
2011-05-18Turns out VA_ALIAS_MASK is indeed a mask, but with the PAGE_MASK deceptivelyAriane van der Steldt
2011-05-18Better make PMAP_PREFER_ALIGN() a rounded value, as done on other arches;Miod Vallat
2011-05-18Off-by-two in PMAP_PREFER_ALIGN definition; found the hard way by matthieu@Miod Vallat
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
2011-05-18sync the alc(4) description;Jason McIntyre
2011-05-18introduce symbolic constant for initial number of regionsOtto Moerbeek
2011-05-18zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@Otto Moerbeek
2011-05-18Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott
2011-05-18Mention new alc(4) devices in commments. No active changes.Stuart Henderson
2011-05-18Support additional L2C variants and L1D (AR813x/AR815x chips).Stuart Henderson
2011-05-18Simplify code in handle_config() by folding two almost identicalJasper Lievisse Adriaanse