summaryrefslogtreecommitdiff
path: root/Libraries/LibC/limits.h
AgeCommit message (Expand)Author
2020-09-27LibC: Add SSIZE_MAX limitLuke
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-05-11LibC: Use more flexible digit parsing code, deduplicateBen Wiederhake
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-02Build: add support for building on OpenBSDjoshua stein
2019-11-18Kernel+LibPthread: pthread_create handles pthread_attr_tAndrew Kaster
2019-11-16LibC: Added execlp method and new pathconf settingBrandon Scott
2019-10-23Kernel: Move E2BIG calculation from Thread to ProcessAndrew Kaster
2019-10-11Libc: make library internal includes come from private include namespaceVincent Sanders
2019-10-03LibC: Misc additionsSergey Bugaev
2019-09-13LibC: Add MAXPATHLEN to limits.hMauri de Souza Nunes
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling