summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* regen: fix of linuxolator with testing in a cross-buildnetchild2006-03-203-9/+15
* Fix the linuxolator on amd64 (cross-build).netchild2006-03-201-2/+3
* Regen.ru2006-03-193-3/+4
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-192-0/+2
* regennetchild2006-03-181-3/+0
* regen after COMPAT_43 removalnetchild2006-03-185-12/+42
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-9/+5
* Fix exec_map resource leaks.ups2006-03-081-9/+14
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-151-1/+0
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-021-3/+2
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-9/+27
* Fix the "fpudna: fpcurthread == curthread XXX times" problem.ups2005-09-221-0/+1
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-3/+0
* Regen.jhb2005-07-133-118/+118
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-115/+115
* Correct the amount of data to allocate in these local copies ofjhb2005-06-241-1/+2
* Regen after addition of linux_getpriority wrapper.sobomax2005-06-083-5/+10
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Rebuild generated system call definition files following the addition ofrwatson2005-05-303-271/+272
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-312/+397
* Fix a change in a debug printf I missed in an earlier commit.jhb2005-04-051-1/+1
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-88/+55
* - Fix some sign extension problems with implicit 32 to 64 bit conversions.jhb2005-03-311-8/+11
* Make ps_nargvstr and ps_nenvstr unsigned. This fixes an inputdas2005-03-231-2/+2
* Regen after addition of linux_nosys handler.sobomax2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-182-84/+118
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-9/+9
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+2
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-16/+6
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-1/+1
* Correct the arguments to kern_sigaltstack() as they were reversed.jhb2004-08-241-2/+2
* I missed an 'IA32' in the documentation.obrien2004-08-161-1/+1
* I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,obrien2004-08-161-4/+3
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-5/+7
* Regen.tjr2004-08-163-3/+3
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-1613-0/+4877
OpenPOWER on IntegriCloud