| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvs | cvs2svn | 2007-01-11 | 1 | -1/+1 |
| * | MFC 1.68: fix a typo that caused crashes and other problems when | Ian Dowse | 2005-11-20 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Tweak the compatibility macros a little so that the device printing is | Warner Losh | 2004-08-15 | 1 | -3/+1 |
| * | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | Warner Losh | 2004-06-27 | 1 | -1/+1 |
| * | MFNetBSD 1.60, author: augustss | Lukas Ertl | 2004-06-23 | 1 | -55/+182 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -6/+6 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -2/+0 |
| * | I don't know from where the notion that device driver should or | Poul-Henning Kamp | 2003-09-28 | 1 | -10/+0 |
| * | Fix the cdevsw compatibility for -stable. | Josef Karthauser | 2003-08-25 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | If the device goes away during ulpt_reset(), make sure not to call | Ian Dowse | 2003-06-15 | 1 | -1/+7 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+6 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -1/+1 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | Ignore IEEE1284 descriptors when looking for bidirectional mode. We don't | Dag-Erling Smørgrav | 2002-12-16 | 1 | -2/+2 |
| * | MFNetBSD: 1.52-1.55 | Dag-Erling Smørgrav | 2002-12-16 | 1 | -4/+17 |
| * | Check for errors and zero-length transfers in the ulpt_input() input | Ian Dowse | 2002-10-30 | 1 | -0/+6 |
| * | MFNetBSD: 1.51 | Josef Karthauser | 2002-08-16 | 1 | -4/+5 |
| * | MFNetBSD: (1.50) Get rid of trailing white space. | Josef Karthauser | 2002-08-16 | 1 | -5/+5 |
| * | Use the hw.usb sysctl tree instead of debug.usb. | Josef Karthauser | 2002-08-08 | 1 | -1/+2 |
| * | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | Josef Karthauser | 2002-07-31 | 1 | -2/+2 |
| * | Get bored with hard coded debug level variables and introduce a debug.usb | Josef Karthauser | 2002-07-31 | 1 | -0/+3 |
| * | MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), | Josef Karthauser | 2002-05-06 | 1 | -2/+2 |
| * | Be more specific about when block major numbers disappeared from | Josef Karthauser | 2002-03-11 | 1 | -1/+1 |
| * | in ulpt_reset() req.bmRequestType was unitialized, fix it. | Alfred Perlstein | 2002-02-26 | 1 | -0/+1 |
| * | Re-add bmaj to the cdevsw's, but don't compile it in on -current. | Josef Karthauser | 2002-02-15 | 1 | -0/+3 |
| * | Merge from NetBSD: revs 1.43 + 1.45 | Josef Karthauser | 2002-02-11 | 1 | -5/+25 |
| * | Sync with NetBSD: | Josef Karthauser | 2002-01-02 | 1 | -7/+7 |
| * | NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too) | Josef Karthauser | 2002-01-02 | 1 | -3/+3 |
| * | Set ulptusein = 0 so that the machine doesn't hang solid after a | Poul-Henning Kamp | 2001-10-12 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -3/+3 |
| * | Pull in the current version of NetBSD's ulpt.c, supporting bidirectional | Nick Hibma | 2001-07-05 | 1 | -82/+200 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | Fix for powering off a HP DJ950C during printing. As stated by Ian: | Nick Hibma | 2000-11-07 | 1 | -0/+5 |
| * | Remove unneccessary includes. (phk) | Nick Hibma | 2000-10-10 | 1 | -3/+1 |
| * | Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD | Nick Hibma | 2000-07-17 | 1 | -6/+6 |
| * | Sync with NetBSD: | Nick Hibma | 2000-05-14 | 1 | -3/+3 |
| * | Change Lennart's e-mail address. | Nick Hibma | 2000-05-14 | 1 | -1/+1 |
| * | Remove 42 unneeded #include <sys/ioccom.h>. | Poul-Henning Kamp | 2000-05-03 | 1 | -1/+0 |
| * | OpenBSD has a broken debugger that does not grok static. Use a | Nick Hibma | 2000-04-03 | 1 | -5/+5 |
| * | Synchronisation with NetBSD 1999/11/27 | Nick Hibma | 1999-11-28 | 1 | -4/+4 |
| * | Revoke the vnodes on detach. This avoids the crashes people have seen | Nick Hibma | 1999-11-21 | 1 | -1/+10 |
| * | Synchronisation with NetBSD as of 1999/11/16: | Nick Hibma | 1999-11-17 | 1 | -37/+41 |
| * | Rename remove_dev() to destroy_dev(). | Poul-Henning Kamp | 1999-11-08 | 1 | -2/+2 |
| * | ulpt.c and ums.c already uses make_dev(), so there's no need to use the | Peter Wemm | 1999-11-08 | 1 | -2/+1 |
| * | Major synchronisation with the NetBSD USB stack: | Nick Hibma | 1999-10-07 | 1 | -67/+201 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -5/+0 |
| * | We use device_set_desc_copy, so we do not need to free the copied text | Nick Hibma | 1999-08-28 | 1 | -1/+1 |