| Commit message (Expand) | Author | Age | Files | Lines |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+7 |
| * | 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 | -3/+3 |
| * | Get bored with hard coded debug level variables and introduce a debug.usb | Josef Karthauser | 2002-07-31 | 1 | -0/+3 |
| * | MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23) | Josef Karthauser | 2002-04-07 | 1 | -2/+2 |
| * | MFNetBSD: Update many URLs. | Josef Karthauser | 2002-04-01 | 1 | -1/+1 |
| * | Huge merge from NetBSD: | Josef Karthauser | 2002-03-16 | 1 | -8/+7 |
| * | Fixes to make select/poll mpsafe. | Alfred Perlstein | 2002-03-14 | 1 | -0/+2 |
| * | Be more specific about when block major numbers disappeared from | Josef Karthauser | 2002-03-11 | 1 | -1/+1 |
| * | Re-add bmaj to the cdevsw's, but don't compile it in on -current. | Josef Karthauser | 2002-02-15 | 1 | -0/+3 |
| * | Sync with NetBSD: | Josef Karthauser | 2002-01-02 | 1 | -1/+1 |
| * | NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too) | Josef Karthauser | 2002-01-02 | 1 | -5/+5 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -5/+5 |
| * | Only clear endpoint stall if status was USBD_STALLED. | Nick Hibma | 2001-09-02 | 1 | -1/+2 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | select() DKI is now in <sys/selinfo.h>. | Garrett Wollman | 2001-01-09 | 1 | -0/+4 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Initiate deorbit burn sequence for <machine/mouse.h>. | Poul-Henning Kamp | 2000-10-09 | 1 | -1/+1 |
| * | Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD | Nick Hibma | 2000-07-17 | 1 | -7/+7 |
| * | Change Lennart's e-mail address. | Nick Hibma | 2000-05-14 | 1 | -1/+1 |
| * | OpenBSD has a broken debugger that does not grok static. Use a | Nick Hibma | 2000-04-03 | 1 | -20/+20 |
| * | More USB ethernet tweaks: | Bill Paul | 2000-01-20 | 1 | -1/+2 |
| * | Revoke the vnodes on detach. This avoids the crashes people have seen | Nick Hibma | 1999-11-21 | 1 | -4/+6 |
| * | Synchronisation with NetBSD as of 1999/11/16: | Nick Hibma | 1999-11-17 | 1 | -16/+32 |
| * | The Qtronix keyboard has a built in PS/2 port for a mouse. | Nick Hibma | 1999-11-08 | 1 | -49/+97 |
| * | Rename remove_dev() to destroy_dev(). | Poul-Henning Kamp | 1999-11-08 | 1 | -1/+1 |
| * | 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 |
| * | Add make_dev and remove_dev. | Nick Hibma | 1999-10-07 | 1 | -0/+7 |
| * | Remove the last bits and pieces left over from porting the driver | Nick Hibma | 1999-10-07 | 1 | -27/+9 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -5/+0 |
| * | Typo: 'x' should be 'y' (only affects debugging output) | Nick Hibma | 1999-09-01 | 1 | -1/+1 |
| * | Remove NetBSD specific code. USB part is trivial, and the rest is not | Nick Hibma | 1999-08-28 | 1 | -79/+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 |
| * | Remove cmaj and bmaj args from DEV_DRIVER_MODULE. | Poul-Henning Kamp | 1999-07-04 | 1 | -2/+2 |
| * | 1) Add non-blocking I/O on read | Nick Hibma | 1999-06-13 | 1 | -6/+32 |
| * | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 1 | -4/+19 |
| * | When the mouse is being disconnected, do the followings: | Nick Hibma | 1999-05-30 | 1 | -4/+14 |
| * | Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between | Poul-Henning Kamp | 1999-05-09 | 1 | -1/+1 |
| * | Continue where Julian left off in July 1998: | Poul-Henning Kamp | 1999-05-07 | 1 | -2/+2 |
| * | Z direction was upside down. | Nick Hibma | 1999-05-01 | 1 | -2/+6 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -5/+1 |
| * | 1) Make debugging more selective. | Nick Hibma | 1999-04-11 | 1 | -6/+6 |
| * | make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf. | Nick Hibma | 1999-02-21 | 1 | -57/+111 |
| * | Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2) | Nick Hibma | 1999-02-15 | 1 | -0/+8 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -2/+2 |
| * | forgotten in previous commit: Lowered default debug level | Nick Hibma | 1999-01-22 | 1 | -1/+1 |
| * | Fixed disconnect for umouse | Nick Hibma | 1999-01-22 | 1 | -2/+7 |
| * | Cleaning up, improving _detach, removing ominous warning (msmith) | Nick Hibma | 1999-01-21 | 1 | -9/+22 |
| * | Corrected the latent fact that the uhub driver was providing a driver for | Nick Hibma | 1999-01-14 | 1 | -1/+1 |
| * | 1) textual changes | Nick Hibma | 1999-01-12 | 1 | -48/+24 |