| Age | Commit message (Expand) | Author |
| 2011-10-01 | fix build errors with gcc 4.5. | chs |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-10 | - split device_t/softc | tsutsui |
| 2011-06-10 | Split device_t/softc. Compile test only. | tsutsui |
| 2011-06-05 | Split device_t/softc. No crash on TT030. | tsutsui |
| 2011-06-05 | - use CFATTACH_DECL_NEW() (no softc) | tsutsui |
| 2010-12-12 | Rename device name of Crazy Dots II ET4000 video from et(4) to et4k(4) | tsutsui |
| 2010-04-13 | Misc KNF. | tsutsui |
| 2010-04-13 | Include "ioconf.h" to declare struct cfdriver foo_cd. | tsutsui |
| 2010-03-16 | Check if mapped bus_space regions are actually valid | tsutsui |
| 2010-03-16 | Renumber board type for LE_PAM. | tsutsui |
| 2010-03-16 | Fix register and memory addresses for PAM, per MintNet driver. | tsutsui |
| 2010-03-13 | Add support for the SMC Elite Ultra Ethernet with the SMC_TT VME-ISA bridge. | tsutsui |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-07-19 | Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy. | tsutsui |
| 2009-07-08 | Merge local <atari/atari/intr.h> into common <machine/intr.h>. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2008-06-28 | Unify splraiseipl(9) implementation among m68k ports, | isaki |
| 2008-06-13 | use device_lookup_private to get softc | cegger |
| 2008-06-11 | Use device_private() and device_lookup_privat() to get softc. | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-04 | Split device_t/softc for le(4) and variants and misc cosmetic changes. | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-30 | adaptions to config_search() change, and minor autoconf fixes, mostly from Ha... | drochner |
| 2005-06-04 | Adapt to compiling with -Wshadow and -Wcast-qual, by adding const | he |
| 2004-12-13 | for drivers that support only one instance, use a global variable to ensure | chs |
| 2004-05-12 | Remove UCB ad clause from maximum entropy's license. | wiz |
| 2004-03-25 | Licence cleanup (suggested by wiz). | leo |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2001-07-26 | Various typos in comments (neccessary, sceme, choise, ...). | wiz |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2000-06-29 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-01-19 | Allow storage-space to be passed to the alloc_bus_space_tag() functions. This | leo |