summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2011-04-20Fix possible NULL dereference for emul data. Okay miod@.Paul Irofti
2011-04-05Unify header sentinel names.Paul Irofti
2011-04-05Move timespec utility functions to a header file.Paul Irofti
2011-04-05Regenerate -- linux_sys_set_tid_address().Paul Irofti
2011-04-05Add set_tid_address() syscall. Lots of help from and okay guenther@.Paul Irofti
2011-04-05Fix PID fetching -- noticed last night by guenther@.Paul Irofti
2011-04-05Fix function argument list.Paul Irofti
2011-04-04Fix function argument list -- 1989 is long gone!Paul Irofti
2011-04-04Regenerate -- linux_sys_[g|s]et_thread_area().Paul Irofti
2011-04-04Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@.Paul Irofti
2011-02-11Regenerate.Paul Irofti
2011-02-11Add linux_mprotect() syscall. Okay otto@.Paul Irofti
2011-02-10Regenerate.Paul Irofti
2011-02-10Add time related syscalls clock_gettime() and clock_getres().Paul Irofti
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-06-30Merge from NetBSD: "Linux's getsid(2) does in fact return a pid,Philip Guenthe
2010-05-23syncTheo 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-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-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-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
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
2007-11-27regenArtur Grabowski
2007-10-30- replace the remaining MALLOC/FREE -> malloc/free in sys/compatGilles Chehade
2007-10-27Make sure the compat errno mapping arrays go up to ELAST, and correctlyMiod Vallat
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-06put IPX in the unsupported boatHenning Brauer
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-05-29adapt from netbsd:Nikolay Sturm
2007-05-29byebyeTed Unangst
2007-05-29regenTed Unangst
2007-05-29linux_getcwd is the same as the system one.Ted Unangst
2007-02-06Use atomic.h operation for manipulating p_siglist in struct proc. SolvesArtur Grabowski
2006-10-08Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properlyNikolay Sturm
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-04-28Instrumentation for an in-kernel getcwd() implementation.Pedro Martelletto
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-01-19redo (w/ proper changes everywhere ;):Michael Shalayeff
2005-12-30Missing or incorrect header sizes bounds check; ``looks ok'' mickey@Miod Vallat
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller