aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/bsdload.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-10bsd-user: TARGET_NGROUPS unused in this file, removeWarner Losh1-2/+0
2021-09-10bsd-user: remove a.out supportWarner Losh1-8/+1
2021-09-10bsd-user: implement path searchingWarner Losh1-1/+35
2021-09-10bsd-user: Fix calculation of size to allocateWarner Losh1-3/+2
2021-09-10bsd-user: pass the bsd_param into loader_execWarner Losh1-18/+19
2021-09-07bsd-user: style nits: bsdload.c whitespace to qemu standardWarner Losh1-2/+2
2021-09-07bsd-user: add license to bsdload.cWarner Losh1-1/+16
2021-05-11bsd-user: rename linux_binprm to bsd_binprmWarner Losh1-2/+2
2021-04-30bsd-user: style tweak: Put {} around all if/else/for statementsWarner Losh1-5/+7
2021-04-30bsd-user: style tweak: return is not a function, eliminate ()Warner Losh1-7/+6
2021-04-30bsd-user: whitespace changesWarner Losh1-16/+16
2017-07-21bsd-user/bsdload.c: Remove write-only id_change variablePeter Maydell1-24/+1
2016-02-04bsd-user: Clean up includesPeter Maydell1-7/+1
2014-06-02Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell1-1/+1
2014-05-26bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan1-1/+1
2011-12-10bsd_user: Fix potential null pointer dereferenceStefan Weil1-1/+1
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach1-2/+0
2009-08-01More NULL pointer fixesBlue Swirl1-1/+1
2009-06-13Avoid collision with system NGROUPS definitionBlue Swirl1-3/+3
2008-10-26Preliminary BSD user emulator supportblueswir11-0/+204