index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
Age
Commit message (
Expand
)
Author
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
2020-09-17
LibC: Convert SO_ constants to enum
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-12
LibC: Avoid write-back of unused value
Ben Wiederhake
2020-09-12
LibC: Don't advertise wrong functions
Ben Wiederhake
2020-09-09
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
Andreas Kling
2020-09-06
LibC: Add settimeofday
Nico Weber
2020-09-06
LibC: Avoid generating calls to__cxa_guard_* functions in netdb.cpp
Itamar
2020-09-06
LibC: Don't include things required for getopt_long in unistd.h
Itamar
2020-09-01
LibC: Move the static String in getlogin() out of the function
Andreas Kling
2020-09-01
LibC: add getopt.h to unistd.h
Erlend Fagerheim
2020-09-01
Build: Add some -Wno-unknown-warning-option flags to CXXFLAGS
Andreas Kling
2020-08-31
LibC: Partially implement 'freopen'
AnotherTest
2020-08-30
LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)
Sergey Bugaev
2020-08-30
LibC: Replace some strncpy() calls with memcpy()
Sergey Bugaev
2020-08-30
LibC: Misc fixes and improvements in netdb
Sergey Bugaev
2020-08-30
LibC: strcpy a socket address at compile time
Sergey Bugaev
2020-08-30
Everywhere: Port to String::copy_characters_to_buffer()
Sergey Bugaev
2020-08-30
LibC: Use AK::String-backed buffers instead of static buffers
Sergey Bugaev
2020-08-30
Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-30
Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-26
AK+LibC+LibCore: Have fewer implementations of day_of_week
Nico Weber
2020-08-26
LibC: Minor style tweaks to tm_to_time
Nico Weber
2020-08-26
AK+LibC+LibCore: Add a days_in_year function
Nico Weber
2020-08-26
AK+LibC+LibCore: Have fewer implementations of days_in_month
Nico Weber
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-26
AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epoch
Nico Weber
2020-08-26
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
Nico Weber
2020-08-26
LibC: Deduplicate declaration of strcasecmp
Ben Wiederhake
2020-08-26
LibC: Prospective fix for openssl build
Sergio Ahumada
2020-08-24
LibC: Remove unused data member in the qsort() implementation
Andreas Kling
2020-08-24
LibC: Make mktime() / gmtime() more POSIX-compliant
Nico Weber
2020-08-24
LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm()...
Nico Weber
2020-08-24
LibC: Prefer strlcpy over strcpy/strncpy
Ben Wiederhake
2020-08-24
LibC: Prefer strlcpy over strcpy in getgrent(), fix overflow
Ben Wiederhake
2020-08-24
LibC: Fix strftime() for max_size=0
Ben Wiederhake
2020-08-24
LibC: Implement strlcpy
Ben Wiederhake
2020-08-24
LibC: Stub and test strlcpy
Ben Wiederhake
2020-08-24
LibC: Prevent slowness and overrun in strdup/strndup
Ben Wiederhake
2020-08-23
LibC: Make localtime() and gmtime() handle years before 1970
Nico Weber
2020-08-23
LibC: Slightly tweak tm_to_time
Nico Weber
2020-08-22
LibC+Userland: Prefer snprintf over sprintf
Ben Wiederhake
2020-08-22
LibC: Fix off-by-one in snprintf()
Ben Wiederhake
2020-08-22
LibC: Make mktime() and timegm() handle years before 1970
Nico Weber
2020-08-21
AK+LibC+Kernel: Move the implementation of memmem to AK
AnotherTest
2020-08-21
LibC: Add timegm()
Nico Weber
2020-08-17
malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STA...
Nico Weber
2020-08-17
LibC: Missing varargs cleanup in ioctl
Brian Gianforcaro
[next]