Gunnar Beutner
|
6adb0dbdba
LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked()
|
4 년 전 |
Gunnar Beutner
|
36ee8a8c25
LibC: Make rewind() ignore errors as it should
|
4 년 전 |
Gunnar Beutner
|
62ee003ef5
LibC: Make stdio thread-safe
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Gunnar Beutner
|
ddcd149224
LibC: Avoid division by zero in fread()/fwrite()
|
4 년 전 |
Andreas Kling
|
bf1ad16078
LibC: Fix FILE::flush() passing bogus arguments to lseek()
|
4 년 전 |
Andreas Kling
|
fdd01a0a07
LibC: Implement asprintf() and vasprintf()
|
4 년 전 |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 년 전 |
Ben Wiederhake
|
bceb98e2df
Userland: Remove superfluous headers
|
4 년 전 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 년 전 |
Andreas Kling
|
8d98051551
AK+LibC: Remove dbgprintf() :^)
|
4 년 전 |
Andreas Kling
|
dffab4e034
LibC: Convert dbgprintf() => dbgln()
|
4 년 전 |
Andreas Kling
|
e87eac9273
Userland: Add LibSystem and funnel all syscalls through it
|
4 년 전 |
Mart G
|
86a9e26996
LibC: Prevent remove from calling rmdir when unlink succeeds.
|
4 년 전 |
Andreas Kling
|
b0f19c2af4
LibC: Templatize unique filename enumeration for mkstemp() et al
|
4 년 전 |
Linus Groh
|
b42f0b9650
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
|
4 년 전 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 년 전 |