|
SO_DEBUG Can any one please explain me what the SO_DEBUG option in socket will do? ... 16 Jul 2008 00:40
Making GNU gettext work Hi, I'm not sure if that's the right place to ask, but apparently GNU gettext has no mailing list and I think it could be at least partially on topic here. I'm using GNU gettext 0.17 (the latest released version, AFAIK) and am trying to internationalize a program of mine; I set up everything as described ... 16 Jul 2008 10:55
Dynamic aligned memory allocation Hi, how can I dynamically allocate memory aligned to some value inside the kernel? If I use static allocation I can use __attribute__((aligned(X)) but if the allocation is dynamic? Thanks. ... 17 Jul 2008 18:55
echo client using threads WANTED: This program is a TCP echo server-client. server is written using poll() while client is written using threads. 1.) server recv()s some characters from a client and then echoes the characters to all clients except the one who sent it. 2.) client has 2 threads, one thread send()s something ... 17 Jul 2008 09:35
unix information * Version 7 Unix http://freedownloadablebooks.blogspot.com/2008/03/version-7-unix.html Single UNIX Specification http://freedownloadablebooks.blogspot.com/2008/03/single-unix-specification.html Pipeline (software) http://freedownloadablebooks.blogspot.com/2008/03/pipeline-software.html Unix philosophy http... 14 Jul 2008 19:54
CAR CHEAP INSURANCE CAR CHEAP INSURANCE http://carcheapinsurance.googlepages.com ... 14 Jul 2008 05:27
Wrong ACS_HLINE in ncurses-program on Televideo tvi 990 Hello, I have a problem with horizontal Lines in a ncurses program by using it on a Televideo Model 990, under using it on my PC with Putty I've got no problems. The error is only showing under Solaris, under Suse Linux it works fine. Here's my configuration: - SunOS 5.6 Generic_105181-11 sun4u sparc SUNW,Ul... 14 Jul 2008 05:27
send & MSG_DONTWAIT Hello, I'd like to know if the send() with MSG_DONTWAIT will return EEGAIN when it can't send the entire user data, or it will only return it when it hasn't any empty space in the send buffer (i.e first send bytes up to full buffer, and then return EEGAIN after the next call)? ... 24 Jul 2008 20:07
scandir(3) prototype arg 4 Is this right? int scandir(const char *dir, struct dirent ***namelist, int(*filter)(const struct dirent *), int(*compar)(const struct dirent **, const struct dirent **)); It would seem to me that argument 4 should be a function that takes two (pointer to struct dirent)s, not ... 13 Jul 2008 22:18
Pls sanity check: semtimedop(2) for FreeBSD Hi, Below is a semtimedop(2) implementation that I'm using for FreeBSD. I was hoping someone could look it over and tell me if they think the implementation is sound. The code seems to work ok but when stressing the FreeBSD build of my app I have managed to provoke errors related to concurrency (usually when a... 14 Jul 2008 18:52 |