Search code examples
How to write out all connected devices using Libparted on Linux Mint?...


c++linuxsystems-programmingparted

Read More
Confusion of virtual memory...


clinuxoperating-systemsystems-programming

Read More
boost::thread data structure sizes on the ridiculous side?...


c++boost-asioboost-threadmicro-optimizationsystems-programming

Read More
Implementation of Signals under Linux and Windows?...


linuxopen-sourceoperating-systemlinux-kernelsystems-programming

Read More
Is scala sufficient for native, system and kernel programming?...


scalakernelnativesystems-programming

Read More
Literals VS Immediate Operands...


assemblyliteralssystems-programmingimmediate-operand

Read More
How to list first level directories only in C?...


clinuxforklow-levelsystems-programming

Read More
Does wait(0) do anything when called from both processes created from fork()?...


clinuxforkwaitsystems-programming

Read More
Exception handling through signal communication in multiprocess programs in C...


carchitecturesignalsmultiprocesssystems-programming

Read More
Segmentation fault when calling alloc_netdev...


linux-kernellinux-device-driversystems-programmingnetwork-driver

Read More
Why does my C program of a pipeline with two pipes hang?...


clinuxubuntupipesystems-programming

Read More
Network interfaces status tracking on FreeBSD...


cfreebsdsystems-programming

Read More
Programmatically get the cache line size?...


c++ccachingoperating-systemsystems-programming

Read More
BPF: sock_ops equivalent for UDP sockets...


network-programmingebpfbpfsystems-programming

Read More
Zombie processes...


cunixprocessposixsystems-programming

Read More
Why do glibc's `system()` and `posix_spawn()` deal with signals?...


clinuxsignalsglibcsystems-programming

Read More
How to fix the following malloc error in my code?...


clinuxsystems-programming

Read More
mmap on /proc/pid/mem...


clinuxmmapprocfssystems-programming

Read More
Trouble with creating an empty file using C programming language in UNIX environment...


unixsystems-programming

Read More
Managing processes in C...


clinuxunixsystems-programming

Read More
How the redirection like "./a.out 0 < /dev/tty" is possible at 85p of APUE 3e...


clinuxunixposixsystems-programming

Read More
How are kernels made?...


kernelsystems-programming

Read More
Should fsync() be called before or after write() call?...


clinuxsystems-programming

Read More
Implementing an N process barrier using semaphores...


operating-systemcomputer-sciencesemaphoresystems-programmingbarrier

Read More
What is the difference between Message Queues and files in Linux. Also, what is the significance of ...


clinuxlinux-kernelreal-timesystems-programming

Read More
SysInternal's WinObj device listing mechanism...


windowsoperating-systemdevice-driversystems-programming

Read More
Impact of zombies processes on an embedded linux...


linuxsystems-programming

Read More
What is PARANOIA meaning on chroot and setuid?...


cdhcpsystems-programmingchrootsetuid

Read More
How do I run in chroot environment temporarily in a C program?...


clinuxsystems-programmingchroot

Read More
Why is sequentially reading a large file row by row with mmap and madvise sequential slower than fge...


cmmapsystems-programming

Read More
BackNext