2009-01-17 |
Nicolas Joly | Regen for wait4 update.
|
commit | commitdiff | tree |
2009-01-17 |
Nicolas Joly | Convert linux/linux32 wait(4) to use a compat50 rusage...
|
commit | commitdiff | tree |
2009-01-16 |
Nicolas Joly | Regen for compat 50 update.
|
commit | commitdiff | tree |
2009-01-16 |
Nicolas Joly | Update some syscalls that now needs compat50 timeval...
|
commit | commitdiff | tree |
2009-01-15 |
Nicolas Joly | Rengen for compat50 update.
|
commit | commitdiff | tree |
2009-01-15 |
Nicolas Joly | Update some syscalls/arguments to use the new compat50...
|
commit | commitdiff | tree |
2009-01-14 |
Nicolas Joly | In rusage_to_rusage50() function, fix memcpy size to...
|
commit | commitdiff | tree |
2009-01-08 |
Nicolas Joly | Restore expected FUTEX_WAIT behaviour with NULL timeout...
|
commit | commitdiff | tree |
2009-01-05 |
Nicolas Joly | Make sysctl(2) fails with ENOTDIR (instead of EINVAL...
|
commit | commitdiff | tree |
2009-01-05 |
Nicolas Joly | Restore struct sysctl padding member name, which was...
|
commit | commitdiff | tree |
2009-01-02 |
Nicolas Joly | Add minimal SI_LWP support.
|
commit | commitdiff | tree |
2008-12-29 |
Nicolas Joly | Fix stime(2) inverted copyin arguments.
|
commit | commitdiff | tree |
2008-12-29 |
Nicolas Joly | s/syscallcarg/syscallarg/ in comments.
|
commit | commitdiff | tree |
2008-12-19 |
Nicolas Joly | Fix remaining archs (arm, luna68k, powerpc and sh3...
|
commit | commitdiff | tree |
2008-12-19 |
Nicolas Joly | Fix ADDUPROF macro definition, to correctly use its...
|
commit | commitdiff | tree |
2008-12-12 |
Nicolas Joly | +tabs.debug
|
commit | commitdiff | tree |
2008-12-12 |
Nicolas Joly | Regen for clock_nanosleep.
|
commit | commitdiff | tree |
2008-12-12 |
Nicolas Joly | Add clock_nanosleep syscall.
|
commit | commitdiff | tree |
2008-12-09 |
Nicolas Joly | Add some padding members to linux_msqid64_ds for 32...
|
commit | commitdiff | tree |
2008-12-08 |
Nicolas Joly | s/SYSVIPC/SYSVMSG/, for message queues support.
|
commit | commitdiff | tree |
2008-12-08 |
Nicolas Joly | Remove unused timeval_to_clock_t function, superseeded...
|
commit | commitdiff | tree |
2008-12-08 |
Nicolas Joly | Add R_X86_64_32 relocation support, which enable loading...
|
commit | commitdiff | tree |
2008-12-06 |
Nicolas Joly | Regen for netbsd32_caddr_t removal.
|
commit | commitdiff | tree |
2008-12-06 |
Nicolas Joly | Cleanup; kill netbsd32_caddr_t use.
|
commit | commitdiff | tree |
2008-12-06 |
Nicolas Joly | Small setres{uid,gid} cleanup; there is no need to...
|
commit | commitdiff | tree |
2008-12-05 |
Nicolas Joly | Regen for getres{uid,gid} syscalls.
|
commit | commitdiff | tree |
2008-12-05 |
Nicolas Joly | Add getres{uid,gid} syscalls.
|
commit | commitdiff | tree |
2008-12-02 |
Nicolas Joly | Regen for getdirentries fix.
|
commit | commitdiff | tree |
2008-12-02 |
Nicolas Joly | Fix getdirentries(2) by not calling compat_43_sys_getdirentr...
|
commit | commitdiff | tree |
2008-12-01 |
Nicolas Joly | Regen for sched_get_priority_{min,max}.
|
commit | commitdiff | tree |
2008-12-01 |
Nicolas Joly | Add sched_get_priority_{min,max} syscalls.
|
commit | commitdiff | tree |
2008-11-24 |
Nicolas Joly | Regen for getpgid.
|
commit | commitdiff | tree |
2008-11-24 |
Nicolas Joly | Add getpgid, needed for Tru64 4.0g ksh.
|
commit | commitdiff | tree |
2008-11-23 |
Nicolas Joly | Move si_code definitions from MD to MI linux_siginfo...
|
commit | commitdiff | tree |
2008-11-20 |
Nicolas Joly | Fix mdoc warning: Empty input line.
|
commit | commitdiff | tree |
2008-11-19 |
Nicolas Joly | Regen for futex timeout argument cleanup/fix.
|
commit | commitdiff | tree |
2008-11-19 |
Nicolas Joly | futex(2) timeout argument cleanup/fix.
|
commit | commitdiff | tree |
2008-11-18 |
Nicolas Joly | noisy printf.
|
commit | commitdiff | tree |
2008-11-15 |
Nicolas Joly | Do not call namei anymore, but use the result from...
|
commit | commitdiff | tree |
2008-11-13 |
Nicolas Joly | mdoc warning fix.
|
commit | commitdiff | tree |
2008-11-12 |
Nicolas Joly | Regen for nanosleep(2) fix.
|
commit | commitdiff | tree |
2008-11-12 |
Nicolas Joly | Fix nanosleep(2) on 64-bit archs. Do not call native...
|
commit | commitdiff | tree |
2008-11-12 |
Nicolas Joly | Add missing sys/syscall.h include for SYS_ptrace definition.
|
commit | commitdiff | tree |
2008-10-30 |
Nicolas Joly | Fix amd64 (and sparc64) build with MKPUFFS=no.
|
commit | commitdiff | tree |
2008-10-30 |
Nicolas Joly | s/base-secsh-bin/base-secsh-shlib/
|
commit | commitdiff | tree |
2008-10-21 |
Nicolas Joly | Do not use native_to_linux_si_code() outside LINUX_NPTL...
|
commit | commitdiff | tree |
2008-10-21 |
Nicolas Joly | Remove LINUX_SI_xxx from MI siginfo.h, that should...
|
commit | commitdiff | tree |
2008-10-21 |
Nicolas Joly | tkill/tgkill syscalls cleanup.
|
commit | commitdiff | tree |
2008-10-19 |
Nicolas Joly | Add native to linux siginfo si_code translation, mostly...
|
commit | commitdiff | tree |
2008-10-17 |
Nicolas Joly | g/c amd64 ifndef/endif.
|
commit | commitdiff | tree |
2008-10-17 |
Nicolas Joly | Move linux_sigaction.c from MI to MD lists, except...
|
commit | commitdiff | tree |
2008-10-17 |
Nicolas Joly | Remove unneeded linux_sigaction.c
|
commit | commitdiff | tree |
2008-10-09 |
Nicolas Joly | Fix linux32 siginfo si_signo value. Do not convert...
|
commit | commitdiff | tree |
2008-10-06 |
Nicolas Joly | Regen.
|
commit | commitdiff | tree |
2008-10-06 |
Nicolas Joly | Cleanup. Reduce diffs against netbsd32 syscalls.master.
|
commit | commitdiff | tree |
2008-10-03 |
Nicolas Joly | Compat linux/linux32 nice(2) fix. The syscall argument...
|
commit | commitdiff | tree |
2008-09-30 |
Nicolas Joly | Small fix to make setpriority(2) with PRIO_PROCESS...
|
commit | commitdiff | tree |
2008-09-29 |
Nicolas Joly | Make setpriority(2) return EINVAL for incorrect which...
|
commit | commitdiff | tree |
2008-09-29 |
Nicolas Joly | Add strfile.debug and unstr.debug
|
commit | commitdiff | tree |
2008-09-24 |
Nicolas Joly | Add missing .El directive.
|
commit | commitdiff | tree |
2008-09-22 |
Nicolas Joly | Regen after cleanup.
|
commit | commitdiff | tree |
2008-09-22 |
Nicolas Joly | Kill a few linux32 syscalls identical to netbsd32 ones.
|
commit | commitdiff | tree |
2008-09-13 |
Nicolas Joly | Regen for Nvidia GeForce 6150 devices addition.
|
commit | commitdiff | tree |
2008-09-13 |
Nicolas Joly | Add Nvidia GeForce 6150 devices.
|
commit | commitdiff | tree |
2008-09-08 |
Nicolas Joly | Add missing newline in debug message.
|
commit | commitdiff | tree |
2008-09-08 |
Nicolas Joly | Improve message for SMI interrupts.
|
commit | commitdiff | tree |
2008-09-08 |
Nicolas Joly | Fix compilation with ICHIIC_DEBUG.
|
commit | commitdiff | tree |
2008-09-04 |
Nicolas Joly | Make linux32 getdents(2) do its own job instead of...
|
commit | commitdiff | tree |
2008-09-02 |
Nicolas Joly | +rgb.debug
|
commit | commitdiff | tree |
2008-09-02 |
Nicolas Joly | Add back a few x11 man pages that werew lost in r1.25.
|
commit | commitdiff | tree |
2008-09-01 |
Nicolas Joly | s/.debug/debug/ for tags.
|
commit | commitdiff | tree |
2008-08-31 |
Nicolas Joly | Make dup(2) return the correct error value, not 0.
|
commit | commitdiff | tree |
2008-07-30 |
Nicolas Joly | Fix linux_sigismember/linux_sigaddset to work on amd64...
|
commit | commitdiff | tree |
2008-07-24 |
Nicolas Joly | Regen for rt_sigpending.
|
commit | commitdiff | tree |
2008-07-24 |
Nicolas Joly | Add rt_sigpending syscall.
|
commit | commitdiff | tree |
2008-07-23 |
Nicolas Joly | Add linux32_getifconf, following recent linux_getifconf...
|
commit | commitdiff | tree |
2008-07-03 |
Nicolas Joly | Fix SIOCGIFCONF ioctl for 64bit platforms. Add a new...
|
commit | commitdiff | tree |
2008-06-29 |
Nicolas Joly | Move amd64 MD termois types definitions from linux_termios...
|
commit | commitdiff | tree |
2008-06-27 |
Nicolas Joly | Add SIOCGIFHWADDR support.
|
commit | commitdiff | tree |
2008-06-24 |
Nicolas Joly | Fix SIOCGIFCONF ioctl under compat linux32.
|
commit | commitdiff | tree |
2008-06-23 |
Nicolas Joly | Update compat netbsd32 SIOCGIFCONF ioctls definitions...
|
commit | commitdiff | tree |
2008-06-22 |
Nicolas Joly | netbsd32_ifreq_tp_t should be of type netbsd32_pointer_t...
|
commit | commitdiff | tree |
2008-06-20 |
Nicolas Joly | Do not return 0 for unsupported/unknown futex operations...
|
commit | commitdiff | tree |
2008-06-20 |
Nicolas Joly | Fix futex locking. Move all locking to linux_sys_futex...
|
commit | commitdiff | tree |
2008-06-18 |
Nicolas Joly | Output linux ptrace request name for processes under...
|
commit | commitdiff | tree |
2008-06-18 |
Nicolas Joly | linux32_sys_ptrace() fixes.
|
commit | commitdiff | tree |
2008-06-11 |
Nicolas Joly | Update linux cpuinfo vendor_id/model_name field, to...
|
commit | commitdiff | tree |
2008-06-11 |
Nicolas Joly | Remove extra column in linux cpuinfo output.
|
commit | commitdiff | tree |
2008-06-11 |
Nicolas Joly | In linux_sys_sendto, do not unconditionnally set MSG_NAMEMBUF to
|
commit | commitdiff | tree |
2008-06-09 |
Nicolas Joly | Do set mbuf in all cases, even for salen value of 0...
|
commit | commitdiff | tree |
2008-06-05 |
Nicolas Joly | Add missing cv_destroy in futex_sleep.
|
commit | commitdiff | tree |
2008-06-02 |
Nicolas Joly | When converting msqid_ds structure from/to netbsd32...
|
commit | commitdiff | tree |
2008-05-28 |
Nicolas Joly | Add LINUX_TMPFS_SUPER_MAGIC, and map it to our tmpfs.
|
commit | commitdiff | tree |
2008-05-24 |
Nicolas Joly | Fix netbsd32_ipc_perm and netbsd32_shmid_ds structures...
|
commit | commitdiff | tree |
2008-05-22 |
Nicolas Joly | Make msgsnd return EINVAL instead of 0, when the value...
|
commit | commitdiff | tree |
2008-05-21 |
Nicolas Joly | Add IPC_64 support to msgctl, needed for amd64.
|
commit | commitdiff | tree |
2008-05-20 |
Nicolas Joly | Regen for ipc(2) syscall support.
|
commit | commitdiff | tree |
2008-05-20 |
Nicolas Joly | Add compat linux32 ipc(2) syscall support, for shared...
|
commit | commitdiff | tree |
2008-05-20 |
Nicolas Joly | Fix linux_sys_getres{uid,gid}16 arguments type in comment.
|
commit | commitdiff | tree |
2008-05-19 |
Nicolas Joly | Fix free() argument in linux_read_ldt.
|
commit | commitdiff | tree |