| Age | Commit message (Expand) | Author |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2020-09-01 | net: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2018-05-09 | Eliminate the overhead of gratuitous repeated reinitialization of cap_rights | Matt Macy |
| 2017-11-27 | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2014-03-16 | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson |
| 2013-09-05 | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek |
| 2013-05-04 | Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. | Davide Italiano |
| 2013-05-04 | Completely rewrite the interface to smbdev switching from dev_clone | Davide Italiano |
| 2013-03-09 | Call make_dev_credf() rather than using the couple make_dev()/dev_ref(). | Davide Italiano |
| 2013-03-02 | Merge Capsicum overhaul: | Pawel Jakub Dawidek |
| 2012-10-31 | Fix panic due to page faults while in kernel mode, under conditions of | Davide Italiano |
| 2012-06-13 | When checking if file descriptor number is valid, explicitely check for 'fd' | Pawel Jakub Dawidek |
| 2010-04-07 | Switch to our preferred 2-clause BSD license. | Joel Dahl |
| 2009-09-10 | Don't print out a message on loading a module. 'kldload -v' and 'kldstat | Nick Hibma |
| 2008-11-03 | Implement device cloning for /dev/nsmb, the netsmb control pseudo-device. | Robert Watson |
| 2008-11-02 | Catch up with netsmb locking: explicit thread arguments no longer required. | Robert Watson |
| 2008-09-27 | Replace all calls to minor() with dev2unit(). | Ed Schouten |
| 2008-09-26 | Remove unit2minor() use from kernel code. | Ed Schouten |
| 2007-07-10 | Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI. | Tai-hwa Liang |
| 2007-04-04 | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson |
| 2007-02-09 | Backing out the wrong fix which could possibly trash the memory if devfs | Tai-hwa Liang |
| 2007-02-09 | It turns out that devfs_close() does a dev_refthread() before invoking | Tai-hwa Liang |
| 2005-11-22 | Prevent module unloading if there are active connections. | Boris Popov |
| 2005-08-08 | Merge the dev_clone and dev_clone_cred event handlers into a single | Robert Watson |
| 2005-03-31 | Explicitly hold a reference to the cdev we have just cloned. This | Poul-Henning Kamp |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-11-10 | Don't use vn_todev(). | Poul-Henning Kamp |
| 2004-06-17 | Second half of the dev_t cleanup. | Poul-Henning Kamp |
| 2004-06-16 | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp |
| 2004-05-30 | add missing #include <sys/module.h> | Poul-Henning Kamp |
| 2004-02-21 | Device megapatch 4/6: | Poul-Henning Kamp |
| 2004-02-11 | Use automatic major number allocation for nsmb devices. | Tim J. Robbins |
| 2003-09-26 | - Support for multibyte charsets in LIBICONV. | Max Khon |
| 2003-06-22 | Add a f_vnode field to struct file. | Poul-Henning Kamp |
| 2003-06-11 | Use __FBSDID(). | David E. O'Brien |
| 2003-03-06 | Remove fragments of support for the FreeBSD 3.x and 4.x branches. | Tim J. Robbins |
| 2003-03-03 | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp |
| 2003-02-27 | Use noread(), nowrite() and nopoll() instead of our own stub functions. | Tim J. Robbins |
| 2003-02-26 | NODEVFS cleanup: Don't call cdevsw_{add,remove}() | Poul-Henning Kamp |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-02-07 | Pass a minor number instead of a unit number to make_dev(). | Tim J. Robbins |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2003-01-13 | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon |
| 2003-01-12 | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon |
| 2003-01-01 | When compiling the kernel do not implicitly include filedesc.h from proc.h, | Alfred Perlstein |
| 2002-02-27 | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin |
| 2002-01-13 | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein |
| 2001-12-02 | Pull netsmb requester from the pre-KSE world. This update mostly based | Boris Popov |