summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-07-05remove compat_bsdos supportTed Unangst
2010-07-02remove sunos compat filesTed Unangst
2010-07-013.5 compat is old, but relied upon by other compats still in tree. theTed Unangst
2010-07-01another day, another compat gets removed. today is ibcs2's turnTed Unangst
2010-07-01compat_o43 and compat_23 can dieTheo de Raadt
2010-06-30Merge from NetBSD: "Linux's getsid(2) does in fact return a pid,Philip Guenthe
2010-06-30delete osf1 compat filesTed Unangst
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
2010-06-29and the ultrix files go into the attic. ok deraadt miodTed Unangst
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
2010-05-25Fix previous. s/sfs->f_typename/bfs->fs_typename andThordur I. Bjornsson
2010-05-25Zero out svr4_statvfs and svr4_statvfs64 before using and copy theTodd C. Miller
2010-05-23syncTheo de Raadt
2010-05-23use __alpha__ not alpha for the ifdefTheo de Raadt
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-04-28s/i386/__i386__/, no binary change.Mark Kettenis
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-01-28regenMiod Vallat
2010-01-28HP-UX getpgrp2() is documented as returning the same value than getpgid(),Miod Vallat
2010-01-28Make sure the process tree is is loop-free by forbidding ptrace()Philip Guenthe
2010-01-04Previous commit was too restrictive: just ignore the CLONE_FS flagPhilip Guenthe
2009-12-28Sanity check flags in fork1(), banning some combos we don't supportPhilip Guenthe
2009-12-20svr4_sys_waitsys() was seemingly implemented by copying sys_wait4()Philip Guenthe
2009-12-15- instead of rolling a macro that is functional equivalent to nitems(),Jasper Lievisse Adriaanse
2009-12-09Add entries in compat signal mapping arrays for SIGTHR.Jonathan Gray
2009-10-28Add compat errno mappings for the ENOTSUP errno addition.Jonathan Gray
2009-09-05Fix various cases of stackgap_alloc() size arguments not being computedMiod Vallat
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2009-06-01Move ibcs2_sendsig into compat. Quit poluting machdep.Tobias Weingartner
2009-03-05Make ELF platforms generate ELF core dumps. Somewhat based on code fromMark Kettenis
2009-02-19sys/types.h or sys/param.h MUST BE FIRSTTheo de Raadt
2009-01-29Switch struct stat's timespec members to the names standardized inPhilip Guenthe
2009-01-07Fix an occurance of __attribute which should have been __attribute__Jonathan Gray
2008-11-01change all callers of enterpgrp() to pre-allocate a pgrp or session ifTheo de Raadt
2008-09-23Fix uninitialized value.Miod Vallat
2008-09-19Fix a bunch of problems and races with posix file locking.Artur Grabowski
2008-08-19When failing to acquire the vnode lock in readdir_with_callback(), don'tPedro Martelletto
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-12Be more permissive and try to run non-branded non-static binaries if we canMiod Vallat
2008-06-12Do not attempt to recognize foreign ELF binaries if emulation is disabled;Miod Vallat
2008-06-10Allow linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCALMatthieu Herrb
2008-05-01spl0() is not your friend, use splx() instead.Miod Vallat
2008-04-12bring in changes as found in libossaudioJacob Meuser
2008-03-16Widen some struct statfs fields to support large filesystem stataOtto Moerbeek
2008-03-09use the right capitalization for platform namesIgor Sobrado
2008-01-05regenMiod Vallat
2008-01-05Mark vadvise(2) as obsolete and remove its implementation, so instead ofMiod Vallat
2007-11-28delete the compat_09_sys_uname code hereTheo de Raadt