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