File history
Tracking elkscmd/file_utils/Makefile
| Commit | Author | Date | Message |
|---|---|---|---|
8465acec940557a515e30d0d681975eecac3eda | Greg Haerr | 2024-09-20 | [build] Cleanup Makefiles, add RM, remove Make.rules |
e8eb8c5b3d3e2b44f969201dae7b4d57796d58f | Greg Haerr | 2024-04-06 | [debug] Add CONFIG_APPS_FTRACE to build all apps with function tracing |
686888f6ab9c2c9e475c575deffd0dfd39287ef | Greg Haerr | 2023-09-04 | [kernel] Increase parsed ANSI sequence length to 28 |
762bbc7e0c8351fd2921123ebd8d45564f2f374 | Chuck Coffing | 2023-08-19 | [cmds] Port md5 from Minix/NetBSD to ELKS as md5sum |
649d896560aaecd96c1dbb3c6c7c026e8d431e8 | Helge Skrivervik | 2022-08-25 | [cmds] New and updated commands, man-pages |
7c87e2ff88e6b6a61f859d989859d81034254fb | Greg Haerr | 2022-03-19 | [libc] Enhance tiny printf, further decrease application sizes |
3dd91ee3b56a620e1f892bddb78d94f6265f170 | Greg Haerr | 2022-03-07 | [cmds] Cleanup tiny printf and Makefiles |
40f2141c4fca6176a2d28de8a91319a94bd17fb | Greg Haerr | 2022-03-06 | [cmds] Add tiny stdio printf/fprintf/vfprintf/sprintf |
67b6153889c9947c3ef9e52ea5f1c7720aada0d | Greg Haerr | 2022-03-06 | [cmds] Reduce size of executables by removing stdio if possible |
6a916d13dcd794ea9294d163f7638083ac11fdb | Greg Haerr | 2022-02-26 | [cmds] Fixes for execvp, chmem and ls |
733fd5bb917c9c6fdaf7959ec7f9d9220c1b457 | Greg Haerr | 2022-02-15 | [cmds] Add -t (sort by reverse modified time) to ls |
e1f23c225067e5342f4c0d11f9be04cd720d4a8 | Greg Haerr | 2020-11-15 | [cmds] Add cp -R recursive copy command option |
90db150ec3736c95f222967cdd6e845bb3ad6fd | Helge Skrivervik | 2020-10-24 | [cmds] dd & sum source cleanup, redo buffering in dd. |
703c20a5d81c3803380e4684dcc942236decefe | Greg Haerr | 2020-08-25 | [cmds] Move uuencode/uudecode to misc_utils directory |
010a746c1fce1811581d8483c5f888a133aa7f4 | Helge Skrivervik | 2020-08-24 | [cmd] Added uuencode, uudecode for ascii based file transfers. |
f61765cbfb55cfb78fbd2431ba9b9f8c2b99fa3 | Greg Haerr | 2020-08-09 | [config] Set standard, not fast, serial driver as default COM1 |
82e805eb8d46cf676cd3aec7c86d7a97c8aef7d | Greg Haerr | 2020-05-20 | [cmds] Add df (disk free) program |
d68e037d28b1faa6b49482c35d32a6ad363971c | Greg Haerr | 2020-04-28 | [cmds] Fix stack overflow in sash grep |
d2b26ffd0bb66b383806abb8f52913d1c592394 | Greg Haerr | 2020-04-25 | [cmds] Fix grep |
2336de082c7b38c664f93190e60937b1caecca2 | Greg Haerr | 2020-04-22 | [libc] Fix memory corruption bug, reduce application heap requirements |
be250dd1304f7e44307cd00d47ccd972287459e | Christoph J. Thompson | 2020-04-19 | * Reduce amount of dynamic memory for chgrp. |
946f02f16a816a413992896b25dff61fb645958 | Christoph J. Thompson | 2020-04-19 | * Fix chgrp |
f0d9dd2c311eaa3d671544cc1e383c8ff210771 | Gregory Haerr | 2020-03-15 | [cmds] Reorganize ELKS command installation (#466) |
2598be2a59a59d29dfbf634347f5d21f3a30390 | Gregory Haerr | 2020-03-06 | [cmds] Sash and ls enhancements (#412) |
e4e6df6054de3a6b73aff419ee0f146a7743303 | Marcin Laszewski | 2020-02-24 | [busyelks] Commands added to menuconfig. |
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 . |
0e02ef71ffe21e0fad870e5e0360182b51d9062 | mfld-fr | 2019-01-23 | Fix incomplete 'make clean' |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |
e77f4c46cee8ccf80be6304303145672dfcd6f2 | mfld-fr | 2018-04-21 | Optionalize the image format |
89254794a7f4392350b5e23a2d1bdd892b60bb5 | mfld-fr | 2017-11-30 | [dev86] Build using local /dev86 |
bdf32e7af67ef584b7d271b1be0fca387df5503 | Jody Bruchon | 2017-03-13 | Update Makefiles to fix 360K image builds |
7f3ceb93bbabf08af2626e9e624a7e3ff7ea5e5 | mfld-fr | 2017-03-04 | [cmds] Cleanup in applets Makefiles |
4286d710caee2e25a0446932104d99b6cec2fe3 | Jody Bruchon | 2015-03-18 | file_utils: add usage to some programs, clean up futils.h, ls fix |
3c302cad12d34de58aba1b166da06c9173a4336 | Jody Bruchon | 2015-03-01 | Release ELKS 0.2.0 with massive improvements |
63112ed0d61ee3e7ba04e3ca6144886f8f966fd | Miguel Bolanos | 2004-07-28 | *** empty log message *** |
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. |
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. |
dff728dfc68c6a076061a0fa330867e4cf9d0a2 | Riley H. Williams | 2002-01-14 | Fixed bugs in ls command, and added dir alias for ls command. |
ac1b82225d97f1faaa38fa6af581e6663976ecd | Harry Kalogirou | 2001-08-24 | Removed root_net and added comb_net image |
49f7e542bebd92920c9a4c277345290dd054a30 | Harry Kalogirou | 2001-07-02 | Fixes in inet utils. Added new root image with net utils(root_net). Changes in Makefiles |
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. |