plutoo
|
a102c64341
|
Introduce atomics.c, refcounting on all services
|
2018-03-10 14:33:40 +01:00 |
|
plutoo
|
d12e99e3ad
|
Move ipc.h to kernel/
|
2018-03-10 14:03:29 +01:00 |
|
TuxSH
|
507bf71a7b
|
Fix NV ioctl nameclashes...
...with bsd ioctls (coming soon) & C++ stdlib
|
2018-02-10 23:02:05 +01:00 |
|
fincs
|
c20d372946
|
Clean up types.h:
- Move Permission to kernel/svc.h (also fix enum naming)
- Add s128, vu128, vs128
- voidfn -> VoidFn
|
2018-02-10 22:40:11 +01:00 |
|
plutoo
|
6fa8370bfb
|
This looks better
|
2018-01-22 20:11:55 +01:00 |
|
TuxSH
|
5abc4873d8
|
Include only what is really necessary...
add pragma once in every header, etc.
|
2018-01-22 18:42:57 +01:00 |
|
plutoo
|
5a67f0909d
|
Stop confusing Nvidia error codes and Switch error codes
|
2018-01-21 18:54:11 +01:00 |
|
plutoo
|
e54bbc54ea
|
Fix codestyle for results
|
2018-01-21 18:40:23 +01:00 |
|
plutoo
|
f70d70f029
|
Introducing "Service" object, implemented service override, fixing minor formatting mistakes
NOT TESTED :(
|
2018-01-12 23:29:49 +01:00 |
|
plutoo
|
bf89c7526e
|
Rename ipc functions before it's too late
|
2018-01-11 21:56:04 +01:00 |
|
plutoo
|
3ca6e65984
|
Aligning code style of kernel primitives
|
2018-01-06 06:10:55 +01:00 |
|
yellows8
|
42fbabe9d1
|
Added nvQueryEvent().
|
2017-11-15 22:34:07 -05:00 |
|
yellows8
|
567e8ed6e1
|
Imported more defines from linux ioctl.h. In nvIoctl(), only set the addr/size for send/recv buffers when the associated direction bit is set.
|
2017-11-14 12:15:23 -05:00 |
|
yellows8
|
38cc12f02c
|
Moved ioctl defines into a dedicated header, with some additional defines. Load the output error field for nv cmds.
|
2017-11-12 23:27:42 -05:00 |
|
yellows8
|
caa06c4d6c
|
Implemented nv. Use TransactParcelAuto instead of TransactParcel when running on >=3.0.0. Added ipcQueryPointerBufferSize(). Minor other change.
|
2017-11-12 20:34:30 -05:00 |
|