.. |
arpa
|
|
|
net
|
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
|
2019-10-02 18:20:11 +02:00 |
netinet
|
IPv4: Support overriding the default TTL (64)
|
2019-09-19 21:42:59 +02:00 |
sys
|
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
|
2019-10-02 18:20:11 +02:00 |
alloca.h
|
|
|
assert.cpp
|
|
|
assert.h
|
|
|
crt0.cpp
|
LibC: Pass the environment as third argument to main()
|
2019-09-12 21:43:32 +02:00 |
crti.S
|
|
|
crtn.S
|
|
|
ctype.cpp
|
|
|
ctype.h
|
|
|
dirent.cpp
|
|
|
dirent.h
|
|
|
dlfcn.cpp
|
LibC: Some build fixes for strange platforms
|
2019-09-29 21:02:13 +02:00 |
dlfcn.h
|
LibC: Misc additions
|
2019-10-03 08:18:05 +02:00 |
endian.h
|
|
|
errno.h
|
LibC: #define errno errno
|
2019-09-08 14:20:13 +02:00 |
errno_numbers.h
|
LibC: Add some missing errno codes
|
2019-09-12 18:26:19 +02:00 |
fcntl.cpp
|
Kernel: Add a mechanism for listening for changes to an inode.
|
2019-07-22 20:01:11 +02:00 |
fcntl.h
|
Kernel: Add a mechanism for listening for changes to an inode.
|
2019-07-22 20:01:11 +02:00 |
fd_set.h
|
|
|
float.h
|
|
|
getopt.cpp
|
LibC: Ensure getopt error messages end with a newline
|
2019-09-17 21:56:42 +02:00 |
getopt.h
|
LibC: Borrow a slightly more functional getopt()
|
2019-09-06 20:03:16 +02:00 |
grp.cpp
|
AK: Rename <AK/AKString.h> to <AK/String.h>
|
2019-09-06 15:36:54 +02:00 |
grp.h
|
|
|
iconv.h
|
|
|
install.sh
|
Libraries: Fix wrong paths to "Root" in the various install.sh scripts.
|
2019-07-21 21:38:30 +02:00 |
inttypes.h
|
LibC: Add some missing pieces in inttypes.h
|
2019-09-07 18:18:43 +02:00 |
ioctl.cpp
|
|
|
libgen.cpp
|
LibC: Implement dirname() and basename()
|
2019-10-03 08:23:54 +02:00 |
libgen.h
|
LibC: Implement dirname() and basename()
|
2019-10-03 08:23:54 +02:00 |
limits.h
|
LibC: Misc additions
|
2019-10-03 08:18:05 +02:00 |
locale.cpp
|
|
|
locale.h
|
|
|
Makefile
|
LibC: Implement dirname() and basename()
|
2019-10-03 08:23:54 +02:00 |
malloc.cpp
|
LibC: Some build fixes for strange platforms
|
2019-09-29 21:02:13 +02:00 |
mallocdefs.h
|
|
|
memory.h
|
|
|
mman.cpp
|
Kernel+LibC+crash: Add mprotect() syscall
|
2019-08-12 19:33:24 +02:00 |
mman.h
|
Kernel+LibC+crash: Add mprotect() syscall
|
2019-08-12 19:33:24 +02:00 |
mntent.cpp
|
|
|
mntent.h
|
|
|
netdb.cpp
|
AK: Rename <AK/AKString.h> to <AK/String.h>
|
2019-09-06 15:36:54 +02:00 |
netdb.h
|
|
|
poll.cpp
|
|
|
poll.h
|
|
|
pthread.h
|
|
|
pwd.cpp
|
AK: Rename <AK/AKString.h> to <AK/String.h>
|
2019-09-06 15:36:54 +02:00 |
pwd.h
|
|
|
qsort.cpp
|
|
|
scanf.cpp
|
LibC: Some build fixes for strange platforms
|
2019-09-29 21:02:13 +02:00 |
sched.cpp
|
|
|
sched.h
|
|
|
serenity.h
|
|
|
setjmp.h
|
|
|
setjmp.S
|
|
|
SharedBuffer.cpp
|
SharedBuffer: Split the creation and share steps
|
2019-07-18 10:06:20 +02:00 |
SharedBuffer.h
|
SharedBuffer: Split the creation and share steps
|
2019-07-18 10:06:20 +02:00 |
signal.cpp
|
Kernel+LibC: A lot of the signal handling code was off-by-one.
|
2019-08-01 11:03:48 +02:00 |
signal.h
|
|
|
signal_numbers.h
|
|
|
stat.cpp
|
|
|
stdarg.h
|
|
|
stdbool.h
|
|
|
stddef.h
|
|
|
stdint.h
|
LibC: Define SIZE_MAX
|
2019-08-04 18:46:58 +02:00 |
stdio.cpp
|
LibC: Clear any ungetc()'ed data in fflush()
|
2019-09-27 10:15:42 +02:00 |
stdio.h
|
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
|
2019-07-21 21:43:37 +02:00 |
stdlib.cpp
|
LibC: Misc additions
|
2019-10-03 08:18:05 +02:00 |
stdlib.h
|
LibC: Add a missing mbstowcs() declaration
|
2019-10-09 15:06:25 +02:00 |
string.cpp
|
Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.
|
2019-07-29 11:58:44 +02:00 |
string.h
|
|
|
strings.cpp
|
|
|
strings.h
|
|
|
termcap.cpp
|
AK: Rename <AK/AKString.h> to <AK/String.h>
|
2019-09-06 15:36:54 +02:00 |
termcap.h
|
|
|
termios.cpp
|
|
|
termios.h
|
|
|
time.cpp
|
|
|
time.h
|
|
|
times.cpp
|
|
|
ulimit.cpp
|
LibC: Some build fixes for strange platforms
|
2019-09-29 21:02:13 +02:00 |
ulimit.h
|
|
|
unistd.cpp
|
LibC: realpath() should assume the buffer is PATH_MAX bytes
|
2019-09-27 10:15:42 +02:00 |
unistd.h
|
LibC: unistd.h should provide SEEK_SET etc. if stdio.h is not included (#629)
|
2019-10-04 11:02:42 +02:00 |
utime.cpp
|
|
|
utime.h
|
|
|
utmp.h
|
|
|
utsname.cpp
|
|
|
wchar.h
|
|
|