| Age | Commit message (Expand) | Author |
| 2009-12-06 | Simplify device-activation hooks. | dyoung |
| 2009-09-23 | fix up USB drivers printing of autoconf information | plunky |
| 2009-02-13 | More printf format fixes. | bouyer |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-08 | Support FIONBIO. | gdt |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializer | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-13 | Fix a long standing typo noticed by Alex Pivovarov on PR/32061. | rpaulo |
| 2005-05-30 | - const poisoning | christos |
| 2005-05-23 | Sync 1284 id printing with the devinfo change, but leave it disabled for now. | soren |
| 2005-05-11 | Don't keep the devinfo string on the stack, instead use malloc/free. | augustss |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-23 | Use new functions for getting descriptors. | augustss |
| 2004-07-03 | Remove the call to ulpt_reset(). Although this *shouldn't* cause printers to | mycroft |
| 2004-06-14 | Remove change accidentally committed by tls. | augustss |
| 2004-04-23 | use bounded string ops (snprintf, strl*) | itojun |
| 2004-03-22 | MAXBSIZE->MAXPHYS -- this mysteriously broke all *kinds* of stuff when | tls |
| 2003-10-04 | Several changes: | augustss |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-05 | When detaching a ulpt device, call vdevgone() for the corresponding | scw |
| 2003-01-01 | Don't try to use 1284 mode. | augustss |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-15 | Move a quirk tests so the message printed about directionality is right. | augustss |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2002-02-25 | Fix an uninitilized request. From Alfred Perlstein <bright@mu.org>. | augustss |
| 2002-02-11 | Give usbd_do_request_flags() an extra argument for the timeout. | augustss |
| 2002-02-11 | Some updates for FreeBSD. | augustss |
| 2001-12-31 | Make a typedef for struct proc to make portingeasier. | augustss |
| 2001-11-29 | Plug a memory leak in an error case. | augustss |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-19 | Match printers that report their interface as IEEE 1284 in addition to | nathanw |
| 2001-04-16 | Use the bi-directional protocol if the printer supports it. | augustss |
| 2001-01-07 | Try both the old (wrong) and new SOFT_RESET request type. | augustss |
| 2000-12-29 | Update many URLs. | augustss |
| 2000-12-05 | Make sure to increment reference count while the (lengthy) opening | augustss |
| 2000-06-01 | Bring the coding style into the 80s, i.e., get rid of __P and use | augustss |
| 2000-04-27 | Change my email address. | augustss |
| 2000-04-14 | Fix a typo in a comment. | augustss |
| 2000-03-29 | Some OpenBSD portability fixes. | augustss |