ninjalj's blog
Tuesday, April 3, 2018
How does a system call (e.g. fork()) work?
›
(originally published at https://stackoverflow.com/a/11570572/371250 ) libc 's implementation of fork() and other system calls contain...
Tuesday, March 12, 2013
›
In a comment in programmers.SE, Dibbeke states the following: Small hint here: your most important liability in programming is your code....
1 comment:
Thursday, November 17, 2011
Your own linker warnings using the GNU toolchain
›
You've probably seen linker warnings like these: linkwarnmain.c:(.text+0x1d): warning: foo is deprecated, please use the shiny new foob...
Tuesday, October 18, 2011
Terminals in *nix
›
Terminals were hardware devices that consisted of a keyboard and an output device (initially a line printer, later a CRT monitor). A large ...
Monday, October 17, 2011
dmr
›
I remember SuSE Linux had a motd that simply said: "Have fun..." That has always been the spirit of Unix, having an environment i...
Monday, October 10, 2011
Tentative Definitions in C
›
Suppose you want to access a variable from several translation units. You would declare it in a header file: example.h int foo; You wou...
Friday, September 23, 2011
Spring
@Transactional
Propagation Reference
›
Spring's propagation types for the @Transactional annotation differ in how they behave in presence/absence of an existing transaction...
5 comments:
›
Home
View web version