Age | Commit message (Expand) | Author |
2010-08-04 | enable certificates for hostbased authentication, from Iain Morgan; | Damien Miller |
2010-08-04 | tighten the rules for certificate encoding by requiring that options | Damien Miller |
2010-08-04 | Remove mentions of weird "addr/port" alternate address format for IPv6 | Damien Miller |
2010-08-03 | Trivial patch to get correct spacing from the recently introduced | Ingo Schwarze |
2010-08-03 | if interrupt mapping fails, say so | Jacob Meuser |
2010-08-03 | Remove old code that figures out the PCI bus number. The new code gets some | Mark Kettenis |
2010-08-03 | that had to be added | Henning Brauer |
2010-08-03 | no special registers to restore on via chips either | Theo de Raadt |
2010-08-03 | regen | Miod Vallat |
2010-08-03 | Create two more usb device nodes by default, as modern Apple hardware | Miod Vallat |
2010-08-03 | Don't attempt to set the read or write caches on usb disks. It | Kenneth R Westerback |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-08-03 | Bring the suspend/resume code of all the Intel wireless drivers in line with | Mark Kettenis |
2010-08-03 | missed one if (continued) test, so simplify logic: test continue beforehand. | Marc Espie |
2010-08-03 | Add busy flag so that we don't act on a SCI until a command in progress | Marco Peereboom |
2010-08-03 | Add support for 82576 fiber adapters based on Intel code in FreeBSD. | Jonathan Gray |
2010-08-03 | Use the proper flag for re-enabling certain hardware events (power btn, | Mike Larkin |
2010-08-03 | Disable hardware VLAN stripping/insertion on 8257[56] for now. While | Jonathan Gray |
2010-08-03 | Correct use of logical and where binary and was intended. | Jonathan Gray |
2010-08-03 | shrink! :) | Marc Espie |
2010-08-03 | sort journal messsages in a better way, put - before +, so that one can | Marc Espie |
2010-08-03 | bug-fix: during updates, only set oldfound after we found a matching pkgpath. | Marc Espie |
2010-08-03 | use proper log idiom (blanket okay from theo for pkg_add careful changes for | Marc Espie |
2010-08-03 | Save/restore BLC_HIST_CTL as well at suspend/resume time; which allows | Theo de Raadt |
2010-08-03 | When the target pointer 'pwcs' passed to mbsrtowcs() is NULL, mbsrtowcs() | Stefan Sperling |
2010-08-03 | Fix a usage of logical and where binary and was intended. | Jonathan Gray |
2010-08-03 | Fix a leak in ypldap. Found (and correct diff) from | Pierre-Yves Ritschard |
2010-08-03 | matthew did not commit the diff he passed around for us to inspect... | Theo de Raadt |
2010-08-03 | If an asynchronous request invalidates a buf, then we might remove it | Matthew Dempsky |
2010-08-03 | Group string comparisons and supply more helpful comments. Add | Kenneth R Westerback |
2010-08-03 | Start with the default label when RESTORE'ing a saved ascii label. | Kenneth R Westerback |
2010-08-03 | tweaks from jmc@: | Ingo Schwarze |
2010-08-02 | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and | Miod Vallat |
2010-08-02 | Don't refer to xs->cmd, even via a pointer to xs->cmd, after xs has | Kenneth R Westerback |
2010-08-02 | Make MHZ_TO_PLL safer to use by adding parenthesis. Fixes a potential issue | Mark Kettenis |
2010-08-02 | Fix knote handling for exiting processes: when triggering a NOTE_EXIT | Philip Guenthe |
2010-08-02 | There is no reason to call the start function upon resume; the network stack | Mark Kettenis |
2010-08-02 | There is no reason to call the start function upon resume; the network stack | Mark Kettenis |
2010-08-02 | The EC GPE is always edge. edge interrupts have their STS bit reset | Theo de Raadt |
2010-08-02 | Add System Enclosure or Chassis structure. | Marco Peereboom |
2010-08-02 | sync | Theo de Raadt |
2010-08-02 | enable owctr | Theo de Raadt |
2010-08-02 | Quirk for USB_PRODUCT_MICROSOFT_WLINTELLIMOUSE turns out not to be | Miod Vallat |
2010-08-02 | Only open with O_RDWR if we are actually chaging a report descriptor, other | Miod Vallat |
2010-08-02 | jmicron code was writing to the wrong register; ok jsg | Theo de Raadt |
2010-08-02 | Ignore SIGPIPE, the delivery of which prevented /usr/sbin/sendmail from | Jacek Masiulaniec |
2010-08-02 | Suppress MAKEDEV warnings about 'unknown device' that can appear | Kenneth R Westerback |
2010-08-02 | Prevent illegal struct casting by moving AF_INET/AF_INET6 address | Matthew Dempsky |
2010-08-02 | Show PCIe link speed/width, earlier version ok miod@/kettenis@ then | Jonathan Gray |
2010-08-02 | Fix use of logical and where binary and was intended. | Jonathan Gray |