1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/Libraries/LibC
Hendiadyoin1 e8ef10e2a6 Kernel/LibC: Make memset implementations the same
I dont know why we do a fast path in the Kernel, but not in Userspace

Also simplified the byte explosion in memset to "explode_byte"
it even seemed so, that we missed the highest byte when memseting something
2021-04-08 23:57:16 +02:00
..
arch LibC: Add x86_64 implementation of setjmp() and longjmp() 2021-02-25 16:27:12 +01:00
arpa LibC: Use "static inline" for inline functions in arpa/inet.h (#5392) 2021-02-18 00:02:47 +01:00
bits LibC+LibPthread: Implement pthread_atfork() 2021-02-15 17:32:56 +01:00
net Everywhere: Remove unnecessary clang-format offs 2021-03-04 11:01:48 +01:00
netinet Everywhere: Remove unnecessary clang-format offs 2021-03-04 11:01:48 +01:00
sys Kernel: Added TIOCSTI ioctl placeholder (#6037) 2021-03-31 22:58:41 +02:00
alloca.h
assert.cpp LibC: Convert dbgprintf() => dbgln() 2021-02-17 15:39:32 +01:00
assert.h LibC: Define static_assert in assert.h when it's being used in C 2021-03-08 08:56:15 +01:00
byteswap.h
CMakeLists.txt LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
crt0.cpp
crt0_shared.cpp
crti.S
crtn.S
ctype.cpp
ctype.h
cxxabi.cpp LibC: Mark atexit() entries as 'called' before calling them 2021-03-29 19:56:54 +02:00
dirent.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
dirent.h
dlfcn.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
dlfcn.h
endian.h
errno.h
errno_numbers.h
fcntl.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
fcntl.h LibC: Define F_GETLK 2021-03-27 19:43:14 +01:00
fd_set.h
fenv.cpp LibC: Rename feclearexcept{s,} 2021-03-14 11:30:38 +01:00
fenv.h LibC: Rename feclearexcept{s,} 2021-03-14 11:30:38 +01:00
float.h LibC: Add defines to float.h 2021-03-09 07:28:06 +01:00
getopt.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
getopt.h LibC: Expose various option variables for later usage 2021-02-01 17:13:23 +01:00
grp.cpp
grp.h
iconv.h
inttypes.cpp LibC: Added strtoimax() and strtoumax() 2021-04-04 16:14:23 +02:00
inttypes.h LibC: Added strtoimax() and strtoumax() 2021-04-04 16:14:23 +02:00
ioctl.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
libcinit.cpp
libgen.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
libgen.h
limits.h
locale.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
locale.h
malloc.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
mallocdefs.h
memory.h
mman.cpp LibC: Make it compile on 64-bit 2021-02-25 16:27:12 +01:00
mman.h
mntent.cpp
mntent.h
netdb.cpp LibC: Make it compile on 64-bit 2021-02-25 16:27:12 +01:00
netdb.h LibC: Add NI_MAXHOST and NI_MAXSERV constants 2021-04-04 08:28:47 +02:00
paths.h
poll.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
poll.h
pthread_integration.cpp LibC+LibPthread: Implement pthread_atfork() 2021-02-15 17:32:56 +01:00
pwd.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
pwd.h LibC: Add reentrant versions of getpw{uid,nam} 2021-02-15 17:32:56 +01:00
qsort.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
regex.h Everywhere: Remove unnecessary clang-format offs 2021-03-04 11:01:48 +01:00
scanf.cpp LibC: Fix coding style in scanf helpers 2021-04-08 20:32:44 +02:00
sched.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
sched.h
semaphore.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
semaphore.h LibC: Stub out semaphore.h 2021-02-15 17:32:56 +01:00
serenity.cpp LibC+ping: Move internet_checksum to serenity header 2021-03-31 23:42:24 +02:00
serenity.h LibC+ping: Move internet_checksum to serenity header 2021-03-31 23:42:24 +02:00
setjmp.h
signal.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
signal.h
signal_numbers.h
spawn.cpp
spawn.h
ssp.cpp LibC: Convert dbgprintf() => dbgln() in SSP handler 2021-02-17 15:48:55 +01:00
stat.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
stdarg.h LibC: Don't #define away __{BEGIN,END}_DECLS in stdarg.h 2021-02-21 18:27:50 +01:00
stddef.h
stdint.h
stdio.cpp LibC: Fix FILE::flush() passing bogus arguments to lseek() 2021-04-03 23:01:14 +02:00
stdio.h LibC: Implement asprintf() and vasprintf() 2021-03-28 18:39:32 +02:00
stdlib.cpp LibC: Add imaxdiv and lldiv 2021-03-09 07:28:06 +01:00
stdlib.h LibC: Add imaxdiv and lldiv 2021-03-09 07:28:06 +01:00
string.cpp Kernel/LibC: Make memset implementations the same 2021-04-08 23:57:16 +02:00
string.h
strings.cpp
strings.h
stubs.cpp LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC 2021-02-24 14:54:26 +01:00
syslog.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
syslog.h
termcap.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
termcap.h
termios.cpp LibC: Add 'cfmakeraw()' 2021-02-15 17:32:56 +01:00
termios.h LibC: Add 'cfmakeraw()' 2021-02-15 17:32:56 +01:00
time.cpp LibC: Implement utimes function 2021-03-29 19:58:12 +02:00
time.h
times.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
ulimit.cpp
ulimit.h
unistd.cpp LibC: Add vfork() as a simple wrapper around fork() 2021-03-28 00:05:29 +01:00
unistd.h LibC: Add vfork() as a simple wrapper around fork() 2021-03-28 00:05:29 +01:00
utime.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
utime.h
utmp.h
utsname.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
wchar.cpp
wchar.h