tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Libraries
/
LibC
/
at
portability
5 folders
91 files
Sergey Bugaev
LibC: Ensure getopt error messages end with a newline
6y ago
3824f572
arpa
LibC: Add inet_ntoa()
6 years ago
bits
LibC: Move `FILE` definition to bits/FILE.h
6 years ago
net
Meta: Add license header to source files
6 years ago
netinet
LibC: Add an empty <netinet/tcp.h>
6 years ago
sys
Kernel+LibC: Add SO_REUSEADDR macro
6 years ago
Makefile
Toolchain: Build demangling into LibC except during toolchain build
6 years ago
alloca.h
Meta: Add license header to source files
6 years ago
assert.cpp
Meta: Add license header to source files
6 years ago
assert.h
Meta: Add license header to source files
6 years ago
byteswap.h
LibC: Add byteswap.h, forwarding bswap_N to GCC builtins
6 years ago
crt0.cpp
Meta: Add license header to source files
6 years ago
crti.S
Meta: Add license header to source files
6 years ago
crtn.S
Meta: Add license header to source files
6 years ago
ctype.cpp
Revert "LibC: Implement isblank()"
6 years ago
ctype.h
Revert "LibC: Implement isblank()"
6 years ago
cxxabi.cpp
Meta: Claim copyright on files added by me
6 years ago
dirent.cpp
Meta: Add license header to source files
6 years ago
dirent.h
Meta: Add license header to source files
6 years ago
dlfcn.cpp
AK: Add basic Traits for RefPtr
6 years ago
dlfcn.h
Meta: Add license header to source files
6 years ago
endian.h
LibC: Fix big endian definitions
6 years ago
errno.h
Meta: Add license header to source files
6 years ago
errno_numbers.h
Meta: Add license header to source files
6 years ago
fcntl.cpp
Meta: Add license header to source files
6 years ago
fcntl.h
Kernel+LibC: Clean up open() flag (O_*) definitions
6 years ago
fd_set.h
Meta: Add license header to source files
6 years ago
float.h
Meta: Add license header to source files
6 years ago
getopt.cpp
LibC: Ensure getopt error messages end with a newline
6 years ago
getopt.h
Meta: Add license header to source files
6 years ago
grp.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
grp.h
Meta: Add license header to source files
6 years ago
iconv.h
Meta: Add license header to source files
6 years ago
inttypes.h
LibC: Add some missing macros to inttypes.h
6 years ago
ioctl.cpp
Meta: Add license header to source files
6 years ago
libcinit.cpp
Meta: Add license header to source files
6 years ago
libgen.cpp
Meta: Claim copyright for files created by me
6 years ago
libgen.h
Meta: Claim copyright for files created by me
6 years ago
limits.h
Meta: Add license header to source files
6 years ago
locale.cpp
Meta: Add license header to source files
6 years ago
locale.h
Meta: Add license header to source files
6 years ago
malloc.cpp
LibC: Statically allocate allocators
6 years ago
mallocdefs.h
Meta: Add license header to source files
6 years ago
memory.h
Meta: Add license header to source files
6 years ago
mman.cpp
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
6 years ago
mman.h
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
6 years ago
mntent.cpp
Meta: Add license header to source files
6 years ago
mntent.h
Meta: Add license header to source files
6 years ago
netdb.cpp
LibC: Add h_errno and stub out getservbyname()
6 years ago
netdb.h
LibC: Add h_errno and stub out getservbyname()
6 years ago
poll.cpp
Meta: Add license header to source files
6 years ago
poll.h
Meta: Add license header to source files
6 years ago
pwd.cpp
AK: Add a forward declaration header
6 years ago
pwd.h
LibC: Implement `putpwent()`
6 years ago
qsort.cpp
Meta: Add license header to source files
6 years ago
scanf.cpp
LibC: Some build fixes for strange platforms
6 years ago
sched.cpp
Meta: Add license header to source files
6 years ago
sched.h
Meta: Add license header to source files
6 years ago
serenity.cpp
LibC: Allow opting into malloc() and free() performance event logging
6 years ago
serenity.h
LibC: Allow opting into malloc() and free() performance event logging
6 years ago
setjmp.S
Meta: Add license header to source files
6 years ago
setjmp.h
Meta: Add license header to source files
6 years ago
signal.cpp
Meta: Add license header to source files
6 years ago
signal.h
Kernel+LibC: Add some Unix signal types & definitions
6 years ago
signal_numbers.h
Meta: Add license header to source files
6 years ago
stat.cpp
Meta: Add license header to source files
6 years ago
stdarg.h
LibC: Apply a change for the Bootstrapper environment
6 years ago
stdbool.h
Meta: Add license header to source files
6 years ago
stddef.h
Meta: Add license header to source files
6 years ago
stdint.h
Meta: Add license header to source files
6 years ago
stdio.cpp
LibC: Don't assert on fflush(nullptr)
6 years ago
stdio.h
LibC: Move `FILE` definition to bits/FILE.h
6 years ago
stdlib.cpp
LibC: Add posix_openpt(), grantpt() and unlockpt()
6 years ago
stdlib.h
LibC: Add posix_openpt(), grantpt() and unlockpt()
6 years ago
string.cpp
LibC: Implement strchrnul()
6 years ago
string.h
LibC: Implement strchrnul()
6 years ago
strings.cpp
Meta: Add license header to source files
6 years ago
strings.h
Meta: Add license header to source files
6 years ago
syslog.cpp
AK: Add a forward declaration header
6 years ago
syslog.h
Meta: Add license header to source files
6 years ago
termcap.cpp
Meta: Add license header to source files
6 years ago
termcap.h
Meta: Add license header to source files
6 years ago
termios.cpp
Meta: Add license header to source files
6 years ago
termios.h
Meta: Add license header to source files
6 years ago
time.cpp
LibC: Add hack implementation of gmtime_r() matching gmtime()
6 years ago
time.h
Kernel+LibC+Userland: Switch to 64-bit time_t
6 years ago
times.cpp
Meta: Add license header to source files
6 years ago
ulimit.cpp
Meta: Add license header to source files
6 years ago
ulimit.h
Meta: Add license header to source files
6 years ago
unistd.cpp
LibC: Implement crappy version of pread()
6 years ago
unistd.h
LibC: Implement crappy version of pread()
6 years ago
utime.cpp
Meta: Add license header to source files
6 years ago
utime.h
Meta: Add license header to source files
6 years ago
utmp.h
Meta: Add license header to source files
6 years ago
utsname.cpp
Meta: Add license header to source files
6 years ago
wchar.cpp
Meta: Add license header to source files
6 years ago
wchar.h
Meta: Add license header to source files
6 years ago