aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* Regen.David Malone2007-12-083-3/+3
* MFC: Linuxulator statfs64 fixes.David Malone2007-12-083-0/+15
* MFC:Alexander Leidinger2007-09-031-3/+0
* Remove second entry for tgkill.Alexander Leidinger2007-08-301-1/+0
* regenAlexander Leidinger2007-08-293-14/+317
* MFC:Alexander Leidinger2007-08-293-28/+125
* regen after syscalls.master changeAlexander Leidinger2007-07-083-4/+9
* MFC (5 of X):Alexander Leidinger2007-07-084-68/+128
* MFC (4 of X):Alexander Leidinger2007-07-081-1/+1
* MFC (2 of X):Alexander Leidinger2007-07-081-8/+43
* MFC (1 of X):Alexander Leidinger2007-07-083-58/+67
* Properly initialize the address value in siginfo for Linux binaries onJohn Baldwin2007-06-291-1/+1
* MFC: Rework the support used by ABIs to override resource limits so thatJohn Baldwin2007-05-231-35/+28
* MFC rev. 1.25Konstantin Belousov2006-11-031-1/+1
* MFC the enhancements to the Linux emulation layer so the MegaRAID SASDoug Ambrisko2006-06-151-0/+6
* MFC: Remove linux_mib_destroy() since MTX_SYSINIT's gaining of a SYSUNINITJohn Baldwin2005-12-221-1/+0
* MFC revision 1.9:Stephan Uphoff2005-10-031-0/+1
* Regenerate.John Baldwin2005-07-203-118/+118
* MFC: Sync up the MP safe flags of the compat ABIs with the master list andJohn Baldwin2005-07-201-115/+115
* Correct the amount of data to allocate in these local copies ofJohn Baldwin2005-06-241-1/+2
* 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-312/+397
* Fix a change in a debug printf I missed in an earlier commit.John Baldwin2005-04-051-1/+1
* - Use a custom version of copyinuio() to implement readv/writev usingJohn Baldwin2005-03-311-87/+54
* - Fix some sign extension problems with implicit 32 to 64 bit conversions.John Baldwin2005-03-311-8/+11
* Make ps_nargvstr and ps_nenvstr unsigned. This fixes an inputDavid Schultz2005-03-231-2/+2
* 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
* - Add a custom version of exec_copyin_args() to deal with the 32-bitJohn Baldwin2005-02-182-84/+118
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-9/+9
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+2
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-15/+5
* 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
* I missed an 'IA32' in the documentation.David E. O'Brien2004-08-161-1/+1
* I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,David E. O'Brien2004-08-161-4/+3
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.David E. O'Brien2004-08-161-5/+7
* Regen.Tim J. Robbins2004-08-163-3/+3
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledTim J. Robbins2004-08-1613-0/+4877