| Age | Commit message (Expand) | Author |
| 2021-12-19 | fix various typos in bktr driver comments. | andvar |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-02-23 | typo in comment | skrll |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2012-12-14 | bt848_format is only defined in a __FreeBSD__ section of bktr_os.c and | joerg |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-06-30 | dependant -> dependent | wiz |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-01-16 | Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64. | jmcneill |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 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 |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | stop attaching when a bus_dma operation fails, instead of using bogus | bouyer |
| 2006-08-28 | remove unreachable code. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | Fix replaco in comment. | wiz |
| 2005-05-30 | - avoid variable shadowing | 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-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-28 | Quell a strict-alias warning by applying the same cast to '&target' as | fvdl |
| 2003-03-12 | Merge some more. | wiz |
| 2003-03-12 | Merge first bktr-sf import. | wiz |
| 2003-01-10 | Make this work on big endian platforms (mostly from OpenBSD): | mjl |
| 2002-12-25 | Fix broken programming of VSCALE_HI registers in yuv422_prog. | toshii |
| 2002-12-25 | Consistently use BKTR_GEN_IRQ and BKTR_RESYNC instead of numbers. | toshii |
| 2002-12-25 | Merge FreeBSD rev.1.122: | toshii |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-08-28 | Remove a superfluous interrupt request bit in yuvpack_prog, | toshii |
| 2002-05-22 | bcmp -> memcmp. | wiz |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-09-18 | Give initiali[sz]e all the "i"s it deserves. | wiz |
| 2001-03-03 | Correct wrong error return in mmap fn. | mjl |
| 2001-03-01 | Fix typo to make this compile even w/ debug defines. | mjl |
| 2001-01-18 | constify | jdolecek |
| 2000-12-30 | Merge 2.18 to trunk. | wiz |
| 2000-10-28 | Replace remaining vm_offset_t's in NetBSD code by vaddr_t; remove now | wiz |
| 2000-10-28 | Merge 2.17 changes to trunk. | wiz |
| 2000-09-06 | Cast the argument to vtophys() to vaddr_t. | thorpej |
| 2000-09-03 | Use NetBSD's pcidevs file for vendors/cards as much as possible. | wiz |