Diese Website benötigt JavaScript.
Erkunden
CodingWorkshop
CodingWorkshop Site
Community Issues
Hilfe
Registrieren
Anmelden
xt-sys
/
exectos
Beobachten
3
Favorisieren
5
Fork
2
Du hast bereits einen Fork von exectos erstellt
Code
Issues
6
Pull-Requests
1
Actions
Projekte
1
Releases
Wiki
Aktivität
Files
782e6e3987be6d579ba7d28dadd9f358fd47d773
exectos
/
xtoskrnl
/
rtl
Verlauf
Rafal Kupiec
b57ee630fd
Alle Prüfungen waren erfolgreich
Builds / ExectOS (amd64) (push)
Successful in 32s
Details
Builds / ExectOS (i686) (push)
Successful in 27s
Details
Implement RtlTrimLeftString(), RtlTrimRightString() and RtlTrimString() routines
2023-12-09 20:17:08 +01:00
..
amd64
Add __C_specific_handler() and _except_handler3() stubs allowing to use '__try {} __except() {}' (SEH) constructions
2023-02-25 23:01:13 +01:00
i686
Add __C_specific_handler() and _except_handler3() stubs allowing to use '__try {} __except() {}' (SEH) constructions
2023-02-25 23:01:13 +01:00
atomic.c
Turn atomic routines architecture independent
2023-10-29 21:43:05 +01:00
byteswap.c
Rename endian conversion routines to match naming convention
2023-04-04 21:02:14 +02:00
ioreg.c
Fixes to I/O registers related routines
2023-11-19 00:39:52 +01:00
memory.c
Always include xtos.h in kernel sources
2023-02-20 00:21:52 +01:00
plist.c
Always include xtos.h in kernel sources
2023-02-20 00:21:52 +01:00
string.c
Implement RtlTrimLeftString(), RtlTrimRightString() and RtlTrimString() routines
2023-12-09 20:17:08 +01:00
widestr.c
Improvements in string and wide string support
2023-12-06 22:47:54 +01:00