Age | Commit message (Expand) | Author |
2008-06-11 | Split address setup operations into a separate function. More to come. | Ryan Thomas McBride |
2008-06-11 | Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. | Jonathan Gray |
2008-06-11 | regen | Jonathan Gray |
2008-06-11 | Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. | Jonathan Gray |
2008-06-11 | When reading a GPIO pin, first determine if it is programmed for input | Marc Balmer |
2008-06-11 | regen | Jonathan Gray |
2008-06-11 | Some additional devices from submitted dmesgs. | Jonathan Gray |
2008-06-11 | correct long since bitrotted comments | Damien Miller |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-06-11 | Fix GART enabling by using segment end address instead of total | Tobias Weingartner |
2008-06-11 | 0 -> PR_NOWAIT (which is defined as 0) in pool_get | Bret Lambert |
2008-06-11 | when we establish the mapping from a state key, do it both ways, aka | Henning Brauer |
2008-06-11 | fix an old typo that prevented outer ipv6 headers from being corrected, | Can Erkin Acar |
2008-06-11 | Move a debug printf into #ifdef DEBUG. ok todd@, millert@. | Matthieu Herrb |
2008-06-11 | Don't use the reference count to create the sensor name; we can end up | Marc Balmer |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-11 | actually unbreak RAMDISK. double plus minus cookie for me | Peter Hessler |
2008-06-11 | unbreak RAMDISK | Peter Hessler |
2008-06-11 | Update to DRM git as of a few days ago. This mostly affects the | Owain Ainsworth |
2008-06-11 | Synchronize the MTRR API with i386, and enable | Peter Hessler |
2008-06-11 | return an XDR'rd xid from nfs_get_xid() and kill the nfs_xid global | Thordur I. Bjornsson |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride |
2008-06-11 | Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI), | Brad Smith |
2008-06-11 | Match the Altera EBus found on the Tadpole SPARCLE. | Mark Kettenis |
2008-06-11 | regen | Mark Kettenis |
2008-06-11 | Add Altera vendor id, and EBus device id. This is questionable since the | Mark Kettenis |
2008-06-11 | Canonical for() -> queue.h FOREACH macro conversions. | Bret Lambert |
2008-06-11 | Use the prom address to map clock(4) at ebus(4) if available. | Mark Kettenis |
2008-06-11 | Fix $OpenBSD$ for once and for all | Marco Peereboom |
2008-06-11 | factor out state creation code for readability; make it static inline | Henning Brauer |
2008-06-11 | superfluous to check for m != NULL in pf_find_state, it is plain | Henning Brauer |
2008-06-11 | after finding a state in the outbound path clear the statekey pointer | Henning Brauer |
2008-06-11 | extra paranoia: | Henning Brauer |
2008-06-11 | yuck, fix a last minute collision | Henning Brauer |
2008-06-11 | store a pointer to the stack side state key in the mbuf packet | Henning Brauer |
2008-06-11 | implement the VIDIOC_STREAMOFF ioctl and remove some unused code | Robert Nagy |
2008-06-11 | remove an unused variable | Thordur I. Bjornsson |
2008-06-11 | Move first pieces of crypto softraid into the tree. Still totally | Hans-Joerg Hoexer |
2008-06-11 | regen | Brad Smith |
2008-06-11 | BCM5780 also has a fiber model. | Brad Smith |
2008-06-11 | Don't get the address of the txstats pointers when doing bzero, | Jonathan Gray |
2008-06-11 | add $OpenBSD$ tag. | Thordur I. Bjornsson |
2008-06-11 | If bDefaultFrameIndex is 0 we should use the first bFrameIndex. | Robert Nagy |
2008-06-10 | Add opaque structure to create raid. | Marco Peereboom |
2008-06-10 | add VIDIOC_QUERYCTRL to the supported ioctls | Robert Nagy |
2008-06-10 | Remove redundant code that only leaked an mbuf. | Bret Lambert |
2008-06-10 | Handle the closing of half connections where we don't see the full | Reyk Floeter |
2008-06-10 | o Avoid putting duplicate entries into the name cache, | Thordur I. Bjornsson |
2008-06-10 | Simplify code slightly; use PR_ZERO with pool_get() rather than bzero(). | Ryan Thomas McBride |
2008-06-10 | g/c unused defines. | Brad Smith |