Commit graph

  • 6cb9553706
    Fix alignment bug in llama.com Justine Tunney 2023-05-10 06:15:32 -07:00
  • ca990ef091
    Make llama.com -h print to stdout Justine Tunney 2023-05-10 04:55:59 -07:00
  • f312f706f4
    Bring MODE=tiny binary sizes down to 20kb minimum Justine Tunney 2023-05-10 03:38:43 -07:00
  • 5f57fc1f59
    Upgrade llama.cpp to e6a46b0ed1884c77267dc70693183e3b7164e0e0 Justine Tunney 2023-05-10 03:18:38 -07:00
  • 5a455eaa0b
    Work on magic numbers for aarch64 Justine Tunney 2023-05-10 01:10:28 -07:00
  • 59766efd3e
    Do some more aarch64 fixups Justine Tunney 2023-05-09 23:35:10 -07:00
  • 86d9323a43
    Remove sys_getrandom() on NetBSD Justine Tunney 2023-05-09 23:09:00 -07:00
  • a0237a017c
    Get llama.com working on aarch64 Justine Tunney 2023-05-09 22:41:57 -07:00
  • 4c093155a3
    Get llama.com building as an aarch64 native binary Justine Tunney 2023-05-09 12:14:57 -07:00
  • d04430f4ef
    Get LIBC_MEM and LIBC_STDIO building with aarch64 Justine Tunney 2023-05-09 08:08:56 -07:00
  • ae0ee59614
    Get aarch64 hello world working Justine Tunney 2023-05-09 02:35:05 -07:00
  • e5e3cdf447
    Get LIBC_RUNTIME and LIBC_CALLS building on aarch64 Justine Tunney 2023-05-09 01:56:56 -07:00
  • 7e46645193
    Get LIBC_FMT to build for aarch64 Justine Tunney 2023-05-08 22:27:03 -07:00
  • 036b9a0002
    Make further progress on non-x86 support Justine Tunney 2023-05-08 21:38:30 -07:00
  • aef9a69a60
    Make more progress on aarch64 Justine Tunney 2023-05-03 00:00:09 -07:00
  • 135080fd3e
    Get libc/tinymath/ compiling on aarch64 Justine Tunney 2023-05-02 18:35:25 -07:00
  • 2b73e72d59
    Make more code aarch64 friendly Justine Tunney 2023-05-02 13:38:16 -07:00
  • ca2860947f
    Make progress towards aarch64 build Justine Tunney 2023-05-01 19:43:59 -07:00
  • 08ff26c817
    Add qemu-aarch64 Justine Tunney 2023-05-01 19:43:14 -07:00
  • 8303e23b3a
    Do some basic build tuning Justine Tunney 2023-05-01 14:36:25 -07:00
  • 57cc257f58
    Vendor musl-cross-make gcc 9.2.0 aarch64 Justine Tunney 2023-04-28 20:25:53 -07:00
  • a493b64233
    Merge pull request #807 from jart/evalarg Paul Kulchenko 2023-05-02 07:48:43 -07:00
  • b008950d90
    Add libcxx to make toolchain x86_64 Justine Tunney 2023-05-01 14:12:46 -07:00
  • 12438cce16
    Fix regression with Python linker eaxmples Justine Tunney 2023-05-01 14:05:04 -07:00
  • fc82f77a46
    Fix bug in cosmocc / cosmoc++ scripts Justine Tunney 2023-05-01 13:46:15 -07:00
  • 3dac9f8999
    Use Companion AI in llama.com by default Justine Tunney 2023-04-29 00:48:14 -07:00
  • d9e27203d4
    Incorporate some fixes and updates for GGML Justine Tunney 2023-04-28 20:24:55 -07:00
  • b31ba86ace
    Introduce prompt caching so prompts load instantly Justine Tunney 2023-04-28 16:15:26 -07:00
  • bf6459e324
    Fix bugs with cli flags in gzip.com Justine Tunney 2023-04-28 05:15:58 -07:00
  • 1c2da3a55a
    Make shell usability improvements to llama.cpp Justine Tunney 2023-04-28 02:54:11 -07:00
  • 420f889ac3
    Further optimize the math library Justine Tunney 2023-04-28 01:17:28 -07:00
  • e8b43903b2
    Import llama.cpp Justine Tunney 2023-04-27 14:31:20 -07:00
  • f42089d5c6
    Be more lenient about stack memory Justine Tunney 2023-04-27 10:43:42 -07:00
  • fec139f423
    Add mlock() and munlock() Justine Tunney 2023-04-27 10:42:52 -07:00
  • 7c9ef924bf
    Add more sorting algorithms Justine Tunney 2023-04-27 05:42:10 -07:00
  • b7bf052a4b
    Add Intel intrinsics headers Justine Tunney 2023-04-27 02:56:41 -07:00
  • 369f9740de
    Run clang-format on most sources Justine Tunney 2023-04-26 20:45:01 -07:00
  • 497d4fa6d1
    Fix the behavior of redbean -i -e CODE evalarg Justine Tunney 2023-04-25 01:52:13 -07:00
  • 614229e3f4
    Make some sorting functions faster Justine Tunney 2023-04-24 23:01:36 -07:00
  • 1a839ba41d
    add os.geteuid to python (#806) Gautham 2023-04-24 22:15:24 -05:00
  • 3a67c38b22 add os.geteuid to python Gautham 2023-04-23 08:04:45 -05:00
  • 4a6be2154d
    Fix hermeticity issue with new test Justine Tunney 2023-04-18 06:37:01 -07:00
  • 3e702e8f65
    Push new rolling release Justine Tunney 2023-04-18 05:09:04 -07:00
  • a8ff220654
    Fix some minor issues Justine Tunney 2023-04-18 05:02:45 -07:00
  • d484e1dbd4
    Improve system() / popen() builtin shell (#753) Gavin Hayes 2023-04-17 19:18:16 -04:00
  • d5b8b644c2
    unveil: Added truncate support on Linux 6.2+ (#803) Gabriel Ravier 2023-04-18 01:17:02 +02:00
  • f7bccf5513
    Fix pledge rpath support for old getdents syscall (#804) Gabriel Ravier 2023-04-18 01:15:01 +02:00
  • 4da942113a undefined can return anything Gautham 2023-04-17 00:21:50 -05:00
  • 8b3dffa600 typo Gautham 2023-04-16 16:32:54 -05:00
  • ca5a08cafc added emmintrin and pmmintrin Gautham 2023-04-16 16:29:20 -05:00
  • aebf532a05 Fix pledge rpath support for old getdents syscall Gabriel Ravier 2023-04-16 17:33:39 +02:00
  • f810cfd7f0 unveil: Added truncate support on Linux 6.2+ Gabriel Ravier 2023-04-16 15:06:55 +02:00
  • 7c5c2e2b66 added macros for ssse3 ops Gautham 2023-04-15 23:36:48 -05:00
  • 6758c3f400
    commandv: fix dir tests on non-NT (#764) Gavin Hayes 2023-04-15 09:26:13 -04:00
  • 9a5d69c842
    Fix scanf x specifier with string of 0 (#793) Gabriel Ravier 2023-04-15 15:25:35 +02:00
  • da887b56ba
    Feedback Corrections for LuaUnixPrctl Yael 2023-04-09 17:00:55 +03:00
  • 8320b37490
    Added mount Flag Fields for Lua-Unix Yael 2023-04-09 02:46:42 +03:00
  • bc0034c870
    Add prtcl Bindings to Lua-Unix Yael 2023-04-09 02:30:24 +03:00
  • fa51bc6eeb
    Add Mount and Unmount Bindings to Lua-Unix Yael 2023-04-09 00:37:26 +03:00
  • 12e07798df
    Fix printf precision/field width being limited by internal buffer size (#799) Gabriel Ravier 2023-04-04 20:16:34 +02:00
  • 65b5e2e559 Fix printf precision/field width being limited by internal buffer size Gabriel Ravier 2023-03-31 22:43:56 +02:00
  • 9c6d78c26d
    Fix vfprintf and derived functions not handling write errors (#798) Gabriel Ravier 2023-03-31 15:57:29 +02:00
  • afcab4e72d Fix vfprintf and derived functions not handling write errors Gabriel Ravier 2023-03-31 15:18:36 +02:00
  • 221adfa606
    Fix quick typo in fsync() --ftrace Justine Tunney 2023-03-30 16:17:40 -07:00
  • 4ad4c2625d
    Add Discord invite link to README Justine Tunney 2023-03-30 15:42:58 -07:00
  • e3eb55cc8f
    Add note to README about Discord chatroom Justine Tunney 2023-03-30 10:49:04 -07:00
  • 36f52ea687
    Fix PFLINK mechanism for uppercase float conversion specifiers (#796) Gabriel Ravier 2023-03-30 04:18:59 +02:00
  • 24a0b2cae0 Fix PFLINK mechanism for uppercase float conversion specifiers Gabriel Ravier 2023-03-30 01:30:59 +02:00
  • 669b4c5f19
    Add memfd fexecve zipos support (#752) Gavin Hayes 2023-03-29 21:16:46 -04:00
  • ba42248575
    Fix larger than WCHAR_MAX differences in wcs{,n}cmp (#795) Gabriel Ravier 2023-03-30 02:28:18 +02:00
  • fb66d4476e Fix larger than WCHAR_MAX differences in wcs{,n}cmp Gabriel Ravier 2023-03-30 00:06:58 +02:00
  • 4d1747f090 Fix scanf x specifier with string of 0 Gabriel Ravier 2023-03-29 10:48:38 +02:00
  • 999481ace0
    Fix memcpy(size=0) ubsan warning in vsnprintf() Justine Tunney 2023-03-29 01:23:59 -07:00
  • 7f925e6be9
    Fix issues 774, 782 and 789 (printf precision bugs) (#790) Gabriel Ravier 2023-03-29 10:11:48 +02:00
  • 2f4335e081
    Fix inttypes.h FAST16 macros to have a correct definition (#791) Gabriel Ravier 2023-03-29 09:19:40 +02:00
  • 0adefbf152
    Fix the X conversion specifier's alternative form (#788) Gabriel Ravier 2023-03-29 09:10:53 +02:00
  • a412ca7a77
    clang-format: merge include blocks (#792) Gavin Hayes 2023-03-29 03:05:58 -04:00
  • 426d441994
    Fix quick regression due to header line Justine Tunney 2023-03-28 23:35:09 -07:00
  • 4f39139fe0
    Support kill(pid, 0) behavior on Windows Justine Tunney 2023-03-28 22:28:09 -07:00
  • 0d084d01b9
    Discern MAP_ANONYMOUS the proper way on NT Justine Tunney 2023-03-28 22:16:26 -07:00
  • 390aee960a
    Use enum and typedef in stdatomic.h Justine Tunney 2023-03-28 22:15:58 -07:00
  • bc1ca88f36 clang-format: merge include blocks Gavin Hayes 2023-03-28 01:51:50 -04:00
  • c6a7a6af25 Fix inttypes.h FAST16 macros to have a correct definition Gabriel Ravier 2023-03-27 23:45:14 +02:00
  • 54ed6ad4ac Fix printf alternative form+precision+octal bugs Gabriel Ravier 2023-03-27 21:48:46 +02:00
  • e816e97762 Fix printf-family function not treating negative precisions as if they had been omitted Gabriel Ravier 2023-03-23 21:58:14 +01:00
  • 46d00057c6 Fix the X conversion specifier's alternative form Gabriel Ravier 2023-03-26 00:45:33 +01:00
  • afabc14d31
    Merge 584397bdad into 792b1c84c0 pithlessly 2023-03-25 14:44:42 -04:00
  • 792b1c84c0
    Fix padding+minus flag on numbers for printf-family functions (#787) Gabriel Ravier 2023-03-25 19:39:25 +01:00
  • 2d6ea2fbc9
    Fix issue #771 by implementing S conversion specifier for printf-related functions (#786) Gabriel Ravier 2023-03-25 19:38:21 +01:00
  • 5c9131cbcc clang-format Gavin Hayes 2023-03-25 14:21:40 -04:00
  • 1efb5903dc Fix padding+minus flag on numbers for printf-family functions Gabriel Ravier 2023-03-23 18:22:05 +01:00
  • edabba4fbb Implement S conversion specifier for printf-related functions Gabriel Ravier 2023-03-23 17:16:19 +01:00
  • 45df9bcc39 APE fexecve, use static _Thread_local for env buffer to avoid using too much stack Gavin Hayes 2023-03-24 15:18:12 -04:00
  • fea68b142e Fully support old windows 8ib user space virtual memory vista Joshua Wierenga 2022-10-12 14:55:38 +11:00
  • 8f001857de Fix build breaks Joshua Wierenga 2022-10-05 02:15:50 +00:00
  • 7b26b42769 Pay off more technical debt Justine Tunney 2022-09-12 23:10:38 -07:00
  • 555260d2e5 Optimize memory layout Justine Tunney 2022-09-12 04:19:32 -07:00
  • 584397bdad
    redbean binarytrees.lua: fix μs calculation pithlessly 2023-03-20 13:25:33 -07:00
  • 58b2f9bd6b
    Fix missing detail in the error message in redbean (#768) Paul Kulchenko 2023-03-20 08:10:32 -07:00
  • 28f1fef53e Fix missing detail in the error message Paul Kulchenko 2023-03-19 22:23:38 -07:00