Revīziju vēsture

Autors SHA1 Ziņojums Datums
  gingerBill dd7c65a89c Merge pull request #2998 from laytan/os-improvements 1 gadu atpakaļ
  gingerBill 038086d1d9 Alias heap calls from `base:runtime` is `core:os` 1 gadu atpakaļ
  gingerBill 3e7e779abf Replace `core:*` to `base:*` where appropriate 1 gadu atpakaļ
  Laytan Laats 9a1c4dc56d implement a max read/write at a time for non-windows (windows already has this) 1 gadu atpakaļ
  Laytan Laats d278c852cc clean up field names 1 gadu atpakaļ
  Laytan Laats a6aca5d6d1 fix struct stat layout linux arm64 1 gadu atpakaļ
  flysand7 4d65b1ab9c Implement new sys/unix package 1 gadu atpakaļ
  gingerBill 35857d3103 Fix wrong type 1 gadu atpakaļ
  Rickard Andersson f048ad13b5 fix(set_env): use `clone_to_cstring` instead of `unsafe_to_cstring` 2 gadi atpakaļ
  Rickard Andersson d03d5d8f03 style: use tabs 2 gadi atpakaļ
  Rickard Andersson 6ff0ce15e7 cleanup: remove leftover line 2 gadi atpakaļ
  Rickard Andersson 330b393e16 fix(os): use `setenv` instead of `putenv` 2 gadi atpakaļ
  Rickard Andersson 37469dc9c2 fix(poll): make interface more odinary 2 gadi atpakaļ
  Rickard Andersson a5ed5883c7 cleanup: more tabs 2 gadi atpakaļ
  Rickard Andersson d6540d9077 fix(os_linux): call `ppoll` instead on `arm64` 2 gadi atpakaļ
  Rickard Andersson 091c515fea cleanup(os_linux): remove `select` 2 gadi atpakaļ
  Rickard Andersson 4f2b9835f5 feat(unix): add `poll` 2 gadi atpakaļ
  James Duran fed0c2ea26 Fix Timeval for darwin and linux 2 gadi atpakaļ
  Jon Lipstate bbafc3fbd6 harmonize to use null for c-string endings 2 gadi atpakaļ
  Jon Lipstate 194fa7cd98 rename nul to null, allocation clarifications 2 gadi atpakaļ
  Sokus 1ecab2fcbc Add `set_blocking` for network sockets 2 gadi atpakaļ
  Colin Davidson d569daae33 more manual type carryover 2 gadi atpakaļ
  Colin Davidson 28f7f57247 manually start merging core_net 2 gadi atpakaļ
  gingerBill 5b5154eda0 Add temp allocator guard; clean up indentation 2 gadi atpakaļ
  gingerBill 9afd9f9bea Merge branch 'master' into new-temp-allocator 2 gadi atpakaļ
  Colin Davidson edd78ae129 cleanup of os/linux 2 gadi atpakaļ
  Colin Davidson 04b1023988 make file access a little more normal across platforms 2 gadi atpakaļ
  gingerBill 986cba584e Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate 2 gadi atpakaļ
  gingerBill b6ca10cd5e Fix memory leak in `os.get_current_directory` on failure on *nix systems 2 gadi atpakaļ
  Colin Davidson 6ff2db47b4 shuffle to private/public wrapper 2 gadi atpakaļ