Yuri Kunde Schlesner
|
c27dad4cd1
|
ResultVal: Remove MoveFrom()
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in
case you already have an rvalue.
|
2017-06-18 19:03:15 -07:00 |
|
Yuri Kunde Schlesner
|
7747a25345
|
Service/sm: Convert srv: to use IPC helpers
|
2017-06-11 13:10:21 -07:00 |
|
Yuri Kunde Schlesner
|
211fea5441
|
Service/sm: Convert 'srv:' to ServiceFramework
|
2017-06-08 20:59:19 -07:00 |
|
Yuri Kunde Schlesner
|
f68fd997cd
|
Service: Remove unnecessary includes from service.h
This has a huge fallout in terms of needing to fix other files because
all service implementations included that file.
|
2017-06-06 02:57:23 -07:00 |
|
Yuri Kunde Schlesner
|
0e3e091a0d
|
Service: Make service registration part of the sm implementation
Also enhances the GetServiceHandle implementation to be more accurate.
|
2017-06-06 02:57:04 -07:00 |
|
Yuri Kunde Schlesner
|
d9e7be32de
|
Service/sm: Use an actual semaphore for the notification semaphore
An Event was used way back then when we didn't have proper working
semaphores. Our Semaphore implementation is good enough now.
|
2017-06-06 02:57:04 -07:00 |
|
Yuri Kunde Schlesner
|
c17330e05f
|
Service: Move SRV interface to a new sm/ subdirectory
This will contain the implementation of the sm (Service Manager) system
module.
|
2017-06-06 02:57:04 -07:00 |
|