Since 4/14/2012 12:23:16 AM, Casper.Dik has written 1 articles and participated in 622 conversations. Casper.Dik signature: Casper.Dik
Casper.Dik's articles:
Items(1) /1
NLOSUG: 26/10/2006 Dutch OpenSolaris User Group First Meeting049 (10/19/2006 11:11:51 AM) comp.unix.solaris Announcing NLOSUG, the Dutch OpenSolaris User Group First Meeting ================================================================= Please register at: http://www.sun.nl/nlosug In June 2005 Sun Microsystems o... Casper
fork + exec; what are the possible resource leaks?5185 (4/16/2010 9:56:12 PM) comp.unix.programmer I'm somewhat new to POSIX. It seems that the only way to create a new process is fork. However, fork inherits all file descriptors. exec closes only the file descriptors marked as "close on exec". I generally s... Joshua
SPARCstation 51924 (5/4/2010 11:00:31 AM) comp.sys.sun.hardware Hi, I'm looking for the Solaris 2.6 OS media and/or a SCSI CD-ROM drive for the SPARCstation 5 (S5-110). I've got three machines of this type and it would be nice to see them work again. I'm not willing to spe... mmoel(42)
EFBIG and determination of max file, et al.555 (5/11/2010 9:51:04 PM) comp.unix.programmer I need to deal with an EFBIG at work. (1) how do I determine the maximum allowed size of a file (a) rlimit is not particularly helpful: RLIMIT_FSIZE: unlimited unlimited (b) I didn't see a relev... yirg.kenya(19)
msync() and MAP_PRIVATE558 (5/13/2010 6:14:36 PM) comp.unix.programmer The posix spec http://www.opengroup.org/onlinepubs/009695399/functions/msync.html : > It is unspecified whether data in MAP_PRIVATE mappings has any permanent storage locations. So what are these "permanent s... yirg.kenya(19)
UDP and fragmentation1121 (8/2/2010 5:42:43 AM) comp.protocols.kerberos Colleagues, Quoting from http://support.microsoft.com/kb/244474/ By default, Kerberos uses connectionless UDP datagram packets. Depending on a variety of factors including security identifier (SID) history and... vas(237)
Are mmap and malloc amicable?1356 (8/14/2010 9:38:01 AM) comp.unix.programmer Hopefully, a quick question: Can I safely combine the use of malloc/realloc/free with mmap in the same program? Or, more precisely, if I mmap an anonymous map, and accumulate data in increasing addresses, am I ... mijoryx(954)
initgroups()849 (10/3/2010 11:04:51 PM) comp.unix.programmer So, I was messing around with setuid() and setgid(), and I found the function initgroups(). (For the portability/standards jockeys, yes, we are talking exclusively here about Linux). initgroups() takes 2 para... gazelle3(1608)