Skip to content
Snippets Groups Projects
Select Git revision
  • a64l_l64a_refactor
  • abs-ub-panic
  • add-docstrings
  • alignment-test-nullcheck
  • all-posix-headers
  • alloc_cleanup
  • arpa-inet-docs
  • arpa_inet-types
  • arpa_inet-unsafe-blocks
  • asctime-char-cast
  • asctime-ub-asserts
  • assert-unsafe-blocks
  • bsearch-rework
  • calloc-no-intrinsics
  • calloc_overflow_check
  • centralize-page-size
  • clippy
  • clock_getcpuclockid-paramtype-fix
  • clocks-per-sec-test
  • crypt-docs
20 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.023Jun22232221202120141224May2320151312111026Apr1917151484327Mar2625232221201918171817161514151413141314131413141314131213121112111011109109898987876767675434321Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the codeMerge branch 'master' into 'master'Merged relibc (20/06/2018) with branchFixed some issues with temporary files and moved some raw pointers to Option<&T>sChanged FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the codeFix undefined behaviorFix broken commentMerge branch 'master' into 'master'Fix setlocale return valueAdd empty locale functionsMerge branch 'master' into 'master'Add *scanf to headerAdd scanfFixed some issues with temporary files and moved some raw pointers to Option<&T>sMerge branch 'sys_wait_macros' into 'master'sys_wait: implement C macros properlyChanged FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the codeAdd aligned_allocFix missing strtol, strtoulUpdate ralloc, fix invalid c++ namesMerge branch 'sys_wait_fix' into 'master'Fix compilation error in `sys_wait`Merge branch 'fix-81' into 'master'Add `sys_wait` functions (Fixes #81)Update links to gitlabUpdate README.mdMerge pull request #127 from stratact/masterRemove pointless castFix stupid mistakeUse the right C types from `platform::types`Merge pull request #128 from ids1024/lifetimeMerge pull request #129 from ids1024/cstrSimplify cstr_from_bytes_with_nul_unchecked()Make functions taking raw pointer return &'a instead of &'staticHave `open()` and `dup()` match `-1` for `Err` instead of `0`Use the `super` module instead of `sys`Implement `RawFile::from_raw_fd()`Implement `RawFile::open()` and add `*_raw_df()` convenience methodsImplement `RawFile::dup()` completelyMerge pull request #126 from ProgVal/update-ralloc
Loading