DragonFly BSD
DragonFly commits List (threaded) for 2003-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 24 Nov 2003 13:15:59 -0800 (PST)

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.




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]