aboutsummaryrefslogtreecommitdiffstats
path: root/darwin-user
AgeCommit message (Expand)AuthorFilesLines
2008-05-28variable dynamic translation buffer sizebellard1-0/+1
2008-03-09 Fix some functions declared () rather than (void) (Ian Jackson)blueswir12-5/+5
2007-11-19Avoid duplicated definitions: move common definitions from exec-all.hj_mayer1-2/+2
2007-11-17Resynchronize darwin-user target with linux-user:j_mayer1-4/+31
2007-11-17Always make all PowerPC exception definitions visible.j_mayer1-6/+0
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-2/+0
2007-11-10added cpu_model parameter to cpu_init()bellard1-1/+10
2007-11-08removed obsolete x86 code copy supportbellard2-13/+1
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer1-6/+1
2007-09-30Fix missing case in the new PowerPC exception model.j_mayer1-0/+3
2007-09-30Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer1-14/+4
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer1-233/+337
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-08-19Darwin-user: Compile fix for ppc targets, by Pierre d'Herbemont.ths1-0/+15
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-03-19Handling more darwin-user syscalls, by Ilya Shar.ths2-4/+34
2007-02-22Revert host_info changes, and don't fail if sysctl is unknown when weths1-1/+11
2007-02-05This patch fixes typos in the commpage definition (Pierre d'Herbemont).bellard1-5/+5
2007-02-05This patch cleans up target_mach_msg_trap(), removes unuseful do_pread, begi...bellard2-70/+282
2007-02-05Darwin cleanup usage (Pierre d'Herbemont)bellard1-8/+4
2007-01-31Fix set_error return value, by Pierre d'Herbemont.ths1-1/+1
2007-01-18Darwin userspace emulation, by Pierre d'Herbemont.ths10-0/+4940