aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* MFC r220030: drop dummy definitionsAndriy Gapon2011-04-091-2/+0
* Regen after r220471Andriy Gapon2011-04-093-7/+9
* MFC r220028: linux compat: add non-dummy capget and capset system callsAndriy Gapon2011-04-091-2/+4
* MFC: r217424Jung-uk Kim2011-01-211-1/+1
* MFC 198554:John Baldwin2009-11-041-36/+30
* MFC r196512:Bjoern A. Zeeb2009-08-271-5/+30
* MFC r185442:Dmitry Chagin2009-06-171-0/+16
* Regenerate after r194400.Dmitry Chagin2009-06-173-9/+9
* MFC r185438:Dmitry Chagin2009-06-173-14/+47
* MFC r192206:Dmitry Chagin2009-06-161-0/+1
* MFC r185647;Konstantin Belousov2009-06-101-2/+2
* MFC r191876:Dmitry Chagin2009-06-061-8/+0
* MFC r191741:Dmitry Chagin2009-06-011-3/+1
* MFC r191719:Dmitry Chagin2009-05-311-3/+3
* Merge r191883,191966,191973 from HEAD to stable/7:Dmitry Chagin2009-05-281-1/+12
* Merge r191989 from HEAD to stable/7:Dmitry Chagin2009-05-251-1/+1
* Regenerate syscall table after 191820.Dmitry Chagin2009-05-053-7/+10
* Merge from HEAD to stable/7:Dmitry Chagin2009-05-053-4/+15
* Regenerate syscall table after r191804.Dmitry Chagin2009-05-053-4/+46
* Merge r178257 (jkim) from HEAD to stable/7:Dmitry Chagin2009-05-052-0/+12
* Merge r190708 from HEAD to stable/7:Dmitry Chagin2009-04-171-2/+2
* Merge from HEAD to stable/7:Dmitry Chagin2009-04-102-17/+36
* Merge from head to stable/7:Dmitry Chagin2009-03-291-2/+14
* Include linux_misc.h to get the definition for __LINUX_NPXCW__.Konstantin Belousov2009-03-261-0/+1
* Allow different ABIs to use different initial control words for the FPU onJohn Baldwin2009-03-251-0/+1
* MFC: r187964: Fix the inconsistent tabbing.David E. O'Brien2009-03-241-49/+51
* MFC r183322:Konstantin Belousov2009-01-091-49/+49
* MFC r184026:Konstantin Belousov2008-10-211-1/+2
* Regenerate.Konstantin Belousov2008-10-203-5/+13
* MFC r177257 (by rdivacky):Konstantin Belousov2008-10-201-1/+2
* MFC r182868:Konstantin Belousov2008-09-151-3/+1
* MFC r182866:Konstantin Belousov2008-09-151-1/+1
* MFC r182849:Konstantin Belousov2008-09-152-4/+4
* MFC r177535 by peter:Konstantin Belousov2008-08-151-1/+1
* MFCKonstantin Belousov2008-03-271-2/+2
* MFC: sys/amd64/linux32/linux32_machdep.c 1.46Jung-uk Kim2008-02-141-13/+14
* Fill in cr2 in the signal context from ksi->ksi_addr.Konstantin Belousov2007-09-201-0/+2
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-183-1/+15
* Regenerate.Konstantin Belousov2007-08-283-4/+19
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-1/+2
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitJohn Baldwin2007-07-121-1/+2
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.Peter Wemm2007-07-041-2/+0
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-6/+6
* Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov2007-05-231-0/+124
* Rework the support for ABIs to override resource limits (used by 32-bitJohn Baldwin2007-05-141-34/+28
* Do not dereference linux_to_bsd_signal[-1] if userland hasAlexander Kabaev2007-05-111-4/+5
* Fix style(9) and comments.Jung-uk Kim2007-04-181-12/+16
* style(9) says sizeof's are not be followed by a space. Fix them.Jung-uk Kim2007-04-181-3/+3
* Implement settimeofday() for Linuxulator/amd64.Jung-uk Kim2007-04-182-1/+27
* MFP4: Turn emul_lock into a mutex.Jung-uk Kim2007-04-021-2/+2