mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
Everywhere: Remove unnecessary whitespace at the end of some lines.
This commit is contained in:
parent
6749ba3477
commit
1f81bc6879
32 changed files with 76 additions and 76 deletions
|
@ -14,10 +14,10 @@
|
|||
<p>Thank you for checking it out :^)</p>
|
||||
<p style="padding-top: 4; padding-bottom: 4; padding-left: 4; padding-right: 4; background-color: #ea4aaa; text-align: center;"><b>Andreas</b>
|
||||
(
|
||||
<a href="https://github.com/awesomekling">GitHub</a> |
|
||||
<a href="https://youtube.com/c/AndreasKling">YouTube</a> |
|
||||
<a href="https://twitter.com/awesomekling">Twitter</a> |
|
||||
<a href="https://patreon.com/serenityos">Patreon</a> |
|
||||
<a href="https://github.com/awesomekling">GitHub</a> |
|
||||
<a href="https://youtube.com/c/AndreasKling">YouTube</a> |
|
||||
<a href="https://twitter.com/awesomekling">Twitter</a> |
|
||||
<a href="https://patreon.com/serenityos">Patreon</a> |
|
||||
<a href="https://paypal.me/awesomekling">PayPal</a> )
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
01:00000016 drwxr-xr-x 1024 2018-10-02 23:43:49 ../
|
||||
01:00000018 -rw-r--r-- 18 2018-10-02 23:44:09 file1
|
||||
01:00000019 -rw-r--r-- 18 2018-10-02 23:44:14 file2
|
||||
::>
|
||||
::>
|
||||
</pre>
|
||||
<div>
|
||||
<p><b>2018-10-10:</b> The first ever "screenshot" of what became Serenity:</p>
|
||||
|
@ -207,10 +207,10 @@
|
|||
<i>Andreas Kling, 2019-10-10</i>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/awesomekling">GitHub</a> |
|
||||
<a href="https://youtube.com/c/AndreasKling">YouTube</a> |
|
||||
<a href="https://twitter.com/awesomekling">Twitter</a> |
|
||||
<a href="https://patreon.com/serenityos">Patreon</a> |
|
||||
<a href="https://github.com/awesomekling">GitHub</a> |
|
||||
<a href="https://youtube.com/c/AndreasKling">YouTube</a> |
|
||||
<a href="https://twitter.com/awesomekling">Twitter</a> |
|
||||
<a href="https://patreon.com/serenityos">Patreon</a> |
|
||||
<a href="https://paypal.me/awesomekling">PayPal</a>
|
||||
</p>
|
||||
</body>
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
Someone put together a CTF (Capture The Flag) challenge at the
|
||||
36c3 computer security conference. I learned about this when
|
||||
two exploits showed up (complete with write-ups!) on GitHub:
|
||||
|
||||
|
||||
<a href="https://github.com/Fire30/CTF-WRITEUPS/tree/master/36c3_ctf/wisdom">one from Fire30</a> and <a href="https://github.com/braindead/ctf-writeups/tree/master/2019/36c3/wisdom">another one from braindead</a>.
|
||||
<br><br>
|
||||
This caught me by total surprise and I was a little bit disappointed
|
||||
|
@ -426,10 +426,10 @@
|
|||
<i>Andreas Kling, 2020-10-10</i>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/awesomekling">GitHub</a> |
|
||||
<a href="https://youtube.com/c/AndreasKling">YouTube</a> |
|
||||
<a href="https://twitter.com/awesomekling">Twitter</a> |
|
||||
<a href="https://patreon.com/serenityos">Patreon</a> |
|
||||
<a href="https://github.com/awesomekling">GitHub</a> |
|
||||
<a href="https://youtube.com/c/AndreasKling">YouTube</a> |
|
||||
<a href="https://twitter.com/awesomekling">Twitter</a> |
|
||||
<a href="https://patreon.com/serenityos">Patreon</a> |
|
||||
<a href="https://paypal.me/awesomekling">PayPal</a>
|
||||
</p>
|
||||
<script>
|
||||
|
|
|
@ -9,7 +9,7 @@ cd "$script_path/.." || exit 1
|
|||
# To eliminate the need for these symbols, avoid doing non-trivial construction of local statics in LibC.
|
||||
|
||||
FORBIDDEN_SYMBOLS="__cxa_guard_acquire __cxa_guard_release"
|
||||
LIBC_PATH="Build/Userland/Libraries/LibC/libc.a"
|
||||
LIBC_PATH="Build/Userland/Libraries/LibC/libc.a"
|
||||
for forbidden_symbol in $FORBIDDEN_SYMBOLS; do
|
||||
# check if symbol is undefined
|
||||
if nm $LIBC_PATH | grep "U $forbidden_symbol" ; then
|
||||
|
|
|
@ -16,7 +16,7 @@ die() {
|
|||
|
||||
# To support virtualization acceleration on mac
|
||||
# we need to use 64-bit qemu
|
||||
if [ "$(uname)" = "Darwin" ] && [ "$(uname -m)" = "x86_64" ]; then
|
||||
if [ "$(uname)" = "Darwin" ] && [ "$(uname -m)" = "x86_64" ]; then
|
||||
|
||||
[ -z "$SERENITY_QEMU_BIN" ] && SERENITY_QEMU_BIN="qemu-system-x86_64"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue