edwin       2008-07-12 06:48:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/ipcrm        Makefile ipcrm.1 ipcrm.c 
    usr.bin/ipcs         Makefile ipcs.c 
  Added files:           (Branch: RELENG_6)
    usr.bin/ipcs         ipc.c ipc.h 
  Log:
  SVN rev 180462 on 2008-07-12 06:48:59Z by edwin
  
  MFC of svn revision 174891 and 174750
  
  Add the ability to clean up all shared memory segments which are
  unused in one go.
  
  PR:             bin/118292
  Submitted by:   Callum Gibson <[EMAIL PROTECTED]>
  
  Revision   Changes    Path
  1.6.14.1   +5 -0      src/usr.bin/ipcrm/Makefile
  1.13.8.1   +36 -1     src/usr.bin/ipcrm/ipcrm.1
  1.11.14.1  +258 -126  src/usr.bin/ipcrm/ipcrm.c
  1.7.8.1    +1 -0      src/usr.bin/ipcs/Makefile
  1.1.4.1    +207 -0    src/usr.bin/ipcs/ipc.c (new)
  1.1.4.1    +71 -0     src/usr.bin/ipcs/ipc.h (new)
  1.27.2.2   +319 -430  src/usr.bin/ipcs/ipcs.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to