| Age | Commit message (Expand) | Author |
| 2023-05-31 | Fix typo. | ad |
| 2017-08-09 | While ld(4) is MP safe, many backends are not. | mlelstv |
| 2017-08-09 | Don't wait for allocation in polling mode. | mlelstv |
| 2017-02-27 | refactor the ld(4) DIOCCACHESYNC hook into general ioctl hook, so that attach... | jdolecek |
| 2016-09-16 | modify ldattach() to have default strategy as a parameter | jdolecek |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2008-12-15 | More device_t/softc split fallout, this time in iop(4). Fix from | mhitch |
| 2008-09-09 | Complete device_t/softc split for the ld(4) attachments. This should | tron |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-08-11 | Add a flags argument to the ld(4) flush handlers, and call these with a | simonb |
| 2008-05-10 | Fix a tyop in a comment. | simonb |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-06-16 | - Merge changes from the vmlocking branch. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-04-14 | Coverity CID 1532: Off-by-one array overrun. | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | add const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-04-19 | Spell removable with only two es. Inspired by jmc@openbsd. | wiz |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-08-22 | Parameter group changes: | ad |
| 2001-08-04 | Some changes from OpenBSD, and some of my own: | ad |
| 2001-06-10 | Centralise the geometry fudge. | ad |
| 2001-03-20 | Major update; basically, improve performance somewhat and play nicer with | ad |
| 2001-02-06 | Sync with ld.c. | ad |
| 2001-01-03 | Make dumps work, and put the first part of detach into ld.c. | ad |
| 2000-12-03 | Oops. | ad |
| 2000-12-03 | - Only configure un-claimed devices. Implement re-configuration. | ad |
| 2000-11-26 | lsu -> ld, by popular request. | ad |