summaryrefslogtreecommitdiffstats
path: root/bsd-user/bsdload.c
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: TARGET_NGROUPS unused in this file, removeWarner Losh2021-09-101-2/+0Star
* bsd-user: remove a.out supportWarner Losh2021-09-101-8/+1Star
* bsd-user: implement path searchingWarner Losh2021-09-101-1/+35
* bsd-user: Fix calculation of size to allocateWarner Losh2021-09-101-3/+2Star
* bsd-user: pass the bsd_param into loader_execWarner Losh2021-09-101-18/+19
* bsd-user: style nits: bsdload.c whitespace to qemu standardWarner Losh2021-09-071-2/+2
* bsd-user: add license to bsdload.cWarner Losh2021-09-071-1/+16
* bsd-user: rename linux_binprm to bsd_binprmWarner Losh2021-05-111-2/+2
* bsd-user: style tweak: Put {} around all if/else/for statementsWarner Losh2021-04-301-5/+7
* bsd-user: style tweak: return is not a function, eliminate ()Warner Losh2021-04-301-7/+6Star
* bsd-user: whitespace changesWarner Losh2021-04-301-16/+16
* bsd-user/bsdload.c: Remove write-only id_change variablePeter Maydell2017-07-211-24/+1Star
* bsd-user: Clean up includesPeter Maydell2016-02-041-7/+1Star
* Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell2014-06-021-1/+1
* bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan2014-05-261-1/+1
* bsd_user: Fix potential null pointer dereferenceStefan Weil2011-12-101-1/+1
* Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2011-01-071-2/+0Star
* More NULL pointer fixesBlue Swirl2009-08-011-1/+1
* Avoid collision with system NGROUPS definitionBlue Swirl2009-06-131-3/+3
* Preliminary BSD user emulator supportblueswir12008-10-261-0/+204