summaryrefslogtreecommitdiffstats
path: root/bsd-user/freebsd
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh2021-09-101-0/+427
* bsd-user: elf cleanupWarner Losh2021-09-101-0/+137
* bsd-user: Move stack initializtion into a per-os file.Warner Losh2021-09-101-0/+181
* bsd-user: *BSD specific siginfo defintionsWarner Losh2021-09-102-0/+223
* bsd-user: Create target specific vmparam.hWarner Losh2021-09-101-0/+38
* bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh2021-09-101-0/+25
* bsd-user: Include host-os.h from mainWarner Losh2021-09-101-0/+2
* bsd-user: add host-os.hWarner Losh2021-09-101-0/+23
* bsd-user: Update strace.list for FreeBSD's latest syscallsWarner Losh2021-01-111-7/+55
* bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son2021-01-112-1/+31
* bsd-user: regenerate FreeBSD's system call numbersWarner Losh2021-01-111-315/+380
* bsd-user: Fix syscall format, add strace support for more syscallsSean Bruno2014-06-111-5/+14
* bsd-user: Implement strace support for thr_* syscallsSean Bruno2014-06-111-0/+9
* bsd-user: Implement strace support for extattr_* syscallsSean Bruno2014-06-111-0/+13
* bsd-user: Implement strace support for __acl_* syscallsSean Bruno2014-06-111-0/+12
* bsd-user: Implement strace support for print_ioctl syscallSean Bruno2014-06-111-1/+1
* bsd-user: Implement strace support for print_sysctl syscallSean Bruno2014-06-111-2/+19
* bsd-user: refresh freebsd system call numbersStacey Son2014-06-111-368/+445
* bsd-user: FreeBSD updateJuergen Lock2009-10-181-0/+1
* Preliminary BSD user emulator supportblueswir12008-10-262-0/+543