| Age | Commit message (Expand) | Author |
| 2022-07-10 | tty_43: Do unsigned arithmetic to avoid shift into sign bits. | riastradh |
| 2020-10-10 | TIOCGSID is used by tcgetsid() so it is not really compat :-) | christos |
| 2020-10-09 | tty_43: Check a bitset from userspace is valid before shifting it | nia |
| 2020-08-08 | Fix the OTIOCGETD emulation. Line discipline 0 is NTTYDISC. | christos |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-01-29 | Normalize all the compat hooks' names to the form | pgoyette |
| 2019-01-28 | - provide a hook for the 43 tty ioctls | christos |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2014-05-22 | Use accessor functions for the tty's table of control characters. | dholland |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-14 | - Move some more compat code into sys/compat. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-23 | Fix locking. | ad |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-03-05 | cleanup more SET/CLR/ISSET lossage | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-27 | Overhaul how TTY line disciplines are handled: | thorpej |
| 2004-04-25 | Constify the speedtab arrays | matt |
| 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 |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2000-11-08 | Don't dereference NULL t_linesw. | eeh |
| 2000-11-02 | Adapt to the new line discipline scheme. | itohy |
| 2000-03-30 | Kill register declarations. | augustss |
| 2000-03-29 | Don't need to include <sys/conf.h> here. | simonb |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1996-10-13 | Backout previous kprintf change. | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-05-20 | cast -1 to a char for comparision with tc->t_brkc so that this test | mark |
| 1996-05-18 | Put this into an #ifdef COMPAT_OLDTTY. | veego |
| 1996-03-14 | Fix compiler warnings | christos |
| 1996-02-10 | Don't declare MSG_COMPAT in two places. | christos |
| 1996-02-02 | Renamed compat_tty.c to tty_43.c and updated with the newest copy from | christos |