Tim Schumacher
|
c85f307e62
LibC: Mark a bunch of functions as cancellation points
|
3 anni fa |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 anni fa |
May
|
47f4bfea35
LibC: Make asctime_r() in time.h POSIX compliant
|
3 anni fa |
Leonardo Duarte
|
335fae9a71
LibC: Return early in time_to_tm for large time_t
|
3 anni fa |
cflip
|
b2ef7ee531
LibC+LibCore: Change a.m./p.m. to AM/PM
|
3 anni fa |
cflip
|
0500d49acb
LibC+LibCore: Properly format 12-hour formatted hours
|
3 anni fa |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
Lenny Maiorani
|
4c5e9f5633
Everywhere: Deduplicate day/month name constants
|
3 anni fa |
Timothy Flynn
|
7fceb909a5
LibC: Use altzone for the current time zone offset during DST
|
3 anni fa |
Timothy Flynn
|
a027ccad75
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
|
3 anni fa |
Timothy Flynn
|
024f869f09
LibC: Ensure tzname and related fields are intialized
|
3 anni fa |
Timothy Flynn
|
cd0e5ccd3f
LibC: Revert localtime_r to use time zone information set by tzset
|
3 anni fa |
Timothy Flynn
|
11f1f04a4c
LibC: Invoke tzset from time functions required to update time zone info
|
3 anni fa |
Timothy Flynn
|
b1ea585149
LibC: Implement tzset with time zone awareness in accordance with POSIX
|
3 anni fa |
Timothy Flynn
|
2bdc3aec42
LibC: Use LibTimeZone to offset localtime() for the system time zone
|
3 anni fa |
Daniel Bertalan
|
f95a11a7da
LibC: Don't delete null check in `gettimeofday`
|
4 anni fa |
Andreas Kling
|
afa225f55c
LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()
|
4 anni fa |
Andreas Kling
|
fdfc66db61
Kernel+LibC: Allow clock_gettime() to run without syscalls
|
4 anni fa |
Andreas Kling
|
5f6e0e0162
LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)
|
4 anni fa |
Linus Groh
|
d60ebbbba6
Revert "Userland: static vs non-static constexpr variables"
|
4 anni fa |
Lenny Maiorani
|
800ea8ea96
Userland: static vs non-static constexpr variables
|
4 anni fa |
Andreas Kling
|
f1c6288803
LibC: Convert StringBuilder::appendf() => AK::Format
|
4 anni fa |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
Brian Gianforcaro
|
df808f0ed3
LibC: Fix missing '\n' at the end of ctime/ctime_r/asctime/asctime_r
|
4 anni fa |
Brian Gianforcaro
|
440b81deba
LibC: Add ctime_r() and asctime_r() implementations
|
4 anni fa |
Jelle Raaijmakers
|
3c390d65e4
LibC: Implement utimes function
|
4 anni fa |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 anni fa |
Andreas Kling
|
e87eac9273
Userland: Add LibSystem and funnel all syscalls through it
|
4 anni fa |
Linus Groh
|
8db54f9ef4
LibC: Return ENOSYS from clock_getres() rather than asserting
|
4 anni fa |