| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 2016-09-27 | Modularize the ld driver and all of its attachments. Ensure that all | pgoyette |
| 2016-07-14 | KNF. No functional change. | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-09-15 | Remove unused variable | martin |
| 2012-12-02 | fix device/softc split: initialize sc->sc_dev. | chs |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-05-24 | Explicitly get rid of constness. | joerg |
| 2010-11-14 | Avoid pointless use of a sysctl definition, CTL_NAMES. Clean up whitespace. | uebayasi |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-07-27 | printf() size_t with 'z' format modifier in debug code. | jakllsch |
| 2009-05-12 | use device_private(). | cegger |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | 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-09-03 | - add missing initializer | christos |
| 2006-08-27 | Initialize a variable to 0 to appease gcc4 with -O3. | xtraeme |
| 2006-08-23 | Acting as Elad's keyboard: | christos |
| 2006-04-11 | Coverity ID 2859: Don't leak ccb, move the allocation a few lines | rpaulo |
| 2006-02-23 | Fix memory leak in the TWEIO_GET_PARAM ioctl. | simonb |
| 2006-01-29 | Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> | dsl |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | kill some more simple submatch() functions, use config_stdsubmatch() | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-06-28 | Use ANSI function decls and static. | thorpej |
| 2005-06-20 | Change the rest of the sysctl subsystem to use const consistently. | atatat |
| 2005-05-30 | - const poisoning | christos |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-03-16 | Fix PR#24302. Clear PCI abort and parity errors to give the card a chance at | erh |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-20 | Add sysctl node hw.tweN.driver_version whose value is FreeBSD's driver version | heas |
| 2005-02-15 | Add some more stripe sizes observed in the field. | lukem |