summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-26Attempt to reconnect for about 10 seconds while btd is starting upUwe Stuehler
2008-11-26definition of the iscsi wire protocol stuff.David Gwynne
2008-11-26Stop maintaining internal queues of received scsi_xfer structures.Kenneth R Westerback
2008-11-26Disable some devices for now to make GENERIC build. ok drahn@.Matthieu Herrb
2008-11-26Enable Bluetooth (btd and btctl are not hooked into the build yet)Uwe Stuehler
2008-11-26SDP works, but it needs to be redone (and non-blocking)Uwe Stuehler
2008-11-26only the pool_get() needs to be spl protected; ok claudio dlgTheo de Raadt
2008-11-26Avoid network livelock.Theo de Raadt
2008-11-26Use m_defrag instead of collapsing mbufs ourselves.Mark Kettenis
2008-11-26dont have bpf.h expose the kernel ticks variable wherever it is includeing.David Gwynne
2008-11-26provide m_clsetlwm, an interface for an interface to raise its lowDavid Gwynne
2008-11-26Make M_DUP_PKTHDR and M_MOVE_PKTHDR a bit saver by respecting the M_EXT &Claudio Jeker
2008-11-26Stop maintaining internal queues of received scsi_xfer structures.Kenneth R Westerback
2008-11-26Stop maintaining internal queues of received scsi_xfer structures.Kenneth R Westerback
2008-11-26call pf_pkt_addr_changed() when we do encapsulateHenning Brauer
2008-11-26Device attach and detach (does not work because SDP is not implemented yet)Uwe Stuehler
2008-11-26Add my copyright here, too.Marc Balmer
2008-11-26Reorder variables, add my copyright.Marc Balmer
2008-11-26Document the new semnatics and ioctl(2)s of gpio(4).Marc Balmer
2008-11-26Use the new gpio(4) semantics and change the command line syntax to aMarc Balmer
2008-11-26Change the semantics of gpio(4) devices by locking down pinMarc Balmer
2008-11-26Add some files missed in the original checkin.Dale Rahn
2008-11-26Start at the port of OpenBSD to the OpenMoko hardware. Work in progress.Dale Rahn
2008-11-26Add a number of driver files necessary for OpenMoko support,Dale Rahn
2008-11-26Add a missing device. Found by Alex Brodsky <abrodsky@acs.winnipeg.ca>.Marc Balmer
2008-11-26Initial port of OpenBSD to the (xscale based) gumstix, work in progress.Dale Rahn
2008-11-26Sparc64 still only has 64 virtual address bits and not 65.Claudio Jeker
2008-11-26Use bus_dmamap_load_mbuf instead of loading mbuf fragments ourselves, andMark Kettenis
2008-11-26typo; ok jmc@Otto Moerbeek
2008-11-26aliases is sorted alphabetically, so move up '_btd'.Felix Kronlage
2008-11-26Change pci_intr_handle_t to be like i386 where it is a struct that stores theMark Kettenis
2008-11-26Fix typo, okay jmc@.Pedro Martelletto
2008-11-26Implement config reloading (still only work in progress)Uwe Stuehler
2008-11-26pin_len -> pin_sizeUwe Stuehler
2008-11-26fix boot() function commentKevin Lo
2008-11-26when recording .wav files overwrite user supplied parameters withAlexandre Ratchov
2008-11-26rework the filling of the rx ring. this switches us to having the clusterDavid Gwynne
2008-11-26Zero the surface when we free them. stops some state problems which causeOwain Ainsworth
2008-11-26Small optimization.Ray Lai
2008-11-26add '_btd' to the aliases too. of course, I forgot that.Felix Kronlage
2008-11-25add '_btd' here too.Felix Kronlage
2008-11-25add user '_btd' for the bluetooth daemon.Felix Kronlage
2008-11-25- more prototype moving to smtpd.hGilles Chehade
2008-11-25Add generic sr_scsi_done function that does the spl danceMarco Peereboom
2008-11-25- move prototype to smtpd.hGilles Chehade
2008-11-25- move prototypes to smtpd.hGilles Chehade
2008-11-25Halt scanning by returning proper sense for illegal LUN.Marco Peereboom
2008-11-25more sizeof->nitemsDamien Bergamini
2008-11-25use shiny new m_defrag() and nitems() instead of rolling our own.Damien Bergamini
2008-11-25- plug memory leakGilles Chehade