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-10-29
Userland+LibC: Add "kill -l" to show all known signal names/numbers
Andreas Kling
2020-10-29
LibC: Use NSIG instead of hard-coding 32 as the signal count
Andreas Kling
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-29
LibC: Move getsignalbyname() helper from Userland/kill into LibC
Andreas Kling
2020-10-22
LibC: Add NAME_MAX (255)
Andreas Kling
2020-10-20
LibC: Fix a warning when building LibC with -O2
Andreas Kling
2020-10-15
LibC: Make difftime a function
Stephen Gregoratto
2020-10-14
LibC: We still need to use NULL (not nullptr) in C headers
Andreas Kling
2020-10-13
Style: Remove uses of NULL, substituting nullptr
Matthew L. Curry
2020-10-12
Kernel+LibC: Use uintptr_t as the main type in the syscall interface
Andreas Kling
2020-10-04
AK: Make the return type of dbgputstr consistent.
asynts
2020-10-03
LibC: Remove unnecessary fallthrough comments.
Emanuele Torre
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-09-27
LibC: Remove an unneeded string.h include in ctype.h/cpp
Benoit Lormeau
2020-09-27
LibC: Add SCM_RIGHTS to sockets.h and caddr_t to types.h
Luke
2020-09-27
LibC: Make isalum/isalpha/etc. functions instead of macros
Luke
2020-09-27
LibC: Add ss_family to sockaddr_storage
Luke
2020-09-27
LibC: Add missing utmp backwards compatibility hacks and user/dead process ma...
Luke
2020-09-27
Kernel: Implement _SC_OPEN_MAX
Luke
2020-09-27
LibC: Made mbtowc return int instead of size_t
Luke
2020-09-27
LibC: Add FIXME for vsscanf
Luke
2020-09-27
LibC: Add some missing netinet macros required by OpenSSH
Luke
2020-09-27
LibC: Add SSIZE_MAX limit
Luke
2020-09-27
LibC: Include cdefs.h in getopt.h
Luke
2020-09-27
LibC: Add EPFNOSUPPORT error number
Luke
2020-09-27
LibC: Add paths.h with some default mail directory for now
Luke
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
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
[prev]
[next]