Age | Commit message (Expand) | Author |
2008-11-28 | Garbage collect now unused field in the softc struct. | Brad Smith |
2008-11-28 | - use switch() instead of multiple if else | Jacob Meuser |
2008-11-28 | - DACs don't have connection lists like ADCs do | Jacob Meuser |
2008-11-28 | add paranoia helper function, azalia_nid_to_index. the nid is | Jacob Meuser |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-27 | widget initialization cleanup: | Jacob Meuser |
2008-11-27 | finally, generic converter grouping that fits our needs and works | Jacob Meuser |
2008-11-27 | Needs explicit <sys/malloc.h> include; Georg Schwarz | Miod Vallat |
2008-11-27 | intrdoduce DPRINTFN macro so debug messages can be selectively enabled. | Jacob Meuser |
2008-11-27 | It turns out Motorola manufactured ECC 128MB memory boards for MVME188 | Miod Vallat |
2008-11-27 | ZAURUS -> GUMSTIX in guard symbols. | Miod Vallat |
2008-11-27 | Give the tags target a chance to work. | Miod Vallat |
2008-11-27 | On 88100 cpus, make sure userland processes start with SNIP and SFIP valid | Miod Vallat |
2008-11-27 | initial import of Weongyo Jeon's FreeBSD driver for the RealTek RTL8187L | Kevin Lo |
2008-11-27 | The Netgear WG1111v2 wifi dongle contains a RTL8187 chip, | Kevin Lo |
2008-11-27 | Add sscom to cdevswitch like fcom used to be. | Dale Rahn |
2008-11-27 | tx starting to work. | Dale Rahn |
2008-11-27 | Enable gpioow and gpioiic for runtime attachment, keep the previous | Marc Balmer |
2008-11-27 | better. | Dale Rahn |
2008-11-26 | Doh, do not commit before compile. Found by sthen@ | Claudio Jeker |
2008-11-26 | Do a quick return if m->m_next is NULL in m_defrag() because there is nothing | Claudio Jeker |
2008-11-26 | definition of the iscsi wire protocol stuff. | David Gwynne |
2008-11-26 | Stop maintaining internal queues of received scsi_xfer structures. | Kenneth R Westerback |
2008-11-26 | Disable some devices for now to make GENERIC build. ok drahn@. | Matthieu Herrb |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler |
2008-11-26 | only the pool_get() needs to be spl protected; ok claudio dlg | Theo de Raadt |
2008-11-26 | Avoid network livelock. | Theo de Raadt |
2008-11-26 | Use m_defrag instead of collapsing mbufs ourselves. | Mark Kettenis |
2008-11-26 | dont have bpf.h expose the kernel ticks variable wherever it is includeing. | David Gwynne |
2008-11-26 | provide m_clsetlwm, an interface for an interface to raise its low | David Gwynne |
2008-11-26 | Make M_DUP_PKTHDR and M_MOVE_PKTHDR a bit saver by respecting the M_EXT & | Claudio Jeker |
2008-11-26 | Stop maintaining internal queues of received scsi_xfer structures. | Kenneth R Westerback |
2008-11-26 | Stop maintaining internal queues of received scsi_xfer structures. | Kenneth R Westerback |
2008-11-26 | call pf_pkt_addr_changed() when we do encapsulate | Henning Brauer |
2008-11-26 | Add my copyright here, too. | Marc Balmer |
2008-11-26 | Change the semantics of gpio(4) devices by locking down pin | Marc Balmer |
2008-11-26 | Add some files missed in the original checkin. | Dale Rahn |
2008-11-26 | Start at the port of OpenBSD to the OpenMoko hardware. Work in progress. | Dale Rahn |
2008-11-26 | Add a number of driver files necessary for OpenMoko support, | Dale Rahn |
2008-11-26 | Add a missing device. Found by Alex Brodsky <abrodsky@acs.winnipeg.ca>. | Marc Balmer |
2008-11-26 | Initial port of OpenBSD to the (xscale based) gumstix, work in progress. | Dale Rahn |
2008-11-26 | Sparc64 still only has 64 virtual address bits and not 65. | Claudio Jeker |
2008-11-26 | Use bus_dmamap_load_mbuf instead of loading mbuf fragments ourselves, and | Mark Kettenis |
2008-11-26 | Change pci_intr_handle_t to be like i386 where it is a struct that stores the | Mark Kettenis |
2008-11-26 | fix boot() function comment | Kevin Lo |
2008-11-26 | rework the filling of the rx ring. this switches us to having the cluster | David Gwynne |
2008-11-26 | Zero the surface when we free them. stops some state problems which cause | Owain Ainsworth |
2008-11-25 | Add generic sr_scsi_done function that does the spl dance | Marco Peereboom |
2008-11-25 | Halt scanning by returning proper sense for illegal LUN. | Marco Peereboom |
2008-11-25 | more sizeof->nitems | Damien Bergamini |