-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of missing syscalls #122
Comments
Pushed. |
One more patch: Next time it will be Fdirfd. However I have a problem with
And the NEWS and readme.1.15 files use I guess the name [EDIT] Both Ffdopendir and Fdirfd (adds fdirfd.ui, adds ffdopendir.ui, updates file.u) [EDIT2] Dsetkey (adds dsetkey.ui and updates dir.u) [EDIT3] Psysctl (adds psysctl.ui and updates prozess.u) see pull request 125 Still missing (GEMDOS): Fseek64, Pemulation (see note above), SystemV IPC (probably needs a new category). |
Patch to add get_pagesize.ui (and update pci_bios.u) Btw, syntax for Still missing (XBIOS): too many |
ffdopendir_fdirfd.patch.txt All pushed. |
BTW Pemulation is supposed to be only used by the kernel. I'm not sure whether it is a good idea to document what it does in tos.hyp, that will only make it harder to do changes there and keep them compatible. Maybe just adding a note about this fact will do. |
(long post) I agree. Also, except for SCSIDRV, Pemulation only takes long words as parameters, I imagine that not all XHDI and PCI functions use only longs. Here is the complete list of functions that are still undocumented (I'm still stuck on SysV functions because of the bug freemint/mintlib#57 and lack of time):
Here are other functions/extensions but there are already too many functions to describe:
Note: GEMLib define v_ftext16, v_ftext16n, v_ftext_offset16, v_ftext_offset16n... 'n' means |
As a first step, here is a patch to add description of Fchdir()
fchdir.patch.txt
The text was updated successfully, but these errors were encountered: