source: mainline/uspace/srv

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81c4e6ec   6 years matthieu.riolo removing adt/array and replace it with adt/list in sysman
(edit) @aa0faeca   6 years matthieu.riolo Adding "ConditionArchitecture" to sysman's unit the services …
(edit) @3529f148   6 years matthieu.riolo Adding types task_wait_flag_t and ipc_start_flag_t which replaces makros
(edit) @22d990c   6 years matthieu.riolo Clean up code Correcting order of includes. Remove unnecessary new …
(edit) @8a74512   6 years matthieu.riolo Removing workaround which grabs the kconsole when devman gets started. …
(edit) @b2f05e2   6 years matthieu.riolo Clean up taskman fallback handler In the previous commits the handler …
(edit) @8f5a09d   6 years matthieu.riolo Correcting sysman_log output to display the options of a mount
(edit) @bcd7775   6 years matthieu.riolo Correcting sysman handler for ipc calls. The old handler would wrongly …
(edit) @7fa8589   6 years matthieu.riolo Removing unneeded casts from errno_t to errno_t
(edit) @76c8209   6 years matthieu.riolo correcting typos
(edit) @88ad75f   6 years matthieu.riolo repo_add_unit() returned an errno_t but it was never handled. This …
(edit) @0939097a   6 years matthieu.riolo Remove unneeded return value from ldr_load() in uspace/srv/loader/main.c
(edit) @3004ab7   6 years matthieu.riolo Adding a error log in case of failing to spawn an application
(edit) @b09e0d7   6 years matthieu.riolo Correcting taskman handler for properly dealing with …
(edit) @5830c7b   6 years matthieu.riolo Removing rootfs from sysman units For debugging reasons it's easier …
(edit) @5d35021   6 years matthieu.riolo Correcting order of the parameters passed to vfs_mount_path()
(edit) @856b75b7   6 years matthieu.riolo Correcting port handler in sysman
(edit) @7dd7bc0   6 years matthieu.riolo bugfixing call forwarding from taskman to ns the fallback port …
(edit) @66b1075   6 years matthieu.riolo improving architecture independency of newly added taskman and sysman
(edit) @16d748ee   6 years matthieu.riolo Removing implicit handler from async/server and taskman. Correcting …
(edit) @34e91bf   6 years matthieu.riolo Deleting taskman_noasync Since IPC and async should be mixed, it …
(edit) @03daabd   6 years matthieu.riolo Renaming dyn_array to array The term dyn_array is redunant and has …
(edit) @25697163   6 years matthieu.riolo Replacing int with errno_t The merged code from system-daemon still …
(edit) @102f641   6 years matthieu.riolo Correcting syntax according to ccheck
(edit) @241f1985   6 years matthieu.riolo Correcting failure from previous merge The commits from Michal Koutný …
(edit) @f92b315   7 years matthieu.riolo sysman: Throttled logging to LVL_NOTE
(edit) @8d74fdd   7 years matthieu.riolo sysman: Shutdown operation as shutdown.tgt isolation Since not all …
(edit) @be07995   7 years matthieu.riolo sysman: Add support for closure creation with CLOSURE_ISOLATE flag …
(edit) @015b147   7 years matthieu.riolo sysman: Refactored unit repo iteration and locking
(edit) @31ef7c1   7 years matthieu.riolo sysman: Properly clean after failed BFS
(edit) @8fab3f6   7 years matthieu.riolo sysctl: Add start operation
(edit) @504d103   7 years matthieu.riolo sysman: Call starting by name appropriately Conflicts: …
(edit) @95d4280a   7 years matthieu.riolo sysman: Note about merged jobs
(edit) @01e68af   7 years matthieu.riolo sysman: Remove stale TODOs
(edit) @b895ba3   7 years matthieu.riolo sysman: Remove debugging pause
(edit) @c7b9db03   7 years matthieu.riolo sysman: Workaround for graphical applications as services
(edit) @5a88d87   7 years matthieu.riolo sysman: Remove unused logging
(edit) @ff20afc   7 years matthieu.riolo sysman: Synchronize access to unit repository from other fibrils
(edit) @d5cca04   7 years matthieu.riolo sysman: Remove unsynchronized access to observer hash table
(edit) @87a31ef2   7 years matthieu.riolo ns: Created simplified taskman API using low-level IPC API only …
(edit) @4ff66ae   7 years matthieu.riolo taskman: Bind events dump to register handler - So that no events are …
(edit) @bb57a00   7 years matthieu.riolo sysman: Awareness of boot time tasks as anonymous services - sysman …
(edit) @4667b5c   7 years matthieu.riolo taskman: Add method to dump events of already running tasks It's …
(edit) @8ae8262   7 years matthieu.riolo sysman: Support for anonymous services - Daemons that only call …
(edit) @5353f50   7 years matthieu.riolo net: Start network service on boot - Create unit files - Create …
(edit) @7cce333   7 years matthieu.riolo sysman: Refined semantics of IPC_FLAG_AUTOSTART IPC_FLAG_AUTOSTART_ …
(edit) @a097c50   7 years matthieu.riolo taskman: Do not notify retval (again) for exited daemon
(edit) @ed5367b   7 years matthieu.riolo sysman: Implement stopping units Currently fails service monitoring …
(edit) @ce08421   7 years matthieu.riolo taskman: Fix async request leak
(edit) @fcc4f86   7 years matthieu.riolo taskman: Unregister terminated listeners
(edit) @c64e254   7 years matthieu.riolo sysman: Generalize closure creation to any graph ("visitor" pattern)
(edit) @25a9fec   7 years matthieu.riolo sysman: Refactor job.c into job_queue.c and job_closure.c
(edit) @18377301   7 years matthieu.riolo sysman: Fix typo
(edit) @cf172c5   7 years matthieu.riolo sysman: Rename configuration to repo (forgotten change)
(edit) @db34424   7 years matthieu.riolo sysman: Simple check for multiedges in graph
(edit) @9532981   7 years matthieu.riolo sysman: Rename dependency to edge (more generic)
(edit) @af92309   7 years matthieu.riolo sysman: Rename configuration to repo(sitory) It's better suited for …
(edit) @918ac9b   7 years matthieu.riolo taskman: Notify all waiters for NS This removes race condition when …
(edit) @b55f62a   7 years matthieu.riolo sysman: Create control utility sysctl - can list units and their …
(edit) @e8747bd8   7 years matthieu.riolo sysman: Use taskman API to detect successful server start Conflicts: …
(edit) @012dd8e   7 years matthieu.riolo taskman: Handle INIT_TASKS as tasks spawned by loader - everyone is …
(edit) @780c8ce   7 years matthieu.riolo taskman: Light streamlining (removing TODOs) - Low work attitude today :-(
(edit) @2aaccd3   7 years matthieu.riolo networking: Revert accidental deletion from 2373
(edit) @035d7d8   7 years matthieu.riolo taskman: Implement task event notifications
(edit) @c675ab1   7 years matthieu.riolo taskman: Restore uppercase (vimstorm?)
(edit) @b8341bc   7 years matthieu.riolo taskman: IPC builerplate for task event API - Actual implementation …
(edit) @5cd2290   7 years matthieu.riolo taskman: Make use of EVENT_EXIT exit_reason parameter - Also improved …
(edit) @d4ec49e   7 years matthieu.riolo taskman: Implement waiting both for retval and exit Conflicts: …
(edit) @55fe220   7 years matthieu.riolo taskman: Modify existing callers of task_wait API Conflicts: …
(edit) @e0e7eba   7 years matthieu.riolo taskman: Remove remainings from NS Conflicts: …
(edit) @2f44fafd   7 years matthieu.riolo taskman: Implement task_wait API to pass all tests - different …
(edit) @62273d1   7 years matthieu.riolo taskman: Implement simple task exit monitoring
(edit) @1be7bee   7 years matthieu.riolo sysman: Move task retval and waiting logic to taskman (partially) - …
(edit) @0a8f070   7 years matthieu.riolo Create taskman server (extracts task-related operations from naming …
(edit) @c6d87c10   7 years matthieu.riolo sysman: Update closure tests for new semantics of assigned units
(edit) @dba056b   7 years matthieu.riolo sysman: Using exposees to detect asynchronous start - also fixed bug …
(edit) @3f05ef7   7 years matthieu.riolo sysman: Catch debug log output to file (temporary version)
(edit) @63a3276   7 years matthieu.riolo sysman: Instrumented locsrv for autostart - also refactored unit name …
(edit) @72c8f77   7 years matthieu.riolo sysman: Separate job closure creation and its enqueuing - added merge …
(edit) @73f7c4e   7 years matthieu.riolo sysman: Create tests for job control - units are mocked by patching …
(edit) @e55741e   7 years matthieu.riolo sysman: Instrumented devman with autostart - created unit files for …
(edit) @4224ef7   7 years matthieu.riolo sysman: Add VFS FS server autostart - VFS autostart instrumentation …
(edit) @dd5c623   7 years matthieu.riolo dyn_array: Non-allocating initialization API
(edit) @dda2602   7 years matthieu.riolo sysman: Create units to start up to compositor - add necessary units …
(edit) @5559712   7 years matthieu.riolo sysman: Naive autostart instrumentation of locsrv - Add …
(edit) @8432ae1   7 years matthieu.riolo sysman: Correct reference counting of jobs
(edit) @3f7e1f24   7 years matthieu.riolo sysman: Refactored job manipulation (event loop + one main fibril)
(edit) @09a8006   7 years matthieu.riolo Add license and copyright to new files
(edit) @bb154c6   7 years matthieu.riolo Add skeleton for configuration files loading - Create content of /cfg …
(edit) @6efec7e3   7 years matthieu.riolo Unit polymorphism (simple mount), debug logging
(edit) @4fe7fcb   7 years matthieu.riolo Transform unit dependencies to job ordering
(edit) @c0c388d2   7 years matthieu.riolo Sysman jobs memory management (refcnt)
(edit) @694253c   7 years matthieu.riolo Skeleton for sysman (unit) jobs control
(edit) @f42ee6f   7 years matthieu.riolo Add basic structures for sysman Conflicts: boot/Makefile.common
(edit) @2bb6d04   7 years zarevucky.jiri Curb the proliferation of libdraw headers libdraw provides a lot of … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @83b64a59   7 years zarevucky.jiri Minor cleanup of uspace makefiles lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @bc56f30   7 years zarevucky.jiri Make some libc and libposix headers usable in C++ These headers … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @bdca26a   7 years jakub Removing printf when failing from lib/rtld If rtld failed a message … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @7348c4b   7 years jakub arm64: Add PL011 uspace driver lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @951e451   7 years jakub vfs: do sanity check while resizing We should make sure a fd is … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.