File history
Tracking elkscmd/ash/Makefile
| Commit | Author | Date | Message |
|---|---|---|---|
e7f7fcf47451ac482b9af9dc18e448de5b6d40c | Greg Haerr | 2025-10-21 | [libc] Add linenoise library to C library |
a7f21b89ed28c130a81f86a5dc448a5dc2baf83 | hexadec1mal | 2025-07-23 | small build fixes |
5404487ac25d74db2ed81d38222b2b4ab580147 | Greg Haerr | 2025-01-08 | [libc] Rename __amalloc -> _fmalloc, __dmalloc -> _dmalloc |
7217fb77b7a4036e03ec7b91e03f7ebd85a3c4b | Greg Haerr | 2024-12-16 | Test with ash, rename debug malloc to __dmalloc |
9c4431016ce389eae9609921fc3e2555543151d | Greg Haerr | 2024-11-18 | Remove extra copies of v7malloc.c, cleanup |
8465acec940557a515e30d0d681975eecac3eda | Greg Haerr | 2024-09-20 | [build] Cleanup Makefiles, add RM, remove Make.rules |
b73ec82de006596426dcb9cf17b066453f51783 | Greg Haerr | 2024-09-19 | [libc] Get --ftrace option working on all commands |
17a0643b3a4d734fd505f73a0065a4b7766b4c3 | Greg Haerr | 2022-06-03 | [cmds] Update sys script and add -3 option for small disks |
6e061183882b0516c35edf1b6673ce4b0fbdcae | Greg Haerr | 2022-05-04 | [ash] Add internal 'test/[' commands to shell |
67b74332071da3b3fe17f14d7dc5b5304669fd8 | Greg Haerr | 2020-11-07 | [cmds] Create sys tool for making boot disks from ELKS |
3025e5e20c3c59e1c104388523bacc4afce884e | Greg Haerr | 2020-06-03 | [cmds] Various small fixes |
a0ff5765ac16822439deea7842ae6a34b3105f1 | Greg Haerr | 2020-05-31 | Add stack overflow minstack check in stack_check, fix sh stack overflow |
7e9516e38004a344ad4200a50010506bd0b323f | Greg Haerr | 2020-05-29 | Calculate TOTDATA size to include heap+stack, fix chmem -h 0xffff |
9185d9c0f8b3e92ff73e30a5b55a241e8a36357 | georgp24 | 2020-04-13 | Add autocompletion to ash |
c9d38ea66988d1398296655bf492fa674b5308e | georgp24 | 2020-04-10 | Add line editing and command history to ash. |
13aa1215584539a72150a0656a41fea5ae889d2 | Greg Haerr | 2020-03-25 | [kernel] Last compiler warning cleanup for kernel and libc, other cleanup |
521185162b59a46af162797a7430e94b336b36a | Greg Haerr | 2020-03-22 | [cmds] Various cleanups, add new Nano-X programs to 2880k images |
e689980162c9af90ce6cac5673c7f5ee1074431 | Greg Haerr | 2020-03-10 | [signal] Fix userland signals, add ^Z handling to getty/login/ash/sash, add debug_sig |
2598be2a59a59d29dfbf634347f5d21f3a30390 | Gregory Haerr | 2020-03-06 | [cmds] Sash and ls enhancements (#412) |
8e4ef10b81572b33c6d1ec47e45800421eb8283 | Greg Haerr | 2020-02-11 | [fat] cleanup for PR #322 |
9298a53cecb384410673a957595b036278404f5 | Greg Haerr | 2020-02-10 | [fat] Fix everything required for ELKS to boot on FAT |
b45649763dff1692149d2120f49714f746a5627 | mfld.fr | 2019-05-08 | [build] Installation commands in variables |
afd729d03a88889627d4dc9bb0fcb5d25717383 | mfld.fr | 2019-05-05 | [build] Replace TARGET_MNT by DESTDIR |
4334632510ad1dd070c4bd0c7fee078bdf84073 | mfld.fr | 2019-05-05 | [build] Remove all SUDO from Makefiles |
355a9e026bb6f96783747ab78ea5be430558b75 | Greg Haerr | 2019-05-01 | Remove all sudo requirements for ELKS image build Rewrite elks/image/Makefile to use mfs for all MINIX filesystem manipulations Add mfs genfs -k option to not copy zero-length files starting with . |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |
fad45fb0cdc46715bbbecf4079baef63a542a26 | mfld-fr | 2018-05-04 | Make FAT target image option active |
07a37a05c007eae0c9a665d2c522382c4543b47 | mfld-fr | 2018-04-26 | Shell selection and linking |
e77f4c46cee8ccf80be6304303145672dfcd6f2 | mfld-fr | 2018-04-21 | Optionalize the image format |
0deea112f7451839404cfcef427fa83c4f21610 | mfld-fr | 2017-12-03 | Add MINIX boot blocks |
89254794a7f4392350b5e23a2d1bdd892b60bb5 | mfld-fr | 2017-11-30 | [dev86] Build using local /dev86 |
7f3ceb93bbabf08af2626e9e624a7e3ff7ea5e5 | mfld-fr | 2017-03-04 | [cmds] Cleanup in applets Makefiles |
3c302cad12d34de58aba1b166da06c9173a4336 | Jody Bruchon | 2015-03-01 | Release ELKS 0.2.0 with massive improvements |
68a726f1ab949dfa986b4a029074c86c0ad69f4 | Jody Bruchon | 2014-04-26 | Various build fixes |
05392655b53774dbc7d9329756bdc6d52cf5069 | Jody Bruchon | 2012-02-19 | "ash" binary was not stripped during compilation, resulting in a slightly larger binary than necessary. Also, the elkscmd Makefile needs to run "clean" in all directories since a user may have manually built items in those directories. |
f6c083db32cd4d1925315f71932f0b1bb5c6bbc | Claudio Matsuoka | 2006-08-19 | Addressed compiler warnings when building with HOSTCC |
e75dd1a4747d54935510a3015296742f5eb9b24 | Miguel Bolanos | 2004-05-28 | Email update |
42119465478da04e68aede704e0ec22c1917ba4 | Harry Kalogirou | 2002-07-20 | varius things |
b4480306f0bc79ec11eba6a250b91053d2cf1d9 | Riley H. Williams | 2002-05-29 | Added knl command source to sys_utils and also configured to correctly install man pages. |
2f77fee8b8b4f504956a762e279603462a53185 | Riley H. Williams | 2002-02-24 | Laid groundwork for simplification of ELKS command installation system. |
a7245efc9f19513576c24faf23479a7bdafda63 | Riley H. Williams | 2002-01-23 | Most of it actually works now!!! |
ab0c9a8dc4b7fad24207617a2b92541cb699e3d | Riley H. Williams | 2002-01-22 | Tweaked `make clean` to clean everything up - it missed two programs. |
cf8d45ff30fdfeb6e43b49b9ab11f1382537571 | Riley H. Williams | 2002-01-17 | Removed unnecessary extraction limitation. |
f08a0699c959e01c1091ce2552572b3d36e6658 | Riley H. Williams | 2002-01-17 | Reverted Makefiles - sorry!!! |
792ec44366deecdb3b3b75018e9f74bf7cffdf4 | Riley H. Williams | 2002-01-16 | Fix bugs in `ls` and `fdisk` commands, and add `dir` command that gives `ls -l` by default. |
ef32446037d9a62a1358681179429a4b6ce809f | Riley H. Williams | 2002-01-12 | Rationalised /etc/passwd and /etc/group to match Red Hat Linux assignments. Added `false` and `true` commands. |
ac1b82225d97f1faaa38fa6af581e6663976ecd | Harry Kalogirou | 2001-08-24 | Removed root_net and added comb_net image |
558cb6cf2e190ae1ffa32ff299e8ed9f5414f1d | Andrew Richards | 2000-01-26 | Added support for building 128K SIBO disk image |
821fdfe1cab6b4b56c35337c1f83c192916c304 | Andrew Richards | 1999-08-26 | Latest updates |
ac034ea45f68685dc870beb4890f0923ce487fc | Antonio | 1999-02-16 | Basic Unix Utilities for ELKS. |