summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_mem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Even in interrupt context curproc is not NULL.mpi2014-10-311-9/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-13/+13
* proc.h is way too much header for usb to handle.tedu2013-03-281-5/+1
* - use nitems() no binary change on amd64jasper2011-04-051-2/+2
* Add DMA sync operations. Fixes problems on macppc with gcc4 becausekettenis2010-09-291-1/+8
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* more (*&@#$ timeout.h falloutderaadt2007-06-151-1/+2
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-8/+8
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-7/+1
* Remove logprintf macrojsg2007-05-211-3/+3
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* Fix a memleak on error in usb_block_allocmem(); Patrick Latifimillert2003-08-061-5/+8
* Sync USB code with NetBSD.nate2003-07-081-4/+10
* get rid of trailing whitespacenate2002-07-251-6/+6
* Use correct $NetBSD$nate2002-05-051-2/+2
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-22/+11
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+2
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-9/+9
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-6/+9
* Sync with NetBSD.aaron2000-03-261-16/+17
* sync with NetBSD.fgsch1999-11-071-7/+7
* Sync with NetBSD.fgsch1999-09-271-13/+12
* Sync with NetBSD;fgsch1999-08-271-6/+10
* Sync with NetBSD.fgsch1999-08-191-6/+13
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-3/+3
* From NetBSD; USB support.fgsch1999-08-131-0/+277