summaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux32_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r218616:Dmitry Chagin2011-03-021-242/+0
* MFC r218613:Dmitry Chagin2011-03-021-1/+10
* MFC r218612:Dmitry Chagin2011-03-021-40/+46
* MFC: r216634, r216673Jung-uk Kim2011-03-021-5/+9
* MFC r218100:Dmitry Chagin2011-03-021-7/+0
* MFC r218059:Dmitry Chagin2011-03-021-1/+3
* MFC r218030:Dmitry Chagin2011-03-021-0/+43
* MFC r218028:Dmitry Chagin2011-03-021-18/+23
* MFC r210431:Konstantin Belousov2011-03-011-103/+3
* MFC r217896:Dmitry Chagin2011-03-011-1/+1
* MFC r208994:Alexander Kabaev2010-06-181-2/+6
* MFC 198554:John Baldwin2009-11-041-36/+30
* Save and restore segment registers on amd64 when entering and leavingKonstantin Belousov2009-04-011-6/+3
* Adapt linux emulation to use cv for vfork wait.Konstantin Belousov2009-02-181-2/+2
* Fix iovec32 for linux32/amd64.Konstantin Belousov2008-11-291-10/+33
* Several cleanups related to pipe(2).Ed Schouten2008-11-111-18/+5
* The pcb_gs32p should be per-cpu, not per-thread pointer. This isKonstantin Belousov2008-09-081-3/+1
* In linux_set_thread_area(), mark pcb as PCB_GS32BIT. This was missedKonstantin Belousov2008-09-081-1/+1
* Bring back the save/restore of the %ds, %es, %fs and %gs registers forKonstantin Belousov2008-07-301-1/+1
* Fix Linux mmap with MAP_GROWSDOWN flag.Jung-uk Kim2008-02-111-13/+14
* 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
* 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-181-0/+27
* MFP4: Fix style(9) nits and grammar in comments.Jung-uk Kim2007-03-301-49/+48
* MFP4: 114193, 114194Jung-uk Kim2007-03-301-11/+11
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.Jung-uk Kim2007-03-301-9/+151
* MFP4: 115220, 115222Jung-uk Kim2007-03-021-12/+12
* MFP4: 115094Jung-uk Kim2007-02-271-3/+4
* Partial MFp4 of 114977:Alexander Leidinger2007-02-241-4/+4
* Fix accidental removal of an empty line from the previous commit.Jung-uk Kim2007-02-151-0/+1
* MFP4: 113033Jung-uk Kim2007-02-151-1/+19
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570Jung-uk Kim2007-02-151-60/+42
* Fix LOR that occurs because proctree_lock was acquired while holdingKonstantin Belousov2007-02-011-8/+8
* MFi386: Use LINUX_SIG_VALID macro.Konstantin Belousov2007-02-011-1/+1
* - Remove setrunqueue and replace it with direct calls to sched_add().Jeff Roberson2007-01-231-3/+4
* MFp4 (113077, 113083, 113103, 113124, 113097):Alexander Leidinger2007-01-201-4/+37
* MFp4 (112893):Alexander Leidinger2007-01-141-0/+1
* MFp4 (112498):Alexander Leidinger2007-01-071-1/+1
* MFi386 rev 1.56:Alexander Leidinger2007-01-061-6/+46
* MFP4: 109655Jung-uk Kim2006-12-201-21/+0
* MFP4 (106538 + 106541):Alexander Leidinger2006-10-151-0/+10
* Revert my previous commit, I mismerged this to the wrong place.Alexander Leidinger2006-10-151-1/+0
* MFP4 (106541): Fix the clone05 test in the LTP.Alexander Leidinger2006-10-151-0/+1
* MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64.Alexander Leidinger2006-10-151-1/+7
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* MFi386 parts of rev 1.55 (modulo real MD parts):Alexander Leidinger2006-08-281-9/+10
* Emulate what vfork does instead of using it in linux_vfork. This wayAlexander Leidinger2006-08-251-1/+12