Historia zmian

Autor SHA1 Wiadomość Data
  Michał Kowalczyk f1c334357c Reformat repository to our clang-format rules (2nd iteration) 4 lat temu
  borysp 1939b76502 [LibOS] Test user pointer in pipe parser (used for debugging) 4 lat temu
  Isaku Yamahata f53ea3a7cb [LibOS] Rename shim_tls.h to shim_tcb.h 4 lat temu
  Isaku Yamahata aac7a83037 [LibOS] Remove lingering warnings 4 lat temu
  Michał Kowalczyk 99677cdf72 Introduce ARRAY_SIZE macro 4 lat temu
  Michał Kowalczyk df6c52dff8 Fix strcmp_static semantics to match the standard strcmp 4 lat temu
  Dmitrii Kuvaiskii 07f0e25ff2 [LibOS] shim_parser.c: Additionally specify string as "const char*" 4 lat temu
  Michał Kowalczyk de42ebabe1 Reformat repository to our clang-format rules 4 lat temu
  Isaku Yamahata 040dfb86a9 [LibOS] Make parse_clone_flags() show exit signal name for clone() 4 lat temu
  Michał Kowalczyk 5ec5e2f24c Delete all reference monitor residues 4 lat temu
  Isaku Yamahata 7eade65b91 [Pal, LibOS] Fix vprintf signature to take va_list instead of its pointer 5 lat temu
  Don Porter 27213b18e0 [LibOS] Fix compilation errors with -Wunused-parameter flags 5 lat temu
  Chia-Che Tsai d314707d4c [LibOS] Fix all warnings with -Wsign-compare 5 lat temu
  Chia-Che Tsai be9852784f [All components] Remove all modelines from all source files 5 lat temu
  Dmitrii Kuvaiskii b89903da4b [LibOS] Test syscall arguments during parsing (in inline-debug mode) 5 lat temu
  Michał Kowalczyk 16d90cfe12 Fix parenthesizing and formatting of C macros 5 lat temu
  Isaku Yamahata 7535273ecc [LibOS] Add checks for printf format 5 lat temu
  Gary 7892d18236 TIOCGPTN is missing a comma to separate it from other items 5 lat temu
  Li Lei 05c495c369 Enable Wextra (-Wunused-parameter and -Wsign-compare excluded) for LibOS and PAL 5 lat temu
  Chia-Che Tsai e01769337c Detecting invalid user memory given as system call inputs (#210) 6 lat temu
  Don Porter 0433461802 License change to LGPL (#140) 6 lat temu
  Michał Kowalczyk f7f07fe520 Fix variadic functions implementation (#119) 6 lat temu
  Chia-Che Tsai 76967f39d3 Bugfixes: 7 lat temu
  Chia-Che Tsai fba92d6a28 Bugfies: 7 lat temu
  Chia-Che Tsai b6e06b5f79 - add linux-test-project to apps 7 lat temu
  Chia-Che Tsai 387b14606c fix #8 7 lat temu
  Don Porter 760446deac Address bug report #11, by using 64-bit offsets and lengths internally. Create a regression test to capture this case 7 lat temu
  Chia-Che Tsai 1a1e199c79 release v0.4beta 8 lat temu
  Chia-Che Tsai 2f872ab753 Disable a malloc arena behavior that causes segfaults in openjdk 8 lat temu
  Chia-Che Tsai eece099382 1. in printf: va_list might be passed by value; pass by address instead 8 lat temu