History log of /src/sys/compat/netbsd32/netbsd32_systrace_args.c |
Revision | | Date | Author | Comments |
1.55 |
| 09-May-2025 |
martin | PR 59352: netbsd32 compat for semtimedop(2): regen
|
1.54 |
| 20-May-2024 |
christos | branches: 1.54.2; regen
|
1.53 |
| 19-May-2024 |
christos | regen
|
1.52 |
| 30-Jul-2023 |
rin | COMPAT_NETBSD32: Regen for syscalls.master,v 1.144
|
1.51 |
| 30-Jul-2023 |
rin | COMPANT_NETBSD32: Regen for syscalls.master,v 1.143
|
1.50 |
| 29-Jul-2023 |
rin | COMPAT_NETBSD32: Regen for syscalls.master,v 1.142
|
1.49 |
| 20-Sep-2021 |
thorpej | Regen for eventfd(2).
|
1.48 |
| 20-Sep-2021 |
thorpej | Regen for timerfd.
|
1.47 |
| 14-Apr-2021 |
christos | regen
|
1.46 |
| 13-Apr-2021 |
christos | regen
|
1.45 |
| 10-Oct-2020 |
rin | branches: 1.45.4; regen for getrandom(2)
|
1.44 |
| 16-May-2020 |
christos | Add ACL support for FFS. From FreeBSD.
|
1.43 |
| 26-Apr-2020 |
thorpej | Regen for native futex calls.
|
1.42 |
| 22-Apr-2020 |
thorpej | Regen for removal of _lwp_gettid(2).
|
1.41 |
| 04-Apr-2020 |
thorpej | branches: 1.41.2; Regen for _lwp_gettid(2).
|
1.40 |
| 12-Mar-2020 |
pgoyette | regen
|
1.39 |
| 07-Mar-2020 |
pgoyette | Regen
|
1.38 |
| 18-Jan-2020 |
pgoyette | Regen generated files _after_ committing changes to the source file.
This gets the "Generated from" comments to use the new version number.
No functional change.
|
1.37 |
| 18-Jan-2020 |
kamil | Catch up after getpid/getgid/getuid changes in native ABI in 2008
getpid(), getuid() and getgid() used to call respectively sys_getpid(), sys_getuid() and sys_getgid(). In the BSD4.3 compat mode there was a fallback to call sys_getpid_with_ppid() and related functions.
In 2008 the compat ifdef was removed in sys/kern/syscalls.master r. 1.216.
For purity reasons we probably shall restore the NetBSD original behavior and implement BSD4.3 one as a compat module, however it is not worth the complexity.
Align the netbsd32 compat ABI to native ABI and call functions that return two integers as in BSD4.3.
|
1.36 |
| 04-Nov-2019 |
rin | branches: 1.36.2; regen
|
1.35 |
| 04-Nov-2019 |
rin | regen
|
1.34 |
| 13-Oct-2019 |
christos | regen
|
1.33 |
| 22-Sep-2019 |
christos | regen
|
1.32 |
| 18-Jun-2019 |
christos | branches: 1.32.2; Regen
|
1.31 |
| 18-Jun-2019 |
christos | regen
|
1.30 |
| 27-Jan-2019 |
pgoyette | Merge the [pgoyette-compat] branch
|
1.29 |
| 24-Dec-2018 |
mrg | regen.
|
1.28 |
| 24-Dec-2018 |
mrg | move mmap(), compat 40 mount(), pipe() and getfh() into their own files as the implementation is non trivial or is compat. mark old mount() properly instead of manually #if'ing ito to ENOSYS.
|
1.27 |
| 10-Aug-2018 |
pgoyette | Regen
|
1.26 |
| 31-Jul-2018 |
rjs | regen.
|
1.25 |
| 10-May-2018 |
christos | branches: 1.25.2; regen
|
1.24 |
| 06-Jan-2018 |
kamil | branches: 1.24.2; Revert vadvise(2) removal
This system call was used in legacy Lisp code, that was inherited to modern age and still compiled against supported compat layers (e.g. in clisp, oaklisp, Franz Lisp).
It used to instruct the kernel about paging policy (G/C aware, flush etc).
Newly compiled code (assuming that it will detect vadvise()) will use the libc stub for vadvise(). The headers for this interface are gone.
vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix, sunos or aout68k ABI, don't bother with this.
Requested by <mrg>
|
1.23 |
| 19-Dec-2017 |
kamil | Drop SYS_vadvise
The (o)vadvise syscall is dummy since the beginning of NetBSD.
It is an obsolete remnant from the old UNIX.
Sponsored by <The NetBSD Foundation>
|
1.22 |
| 19-Dec-2017 |
kamil | Drop SYS_sbrk
sbrk - change data segment size
This syscall is dummy since the inception of the project.
Sponsored by <The NetBSD Foundation>
|
1.21 |
| 19-Dec-2017 |
kamil | Drop the sstk(2) syscall stub
sstk - change stack section size
This functionality has never been implemented and is a remnant from 16-bit UNIX. This stub appeared with the first NetBSD commit.
Sponsored by <The NetBSD Foundation>
|
1.20 |
| 19-Dec-2017 |
kamil | Sync syscalls.master in compat_netbsd32(8) with kern/syscalls.master
___lwp_part60 removed 'const' from the ts argument.
'const struct timespec *ts' -> 'struct timespec *ts'
Sponsored by <The NetBSD Foundation>
|
1.19 |
| 10-May-2017 |
riastradh | branches: 1.19.2; 1.19.8; regen
|
1.18 |
| 16-Jan-2017 |
christos | branches: 1.18.4; regen
|
1.17 |
| 13-Jan-2017 |
christos | branches: 1.17.2; regen
|
1.16 |
| 28-Oct-2016 |
christos | regen
|
1.15 |
| 19-Oct-2016 |
skrll | Regen
|
1.14 |
| 23-Sep-2016 |
skrll | regen
|
1.13 |
| 10-Sep-2016 |
skrll | Regen
|
1.12 |
| 03-Dec-2015 |
pgoyette | branches: 1.12.2; Regen syscall definitions - the compat_netbsd32 sysv-ipc stuff is now modular and can be autoloaded when needed
|
1.11 |
| 01-Dec-2015 |
pgoyette | Regen for new compat_netbsd32_mqueue module
|
1.10 |
| 01-Dec-2015 |
pgoyette | Regen.
|
1.9 |
| 01-Dec-2015 |
pgoyette | Regen
|
1.8 |
| 24-Sep-2015 |
christos | regen
|
1.7 |
| 23-Jun-2015 |
dholland | regen
|
1.6 |
| 22-Jun-2015 |
mrg | add netbsd32 support for nfssvc(2). we do this by defining 5 copyin/out functions that do all the ugly work, are just plain copyin/out for the native system calls, and do the necessary translations for netbsd32.
with this i'm able to run 32 bit nfsd and mountd on 64 bit kernel and mount the file systems remotely.
|
1.5 |
| 21-Jun-2015 |
martin | Regen (pset_*)
|
1.4 |
| 21-Jun-2015 |
martin | regen (versioned mq_* calls)
|
1.3 |
| 20-Jun-2015 |
martin | Regen (sigqueinfo, modctl, mq_*)
|
1.2 |
| 16-Jun-2015 |
martin | Regen for posix_fallocate and fdiscard
|
1.1 |
| 07-Mar-2015 |
christos | branches: 1.1.2; regen
|
1.1.2.6 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
1.1.2.5 |
| 05-Oct-2016 |
skrll | Sync with HEAD
|
1.1.2.4 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.1.2.3 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
1.1.2.2 |
| 06-Apr-2015 |
skrll | Sync with HEAD
|
1.1.2.1 |
| 07-Mar-2015 |
skrll | file netbsd32_systrace_args.c was added on branch nick-nhusb on 2015-04-06 15:18:07 +0000
|
1.12.2.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.12.2.1 |
| 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.17.2.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.18.4.1 |
| 11-May-2017 |
pgoyette | Sync with HEAD
|
1.19.8.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.19.8.1 |
| 10-May-2017 |
jdolecek | file netbsd32_systrace_args.c was added on branch tls-maxphys on 2017-12-03 11:36:56 +0000
|
1.19.2.1 |
| 04-Nov-2019 |
martin | Regen for ticket #398
|
1.24.2.16 |
| 09-Jan-2019 |
pgoyette | Regen - otherwise compat_40_mount() is wrongly included in sysent.c
Missed this during earlier conflict resolution.
|
1.24.2.15 |
| 29-Sep-2018 |
pgoyette | Regen
|
1.24.2.14 |
| 29-Sep-2018 |
pgoyette | Regen
|
1.24.2.13 |
| 14-Sep-2018 |
pgoyette | Regen
|
1.24.2.12 |
| 14-Sep-2018 |
pgoyette | Regen
|
1.24.2.11 |
| 13-Sep-2018 |
pgoyette | Regen
|
1.24.2.10 |
| 12-Sep-2018 |
pgoyette | Regen
|
1.24.2.9 |
| 12-Sep-2018 |
pgoyette | Regen
|
1.24.2.8 |
| 12-Sep-2018 |
pgoyette | regen
|
1.24.2.7 |
| 12-Sep-2018 |
pgoyette | Regen with updated module information for ntp 30 and 50 compat calls
|
1.24.2.6 |
| 11-Sep-2018 |
pgoyette | Regen
|
1.24.2.5 |
| 11-Sep-2018 |
pgoyette | And regen again
|
1.24.2.4 |
| 11-Sep-2018 |
pgoyette | Regen
|
1.24.2.3 |
| 11-Sep-2018 |
pgoyette | Regen syscall files and fix includes for syscallvar.h
|
1.24.2.2 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.24.2.1 |
| 21-May-2018 |
pgoyette | Sync with HEAD
|
1.25.2.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.25.2.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.32.2.2 |
| 08-Mar-2020 |
martin | Regen (for ticket #761)
|
1.32.2.1 |
| 04-Nov-2019 |
martin | Regen for ticket #398
|
1.36.2.1 |
| 25-Jan-2020 |
ad | Sync with head.
|
1.41.2.1 |
| 25-Apr-2020 |
bouyer | Sync with bouyer-xenpvh-base2 (HEAD)
|
1.45.4.1 |
| 17-Apr-2021 |
thorpej | Sync with HEAD.
|
1.54.2.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|