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 |
2008-05-07 |
Nicolas Joly | Restore sched_native2linux() KASSERTs, i accidentally...
|
commit | commitdiff | tree |
2008-05-06 |
Nicolas Joly | - Make semctl SETVAL/SETALL commands validate the semaphore...
|
commit | commitdiff | tree |
2008-05-01 |
Nicolas Joly | Add SCHED_FIFO/SCHED_RR support to sched_get_priority_...
|
commit | commitdiff | tree |
2008-04-29 |
Nicolas Joly | In linux_get_sa(), make salen parameter unsigned.
|
commit | commitdiff | tree |
2008-04-26 |
Nicolas Joly | Remove a duplicate mutex_enter call in linux32_e_proc_init().
|
commit | commitdiff | tree |
2008-04-24 |
Nicolas Joly | Add IPC_64 support for semctl IPC_STAT/IPC_SET.
|
commit | commitdiff | tree |
2008-04-22 |
Nicolas Joly | Fix semaphore permissions returned by semctl+IPC_STAT...
|
commit | commitdiff | tree |
2008-04-21 |
Nicolas Joly | Add LINUX_IPC_64 support for LINUX_IPC_SET in shmctl...
|
commit | commitdiff | tree |
2008-04-21 |
Nicolas Joly | Rename LINUX_SHMCTL_FORCEIPC64 define to LINUX_IPC_FORCE64.
|
commit | commitdiff | tree |
2008-04-19 |
Nicolas Joly | Add missing agp support for ALI M1689 chipset, for...
|
commit | commitdiff | tree |
2008-04-17 |
Nicolas Joly | Regen for sys_clock_{getres,gettime,settime} syscalls.
|
commit | commitdiff | tree |
2008-04-17 |
Nicolas Joly | Add compat linux32 sys_clock_{getres,gettime,settime...
|
commit | commitdiff | tree |
2008-04-16 |
Nicolas Joly | Remove an obsolete comment about SHM_LOCK/SHM_UNLOCK...
|
commit | commitdiff | tree |
2008-04-16 |
Nicolas Joly | Kill a few other unused linux syscall arguments/prototypes
|
commit | commitdiff | tree |
2008-04-15 |
Nicolas Joly | Make linux32_sys_nice call sys_setpriority directly...
|
commit | commitdiff | tree |
2008-04-15 |
Nicolas Joly | Remove syscall prototypes forgotten in previous commit.
|
commit | commitdiff | tree |
2008-04-15 |
Nicolas Joly | Remove unused linux_sys_setresgid16_args/linux_sys_setresuid...
|
commit | commitdiff | tree |
2008-04-15 |
Nicolas Joly | Remove unneeded amd64 ifdef/endif.
|
commit | commitdiff | tree |
2008-04-13 |
Nicolas Joly | Fix infinite loop with AGP on Ali M1689 (from PR/38269...
|
commit | commitdiff | tree |
2008-04-11 |
Nicolas Joly | Under NPTL emulation, do not reparent all members of...
|
commit | commitdiff | tree |
2008-04-09 |
Nicolas Joly | s/_POSIX_MESSAGE_PASSING/_SC_MESSAGE_PASSING/ in value.
|
commit | commitdiff | tree |
2008-04-09 |
Nicolas Joly | Fix _SC_MQ_OPEN_MAX/_SC_MQ_PRIO_MAX sysctlgetmibinfo...
|
commit | commitdiff | tree |
2008-04-08 |
Nicolas Joly | Cleanup unneeded LINUX_NPTL ifdef/endif.
|
commit | commitdiff | tree |
2008-04-04 |
Nicolas Joly | Regen for msync(2) support.
|
commit | commitdiff | tree |
2008-04-04 |
Nicolas Joly | Add msync(2) syscall.
|
commit | commitdiff | tree |
2008-04-04 |
Nicolas Joly | Regen for linux_sys_msync removal.
|
commit | commitdiff | tree |
2008-04-04 |
Nicolas Joly | Cleanup. Kill linux_sys_msync and use sys___msync13...
|
commit | commitdiff | tree |
2008-03-31 |
Nicolas Joly | Revert unexpected DDB_ONPANIC change introduced in...
|
commit | commitdiff | tree |
2008-03-27 |
Nicolas Joly | Be sure to not include linux_mmap.h before linux_syscallargs.h.
|
commit | commitdiff | tree |
2008-03-18 |
Nicolas Joly | Handle rumpcalls/rumpcallshdr differently by always...
|
commit | commitdiff | tree |
2008-03-10 |
Nicolas Joly | Do not hardcode sys_stub to the string "sys_nosys"...
|
commit | commitdiff | tree |
2008-03-06 |
Nicolas Joly | Do not use SYS_NSYSENT but the corresponding emulation...
|
commit | commitdiff | tree |
2008-03-05 |
Nicolas Joly | s/Minimal/Maximal/ in kern.sched.pri_max sysctl node...
|
commit | commitdiff | tree |
2008-02-29 |
Nicolas Joly | Add a few NULL entries to linux_ptrace_ops[], to make...
|
commit | commitdiff | tree |
2008-02-20 |
Nicolas Joly | Regen for mlock/munlock syscalls
|
commit | commitdiff | tree |
2008-02-20 |
Nicolas Joly | Add mlock/munlock syscalls
|
commit | commitdiff | tree |
2008-02-20 |
Nicolas Joly | Make cnt of type size_t, to avoid uiomove() overrun...
|
commit | commitdiff | tree |
2008-02-17 |
Nicolas Joly | Regen for pread/pwrite fixes.
|
commit | commitdiff | tree |
2008-02-17 |
Nicolas Joly | pread/pwrite fixes: use SCARG_P32 to access pointers...
|
commit | commitdiff | tree |
2008-01-30 |
Nicolas Joly | Fix shm_cv/newshm_cv offset value by using the correct...
|
commit | commitdiff | tree |
2008-01-28 |
Nicolas Joly | Make shmctl + {IPC,SHM}_STAT work an amd64, by forcing...
|
commit | commitdiff | tree |
2008-01-28 |
Nicolas Joly | Update struct linux_shmid64_ds for 64bits archs.
|
commit | commitdiff | tree |
2008-01-28 |
Nicolas Joly | shmctl fixes.
|
commit | commitdiff | tree |
2008-01-17 |
Nicolas Joly | Add new linux_uid16.c file needed for m68k.
|
commit | commitdiff | tree |
2008-01-15 |
Nicolas Joly | Regen.
|
commit | commitdiff | tree |
2008-01-15 |
Nicolas Joly | compat linux (and linux32) uid16 functions cleanup...
|
commit | commitdiff | tree |
2008-01-15 |
Nicolas Joly | Add schedctl.debug
|
commit | commitdiff | tree |
2008-01-07 |
Nicolas Joly | Regen.
|
commit | commitdiff | tree |
2008-01-07 |
Nicolas Joly | Remove wrong linux32_sys_mmap2_args define.
|
commit | commitdiff | tree |
2008-01-01 |
Nicolas Joly | s/i386/__i386__/.
|
commit | commitdiff | tree |
2007-12-26 |
Nicolas Joly | Regen for readdir syscall.
|
commit | commitdiff | tree |
2007-12-26 |
Nicolas Joly | Add readdir syscall.
|
commit | commitdiff | tree |
2007-12-26 |
Nicolas Joly | Fix readdir syscall retval to return 1 (instead of...
|
commit | commitdiff | tree |
2007-12-24 |
Nicolas Joly | Regen for old_uname syscall.
|
commit | commitdiff | tree |