c311df8858
[*] Update readme
2022-04-09 16:45:21 +01:00
9da2147756
[*] Unix signal handlers shouldn't be Linux exclusive
2022-04-07 06:31:38 +01:00
1c78c18997
[+] Exit::CancelExit()
...
[*] Treat SIGTERM the same as SIGINT. SIGINT is somewhat of an arachic signal meaning, "hey dumb unix app, fuck the process group, start reading from stdin to listen to the user." Nowadays, this doesn't mean anything other than "hey, a human asked us to terminate from a TTY" - basically the same as SIGTERM, except SIGTERM is more likely to be a scheduled or otherwise expected shutdown event.
2022-04-07 06:22:50 +01:00
fb287e6128
[*] Always reset the sigaction mask (sigemptyset)
2022-04-07 05:41:16 +01:00
d81d4564e9
[+] Initial Linux exit signal handler
...
[*] Linux Semaphore bug (apparently I can't write loops)
[*] Linux sleep bug
2022-04-07 05:35:17 +01:00
d3428f4cd9
[*] Continued loop work (Linux and Win32)
2022-04-07 02:20:46 +01:00
da506dd0d8
[*] Amend linux cmdline parsing
2022-04-06 08:25:17 +01:00
14274f2e07
[+] Linux media
2022-04-06 07:48:52 +01:00
bfc33e6663
[*] Early Linux SWInfo
2022-04-06 07:25:34 +01:00
6271af0ada
[*] Hey, wait a minute. Update Linux cpuinfo.
2022-04-06 06:09:23 +01:00
098d63eeb3
Hey, wait a minute
2022-04-06 05:55:12 +01:00
b97ed198c3
[+] Modern Linux cpuinfo
...
[*] Replace getpid with gettid
2022-04-06 05:50:12 +01:00
8fe83de42f
[*] Linux has a pulse...
2022-04-06 02:24:38 +01:00
3205ea8a1f
Merge remote-tracking branch 'origin/master'
2022-04-05 14:46:40 +01:00
7705e32c59
[*] Win32 regression
2022-04-05 14:46:19 +01:00
f0ed958e5a
[*] Bad type migration from spinlock to rwlock
2022-04-05 14:41:46 +01:00
311b13bc32
[*] Do you see why Zombie processes are still an issue under UNIX?
2022-04-05 11:24:48 +01:00
8cbceae272
[*] Process clean up (UNIX)
2022-04-05 11:18:35 +01:00
e25d8a65c8
[*] Linux Progress... It compiles (APIs are out of date, subsystems are missing, and it doesn't link. Worse than being 5m behind)
2022-04-05 11:11:19 +01:00
d32b84edf4
[*] Linux stubs
2022-04-05 06:59:23 +01:00
48b6994f61
[+] LSFromFdNonblocking
...
[*] Other Linux progression
2022-04-05 03:36:39 +01:00
c4d9042e44
[+] THE IO JOHNNY, WHAT DOES IT MEAN? | Linux continued
2022-04-05 02:19:37 +01:00
5a96a71949
[*] Address *some* build issues under Linux. Interim port progress
2022-04-04 08:53:34 +01:00
62e3490d9f
[*] Slight cleanup of the NT watcher
2022-04-03 05:46:52 +01:00
3650599064
[*] Only send ack if requested
2022-04-03 03:44:59 +01:00
603c68f3ca
[-] de-bug
2022-04-03 03:26:23 +01:00
a1ec806773
[+] Initial hack of a file watcher in NT land
2022-04-03 02:52:25 +01:00
450c895732
[*] WaitSingleBase.cpp was rescoping the return value. Doh
2022-04-03 00:30:15 +01:00
cfca09d0da
[*] FS.cpp bugs regarding expanding "<char>/"
2022-04-03 00:29:49 +01:00
d37eaf6f30
[*] Regression of empty SysPushErrors (fmt now freaks out at this. we can use this over a nullptr. SSO, string pooling, etc, it'll be fine.)
2022-04-03 00:29:20 +01:00
371d01ce71
[*] Missing stage for MakeTemporary
2022-04-03 00:28:18 +01:00
2b4bb66e0c
[+] Possible watcher api
2022-04-02 19:15:59 +01:00
24ea76e30e
[*] This deprecated API is known to break with a stupid template error under recent STL releases under MSVC
2022-04-02 19:15:06 +01:00
a31136a5d4
[+] MakeTemporary
2022-04-02 19:14:24 +01:00
ce62600e18
[*] Update LS enum
2022-04-02 19:14:14 +01:00
6eb33179cd
[*] Original exit behaviour
2022-04-02 03:52:35 +01:00
5599da3ab0
[*] Harden exit
2022-04-02 01:48:29 +01:00
fb5eb02594
[*] win32 flag shouldn't be reset on recommit | regression since commit no longer starts from scratch under nt
2022-04-01 19:33:11 +01:00
8b72865586
[*] Found closed issue related to the MSVC STL clock. Proposed solution gave us a 2x boost in benchmarks. Using this over MSVC's clocks when possible (it's not even using kernel32/related apis, it's using high level apis of the crt and frens... The Microsoft STL has shit tier performance for real time usage, yea, who fucking knew? Why was I writing this project again?)
2022-04-01 18:40:56 +01:00
e281f63a3b
[*] Continue work on the NT loop queue
2022-04-01 18:39:07 +01:00
7e1bf30131
[-] auROXTL -> Moved to https://gitea.reece.sx/AuroraSupport/auROXTL
2022-04-01 05:03:03 +01:00
a4568be6fa
[*] Kill net. Branching...
2022-04-01 04:54:21 +01:00
51df2294b6
[*] Update auresult
2022-03-31 21:45:26 +01:00
556c6c37bb
[*] Demangle
2022-03-31 21:34:37 +01:00
2eb5c97800
[*] Stupid optimization that doesn't make so much of a difference
2022-03-31 14:12:06 +01:00
76c4759f92
[*] Optimise loggers
2022-03-31 04:40:19 +01:00
e9ad89beea
[*] Localized timescale looked ugly
2022-03-31 04:34:02 +01:00
9f9f86f174
[*] What kind of regression was THIS?
2022-03-31 03:13:56 +01:00
1159bf3ca3
[*] Another gross bug
2022-03-31 02:49:58 +01:00
8002d6cba2
[*] Disgusting locale subsystem: gross bug
2022-03-31 02:13:00 +01:00