cvs commit: src/sys/sys caps.h src/lib/libcaps Makefile caps_client.c caps_misc.c caps_service.c defs.h globaldata.c globaldata.h slaballoc.c slaballoc.h thread.h src/test/caps Makefile caps1.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 24 13:17:05 PST 2003


dillon      2003/11/24 13:15:59 PST

DragonFly src repository

  Added files:
    sys/sys              caps.h 
    lib/libcaps          Makefile caps_client.c caps_misc.c 
                         caps_service.c defs.h globaldata.c 
                         globaldata.h slaballoc.c slaballoc.h 
                         thread.h 
    test/caps            Makefile caps1.c 
  Log:
  Add a new library, libcaps, which is intended to encompass DragonFly-specific
  core threading and IPC mechanisms.
  
  As of this commit the library is very incomplete.  It works just well enough
  to run the IPC test program unthreaded.  For the moment it is implemented
  via unix domain sockets.  The IPC mechanism is eventually expected to be
  moved directly into the kernel and use an upcall for replies.






More information about the Commits mailing list