summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+1
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-131-2/+4
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.jkim2008-04-161-0/+6
* Implement the linux syscallskib2008-04-081-13/+24
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-161-1/+2
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-181-1/+1
* Implement fake linux sched_getaffinity() syscall to enable java to workkib2007-08-281-1/+2
* Implement the openat() linux syscalljulian2007-03-291-1/+2
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-151-1/+1
* MFp4 (111746, 108671, 108945, 112352):netchild2006-12-311-2/+6
* Add linux_nanosleep() and regen.jkim2006-12-201-3/+3
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-291-5/+5
* MFP4:netchild2006-10-281-1/+2
* MFP4 (with some minor changes):netchild2006-10-151-5/+5
* Use AUE_CREAT instead of AUE_O_CREAT for linux_creat().rwatson2006-09-211-1/+1
* Use AUE_GETDIRENTRIES instead of AUE_O_GETDENTS and AUE_NULL for a numberrwatson2006-09-211-13/+14
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-271-1/+1
* Add new syscalls in the linuxolator (only used when the sysctlnetchild2006-08-151-28/+39
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-280/+280
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-7/+2
* - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditionaljhb2006-07-211-1/+1
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-3/+3
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-1/+1
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-1/+1
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-271-3/+3
* linux_brk() is MPSAFE.jhb2006-06-261-1/+1
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newnetchild2006-06-201-58/+58
* MFP4 (soc2006/rdivacky_linuxolator)netchild2006-06-131-1/+44
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-1/+2
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-3/+3
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-11/+7
* Assign audit event identifiers to Linux i386 system calls.rwatson2006-02-061-169/+177
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-125/+125
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-313/+397
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* Add a few stub syscalls to get TransGaming's winex a bit closer todfr2004-09-061-3/+3
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-2/+2
* Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-281-1/+1
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-151-3/+3
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-3/+3
* GC unused third namespace column.peter2003-12-231-311/+268
* Pull latest changes from OpenBSD:sobomax2003-11-161-0/+46
* Sync up MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-68/+68
* Mark linux_getpid(), linux_getuid() and linux_getgid() as MPSAFE.tjr2003-02-201-3/+3
* Mark linux_sigpending() as MPSAFE.tjr2003-02-161-1/+1
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-241-3/+4
* Don't use compatability syscall wrappers in emulation code.mini2002-09-231-4/+3
* Sparkling new implementation of linux_ptrace. Slight tweaking bymarcel2002-05-191-1/+2
* o Change prototype of linux_lchown and linux_chown so that themarcel2001-10-161-6/+5
OpenPOWER on IntegriCloud