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