Unix Programmer
-
- Makefile : Macro
by Gilles Gro » Sat, 01 Jan 2000 04:00:00
- 2 Replies
- 49 Views
- Last post by Paul D. Smit
Sat, 01 Jan 2000 04:00:00
-
- White Paper / Server Clustering
by Gary Hemming » Sat, 01 Jan 2000 04:00:00
- 1 Replies
- 51 Views
- Last post by Gary Hemming
Sat, 01 Jan 2000 04:00:00
-
- Full path to the program
by Marcu » Sat, 01 Jan 2000 04:00:00
- 3 Replies
- 1 Views
- Last post by Ruben Cardene
Sat, 01 Jan 2000 04:00:00
-
- Hohensee's 3-stack machine
by cLIeNUX us » Fri, 31 Dec 1999 04:00:00
- 2 Replies
- 560 Views
- Last post by Stephen Bayne
Fri, 31 Dec 1999 04:00:00
-
- rpcinfo question
by Atiq Hash » Fri, 31 Dec 1999 04:00:00
- 2 Replies
- 56 Views
- Last post by Barry Margoli
Fri, 31 Dec 1999 04:00:00
-
- Procmail (Again)
by Ricardo Borge » Fri, 31 Dec 1999 04:00:00
- 1 Replies
- 56 Views
- Last post by Ricardo Borge
Fri, 31 Dec 1999 04:00:00
-
- sendmsg and recvmsg - Why the iovec limit?
by chin.. » Fri, 31 Dec 1999 04:00:00
- 1 Replies
- 65 Views
- Last post by chin..
Fri, 31 Dec 1999 04:00:00
-
- what is inode?
by andy p » Fri, 31 Dec 1999 04:00:00
- 5 Replies
- 50 Views
- Last post by michael
Fri, 31 Dec 1999 04:00:00
-
- Problem resetting signal handler, help please
by marius.. » Thu, 30 Dec 1999 04:00:00
- 3 Replies
- 31 Views
- Last post by Rainer Temm
Thu, 30 Dec 1999 04:00:00
-
- mount & user
by t.. » Thu, 30 Dec 1999 04:00:00
- 6 Replies
- 35 Views
- Last post by C.Madhusuda
Thu, 30 Dec 1999 04:00:00
-
- How to get FQDN?
by Jan Echterna » Thu, 30 Dec 1999 04:00:00
- 4 Replies
- 37 Views
- Last post by David Schwart
Thu, 30 Dec 1999 04:00:00
-
- change queue command from lp to another?
by Scott Bort » Thu, 30 Dec 1999 04:00:00
- 1 Replies
- 69 Views
- Last post by Scott Bort
Thu, 30 Dec 1999 04:00:00
-
- Updated C++-wrapper around popen
by Alex Vinoku » Thu, 30 Dec 1999 04:00:00
- 1 Replies
- 73 Views
- Last post by Alex Vinoku
Thu, 30 Dec 1999 04:00:00
-
- Web Server
by Chris Cer » Thu, 30 Dec 1999 04:00:00
- 1 Replies
- 66 Views
- Last post by Chris Cer
Thu, 30 Dec 1999 04:00:00
-
- ftruncate problem
by Tak-Shing Cha » Thu, 30 Dec 1999 04:00:00
- 2 Replies
- 62 Views
- Last post by Lawrence Kir
Thu, 30 Dec 1999 04:00:00
-
- Distingushing between console & redirected input
by nowa » Thu, 30 Dec 1999 04:00:00
- 5 Replies
- 67 Views
- Last post by Marcus Thiesse
Thu, 30 Dec 1999 04:00:00
-
- casting function parameters when pointer
by kamra » Thu, 30 Dec 1999 04:00:00
- 4 Replies
- 67 Views
- Last post by kamra
Thu, 30 Dec 1999 04:00:00
-
- automake conditional compilation technicality
by Ian Macdona » Thu, 30 Dec 1999 04:00:00
- 4 Replies
- 563 Views
- Last post by Ken Pizzi
Thu, 30 Dec 1999 04:00:00
-
- Sooo Slooowly Compiler
by t.. » Wed, 29 Dec 1999 04:00:00
- 5 Replies
- 9 Views
- Last post by Marcus Thiesse
Wed, 29 Dec 1999 04:00:00
-
- Get the date from my timezone
by Christia » Wed, 29 Dec 1999 04:00:00
- 2 Replies
- 69 Views
- Last post by ad..
Wed, 29 Dec 1999 04:00:00
-
- pstat_getproc, devnm, and tty - HP10.20
by mars1.. » Wed, 29 Dec 1999 04:00:00
- 4 Replies
- 63 Views
- Last post by mars1..
Wed, 29 Dec 1999 04:00:00
-
- pstat & c++
by Jasper Spi » Wed, 29 Dec 1999 04:00:00
- 5 Replies
- 75 Views
- Last post by Jasper Spi
Wed, 29 Dec 1999 04:00:00
-
- Whats differences are between Unix and Linux
by C » Wed, 29 Dec 1999 04:00:00
- 2 Replies
- 81 Views
- Last post by Chris Costell
Wed, 29 Dec 1999 04:00:00
-
- help: opening pipes in C
by David A. Kassa » Wed, 29 Dec 1999 04:00:00
- 6 Replies
- 415 Views
- Last post by Greg Mart
Wed, 29 Dec 1999 04:00:00
-
- #include <fcntl.h> #include <unistd.h> #include <sys/mman.h> #include <sys/stat.h> #include <sys/types.h> main () { int fd1 = open ("b.o",O_RDONLY); struct stat buf; void *f1; void (*fp)(); fstat (fd1,&buf); f1 = mmap ((void*)0,buf.st_size,PROT_EXEC|PROT_R
by nilesh pate » Wed, 29 Dec 1999 04:00:00
- 2 Replies
- 84 Views
- Last post by Andrew Gabri
Wed, 29 Dec 1999 04:00:00
-
- Purify: BSR
by svens.. » Wed, 29 Dec 1999 04:00:00
- 4 Replies
- 87 Views
- Last post by svens..
Wed, 29 Dec 1999 04:00:00
-
- #include <fcntl.h> #include <unistd.h> #include <sys/mman.h> #include <sys/stat.h> #include <sys/types.h> main () { int fd1 = open ("b.o",O_RDONLY); struct stat buf; void *f1; void (*fp)();
by nilesh pate » Wed, 29 Dec 1999 04:00:00
- 1 Replies
- 85 Views
- Last post by nilesh pate
Wed, 29 Dec 1999 04:00:00
-
- Size of a file
by <abou.. » Fri, 31 Dec 1999 04:00:00
- 10 Replies
- 579 Views
- Last post by Geoff Clar
Fri, 31 Dec 1999 04:00:00
-
- HELP: pthread on Solaris X86
by chan » Wed, 29 Dec 1999 04:00:00
- 2 Replies
- 89 Views
- Last post by chan
Wed, 29 Dec 1999 04:00:00
-
- Procmail
by Ricardo Borge » Fri, 31 Dec 1999 04:00:00
- 1 Replies
- 57 Views
- Last post by Ricardo Borge
Fri, 31 Dec 1999 04:00:00
-
- half-closed-connection
by Thoralf Ricker » Thu, 30 Dec 1999 04:00:00
- 4 Replies
- 40 Views
- Last post by Chris Costell
Thu, 30 Dec 1999 04:00:00
-
- C or C++ Libraries for mail handling
by zir.. » Thu, 30 Dec 1999 04:00:00
- 2 Replies
- 68 Views
- Last post by Gergo Bara
Thu, 30 Dec 1999 04:00:00
-
- BASIC Thread Question
by Sean O'Keef » Thu, 30 Dec 1999 04:00:00
- 7 Replies
- 68 Views
- Last post by Andrew Giert
Thu, 30 Dec 1999 04:00:00
-
- Welcome to comp.unix.programmer (v1.15)
by Andrew Giert » Wed, 29 Dec 1999 04:00:00
- 2 Replies
- 15 Views
- Last post by Andrew Giert
Wed, 29 Dec 1999 04:00:00
-
- White Paper on Server Clustering
by Gary Hemming » Wed, 29 Dec 1999 04:00:00
- 2 Replies
- 54 Views
- Last post by Mark Hah
Wed, 29 Dec 1999 04:00:00
-
- Requesting a URL
by josh.. » Wed, 29 Dec 1999 04:00:00
- 2 Replies
- 83 Views
- Last post by raou
Wed, 29 Dec 1999 04:00:00
-
- POSIXly correct behaviour of execve w.r.t. the process signal mask?
by Chris Ranki » Thu, 30 Dec 1999 04:00:00
- 4 Replies
- 52 Views
- Last post by Chris Ranki
Thu, 30 Dec 1999 04:00:00
-
- make question
by Chris Cer » Thu, 30 Dec 1999 04:00:00
- 3 Replies
- 61 Views
- Last post by Harald Kirsc
Thu, 30 Dec 1999 04:00:00
-
- gethostbyaddr()
by John McClan » Fri, 31 Dec 1999 04:00:00
- 4 Replies
- 30 Views
- Last post by Ng Kai Keon
Fri, 31 Dec 1999 04:00:00