2018-01-22 |
Jiří Zárevúcky | Add nonstandard ftell64() and fseek64().
|
commit | commitdiff | tree |
2018-01-22 |
Jiří Zárevúcky | Rename uspace/lib/posix/source to src, for consistency...
|
commit | commitdiff | tree |
2018-01-17 |
Jiří Zárevúcky | Work around SPARC's multiplication insanity.
|
commit | commitdiff | tree |
2018-01-17 |
Jiří Zárevúcky | Temporarily revert libsoftint changes.
|
commit | commitdiff | tree |
2018-01-16 |
Jiří Zárevúcky | Remove `const` qualifier from the argument of `free...
|
commit | commitdiff | tree |
2018-01-16 |
Jiří Zárevúcky | Implement the full suite of standard string-to-int...
|
commit | commitdiff | tree |
2018-01-16 |
Jiří Zárevúcky | libsoftint, take two
|
commit | commitdiff | tree |
2018-01-15 |
Jiří Zárevúcky | Fix symbols in libsoftint.
|
commit | commitdiff | tree |
2018-01-15 |
Jiří Zárevúcky | Add missing standard functions to <ctype.h>
|
commit | commitdiff | tree |
2018-01-15 |
Jiří Zárevúcky | Use standard names for rand() and srand().
|
commit | commitdiff | tree |
2018-01-15 |
Jiří Zárevúcky | Remove non-standard const qualifier from optarg.
|
commit | commitdiff | tree |
2018-01-15 |
Jiří Zárevúcky | Rename `struct stat` and `struct statfs` to `vfs_stat_t...
|
commit | commitdiff | tree |
2018-01-15 |
Jiří Zárevúcky | Make sure `realloc()` behaves correctly when new size...
|
commit | commitdiff | tree |
2018-01-15 |
Jiří Zárevúcky | Hide nonstandard symbols in <stdio.h> behind _HELENOS_SOURCE.
|
commit | commitdiff | tree |
2018-01-15 |
Jiří Zárevúcky | Instead of defining _HELENOS_SOURCE in each individual...
|
commit | commitdiff | tree |
2018-01-13 |
Jiří Zárevúcky | Remove unnecessary includes from <stdio.h>.
|
commit | commitdiff | tree |
2018-01-13 |
Jiří Zárevúcky | Remove unused nonstandard DEBUG macro.
|
commit | commitdiff | tree |
2018-01-13 |
Jiří Zárevúcky | Prefix PRINTF_ATTRIBUTE and NVERIFY_PRINTF macros with...
|
commit | commitdiff | tree |
2018-01-13 |
Jiří Zárevúcky | Temporarily restore assert.h and errno.h in libposix.
|
commit | commitdiff | tree |
2018-01-13 |
Jiří Zárevúcky | Change (rc != 0) to (rc != EOK), where appropriate.
|
commit | commitdiff | tree |
2018-01-13 |
Jiří Zárevúcky | Use `errno_t` in all uspace and kernel code.
|
commit | commitdiff | tree |
2018-01-13 |
Jiří Zárevúcky | Add `#include <errno.h>` where necessary for the following...
|
commit | commitdiff | tree |
2018-01-13 |
Jiří Zárevúcky | Align <assert.h> with standards, remove it from libposix,
|
commit | commitdiff | tree |
2018-01-11 |
Ondřej Hlavatý | fibril: remove unused forward declarations (#13)
|
commit | commitdiff | tree |
2018-01-06 |
Jiří Zárevúcky | Fix collateral damage in libposix.
|
commit | commitdiff | tree |
2018-01-04 |
Jiří Zárevúcky | Fix comments to stop referring to error codes as negative.
|
commit | commitdiff | tree |
2018-01-04 |
Jiří Zárevúcky | Add `make check_errno`, which checks whether there...
|
commit | commitdiff | tree |
2018-01-04 |
Jiří Zárevúcky | Flip error constants to positive values, and update...
|
commit | commitdiff | tree |
2018-01-04 |
Jiří Zárevúcky | Change the way `errno_t` is defined, and put libhttp...
|
commit | commitdiff | tree |
2017-12-29 |
Jiří Zárevúcky | A few more minor errno tweaks.
|
commit | commitdiff | tree |
2017-12-29 |
Jiří Zárevúcky | Fix mixing of error returns in ELF loader.
|
commit | commitdiff | tree |
2017-12-21 |
Jiří Zárevúcky | Fix error propagating in closedir().
|
commit | commitdiff | tree |
2017-12-21 |
Jiří Zárevúcky | Fix error handling problem in mkfile.
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | "Obviously harmless" error handling tweaks.
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | One more str_error() opportunity.
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Fix error handling in tcp somewhat.
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Revert accidental change two commits back.
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Fix error reporting in app/download.
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | IPC return values are always errno constants. Adjust...
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Hound error handling fixes.
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Fix return value in vfs_file_close_remote().
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Return address from usb_bus_get_free_address() separately...
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Fix error printf in ddf_helpers.
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Fix error code mixing in usbhid.
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Use defined macros instead of literal number in str_error...
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Fix async_data_write_receive() call in iplink_srv.c
|
commit | commitdiff | tree |
2017-12-20 |
Jiří Zárevúcky | Return -1 instead of ENOENT from inbox_get().
|
commit | commitdiff | tree |
2017-12-19 |
Jiří Zárevúcky | Use <errno.h> instead of special ESYNCH_xx error codes.
|
commit | commitdiff | tree |
2017-12-19 |
Jiří Zárevúcky | Numerous minor error code tweaks in kernel.
|
commit | commitdiff | tree |
2017-12-19 |
Jiří Zárevúcky | Make as_constructor_arch(), as_destructor_arch(), and...
|
commit | commitdiff | tree |
2017-12-19 |
Jiří Zárevúcky | Make SYSIPC_OP work regardless of the return type.
|
commit | commitdiff | tree |
2017-12-19 |
Jiří Zárevúcky | Functions that return true/false should have bool as...
|
commit | commitdiff | tree |
2017-12-19 |
Jiří Zárevúcky | Return error code from ipc_phone_hangup().
|
commit | commitdiff | tree |
2017-12-19 |
Jiří Zárevúcky | Add str_error() and str_error_name() to kernel, and...
|
commit | commitdiff | tree |
2017-12-19 |
Jiří Zárevúcky | Ensure that errno.h constants aren't missing textual...
|
commit | commitdiff | tree |
2017-12-18 |
Jiří Zárevúcky | Add tools/srepl, a simple search/replace script.
|
commit | commitdiff | tree |
2017-12-18 |
Jiří Zárevúcky | Return phones/capabilities separately from error codes.
|
commit | commitdiff | tree |
2017-12-18 |
Jiří Zárevúcky | Handle allocation failure in task_create().
|
commit | commitdiff | tree |
2017-12-18 |
Jiří Zárevúcky | Fix pagein. Oops.
|
commit | commitdiff | tree |
2017-12-18 |
Jiří Zárevúcky | pagein_request_process() should be pagein_request_preprocess().
|
commit | commitdiff | tree |
2017-12-10 |
Jiří Zárevúcky | Fix false warning at -O1.
|
commit | commitdiff | tree |
2017-12-10 |
Jiří Zárevúcky | Remove unnecessary format string duplication from KLOG_PRINT...
|
commit | commitdiff | tree |
2017-12-10 |
Jiří Zárevúcky | Separate return value from error code in gen_irq_code...
|
commit | commitdiff | tree |
2017-12-10 |
Jiří Zárevúcky | More str_error() additions.
|
commit | commitdiff | tree |
2017-12-10 |
Jiří Zárevúcky | Fix error handling in elf code.
|
commit | commitdiff | tree |
2017-12-09 |
Jiří Zárevúcky | Replace casts from non-bool to bool with explicit equality...
|
commit | commitdiff | tree |
2017-12-09 |
Jiří Zárevúcky | Fix bool error returns in cdfs.
|
commit | commitdiff | tree |
2017-12-09 |
Jiří Zárevúcky | Revert "Only return error code from udebug_begin()."
|
commit | commitdiff | tree |
2017-12-09 |
Jiří Zárevúcky | Properly handle errors in SYS_IPC_KBOX.
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Return IRQ handles via a separate out parameter in...
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Return phone handle in SYS_IPC_CONNECT_KBOX separately...
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Return capability handle in SYS_IPC_IRQ_SUBSCRIBE separately...
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Return capability handle in SYS_IPC_WAIT via call data...
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Fix inadvertently introduced build error.
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Fix error handling in libhound.
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Let cdfs_readdir() return error code rather than bool.
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Pass file handles separately from error codes.
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | In SYS_KLOG, pass number of bytes read separately from...
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Let trace use str_error() instead of a builtin array.
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Only return error code from udebug_begin().
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Let audio_pcm_query_cap() return value separately from...
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | async_connect_me_to_internal() should return cap handle...
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Return number of characters separately from error code...
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Return value from hw_res_dma_channel_remain separately...
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Return VFS handles separately from error codes.
|
commit | commitdiff | tree |
2017-12-08 |
Jiří Zárevúcky | Add str_error() in numerous places.
|
commit | commitdiff | tree |
2017-12-06 |
Jiří Zárevúcky | Use first return value from VFS_OUT_LOOKUP for file...
|
commit | commitdiff | tree |
2017-12-05 |
Jiří Zárevúcky | Print errno values as string, rather than just numbers.
|
commit | commitdiff | tree |
2017-12-04 |
Jiří Zárevúcky | Fold all error codes into a single enum type named...
|
commit | commitdiff | tree |
2017-12-03 |
Jiří Zárevúcky | Avoid race condition in vfs_clone().
|
commit | commitdiff | tree |
2011-08-20 |
Jiří Zárevúcky | Merge PCC.
|
commit | commitdiff | tree |
2011-08-20 |
Jiří Zárevúcky | Remove directories for machines that can't be supported...
|
commit | commitdiff | tree |
2011-08-20 |
Jiří Zárevúcky | Merge libposix.
|
commit | commitdiff | tree |
2011-08-20 |
Jiří Zárevúcky | Fix external.c files and change a few things in configuration.
|
commit | commitdiff | tree |
2011-08-18 |
Jiří Zárevúcky | CStyle in strstr().
|
commit | commitdiff | tree |
2011-08-18 |
Jiří Zárevúcky | Rewrite strstr() using Knuth-Morris-Pratt algorithm.
|
commit | commitdiff | tree |
2011-08-17 |
Jiří Zárevúcky | Merge libposix.
|
commit | commitdiff | tree |
2011-08-17 |
Jiří Zárevúcky | Documentation and changes to <time.h> implementation.
|
commit | commitdiff | tree |
2011-08-17 |
Jiří Zárevúcky | Minor fixes in <string.h> implementation.
|
commit | commitdiff | tree |
2011-08-17 |
Jiří Zárevúcky | getloadavg() implementation.
|
commit | commitdiff | tree |