| Age | Commit message (Expand) | Author |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-05-22 | Update copyright notice for Ludd (remove clause 3 & 4). | ragge |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-12-12 | acknowleg -> acknowledg, proceedure -> procedure. | maya |
| 2016-07-20 | Apply pserialize to some iterations of IP address lists | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-20 | IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE caller | knakahara |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-09-12 | add missing splx() found by brainy | christos |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | Centralize wedge ioctls in disk_ioctl. | christos |
| 2014-11-09 | support DIOCMWEDGES ioctl | mlelstv |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-08-18 | Avoid leak in error branch, noted by maxv@, compile-tested for vax. | riastradh |
| 2014-08-04 | Fix typo in comment. | ryoon |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-05-29 | Add missing braces. From Henning Petersen in PR 48846. | wiz |
| 2014-05-15 | Save a NETISR_* value in a variable and call schednetisr() after enqueue | msaitoh |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-10-25 | Fix dmamap cleanup in an error path | martin |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2010-12-15 | Need to include <sys/device.h> since vax's <sys/cpu.h> doesn't. | matt |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-02 | Fix incomplete line (deleto?), found by cppcheck and reported by | wiz |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-05-18 | Don't pass a buffer to physio(), let it be allocated dynamically. | ad |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | KNF | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | 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-01-22 | buildfix: re-adapt to major()/minor() return a 32bit value again. | cegger |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2009-01-12 | use PRIu64 format to printf DISKPART | cegger |
| 2009-01-11 | Initialize sc->sc_dev before we use it. | matt |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-07 | *** Summary *** | dyoung |