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
hosted
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
Userland: ifconfig can change the IP address of the default gateway
6 years ago
netinet
LibC: Add an empty <netinet/tcp.h>
6 years ago
sys
Kernel: Add the SO_BINDTODEVICE socket option
6 years ago
Makefile
strace: Change implementation to use ptrace()
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
Meta: Add missing copyright headers
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
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
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
LibWeb: Move everything into the Web namespace
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
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
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
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
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
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
6 years ago
serenity.h
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
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: Fix getline() forgetting to null-terminate on EOF
6 years ago
stdio.h
LibC: Move `FILE` definition to bits/FILE.h
6 years ago
stdlib.cpp
LibC: Fix strtod() parsing of negative exponents (#1645)
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 new syscall to allow changing the system date
6 years ago
time.h
LibC: Add new syscall to allow changing the system date
6 years ago
times.cpp
Meta: Add license header to source files
6 years ago
ulimit.cpp
LibC: create a stub for getrusage.
6 years ago
ulimit.h
Meta: Add license header to source files
6 years ago
unistd.cpp
Kernel & Userland: Allow to mount image files formatted with Ext2FS
6 years ago
unistd.h
Kernel & Userland: Allow to mount image files formatted with Ext2FS
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