cosmopolitan/libc/time
Justine Tunney 072e1d2910 Make signal handling work well across platforms
- Fix sigsuspend() on XNU
- Fix strsignal() on non-Linux
- Add unit tests for strsignal()
- Add unit tests for setitimer()
- Add unit tests for sigsuspend()
- Rewrite setitimer() for New Technology
- Rewrite nanosleep() for New Technology
- Polyfill SIGALRM on the New Technology
- select(0,0,0,0) on NT now calls pause()
- Remove some NTDLL calls that aren't needed
- Polyfill SA_NOCLDWAIT on the New Technology
- Polyfill SA_RESETHAND on the New Technology
- Polyfill sigprocmask() on the New Technology
- Polyfill SIGCHLD+SIG_IGN on the New Technology
- Polyfill SA_RESTART masking on the New Technology
- Deliver console signals from main thread on New Technology
- Document SA_RESTART behavior w/ @sarestartable / @norestart
- System call trace in MODE=dbg now prints inherited FDs and signal mask
2022-03-25 07:28:57 -07:00
..
struct Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
alarm.c Make numerous improvements 2021-09-28 01:52:34 -07:00
asctime.c Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
asctime_r.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
ctime.c Change license 2020-12-27 17:18:44 -08:00
ctime_r.c Change license 2020-12-27 17:18:44 -08:00
difftime.c Change license 2020-12-27 17:18:44 -08:00
dsleep.c Make signal handling work well across platforms 2022-03-25 07:28:57 -07:00
futimens.c Change license 2020-12-27 17:18:44 -08:00
futimes.c Change license 2020-12-27 17:18:44 -08:00
futimesat.c Change license 2020-12-27 17:18:44 -08:00
iso8601.c Make redbean tinier 2021-07-04 12:26:54 -07:00
kmonthname.S Add ASAN guards to some asm data structures 2022-03-18 13:02:57 -07:00
kmonthnameshort.S Add ASAN guards to some asm data structures 2022-03-18 13:02:57 -07:00
kweekdayname.S Add ASAN guards to some asm data structures 2022-03-18 13:02:57 -07:00
kweekdaynameshort.S Add ASAN guards to some asm data structures 2022-03-18 13:02:57 -07:00
localtime.c Update tzdata 2022-03-18 13:24:00 -07:00
strftime.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
strptime.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
time.h Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
time.mk Make numerous improvements 2021-09-28 01:52:34 -07:00
times.c Change noinline to dontinline (#312) 2021-11-12 15:12:18 -08:00
tzfile.internal.h Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
xiso8601.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00