mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
wget: move from cpp-cheat
This commit is contained in:
@@ -13120,6 +13120,12 @@ The example allocates two ints and uses them, and then deallocates back.
|
||||
|
||||
Bibliography: https://stackoverflow.com/questions/6988487/what-does-the-brk-system-call-do/31082353#31082353
|
||||
|
||||
==== socket
|
||||
|
||||
A bit like `read` and `write`, but from / to the Internet!
|
||||
|
||||
* link:userland/posix/wget.c[] tiny `wget` re-implementation. See: https://stackoverflow.com/questions/11208299/how-to-make-an-http-get-request-in-c-without-libcurl/35680609#35680609
|
||||
|
||||
=== Userland multithreading
|
||||
|
||||
The following sections are related to multithreading in userland:
|
||||
|
||||
Reference in New Issue
Block a user