CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
system-calls
09-15
Blockchain
Duration of child process sleep
09-11
Software engineering
Where is `unshare` defined on Linux?
09-08
OS
How to read all the contents of a file using read() system call in C
09-07
OS
How does Java actually spawn a process by ProcessBuilder on Windows platform?
08-26
Software design
What are the syscalls for drawing graphics on the screen in Linux?
08-24
Enterprise
Linux syscall documentation
08-24
OS
When Reading a file (system call), Why do I set buf to '\0'?
07-26
Software design
Intel Pin: how to replace/skip syscall
07-23
Enterprise
Why does this function return as 2
07-16
OS
Why does NASM system call number perform 2 different operations despite specifying the same call num
07-13
Net
System call: does Read function change process?
07-08
OS
Syscall mremap() does not work as I expected. Is it bugged, is there any other way of remaping memor
07-07
Blockchain
Can you use the red zone with/across syscalls?
07-04
Software design
How does MMAP_PAGE_ZERO personality flag work?
06-20
Blockchain
Read() is returning without reading
06-20
OS
Unable to perform execve syscall in RISC V assembly
06-15
Blockchain
sending signals to child processes , SIGCONT ,SIGSTOP
06-06
Mobile
Using execve (linux)
06-04
Software engineering
How optimized are writes to /dev/null in Linux?
06-01
OS
System call read result display random characters after the result
05-29
Software engineering
How to fix data write or read using pipe in c program is giving wrong output?
05-28
Enterprise
how to display the filenames in ascending order according to their sizes of current directory using
05-27
front end
Will reading from a pipe ever produce more data after a prior EOF?
05-23
Back-end
Linux kernel function returns 1 instead of EINVAL
05-21
Blockchain
Why are linux system calls different across architectures
04-24
Software design
Go: Why do processes/Threads started using Win32API funcs seem to hijack and kill the parent procces
04-24
OS
How to distinguish calling a c library function from making a system call?
04-16
Mobile
Understanding fork()
04-07
other
Redirect output of command line to a variable in C
04-05
Blockchain
Why am I getting extra characters when writing to a file from a string?
04-03
OS
How to use read syscall with an integer fd in C
03-29
Blockchain
wc: 'standard input': Bad file descriptor
03-10
OS
Why is malloc() considered a library call and not a system call?
03-07
database
fork() and wait() in C
02-27
Mobile
How is argv passed to the new process image with execvp()?
02-18
Software design
How do I check that the sys call terminated/why it terminates?
02-15
Net
How can the multi-core cpu run the program interleaved?
01-03
Blockchain
Applications of system() function in launching and waiting for a new process
12-28
Software engineering
getdents() syscall implementation for rootkit
12-27
database
Why does ptrace show a 32-bit execve system call having EAX = 59, the 64-bit call number? How do 32-
57
1
2
Next
Last
Links:
CodePudding