Age | Commit message (Expand) | Author |
2007-02-17 | Since a full battery can still have state BST_CHARGE ("charging"), | Deanna Phillips |
2007-02-17 | Bring in the AMD errata checks from amd64. | Tom Cosgrove |
2007-02-17 | Add code to check for the AMD amd64 errata, and correct them where | Tom Cosgrove |
2007-02-17 | do not look for sblock at offset 0; pedro@ deraadt@ ok | Michael Shalayeff |
2007-02-17 | Fix spelling of Cool'n'Quiet, as done on i386 some time ago. Also | Tom Cosgrove |
2007-02-17 | regen | Mark Kettenis |
2007-02-17 | Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke. | Mark Kettenis |
2007-02-17 | only reset the controller if it is already enabled. | David Gwynne |
2007-02-17 | To squeeze new stuff onto onto the very full boot floppies, occasionally | Theo de Raadt |
2007-02-17 | Add some additional device ids found in Linux driver. | Jonathan Gray |
2007-02-17 | regen | Jonathan Gray |
2007-02-17 | Add some axe(4) device ids found in Linux driver. | Jonathan Gray |
2007-02-17 | Add some device ids found in Linux driver. | Jonathan Gray |
2007-02-17 | regen | Jonathan Gray |
2007-02-17 | Add some uslcom(4) ids found in Linux. | Jonathan Gray |
2007-02-16 | Enable malo(4) on macppc. OK mglocker@ deraadt@ | Claudio Jeker |
2007-02-16 | Unbreak ppp(8) over tun(4) by restriciting the flags that can be changed | Claudio Jeker |
2007-02-16 | bge_newbuf_std() should return ENOBUFS on failure, as that's what | Kenneth R Westerback |
2007-02-15 | Simplify the #if NBRIDGE case as in in_gif.c:1.33. | Claudio Jeker |
2007-02-15 | Simplify even more by reducing shared code in #if NBRIDGE and default case. | Claudio Jeker |
2007-02-15 | Change some functions so there's only one exit point. This should make | Michael Knudsen |
2007-02-15 | Reorder endpoints so that endpoint numbers match, remove more debug. | Dale Rahn |
2007-02-15 | TX is working fine, turn off debug. | Dale Rahn |
2007-02-15 | Let acpidock_eject take an extra argument of what node to call _EJ0 on. | Michael Knudsen |
2007-02-15 | Don't clear the struct aml_value res when aml_evalnode() does this | Michael Knudsen |
2007-02-15 | from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others... | Jason Wright |
2007-02-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff |
2007-02-15 | Add a mapping for logical to physical endpoints, otherwise data tries to | Dale Rahn |
2007-02-15 | Set topology change propagation on all ports _except_ the caller. | Reyk Floeter |
2007-02-15 | Dont hang completely on watchdog. | Dale Rahn |
2007-02-15 | Fix transmit packet termination. odd length and 64 byte multiple packets | Dale Rahn |
2007-02-15 | It is not valid to have the input endpoint and output endpoint the same. | Dale Rahn |
2007-02-15 | USB host is not scanning for packets if attached but cdce is not up. | Dale Rahn |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-14 | Cleanup and hide debug messages. | Mark Kettenis |
2007-02-14 | Sync with pgt(4) multicast fix. | Marcus Glocker |
2007-02-14 | Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 does | Claudio Jeker |
2007-02-14 | recycle swbuf that had been long gone (w/ old vm) | Michael Shalayeff |
2007-02-14 | remove some unused goop | Jonathan Gray |
2007-02-14 | put debug string tables under ATW_DEBUG | Jonathan Gray |
2007-02-14 | remove no longer used rate related variable/defines | Jonathan Gray |
2007-02-14 | %b format string for the GHC register. less whitespace while here | David Gwynne |
2007-02-14 | Quiet a noisy debug message by using dnprintf instead of printf. | Deanna Phillips |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-14 | bus_space does byte swapping to cope with host endianness for us, so remove | David Gwynne |
2007-02-13 | Add a delay for ep0 handling. Dunno why, but without debug prints it would | Dale Rahn |
2007-02-13 | Fix typo. Spotted by brad@. | Mark Kettenis |
2007-02-13 | Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1) | Miod Vallat |
2007-02-13 | Fix typo in comment | Tom Cosgrove |