ladybird/Userland/Libraries/LibC
Sergey Bugaev 78459b92d5 Kernel: Implement IP multicast support
An IP socket can now join a multicast group by using the
IP_ADD_MEMBERSHIP sockopt, which will cause it to start receiving
packets sent to the multicast address, even though this address does
not belong to this host.
2021-05-05 21:16:17 +02:00
..
arch Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
arpa Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
bits LibC: Move the __pthread_mutex_trylock function to LibC 2021-04-25 10:14:50 +02:00
net Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
netinet Kernel: Implement IP multicast support 2021-05-05 21:16:17 +02:00
sys LibPthread: Implement pthread_spinlock_t API. 2021-05-02 20:59:38 +02:00
alloca.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
assert.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
assert.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
byteswap.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
CMakeLists.txt LibC: Implement support for getspnam() and friends 2021-05-01 12:40:12 +02:00
crt0_shared.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
crt0.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
crti.S Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
crtn.S Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ctype.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ctype.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
cxxabi.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
dirent.cpp LibC: Fix invalid 1-byte read I introduced in dirent. 2021-05-03 09:47:05 +02:00
dirent.h LibC: Implement scandir(...) to enumerate directories. 2021-05-02 13:33:41 +02:00
dlfcn.cpp LibC+LibELF: Implement more fully-features dlfcn functionality 2021-04-25 10:14:50 +02:00
elf.h LibELF: Implement x86_64 relocation support 2021-05-03 08:42:39 +02:00
endian.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
errno_numbers.h LibC: Make EWOULDBLOCK an alias for EAGAIN 2021-05-01 09:02:57 +02:00
errno.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
fcntl.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
fcntl.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
fd_set.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
fenv.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
fenv.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
float.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
getopt.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
getopt.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
grp.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
grp.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
iconv.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
inttypes.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
inttypes.h Userland: Fix 64-bit portability issues 2021-05-03 08:42:39 +02:00
ioctl.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
libcinit.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
libgen.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
libgen.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
limits.h Userland: Move HOST_NAME_MAX to limits.h 2021-04-27 23:06:16 +02:00
link.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
link.h LibELF+LibC: Support building LibELF for 64-bit targets 2021-05-03 08:42:39 +02:00
locale.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
locale.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
malloc.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
mallocdefs.h LibC: static_assert that all malloc size classes have an alignment of 8 2021-04-28 19:57:06 +02:00
memory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
mman.cpp Kernel+LibELF: Support initializing values of TLS data 2021-04-30 18:47:39 +02:00
mman.h Kernel+LibELF: Support initializing values of TLS data 2021-04-30 18:47:39 +02:00
mntent.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
mntent.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
netdb.cpp Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
netdb.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
paths.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
poll.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
poll.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
pthread_forward.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
pthread_integration.cpp LibC: Move the __pthread_mutex_trylock function to LibC 2021-04-25 10:14:50 +02:00
pthread_tls.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
pty.cpp LibC: Implement openpty(), forkpty() and login_tty() 2021-04-30 23:10:22 +02:00
pty.h LibC: Implement openpty(), forkpty() and login_tty() 2021-04-30 23:10:22 +02:00
pwd.cpp LibC: Make sure that parse_pwddb_entry doesn't write to stderr 2021-05-01 12:40:12 +02:00
pwd.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
qsort.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
regex.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
scanf.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
sched.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
sched.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
serenity.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
serenity.h Kernel+Profiler: Improve profiling subsystem 2021-04-26 17:13:55 +02:00
setjmp.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
shadow.cpp LibC: setspent() should not print to stderr 2021-05-04 13:45:49 +01:00
shadow.h LibCore: Fix building the library on macOS 2021-05-01 15:56:16 +02:00
signal_numbers.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
signal.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
signal.h LibC: Fix typo in signal.h: ol_dset -> old_set 2021-04-26 11:27:13 +02:00
spawn.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
spawn.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ssp.cpp Everywhere: Use bgianf@serenityos.org for my copyright attribution 2021-04-22 21:15:54 +02:00
stat.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
stdarg.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
stddef.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
stdint.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
stdio.cpp LibC: Add missing initialization for the FILE mutex 2021-04-30 08:21:08 +02:00
stdio.h LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked() 2021-04-29 23:12:05 +02:00
stdlib.cpp iLibC: Fix some missed camelCase => snake_case 2021-04-29 10:34:02 +02:00
stdlib.h Implemented llabs() in stdlib.h/cpp. 2021-04-29 09:34:27 +02:00
string.cpp LibC: Make EWOULDBLOCK an alias for EAGAIN 2021-05-01 09:02:57 +02:00
string.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
strings.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
strings.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
stubs.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
sysexits.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
syslog.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
syslog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
termcap.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
termcap.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
termios.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
termios.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
time.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
time.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
times.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ulimit.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ulimit.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
unistd.cpp Kernel/LibC: Implement setreuid 2021-04-30 11:35:17 +02:00
unistd.h LibC: Move crypt() and crypt_r() to the right header file 2021-05-01 12:40:12 +02:00
utime.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
utime.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
utmp.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
utsname.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
wchar.cpp iLibC: Fix some missed camelCase => snake_case 2021-04-29 10:34:02 +02:00
wchar.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00