| Age | Commit message (Expand) | Author |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2009-11-25 | Remove IPL_LPT and IPL_IPI aliases, use the actual IPLs. | rmind |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-06-10 | device_private(device_lookup()) -> device_lookup_private() | cegger |
| 2008-03-07 | Split the softc from the device_t for all lpt(4) variants and attachments | cube |
| 2008-02-22 | Add methods to detach lpt at isa. | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-09 | Defer wakeup() to a soft interrupt, since lptintr() can be called above | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 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-02 | Add missing initializer | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 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 |
| 2002-12-10 | Make this work on fast platforms by making sure signals are held for at | rafal |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2000-07-06 | Use device_lookup(). | thorpej |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-03-29 | Replace the #ifdef'ed variable DELAYs with a pair of non-ifdefed | perry |
| 1999-03-25 | Add two #ifdef BROKEN_LPT_DELAY's in to the central write byte | perry |
| 1999-02-12 | Fix printf format problems on Alpha. | thorpej |
| 1998-10-14 | Stop spurious lpt messages from being printed -- approved by fvdl. | perry |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-07-18 | Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't use | is |
| 1998-02-02 | Implement a flag to indicate that the driver attached correctly. | cgd |
| 1998-01-12 | Adjust for config changes. | thorpej |
| 1997-12-07 | Use malloc()/free(), not geteblk()/brelse(), for the device buffer. | thorpej |
| 1997-10-14 | Finalize the isa/lpt.c split: | is |
| 1997-09-27 | First part of splitting lpt.c, and the NetBSD/Amiga "supio" frontend. Needs | is |
| 1997-09-02 | add missing argument to LPRINTF() declaration; from Geoff Wing in PR 4072. | mikel |
| 1996-12-05 | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG | cgd |
| 1996-10-21 | New bus.h implementation/interface: | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-05-12 | Use intr.h. | mycroft |
| 1996-04-29 | - Fix gcc -Wall warnings | christos |
| 1996-04-11 | update for addition of a machine-dependent cookie as the first argument | cgd |
| 1996-04-10 | Add explicit return types. | mycroft |
| 1996-03-18 | since this driver tries to block its interrupt with spltty(), it must | cgd |
| 1996-03-17 | clean up <machine/bus.h> changes a bit; no real functional change. | cgd |
| 1996-03-17 | New device attachment scheme: | thorpej |