Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: macd68
  • Content: Threads
  • Order by date
  1. macd68

    Set manipulation

    Anyone have any tips on finding examples of set manipulation using (g)awk?
  2. macd68

    iRDMA/iWARP

    Anybody using this as underlying tech? Opinions?
  3. macd68

    Recertifying

    Hi All, 2000-2002 I was doing pretty extensive work with cisco gear and ,even though I was without access to higher end stuff or an IOS > 11.x, managed to certify as CCNA and CCDA. Afterwards I let the certs lapse as I was more involved with *nix administration and found that Zebra<>Quagga and...
  4. macd68

    Weird pthread portability issue.

    This code works fine on linux (2.6 kernel GCC v 3.3.3): while (1) { pthread_cond_wait(&waited_on,&notify_mutex); printf("%d: Sent or received...
  5. macd68

    Missing something basic

    I'm trying to get the pid of the process that sent a certain signal to the receiver. Code snippet follows. sigfillset(&signals); sigdelset(&signals,SIGUSR2); sigdelset(&signals,SIGINT)...

Part and Inventory Search

Back
Top