/ulinux_namespace.h (f0dd85b20ca0d40d43eddee1286653abfef2ad1c) (1025 bytes) (mode 100644) (type blob)
#ifndef ULINUX_NAMESPACE_H
#define ULINUX_NAMESPACE_H
#define rt_sigprocmask(a,b,c) ulinux_sysc(rt_sigprocmask,4,a,b,0,c)
#define SIG_BLOCK ULINUX_SIG_BLOCK
#define SIG_UNBLOCK ULINUX_SIG_UNBLOCK
#define SIGCHLD ULINUX_SIGCHLD
#define exit_group(a) ulinux_sysc(exit_group,1,a);unreachable();
#define ISERR ULINUX_ISERR
#define clone(a) ulinux_sysc(clone,5,a,0,0,0,0)
#define execve(a,b) ulinux_sysc(execve,4,a,b,0,0)
#define setsid(a) ulinux_sysc(setsid,0)
#define waitid(a,b,c,d) ulinux_sysc(waitid,5,a,b,c,d,0)
#define P_PID ULINUX_P_PID
#define siginfo ulinux_siginfo
#define P_ALL ULINUX_P_ALL
#define WEXITED ULINUX_WEXITED
#define u8 ulinux_u8
#define i int
#define l long
#define ul unsigned long
#define loop while(1)
#endif
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
748 |
0f3164a05c66ef3302de1ce131b97055e55c5202 |
README |
100644 |
blob |
268 |
4d60db557e795bbf987b70e52ac12dfbd40d32cf |
TODO |
100644 |
blob |
3582 |
e37d41440898ce916b2821ab7501eee2579a8357 |
init.c |
100755 |
blob |
6986 |
5aaefc93a599bef9d782f2cf21aa53a891f82900 |
make |
100644 |
blob |
701 |
9cc13a5eeb354f7d2410c2a8f741216103069d20 |
out.h |
040000 |
tree |
- |
2060db7e0ccf8f8a07fbeb3dffaf21d8ab25ddd8 |
script |
040000 |
tree |
- |
30cfb73bbb46661479d865b19291742b0b828b76 |
ulinux |
100644 |
blob |
1025 |
f0dd85b20ca0d40d43eddee1286653abfef2ad1c |
ulinux_namespace.h |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/muinit
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/muinit
Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/muinit
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main