aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko2006-05-051-0/+6
* regenAlexander Leidinger2006-03-183-5/+20
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-3/+3
* regen after COMPAT_43 removalAlexander Leidinger2006-03-186-20/+29
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-11/+7
* Close some races between procfs/ptrace and exit(2):John Baldwin2006-02-221-0/+6
* - Always call exec_free_args() in kern_execve() instead of doing it in allJohn Baldwin2006-02-061-1/+0
* Regenerate.Robert Watson2006-02-063-164/+164
* Assign audit event identifiers to Linux i386 system calls.Robert Watson2006-02-061-169/+177
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structureMaxim Sobolev2005-12-261-0/+2
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)John Baldwin2005-12-151-1/+0
* The signal code is now an int rather than a long, so update debug printfs.John Baldwin2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-10/+26
* Propagate error code of kern_execve() to the caller properly.Maxim Sobolev2005-08-011-1/+1
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cJohn Baldwin2005-07-291-3/+0
* Regen.John Baldwin2005-07-133-128/+128
* Make a pass through all the compat ABIs sychronizing the MP safe flagsJohn Baldwin2005-07-131-125/+125
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,Xin LI2005-07-021-4/+1
* Regen after addition of linux_getpriority wrapper.Maxim Sobolev2005-06-083-5/+10
* Properly convert FreeBSD priority values into Linux values in theMaxim Sobolev2005-06-081-1/+1
* Rebuild generated system call definition files following the addition ofRobert Watson2005-05-303-271/+272
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-301-313/+397
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.Matthew N. Dodd2005-04-131-0/+5
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-3/+4
* Regen after addition of linux_nosys handler.Maxim Sobolev2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingMaxim Sobolev2005-03-071-0/+4
* In linux emulation layer try to detect attempt to use linux_clone() toMaxim Sobolev2005-03-031-0/+19
* Use linux_emul_convpath() rather than linux_emul_find() asJohn Baldwin2005-02-071-7/+6
* Use the LCONVPATHEXIST() macro rather than it's exact expansion to beJohn Baldwin2005-02-071-4/+1
* When running Linux binaries, set up the initial FPU state as LinuxDavid Schultz2005-02-061-0/+7
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-293-18/+21
* o Move copyin()/copyout() out of i386_{get,set}_ldt() andMaxim Sobolev2005-01-261-43/+34
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Axe the semblance of support for PECOFF and Linux a.out core dumps.David Schultz2004-11-271-52/+2
* Maintain the broken state of backwards compatibilty for a.out (andDavid Schultz2004-11-201-2/+3
* Fix the following race:David Schultz2004-10-011-3/+4
* Regen.Doug Rabson2004-09-063-6/+22
* Add a few stub syscalls to get TransGaming's winex a bit closer toDoug Rabson2004-09-062-3/+30
* Give setrunqueue() and sched_add() more of a clue as toJulian Elischer2004-09-011-1/+1
* Correct the arguments to kern_sigaltstack() as they were reversed.John Baldwin2004-08-241-2/+2
* Regenerate after fcntl() wrappers were marked MP safe.John Baldwin2004-08-243-5/+5
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()John Baldwin2004-08-241-2/+2
* Add a new type, l_uintptr_t, which is an unsigned integer type with theTim J. Robbins2004-08-161-0/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+1
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-1/+1
* Add casts so all these quantities are a constant type.David E. O'Brien2004-06-241-1/+1
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments toTim J. Robbins2004-06-051-1/+1
* Use the BSD madvise() syscall implementation for Linux binary emulation,Bruce M Simpson2004-03-285-8/+3
* Regenerate.John Baldwin2004-03-153-6/+6
* - Mark ABI syscalls that call wait4() MP safe as recent changes toJohn Baldwin2004-03-151-3/+3