| Age | Commit message (Expand) | Author |
| 2022-10-25 | console(4), constty(4): Rip off the kernel lock, take three. | riastradh |
| 2022-10-25 | constty(4): Make MP-safe, take three. | riastradh |
| 2022-10-07 | Revert "constty(4): Make MP-safe." | riastradh |
| 2022-10-07 | Revert "console(4), constty(4): Rip off the kernel lock, take two." | riastradh |
| 2022-10-06 | console(4), constty(4): Rip off the kernel lock, take two. | riastradh |
| 2022-10-06 | constty(4): Make MP-safe. | riastradh |
| 2022-10-04 | Revert "constty(4): Make MP-safe." | riastradh |
| 2022-10-04 | Revert "console(4), constty(4): Rip off the kernel lock." | riastradh |
| 2022-10-03 | console(4), constty(4): Rip off the kernel lock. | riastradh |
| 2022-10-03 | constty(4): Make MP-safe. | riastradh |
| 2022-10-03 | cons(9): Check the unit number on close too. | riastradh |
| 2022-10-03 | cons(9): Serialize open and close. | riastradh |
| 2022-10-03 | cons(9): New function cn_set_tab. | riastradh |
| 2022-08-22 | cons(4): Don't barge ahead if cdevvp has failed -- return error now. | riastradh |
| 2022-08-22 | cons(4): Ignore error from vn_lock(vp, LK_EXCUSIVE|LK_RETRY). | riastradh |
| 2019-12-06 | Restore historical $Hdr$ tag after git cvsexportcommit nixed it. | riastradh |
| 2019-12-06 | Fix reference count leak in cons(4). | riastradh |
| 2015-05-29 | for some reason the previous commit causes ARCS firmware on sgimips64 to | macallan |
| 2015-03-05 | Fix strange kernel output sequence "\n\r" observed in serial | nakayama |
| 2015-02-23 | Fall back to nullcons if configured. | mlelstv |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-12-22 | raise spl to IPL_HIGH when calling cngetc. Make sure to call | matt |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2008-01-24 | specfs changes for PR kern/37717 (raidclose() is no longer called on | 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-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-04-28 | White space police. | martin |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-05-16 | "panicking" needs a k. | wiz |
| 2003-10-18 | Revert previous change as it breaks the build on a number of ports. | cdi |
| 2003-10-17 | Introduce null console. This pseudo device acts as a normal console with the | cdi |
| 2003-10-03 | Make 'minor(dev) == 1' a device that isn't affected by TIOCCONS. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 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-03-06 | Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console | matt |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |