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 |
2007-09-14 |
Nicolas Joly | Do not include opt_*.h unless _KERNEL_OPT is defined
|
commit | commitdiff | tree |
2007-07-25 |
Nicolas Joly | Add missing STOP conditions at the end of I2C operations.
|
commit | commitdiff | tree |
2007-07-11 |
Nicolas Joly | Mark sensor as invalid if no fan is connected.
|
commit | commitdiff | tree |
2007-07-11 |
Nicolas Joly | Display RDTSCP bit on AMD processors (Read Serialized...
|
commit | commitdiff | tree |
2007-07-04 |
Nicolas Joly | Add amd64 specific debug files.
|
commit | commitdiff | tree |
2007-06-14 |
Nicolas Joly | Only print cpu features3 for Intel processors.
|
commit | commitdiff | tree |
2007-06-06 |
Nicolas Joly | Remove duplicated AMD K8 MSR definitions, already in...
|
commit | commitdiff | tree |
2007-06-02 |
Nicolas Joly | Revert fs/gs changes for now.
|
commit | commitdiff | tree |
2007-05-24 |
Nicolas Joly | Fix restart of interrupted system calls.
|
commit | commitdiff | tree |
2007-04-26 |
Nicolas Joly | Save the translated error value from Native to Linux...
|
commit | commitdiff | tree |
2007-04-20 |
Nicolas Joly | Regen (ftruncate fix).
|
commit | commitdiff | tree |
2007-04-20 |
Nicolas Joly | Fix ftruncate syscall. Do not use compat_43_sys_ftruncate...
|
commit | commitdiff | tree |
2007-04-16 |
Nicolas Joly | Add PT_MACHDEP_STRINGS, for kdump output.
|
commit | commitdiff | tree |
2007-04-15 |
Nicolas Joly | Fix envsys ranges.
|
commit | commitdiff | tree |
2007-04-11 |
Nicolas Joly | Regen (statfs support).
|
commit | commitdiff | tree |
2007-04-11 |
Nicolas Joly | - Add compat amd64 linux32 statfs support, adapted...
|
commit | commitdiff | tree |
2007-04-05 |
Nicolas Joly | Enable stat/stat64 nsec time support, for amd64 compat...
|
commit | commitdiff | tree |
2007-04-02 |
Nicolas Joly | Fix select() behaviour with NULL timeout, to blocks...
|
commit | commitdiff | tree |
2007-03-26 |
Nicolas Joly | Sync with recent compat linux termios changes.
|
commit | commitdiff | tree |
2007-03-26 |
Nicolas Joly | Update i386 LINUX_{TIOCGPTN,TIOCSPTLCK} definitions...
|
commit | commitdiff | tree |
2007-03-23 |
Nicolas Joly | Fix generated file names from makesyscalls.sh (s/linux...
|
commit | commitdiff | tree |
2007-03-22 |
Nicolas Joly | s/linux/linux32/ in warning messages.
|
commit | commitdiff | tree |
2007-03-20 |
Nicolas Joly | Add ktrace I/O support to netbsd32_ioctl() syscall.
|
commit | commitdiff | tree |
2007-03-19 |
Nicolas Joly | When decoding ioctl commands type; do not output non...
|
commit | commitdiff | tree |
2007-03-19 |
Nicolas Joly | Fix TIOCGPTN ioctl.
|
commit | commitdiff | tree |
2007-03-14 |
Nicolas Joly | Regen (statfs/fstatfs fixes).
|
commit | commitdiff | tree |