-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libc: Activate mmap
for malloc
#46
base: vita
Are you sure you want to change the base?
Commits on Aug 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3d219e7 - Browse repository at this point
Copy the full SHA 3d219e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b0d56 - Browse repository at this point
Copy the full SHA 69b0d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 624ead3 - Browse repository at this point
Copy the full SHA 624ead3View commit details
Commits on Aug 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2bbaa43 - Browse repository at this point
Copy the full SHA 2bbaa43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8abc0 - Browse repository at this point
Copy the full SHA 5a8abc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e5ec5 - Browse repository at this point
Copy the full SHA d8e5ec5View commit details
Commits on Aug 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0c05d37 - Browse repository at this point
Copy the full SHA 0c05d37View commit details
Commits on Aug 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 37639ed - Browse repository at this point
Copy the full SHA 37639edView commit details
Commits on Sep 17, 2015
-
Call __libc_init_array in Vita crt0.c
Thanks to @frangarcj for testing it.
Configuration menu - View commit details
-
Copy full SHA for d456455 - Browse repository at this point
Copy the full SHA d456455View commit details
Commits on Sep 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3d792ab - Browse repository at this point
Copy the full SHA 3d792abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f4136 - Browse repository at this point
Copy the full SHA 57f4136View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88157d - Browse repository at this point
Copy the full SHA f88157dView commit details
Commits on Sep 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8b68730 - Browse repository at this point
Copy the full SHA 8b68730View commit details -
Merge pull request vitasdk#6 from frangarcj/vita
MrNetrix changes and user-defined heap size
Configuration menu - View commit details
-
Copy full SHA for 99764e9 - Browse repository at this point
Copy the full SHA 99764e9View commit details
Commits on Sep 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 161dd36 - Browse repository at this point
Copy the full SHA 161dd36View commit details -
Merge pull request vitasdk#7 from endrift/vita
Implement _gettimeofday_r
Configuration menu - View commit details
-
Copy full SHA for 8ff4633 - Browse repository at this point
Copy the full SHA 8ff4633View commit details
Commits on Sep 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0cb4b2b - Browse repository at this point
Copy the full SHA 0cb4b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aefcd56 - Browse repository at this point
Copy the full SHA aefcd56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fcb342 - Browse repository at this point
Copy the full SHA 6fcb342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33792ac - Browse repository at this point
Copy the full SHA 33792acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de3967 - Browse repository at this point
Copy the full SHA 6de3967View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c305b - Browse repository at this point
Copy the full SHA d9c305bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf528d - Browse repository at this point
Copy the full SHA ccf528dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fed0c7 - Browse repository at this point
Copy the full SHA 6fed0c7View commit details
Commits on Sep 28, 2015
-
Allows building the manuals using recent versions of TexInfo. (See he…
Glenn Anderson committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for d029bbe - Browse repository at this point
Copy the full SHA d029bbeView commit details
Commits on Sep 29, 2015
-
Merge remote-tracking branch 'origin-newlib' into vita
Glenn Anderson committedSep 29, 2015 Configuration menu - View commit details
-
Copy full SHA for faafb94 - Browse repository at this point
Copy the full SHA faafb94View commit details
Commits on Nov 8, 2015
-
Frees the heap memblock when exiting homebrew.
Glenn Anderson committedNov 8, 2015 Configuration menu - View commit details
-
Copy full SHA for eca3c69 - Browse repository at this point
Copy the full SHA eca3c69View commit details
Commits on Nov 9, 2015
-
Merge pull request vitasdk#1 from MrNetrix/vita
Allows building the manuals using recent versions of TexInfo.
Configuration menu - View commit details
-
Copy full SHA for e763d1b - Browse repository at this point
Copy the full SHA e763d1bView commit details
Commits on Jan 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0003640 - Browse repository at this point
Copy the full SHA 0003640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6073de5 - Browse repository at this point
Copy the full SHA 6073de5View commit details
Commits on Jan 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2a77c39 - Browse repository at this point
Copy the full SHA 2a77c39View commit details
Commits on Jun 23, 2016
-
Removed UVL calls from newlib. Is a hack and not the right place.
Homebrew using UVL that requires logging should import and make the log call themselves (preferably with a compile time define). Calling uvl_exit() is not needed in normal operations (a return from the thread start function automatically releases the thread).
Configuration menu - View commit details
-
Copy full SHA for 520ff20 - Browse repository at this point
Copy the full SHA 520ff20View commit details
Commits on Jun 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8cb9ce7 - Browse repository at this point
Copy the full SHA 8cb9ce7View commit details
Commits on Jul 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0b71f1a - Browse repository at this point
Copy the full SHA 0b71f1aView commit details
Commits on Jul 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0ec1e80 - Browse repository at this point
Copy the full SHA 0ec1e80View commit details
Commits on Aug 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 90b1a0f - Browse repository at this point
Copy the full SHA 90b1a0fView commit details -
Merge pull request vitasdk#2 from endrift/vita
End process when calling exit
Configuration menu - View commit details
-
Copy full SHA for f1a9dca - Browse repository at this point
Copy the full SHA f1a9dcaView commit details
Commits on Aug 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9168bab - Browse repository at this point
Copy the full SHA 9168babView commit details -
Merge pull request vitasdk#3 from endrift/kill
Implement a few ways to kill yourself
Configuration menu - View commit details
-
Copy full SHA for 277257a - Browse repository at this point
Copy the full SHA 277257aView commit details
Commits on Sep 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 885eb2c - Browse repository at this point
Copy the full SHA 885eb2cView commit details
Commits on Sep 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b4f89bc - Browse repository at this point
Copy the full SHA b4f89bcView commit details
Commits on Sep 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6a4dc0f - Browse repository at this point
Copy the full SHA 6a4dc0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e7550 - Browse repository at this point
Copy the full SHA 82e7550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a261ee - Browse repository at this point
Copy the full SHA 2a261eeView commit details
Commits on Sep 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3350763 - Browse repository at this point
Copy the full SHA 3350763View commit details -
Merge pull request vitasdk#6 from DaveeFTW/vita-pthread
update newlib threading for pthread support
Configuration menu - View commit details
-
Copy full SHA for a103a34 - Browse repository at this point
Copy the full SHA a103a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa92db8 - Browse repository at this point
Copy the full SHA fa92db8View commit details -
Merge pull request vitasdk#7 from DaveeFTW/vita
reflect vitasdk/utils.h changes
Configuration menu - View commit details
-
Copy full SHA for 961a67c - Browse repository at this point
Copy the full SHA 961a67cView commit details
Commits on Sep 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 979b147 - Browse repository at this point
Copy the full SHA 979b147View commit details
Commits on Sep 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cd0ed97 - Browse repository at this point
Copy the full SHA cd0ed97View commit details
Commits on Sep 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1efe0bc - Browse repository at this point
Copy the full SHA 1efe0bcView commit details
Commits on Sep 24, 2016
-
- select of sys/select.h - gethostbyname of netdb.h - add macros of netinet/in.h
Configuration menu - View commit details
-
Copy full SHA for 1b85d7e - Browse repository at this point
Copy the full SHA 1b85d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08624e4 - Browse repository at this point
Copy the full SHA 08624e4View commit details -
This file have custom fd_set; this struct contain 256bits Now locked list can use fd_set instead of uint8_t array.
Configuration menu - View commit details
-
Copy full SHA for e8c7d8a - Browse repository at this point
Copy the full SHA e8c7d8aView commit details -
Direct use DescriptorTranslation* array instead bitflags
Configuration menu - View commit details
-
Copy full SHA for 7f67d55 - Browse repository at this point
Copy the full SHA 7f67d55View commit details
Commits on Sep 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c1f62e1 - Browse repository at this point
Copy the full SHA c1f62e1View commit details
Commits on Sep 27, 2016
-
Merge pull request vitasdk#9 from d3m3vilurr/more-sockets
implement more network apis
Configuration menu - View commit details
-
Copy full SHA for 0254c2d - Browse repository at this point
Copy the full SHA 0254c2dView commit details
Commits on Sep 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cdbaed8 - Browse repository at this point
Copy the full SHA cdbaed8View commit details
Commits on Sep 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a63af0a - Browse repository at this point
Copy the full SHA a63af0aView commit details
Commits on Oct 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a53590e - Browse repository at this point
Copy the full SHA a53590eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4dbac0 - Browse repository at this point
Copy the full SHA f4dbac0View commit details
Commits on Nov 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bf07dff - Browse repository at this point
Copy the full SHA bf07dffView commit details
Commits on Nov 7, 2016
-
Change SO_NONBLOCK value to 0x1100
use SCE_NET_SO_NBIO value https://github.com/vitasdk/vita-headers/blob/2427262/include/psp2/net/net.h#L392
Configuration menu - View commit details
-
Copy full SHA for c61dcf6 - Browse repository at this point
Copy the full SHA c61dcf6View commit details -
Merge pull request vitasdk#15 from d3m3vilurr/change-so-nonblock
Change SO_NONBLOCK value to 0x1100
Configuration menu - View commit details
-
Copy full SHA for b0d637c - Browse repository at this point
Copy the full SHA b0d637cView commit details
Commits on Nov 9, 2016
-
Fix SO_RCVTIMEO option set wrong timeout value.
sceNetSetsockopt not allow timeval struct. this problem make recv or send raise error immediately.
Configuration menu - View commit details
-
Copy full SHA for d9bd33e - Browse repository at this point
Copy the full SHA d9bd33eView commit details -
Merge pull request vitasdk#16 from d3m3vilurr/fix-socket-timeout-options
Fix SO_RCVTIMEO option set wrong timeout value.
Configuration menu - View commit details
-
Copy full SHA for 3a84706 - Browse repository at this point
Copy the full SHA 3a84706View commit details
Commits on Apr 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c73abda - Browse repository at this point
Copy the full SHA c73abdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 648a092 - Browse repository at this point
Copy the full SHA 648a092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c56fbf - Browse repository at this point
Copy the full SHA 5c56fbfView commit details
Commits on Apr 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5e17c23 - Browse repository at this point
Copy the full SHA 5e17c23View commit details -
Merge pull request vitasdk#19 from vitasdk/frangarcj-patch-1
Fix IO slow issues
Configuration menu - View commit details
-
Copy full SHA for 1b87d02 - Browse repository at this point
Copy the full SHA 1b87d02View commit details
Commits on Dec 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1eba445 - Browse repository at this point
Copy the full SHA 1eba445View commit details -
Merge pull request vitasdk#25 from frangarcj/vita
Dirent support by davee
Configuration menu - View commit details
-
Copy full SHA for 3793fa9 - Browse repository at this point
Copy the full SHA 3793fa9View commit details
Commits on Dec 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 46f8b2d - Browse repository at this point
Copy the full SHA 46f8b2dView commit details -
Merge pull request vitasdk#26 from frangarcj/vita
Fix dirent errors
Configuration menu - View commit details
-
Copy full SHA for f7d1fb7 - Browse repository at this point
Copy the full SHA f7d1fb7View commit details
Commits on Jan 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 21cc1dd - Browse repository at this point
Copy the full SHA 21cc1ddView commit details
Commits on Jan 16, 2018
-
* Create memory.h * Change location
Configuration menu - View commit details
-
Copy full SHA for 7a07bc8 - Browse repository at this point
Copy the full SHA 7a07bc8View commit details
Commits on Jan 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e87a363 - Browse repository at this point
Copy the full SHA e87a363View commit details
Commits on Jan 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b275e65 - Browse repository at this point
Copy the full SHA b275e65View commit details
Commits on Mar 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 50f181f - Browse repository at this point
Copy the full SHA 50f181fView commit details
Commits on Apr 9, 2018
-
Add missing INADDR_* macro (vitasdk#24)
Useful when binding listening socket
Configuration menu - View commit details
-
Copy full SHA for 16da3c9 - Browse repository at this point
Copy the full SHA 16da3c9View commit details
Commits on Apr 22, 2018
-
Add missing SCE_KERNEL_MUTEX_ATTR_RECURSIVE flag
Previously it was possible to go down a path and try to hold the newlib file descriptor mutex several times. Without the recursive flag, subsequent attempts to hold the mutex would fail.
Configuration menu - View commit details
-
Copy full SHA for 4250500 - Browse repository at this point
Copy the full SHA 4250500View commit details -
Merge pull request vitasdk#37 from DaveeFTW/patch-1
Add missing SCE_KERNEL_MUTEX_ATTR_RECURSIVE flag
Configuration menu - View commit details
-
Copy full SHA for ad5d537 - Browse repository at this point
Copy the full SHA ad5d537View commit details
Commits on Jul 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fc555af - Browse repository at this point
Copy the full SHA fc555afView commit details
Commits on Jul 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3e45c76 - Browse repository at this point
Copy the full SHA 3e45c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4428b - Browse repository at this point
Copy the full SHA ac4428bView commit details
Commits on Jan 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1914b9a - Browse repository at this point
Copy the full SHA 1914b9aView commit details
Commits on Jan 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for da3bff0 - Browse repository at this point
Copy the full SHA da3bff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d872e - Browse repository at this point
Copy the full SHA 74d872eView commit details
Commits on Feb 8, 2019
-
Added INADDR_LOOPBACK and INADDR_NONE defines. (vitasdk#40)
* Added INADDR_LOOPBACK and INADDR_NONE defines. * Fix sockaddr_in tabulation.
Configuration menu - View commit details
-
Copy full SHA for 87df50f - Browse repository at this point
Copy the full SHA 87df50fView commit details
Commits on Feb 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5ef24f3 - Browse repository at this point
Copy the full SHA 5ef24f3View commit details
Commits on Feb 17, 2019
-
Merge pull request vitasdk#38 from d3m3vilurr/errno
Add sys/errno.h
Configuration menu - View commit details
-
Copy full SHA for be28edb - Browse repository at this point
Copy the full SHA be28edbView commit details
Commits on Feb 27, 2019
-
Make localtime and localtime_r aware of system timezone (vitasdk#41)
* Add `vita/lcltime_r.c` to provide localtime_r using SceRtc functions * Use hardtabs instead of spaces in `sys/vita/lcltime_r.c` * Use `rid` as `errno` in `lcltime_r.c`
Configuration menu - View commit details
-
Copy full SHA for cc721af - Browse repository at this point
Copy the full SHA cc721afView commit details
Commits on Aug 10, 2019
-
Move net functions to
net
dir and add getaddrinfo related filescopy from `newlib/libc/sys/phoenix/net/*`
Configuration menu - View commit details
-
Copy full SHA for 62f6f95 - Browse repository at this point
Copy the full SHA 62f6f95View commit details -
Fix part of the getaddrinfo function
vita newlib has sa_len and doesn't have arpa/inet.h
Configuration menu - View commit details
-
Copy full SHA for c9ab727 - Browse repository at this point
Copy the full SHA c9ab727View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0eacb8 - Browse repository at this point
Copy the full SHA f0eacb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c915da5 - Browse repository at this point
Copy the full SHA c915da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c8d3a - Browse repository at this point
Copy the full SHA 38c8d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a583e87 - Browse repository at this point
Copy the full SHA a583e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d2d3bd - Browse repository at this point
Copy the full SHA 2d2d3bdView commit details
Commits on Aug 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0c035e4 - Browse repository at this point
Copy the full SHA 0c035e4View commit details
Commits on Aug 12, 2019
-
Merge pull request vitasdk#42 from d3m3vilurr/vita-getaddrinfo
Add more network functions
Configuration menu - View commit details
-
Copy full SHA for 8daadae - Browse repository at this point
Copy the full SHA 8daadaeView commit details
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 26929d8 - Browse repository at this point
Copy the full SHA 26929d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for be08016 - Browse repository at this point
Copy the full SHA be08016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81abbf9 - Browse repository at this point
Copy the full SHA 81abbf9View commit details
Commits on Aug 18, 2019
-
Merge pull request vitasdk#43 from d3m3vilurr/vita-sock-defines
Add more socket defines
Configuration menu - View commit details
-
Copy full SHA for a0e8bfa - Browse repository at this point
Copy the full SHA a0e8bfaView commit details
Commits on Oct 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 53e6192 - Browse repository at this point
Copy the full SHA 53e6192View commit details -
Configuration menu - View commit details
-
Copy full SHA for f85718d - Browse repository at this point
Copy the full SHA f85718dView commit details