Age | Commit message (Expand) | Author |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-01-15 | remove functions that were uses by other (non-linux) compat; and | Theo de Raadt |
2013-12-13 | Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@ | Christian Weisgerber |
2013-10-31 | Fix readdir_with_callback() after cookies removal. | Paul Irofti |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-04-09 | knf. even old ttys need love. | Ted Unangst |
2013-03-26 | remove the old_?magic aout exec functions which are never used. | Ted Unangst |
2011-07-09 | Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there. | Theo de Raadt |
2011-07-08 | remove all traces of COMPAT_09 and COMPAT_10. ok deraadt | Ted Unangst |
2011-07-08 | vm_43.c somehow escaped when its coconspirators were rounded up. | Ted Unangst |
2011-07-07 | remove old files | Ted Unangst |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-06-30 | remove compat_35 files | Ted Unangst |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2011-01-03 | Remove the old COMPAT_23 SysV IPC structures and the never implemented | Philip Guenthe |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-01 | 3.5 compat is old, but relied upon by other compats still in tree. the | Ted Unangst |
2010-07-01 | compat_o43 and compat_23 can die | Theo de Raadt |
2010-06-28 | <sys/time.b> is for ftime(), which is just in libcompat and not the kernel, | Philip Guenthe |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2009-01-29 | Switch struct stat's timespec members to the names standardized in | Philip Guenthe |
2008-08-19 | When failing to acquire the vnode lock in readdir_with_callback(), don't | Pedro Martelletto |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2007-11-28 | delete the compat_09_sys_uname code here | Theo de Raadt |
2007-11-28 | compat_25_sys_omsync is unused | Theo de Raadt |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-10-30 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-30 | - replace the remaining MALLOC/FREE -> malloc/free in sys/compat | Gilles Chehade |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-05-26 | fix little nonsense introduced by my last commit here | Pedro Martelletto |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto |
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff |
2004-09-16 | No kern_ipc_10 on mips64. | Miod Vallat |
2004-08-01 | proper check for the end of stackgap on growinupperstacks | Michael Shalayeff |
2004-07-15 | Complete rewrite derived from kern_ipc_35.c | Todd C. Miller |
2004-07-15 | In cvt_ds, copy from the address of the first element past the | Todd C. Miller |
2004-07-14 | Because mode_t is used in struct ipc_perm we need new versions of | Todd C. Miller |
2004-07-14 | Zero out st_gen for non-root in *stat(). OK deraadt@ | Todd C. Miller |
2004-07-14 | fhstat(2) uses struct stat too and so needs replacing as well. | Todd C. Miller |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-07-09 | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. | Todd C. Miller |