Age | Commit message (Expand) | Author |
2008-11-26 | Add unix(4) to SEE ALSO. | Michael Knudsen |
2008-11-26 | Attempt to reconnect for about 10 seconds while btd is starting up | Uwe Stuehler |
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 | SDP works, but it needs to be redone (and non-blocking) | 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 | Device attach and detach (does not work because SDP is not implemented yet) | Uwe Stuehler |
2008-11-26 | Add my copyright here, too. | Marc Balmer |
2008-11-26 | Reorder variables, add my copyright. | Marc Balmer |
2008-11-26 | Document the new semnatics and ioctl(2)s of gpio(4). | Marc Balmer |
2008-11-26 | Use the new gpio(4) semantics and change the command line syntax to a | 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 | typo; ok jmc@ | Otto Moerbeek |
2008-11-26 | aliases is sorted alphabetically, so move up '_btd'. | Felix Kronlage |
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 typo, okay jmc@. | Pedro Martelletto |
2008-11-26 | Implement config reloading (still only work in progress) | Uwe Stuehler |
2008-11-26 | pin_len -> pin_size | Uwe Stuehler |
2008-11-26 | fix boot() function comment | Kevin Lo |
2008-11-26 | when recording .wav files overwrite user supplied parameters with | Alexandre Ratchov |
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-26 | Small optimization. | Ray Lai |
2008-11-26 | add '_btd' to the aliases too. of course, I forgot that. | Felix Kronlage |
2008-11-25 | add '_btd' here too. | Felix Kronlage |
2008-11-25 | add user '_btd' for the bluetooth daemon. | Felix Kronlage |
2008-11-25 | - more prototype moving to smtpd.h | Gilles Chehade |
2008-11-25 | Add generic sr_scsi_done function that does the spl dance | Marco Peereboom |
2008-11-25 | - move prototype to smtpd.h | Gilles Chehade |
2008-11-25 | - move prototypes to smtpd.h | Gilles Chehade |
2008-11-25 | Halt scanning by returning proper sense for illegal LUN. | Marco Peereboom |
2008-11-25 | more sizeof->nitems | Damien Bergamini |
2008-11-25 | use shiny new m_defrag() and nitems() instead of rolling our own. | Damien Bergamini |