source: mainline/uspace/lib/c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22d990c   6 years matthieu.riolo Clean up code Correcting order of includes. Remove unnecessary new …
(edit) @b2f05e2   6 years matthieu.riolo Clean up taskman fallback handler In the previous commits the handler …
(edit) @7fa8589   6 years matthieu.riolo Removing unneeded casts from errno_t to errno_t
(edit) @76c8209   6 years matthieu.riolo correcting typos
(edit) @338a1a76   6 years matthieu.riolo Correcting sysman registering a port - Correcting port handler - the …
(edit) @fb86ff19   6 years matthieu.riolo Removing old function declaration for ns_session_get
(edit) @16d748ee   6 years matthieu.riolo Removing implicit handler from async/server and taskman. Correcting …
(edit) @2f04bdd   6 years matthieu.riolo Ensuring that taskman does not initialize itself Taskman used to try …
(edit) @34e91bf   6 years matthieu.riolo Deleting taskman_noasync Since IPC and async should be mixed, it …
(edit) @ae004bc   6 years matthieu.riolo correcting create_session() calls When creating a new session for a …
(edit) @7ffdcbd   6 years matthieu.riolo Correcting IPC calls introduced with taskman The new PHONE_INITIAL …
(edit) @5be6361   6 years matthieu.riolo Make use of helper function in lib/taskman The code provided helper …
(edit) @03daabd   6 years matthieu.riolo Renaming dyn_array to array The term dyn_array is redunant and has …
(edit) @9559cf8   6 years matthieu.riolo Relocate dyn_array test into the correct subfolder
(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) @8d74fdd   6 years matthieu.riolo sysman: Shutdown operation as shutdown.tgt isolation Since not all …
(edit) @8fab3f6   6 years matthieu.riolo sysctl: Add start operation
(edit) @504d103   6 years matthieu.riolo sysman: Call starting by name appropriately Conflicts: …
(edit) @87a31ef2   6 years matthieu.riolo ns: Created simplified taskman API using low-level IPC API only …
(edit) @4ff66ae   6 years matthieu.riolo taskman: Bind events dump to register handler - So that no events are …
(edit) @4667b5c   6 years matthieu.riolo taskman: Add method to dump events of already running tasks It's …
(edit) @8ae8262   6 years matthieu.riolo sysman: Support for anonymous services - Daemons that only call …
(edit) @5353f50   6 years matthieu.riolo net: Start network service on boot - Create unit files - Create …
(edit) @7cce333   6 years matthieu.riolo sysman: Refined semantics of IPC_FLAG_AUTOSTART IPC_FLAG_AUTOSTART_ …
(edit) @ed5367b   6 years matthieu.riolo sysman: Implement stopping units Currently fails service monitoring …
(edit) @92a7cfb1   6 years matthieu.riolo dyn_array: Add sugar macro
(edit) @9532981   6 years matthieu.riolo sysman: Rename dependency to edge (more generic)
(edit) @b55f62a   6 years matthieu.riolo sysman: Create control utility sysctl - can list units and their …
(edit) @012dd8e   6 years matthieu.riolo taskman: Handle INIT_TASKS as tasks spawned by loader - everyone is …
(edit) @456f7ae   6 years matthieu.riolo libc: Separated task event functions Conflicts: …
(edit) @b8341bc   6 years matthieu.riolo taskman: IPC builerplate for task event API - Actual implementation …
(edit) @b22b0a94   6 years matthieu.riolo task: Inoperative API for passing kernel task events to uspace - …
(edit) @d4ec49e   6 years matthieu.riolo taskman: Implement waiting both for retval and exit Conflicts: …
(edit) @5044114   6 years matthieu.riolo taskman: Allow relaxed task_wait setups Conflicts: …
(edit) @e0e7eba   6 years matthieu.riolo taskman: Remove remainings from NS Conflicts: …
(edit) @2f44fafd   6 years matthieu.riolo taskman: Implement task_wait API to pass all tests - different …
(edit) @62273d1   6 years matthieu.riolo taskman: Implement simple task exit monitoring
(edit) @70d28e8   6 years matthieu.riolo taskman: tester plugin for wait flags combinations Conflicts: …
(edit) @1be7bee   6 years matthieu.riolo sysman: Move task retval and waiting logic to taskman (partially) - …
(edit) @fe86d9d   6 years matthieu.riolo taskman: .bzrignore + forgotten printf Conflicts: .bzrignore
(edit) @0a8f070   6 years matthieu.riolo Create taskman server (extracts task-related operations from naming …
(edit) @63a3276   6 years matthieu.riolo sysman: Instrumented locsrv for autostart - also refactored unit name …
(edit) @c2d50c8   6 years matthieu.riolo dyn_array: Add concat and clear_range operations
(edit) @c1b2084   6 years matthieu.riolo dyn_array: Hide actual iterator in foreach macro
(edit) @dd5c623   6 years matthieu.riolo dyn_array: Non-allocating initialization API
(edit) @5559712   6 years matthieu.riolo sysman: Naive autostart instrumentation of locsrv - Add …
(edit) @4b1c6a4b   6 years matthieu.riolo libc: Add more dyn_array functions Conflicts: boot/Makefile.common
(edit) @c8891c8   6 years matthieu.riolo dyn_array: Remove runtime pointer arithmetics
(edit) @62d3d87   6 years matthieu.riolo Create ADT for dynamic array and its tests Conflicts: uspace/Makefile …
(edit) @59ba708   6 years matthieu.riolo Add function for hashing strings Conflicts: …
(edit) @a949f4a   6 years jiri Dynamic linking on IA-64 (WIP) lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @cd9531d3   6 years zarevucky.jiri Make mips32 and mips32eb the same UARCH, same as is with KARCH and BARCH lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @687108b   6 years zarevucky.jiri Remove unused makefile variables lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @15e0b4d   6 years zarevucky.jiri Fix comment typo lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @874ed210   6 years zarevucky.jiri Fold assembler flags into cflags, for consistent behavior This way … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @ef705e14   6 years jakub Enable -gc-sections for ia64 Currently, this makes the resulting ski … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @b401b33   6 years noreply Merge pull request #169 from le-jzr/strtolwip Removes internal … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @a4cf312   6 years zarevucky.jiri Fix build with -fsanitize=undefined lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @f3f4149   6 years zarevucky.jiri Rename entry.[cS] files to match their export names lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @bebd154   6 years zarevucky.jiri Fix coastline gcc build Not really sure why, but during gcc build the … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @42e91ae   6 years zarevucky.jiri Replace kernel's copy of str_uint64_t with a piece of strtol.c lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @1c9bf292   6 years zarevucky.jiri Reunite uspace string-to-int conversion functions lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @dd0502ae   6 years zarevucky.jiri Add test for negative input to strtoul() lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @0260034   6 years zarevucky.jiri Fix and test additional corner cases in strtol() lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @31a566b   6 years zarevucky.jiri Generalize and fix strtol() and friends Added the option to recognize … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @bc56f30   6 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) @a0e2f9c   6 years jakub Correcting return handling of rtld/module_load() Because of the … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @8aea932   6 years jakub dlopen() used to run into a null pointer The rtld functions will … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @bdca26a   6 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) @967e7a1   6 years jakub Removing exit() from lib rtld Several functions in the library rtld … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @7aebcdaf   6 years jiri JMP_SLOT relocation should not care/warn about symbol size lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @84176f3   6 years jakub arm64: Add support for the architecture This changeset adds basic … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @b58728f   6 years jakub Move dynamic-linking related ELF definitions to ABI includes Move … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @a4e78743   6 years zarevucky.jiri Move string-to-int conversion tests to a separate file, and add a few … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @5e801dc   6 years noreply Indicate and enforce constness of hash table key in certain functions … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @ca0e838   6 years zarevucky.jiri Convert preprocessor macros in abi/ to C constructs Preprocessor … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @ab87db5   6 years noreply Merge pull request #157 Turn some function-like macros into functions lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @bc417660   6 years zarevucky.jiri Merge pcut tests and corrections by matthieuriolo lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @098e16a5   6 years zarevucky.jiri pcut: write out names of the failing tests lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @76ec309b   6 years zarevucky.jiri Correct ipow10_u64() for large exponents theoretically ipow10_u64() … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @a4ee8b3f   6 years zarevucky.jiri Make sure rndgen_destroy() always gets called The original … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @6c707e4   6 years zarevucky.jiri Add an implementation of uuid_format lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @ab7d85a   6 years zarevucky.jiri Remove unnecessary test from uuid parser The original parser tested … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @bae2a05f   6 years zarevucky.jiri Update file description for gsort.c This commit removes the old file … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @88e7dc5   6 years zarevucky.jiri Add pcut tests Adds tests for cap, gsort, ieee_double, double_to_str, … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @fc9167f   6 years zarevucky.jiri Correct location of pcut test for odict lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @0f6a85ae   6 years zarevucky.jiri Fix version 4 UUID generation According to the standard, the 4 most … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @9f4ce50   6 years zarevucky.jiri Fix test of the comparison function in gsort() Comparison functions … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @89e3152   6 years zarevucky.jiri Fix strndup() PCUT showed one failure which occured while testing the … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @4805495   6 years zarevucky.jiri Make sure libc and abi header guards are reserved identifiers It's … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @8df5f20   6 years zarevucky.jiri Rename NO_TRACE to _NO_TRACE <trace.h> may end up transitively … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @391996b   6 years zarevucky.jiri Hide internal details of <dirent.h> structure DIR lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @95a47b0   7 years zarevucky.jiri Turn ipc_get_*/ipc_set_* into functions lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @fafb8e5   7 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_* lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @eb13ef8   7 years zarevucky.jiri Change IPC_GET_* and IPC_SET_* to accept pointer instead of lvalue lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @bb97118   7 years zarevucky.jiri Convert CAP_HANDLE_RAW and CAP_HANDLE_VALID into functions lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @d066259   7 years zarevucky.jiri Synchronize str.c/str.h across boot/kernel/uspace lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @cca2d93b   7 years zarevucky.jiri Rename (v)printf_size to (v)print_length, to match <str.h> naming scheme lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.