Commit Graph

12 Commits

Author SHA1 Message Date
48d5088265 Enable the magic number protection.
All checks were successful
The build was successful.
2019-06-27 22:57:08 +02:00
c7b6e76d0d Get rid of unused variables/labels/etc.
All checks were successful
The build was successful.
2019-06-16 00:33:03 +02:00
eef5ee370d Remove this useless wrapper function.
All checks were successful
The build was successful.
2019-04-28 18:25:43 +02:00
c9203b6c91 New source code legal format.
All checks were successful
The build was successful.
2019-04-20 19:29:15 +02:00
10d3bfe5e1 Correct comments.
All checks were successful
The build was successful.
2018-09-10 20:17:42 +02:00
7e754db07f Implement SyStrtok();
All checks were successful
The build was successful.
2018-09-10 20:16:46 +02:00
2d99881240 Get rid of manual optimisation technique.
All checks were successful
The build was successful.
This optimisation technique results in non insignificant speed boost on some old x86 architectures. Novadays, we should rely on compiler optimisation.
2018-08-21 06:27:07 +02:00
a6a43b5f3b This is useless now 2018-07-27 21:19:59 +02:00
c24a9bc251 Our implementation of SyStrncpy() 2018-07-27 08:22:55 +02:00
52d9616503 Revert d937d0c825 2018-07-23 19:39:21 +02:00
dba8e5098f fixing in the vm context instead, making the feature available in case realpath could be implemented as well 2018-07-23 06:07:27 +01:00
e394ce7d14 Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00