aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* 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-88/+55
* - 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-16/+6
* 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