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 |
2007-12-24 |
Nicolas Joly | Add old_uname syscall.
|
commit | commitdiff | tree |
2007-12-24 |
Nicolas Joly | Regen for getpgid.
|
commit | commitdiff | tree |
2007-12-24 |
Nicolas Joly | Add getpgid syscall.
|
commit | commitdiff | tree |
2007-12-24 |
Nicolas Joly | Regen for linux_sys_getpgid removal.
|
commit | commitdiff | tree |
2007-12-24 |
Nicolas Joly | Kill unneeded linux_sys_getpgid and use native sys_getpgid...
|
commit | commitdiff | tree |
2007-12-21 |
Nicolas Joly | Regen for getfsuid/setfsgid syscall exchange.
|
commit | commitdiff | tree |
2007-12-21 |
Nicolas Joly | - Fix setfsuid to return uid on success.
|
commit | commitdiff | tree |
2007-12-17 |
Nicolas Joly | Fix linux32_sys_wait4 by doing its own jobw instead...
|
commit | commitdiff | tree |
2007-12-15 |
Nicolas Joly | s/netbsd32_void */netbsd32_caddr_t/
|
commit | commitdiff | tree |
2007-12-14 |
Nicolas Joly | Do not try to attach spdmem if i2c adress exceed 0x57.
|
commit | commitdiff | tree |
2007-11-21 |
Nicolas Joly | Add tests to the obsolete files list to be installed.
|
commit | commitdiff | tree |
2007-11-19 |
Nicolas Joly | Do sensors inits before trying to attach them on the...
|
commit | commitdiff | tree |
2007-11-19 |
Nicolas Joly | Small indentation fix for ENVSYS_BATTERY_CAPACITY_...
|
commit | commitdiff | tree |
2007-11-16 |
Nicolas Joly | Set sensor state to ENVSYS_SVALID for correct values...
|
commit | commitdiff | tree |
2007-11-16 |
Nicolas Joly | Regen.
|
commit | commitdiff | tree |
2007-11-16 |
Nicolas Joly | Update, for linux_sys_readlink() removal.
|
commit | commitdiff | tree |
2007-11-16 |
Nicolas Joly | Regen, for syscalls cleanup.
|
commit | commitdiff | tree |
2007-11-16 |
Nicolas Joly | Cleanup. Remove a few linux syscalls definitions, now...
|
commit | commitdiff | tree |
2007-11-12 |
Nicolas Joly | Add missing hpet@acpi.
|
commit | commitdiff | tree |
2007-11-09 |
Nicolas Joly | Make linux32_sys_oldolduname use LINUX_UNAME_ARCH instead...
|
commit | commitdiff | tree |
2007-11-08 |
Nicolas Joly | Replace strncpy with strlcpy in compat linux and linux32...
|
commit | commitdiff | tree |
2007-11-07 |
Nicolas Joly | Regen for 64-bit linux syscalls removal.
|
commit | commitdiff | tree |
2007-11-07 |
Nicolas Joly | Remove remaining 64-bit compat linux syscalls linux_sys_xxx...
|
commit | commitdiff | tree |
2007-10-31 |
Nicolas Joly | Regen for syscalls cleanup.
|
commit | commitdiff | tree |
2007-10-31 |
Nicolas Joly | compat linux32 syscalls cleanup.
|
commit | commitdiff | tree |
2007-10-31 |
Nicolas Joly | Remove extra return
|
commit | commitdiff | tree |
2007-10-27 |
Nicolas Joly | Regen for chown additions.
|
commit | commitdiff | tree |
2007-10-27 |
Nicolas Joly | Add missing chown's syscalls family members.
|
commit | commitdiff | tree |
2007-10-19 |
Nicolas Joly | Add compat_linux and exec_linux_elf lkm support for...
|
commit | commitdiff | tree |
2007-10-19 |
Nicolas Joly | Add httpd.debug
|
commit | commitdiff | tree |
2007-09-28 |
Nicolas Joly | Add ACPI address32 resource type support (DWord Address...
|
commit | commitdiff | tree |