| Age | Commit message (Expand) | Author |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-05-11 | Include machine/cputypes.h explicitly. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | 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-12-02 | Change kauth(9) KPI for kauth_authorize_device_passthru() to add another | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-08 | Replace securelevel checks with kauth(9) calls. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | fix empty if | christos |
| 2006-08-30 | fix incomplete initializer | christos |
| 2006-08-23 | Acting as Elad's keyboard: | christos |
| 2006-05-21 | void casts to functions whose return values are ignored. | christos |
| 2006-04-14 | Coverity CID 1534: Fix bogus code and array overruns. | christos |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 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-31 | Use aprint_*(). | thorpej |
| 2003-01-28 | Fix printf format warnings in previous. | kleink |
| 2003-01-27 | Also save status info in the user command packet. | ad |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-10 | Use 0xff as the 'unknown processor type' (which is what Linux does). | fvdl |
| 2002-12-09 | Fix LP64 issues. | ad |
| 2002-12-07 | Implement the DPT EATA ioctl() interface. | ad |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-03-25 | Missing splx(). From OpenBSD. | ad |
| 2001-03-10 | Make this work on a PowerPC system: | briggs |
| 2001-03-07 | Add BUS_DMA_STREAMING to data transfer maps. | thorpej |
| 2001-02-24 | Avoid sequence point issues. | cgd |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-07-18 | Use device_lookup() and ditch TAILQ sillyness. | ad |
| 2000-06-13 | Use my proper name. | ad |
| 2000-03-16 | Match shutdown msg with that of cac.c. | ad |
| 2000-02-29 | Oops, pasto. | ad |
| 2000-02-24 | - Don't use bitfields. | ad |
| 2000-02-12 | If we got an xfer from our backlog queue, don't allow sleeping; we're in | thorpej |
| 2000-01-16 | Be consistant when printing haHHBA status. | ad |
| 2000-01-15 | Typo. Don't worry, nothing that will cause system instability or data | ad |
| 2000-01-15 | Validate EATA signature in returned EATA configuration data before anything | ad |
| 2000-01-01 | - Make sense out of comment on dpt_wait(). | ad |