Age | Commit message (Expand) | Author |
2011-04-05 | Unify header sentinel names. | Paul Irofti |
2011-04-05 | Move timespec utility functions to a header file. | Paul Irofti |
2011-04-05 | Regenerate -- linux_sys_set_tid_address(). | Paul Irofti |
2011-04-05 | Add set_tid_address() syscall. Lots of help from and okay guenther@. | Paul Irofti |
2011-04-05 | Fix PID fetching -- noticed last night by guenther@. | Paul Irofti |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2011-04-05 | Fix function argument list. | Paul Irofti |
2011-04-04 | Fix function argument list -- 1989 is long gone! | Paul Irofti |
2011-04-04 | Regenerate -- linux_sys_[g|s]et_thread_area(). | Paul Irofti |
2011-04-04 | Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@. | Paul Irofti |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2011-02-11 | Regenerate. | Paul Irofti |
2011-02-11 | Add linux_mprotect() syscall. Okay otto@. | Paul Irofti |
2011-02-10 | Regenerate. | Paul Irofti |
2011-02-10 | Add time related syscalls clock_gettime() and clock_getres(). | Paul Irofti |
2011-01-03 | Remove the old COMPAT_23 SysV IPC structures and the never implemented | Philip Guenthe |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-05 | remove compat_bsdos support | Ted Unangst |
2010-07-02 | remove sunos compat files | Ted Unangst |
2010-07-01 | 3.5 compat is old, but relied upon by other compats still in tree. the | Ted Unangst |
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst |
2010-07-01 | compat_o43 and compat_23 can die | Theo de Raadt |
2010-06-30 | Merge from NetBSD: "Linux's getsid(2) does in fact return a pid, | Philip Guenthe |
2010-06-30 | delete osf1 compat files | Ted Unangst |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | and the ultrix files go into the attic. ok deraadt miod | Ted Unangst |
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 |
2010-05-25 | Fix previous. s/sfs->f_typename/bfs->fs_typename and | Thordur I. Bjornsson |
2010-05-25 | Zero out svr4_statvfs and svr4_statvfs64 before using and copy the | Todd C. Miller |
2010-05-23 | sync | Theo de Raadt |
2010-05-23 | use __alpha__ not alpha for the ifdef | Theo de Raadt |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-01-28 | regen | Miod Vallat |
2010-01-28 | HP-UX getpgrp2() is documented as returning the same value than getpgid(), | Miod Vallat |
2010-01-28 | Make sure the process tree is is loop-free by forbidding ptrace() | Philip Guenthe |
2010-01-04 | Previous commit was too restrictive: just ignore the CLONE_FS flag | Philip Guenthe |
2009-12-28 | Sanity check flags in fork1(), banning some combos we don't support | Philip Guenthe |
2009-12-20 | svr4_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-09 | Add entries in compat signal mapping arrays for SIGTHR. | Jonathan Gray |
2009-10-28 | Add compat errno mappings for the ENOTSUP errno addition. | Jonathan Gray |
2009-09-05 | Fix various cases of stackgap_alloc() size arguments not being computed | Miod Vallat |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-01 | Move ibcs2_sendsig into compat. Quit poluting machdep. | Tobias Weingartner |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-02-19 | sys/types.h or sys/param.h MUST BE FIRST | Theo de Raadt |