aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix more FSF addressesblueswir12009-01-055-5/+10
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-222-4/+4
* Add missing newline at the end of fileblueswir12008-12-141-1/+1
* Remove unnecessary trailing newlinesblueswir12008-12-132-3/+0
* Make target_sigaltstack_used staticblueswir12008-10-051-1/+1
* Make ioctl table staticblueswir12008-10-051-1/+1
* Use qemu-log.hblueswir12008-10-041-2/+1
* variable dynamic translation buffer sizebellard2008-05-281-0/+1
* Fix some functions declared () rather than (void) (Ian Jackson)blueswir12008-03-092-5/+5
* Avoid duplicated definitions: move common definitions from exec-all.hj_mayer2007-11-191-2/+2
* Resynchronize darwin-user target with linux-user:j_mayer2007-11-171-4/+31
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-6/+0
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-2/+0
* added cpu_model parameter to cpu_init()bellard2007-11-101-1/+10
* removed obsolete x86 code copy supportbellard2007-11-082-13/+1
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-6/+1
* Fix missing case in the new PowerPC exception model.j_mayer2007-09-301-0/+3
* Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer2007-09-301-14/+4
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-233/+337
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Darwin-user: Compile fix for ppc targets, by Pierre d'Herbemont.ths2007-08-191-0/+15
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* Handling more darwin-user syscalls, by Ilya Shar.ths2007-03-192-4/+34
* Revert host_info changes, and don't fail if sysctl is unknown when weths2007-02-221-1/+11
* This patch fixes typos in the commpage definition (Pierre d'Herbemont).bellard2007-02-051-5/+5
* This patch cleans up target_mach_msg_trap(), removes unuseful do_pread, begi...bellard2007-02-052-70/+282
* Darwin cleanup usage (Pierre d'Herbemont)bellard2007-02-051-8/+4
* Fix set_error return value, by Pierre d'Herbemont.ths2007-01-311-1/+1
* Darwin userspace emulation, by Pierre d'Herbemont.ths2007-01-1810-0/+4940