2018-03-29 |
Jiří Zárevúcky | Fix travis script (changed interface of hsct.sh)
|
commit | commitdiff | tree |
2018-03-26 |
Jiří Zárevúcky | Strip trailing whitespace.
|
commit | commitdiff | tree |
2018-03-26 |
Jiří Zárevúcky | Disable -Werror for app/tester. It does nonsensical...
|
commit | commitdiff | tree |
2018-03-26 |
Jiří Zárevúcky | Use standard constants with standard functions.
|
commit | commitdiff | tree |
2018-03-26 |
Jiří Zárevúcky | Fix insufficient memset.
|
commit | commitdiff | tree |
2018-03-26 |
Jiří Zárevúcky | Check for path length overflow in rm.
|
commit | commitdiff | tree |
2018-03-26 |
Jiří Zárevúcky | Avoid using standard C function names for local functions.
|
commit | commitdiff | tree |
2018-03-26 |
Jiří Zárevúcky | Fix printf specifier.
|
commit | commitdiff | tree |
2018-03-26 |
Jiří Zárevúcky | Add two missing intrinsics for arm32.
|
commit | commitdiff | tree |
2018-03-15 |
Jiří Zárevúcky | toolchain.sh: Instead of depending on system libraries...
|
commit | commitdiff | tree |
2018-03-13 |
Jiří Zárevúcky | Fix riscv64 build, and add a build config for it to...
|
commit | commitdiff | tree |
2018-03-12 |
Jiří Zárevúcky | Turn context_save/context_restore into standard setjmp...
|
commit | commitdiff | tree |
2018-03-08 |
Jiří Zárevúcky | Replace __ASM__ macro with the standard __ASSEMBLER__.
|
commit | commitdiff | tree |
2018-03-08 |
Jiří Zárevúcky | Introduce context_swap() and use it to simplify fibril...
|
commit | commitdiff | tree |
2018-03-02 |
Jiří Zárevúcky | Remove all trailing whitespace, everywhere.
|
commit | commitdiff | tree |
2018-03-02 |
Jiří Zárevúcky | Add `make space` for convenience of obliterating rampant...
|
commit | commitdiff | tree |
2018-03-02 |
Jiří Zárevúcky | style: Remove trailing whitespace on _all_ lines, including...
|
commit | commitdiff | tree |
2018-03-02 |
Jiří Zárevúcky | style: Remove trailing whitespace on _all_ lines, including...
|
commit | commitdiff | tree |
2018-02-28 |
Jiří Zárevúcky | style: Remove trailing whitespace on non-empty lines...
|
commit | commitdiff | tree |
2018-02-28 |
Jiří Zárevúcky | style: Remove trailing whitespace on non-empty lines...
|
commit | commitdiff | tree |
2018-02-26 |
Jiří Zárevúcky | Add missing paths to .gitignore, and clean it up a...
|
commit | commitdiff | tree |
2018-02-26 |
Jiří Zárevúcky | Fix `HELENOS_CROSS_PATH` export when `CC` has extra...
|
commit | commitdiff | tree |
2018-02-22 |
Jiří Zárevúcky | Update .gitignore
|
commit | commitdiff | tree |
2018-02-12 |
Jiří Zárevúcky | Generalize ns16550 driver to work with more chips....
|
commit | commitdiff | tree |
2018-02-08 |
Jiří Zárevúcky | Third party build improvements.
|
commit | commitdiff | tree |
2018-01-31 |
Jiří Zárevúcky | Generate files that a third party can use to build...
|
commit | commitdiff | tree |
2018-01-25 |
Jiří Zárevúcky | Remove a few unnecessary compiler flags.
|
commit | commitdiff | tree |
2018-01-23 |
Jiří Zárevúcky | Fix `environ` and remove `posix_optarg`.
|
commit | commitdiff | tree |
2018-01-22 |
Jiří Zárevúcky | Remove LIBPOSIX_INTERNAL macro.
|
commit | commitdiff | tree |
2018-01-22 |
Jiří Zárevúcky | Remove unnecessary symbol renaming from libposix.
|
commit | commitdiff | tree |
2018-01-22 |
Jiří Zárevúcky | Use ftell64()/fseek64() in libposix.
|
commit | commitdiff | tree |
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-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-24 |
Jiří Zárevúcky | The "not-so-obvious" error handling tweaks. (#9)
|
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 | Typo.
|
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 | Fix a comment typo.
|
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 |