summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Fill in cr2 in the signal context from ksi->ksi_addr.kib2007-09-201-0/+2
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-121-1/+2
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-141-34/+28
* MFP4: Turn emul_lock into a mutex.jkim2007-04-021-2/+2
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.jkim2007-03-301-2/+6
* MFP4 (110939):netchild2006-12-031-1/+1
* Fix a typo resulting in truncated linux32 signal trampoline code copiedkib2006-10-311-1/+1
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-091-3/+3
* Move some stuff into headers where they belong.netchild2006-08-171-2/+0
* Initialize the emul sx-lock.netchild2006-08-171-0/+1
* Initialize the eventhandlers, mutexes and sx locks.netchild2006-08-151-0/+26
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-151-1/+1
* Add some more errno mappings (bsd -> linux) and a comment about the status..netchild2006-08-101-1/+6
* Forgot the amd/linux32 part since sys/*/linux didn't match :-(ambrisko2006-05-061-0/+6
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+1
* regennetchild2006-03-181-3/+0
* regen after COMPAT_43 removalnetchild2006-03-181-3/+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
* Make ps_nargvstr and ps_nenvstr unsigned. This fixes an inputdas2005-03-231-2/+2
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-181-7/+6
* 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
* 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
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-161-0/+1088
OpenPOWER on IntegriCloud