Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bsd

How do the err/warn functions get the program name?

c bsd

Why is libtool's "current" used as "SOVERSION" on BSD, rather than "major"?

Why is rand() much faster than arc4random()?

c random bsd arc4random

Alternative way to obtain argc and argv of a process

c++ linux windows posix bsd

What Jail/Chroot/Sandbox-like mechanisms are available on OpenBSD? [closed]

What type of threads does OS X have?

Is there a good reason to write my own daemonize function instead of using daemon(3)?

c linux unix daemon bsd

UDP broadcast using CFSocket on IOS

ios bsd cfsocket

How do I get information on linux whether my program is swapping or not?

linux posix bsd

How do I find the cpu the current thread is running on, for Mac and BSD?

segfault on write() with ~8MB buffer (OSX, Linux)

Using `splice` for Linux... what else for other systems?

Using a BSD licence library, which uses a GPL library, for the iPhone [closed]

iphone licensing gpl bsd

C random() & setstate function not behaving as expected

c random bsd

What's the meaning of typedef int function(void*)?

c function typedef bsd

dTrace scripts and tools [closed]

What's the best way to get to know linux or BSD kernel internals? [closed]

How do I convert from using `grep -P` to `grep -E`?

linux macos ubuntu grep bsd