2021-09-15 01:26 | update TODO | aabacchus | 1 | +1 | -0 |
2021-09-15 01:19 | Makefile: add some other targets, sort | aabacchus | 1 | +7 | -2 |
2021-09-15 01:16 | Makefile: specify .POSIX; add distclean; typo | aabacchus | 1 | +4 | -2 |
2021-09-14 21:59 | ls: fix syntax error | aabacchus | 1 | +1 | -0 |
2021-09-14 18:27 | Makefile: respect $CFLAGS | aabacchus | 1 | +2 | -1 |
2021-09-14 18:26 | cat: initialise return_value | aabacchus | 1 | +1 | -1 |
2021-09-14 18:19 | nouserland: clang-format | aabacchus | 2 | +48 | -53 |
2021-09-14 18:18 | nouserland: standardize return values and error messages | aabacchus | 2 | +8 | -5 |
2021-09-14 18:05 | head: rewrite using getopt and open, read rather than fopen,fgetc | aabacchus | 1 | +38 | -23 |
2021-09-14 16:38 | shred: write one byte at a time, fsync the changes | aabacchus | 1 | +6 | -1 |
2021-09-14 16:29 | shred: remove unused buf | aabacchus | 1 | +0 | -3 |
2021-09-14 16:23 | shred: use optind | aabacchus | 1 | +4 | -3 |
2021-09-14 16:15 | tee: fix permissions when creating a file | aabacchus | 1 | +1 | -1 |
2021-09-14 16:14 | groups: fix segfault by mallocing enough space | aabacchus | 1 | +5 | -2 |
2021-09-14 16:09 | standardize return values | aabacchus | 17 | +87 | -49 |
2021-09-14 14:50 | remove test.c | aabacchus | 1 | +0 | -11 |
2021-09-13 18:18 | standardize error messages | aabacchus | 26 | +173 | -90 |
2021-09-13 16:33 | Makefile: typos | aabacchus | 1 | +3 | -3 |
2021-09-13 15:15 | ls: loop for all the args | aabacchus | 1 | +63 | -60 |
2021-09-13 15:04 | ls: abort if filename given as arg | aabacchus | 1 | +5 | -0 |
2021-09-13 14:09 | ls: add usage message (-h) | aabacchus | 1 | +4 | -1 |
2021-09-13 14:05 | ls: reorder getopts | aabacchus | 1 | +9 | -9 |
2021-09-13 14:02 | ls: add -1 | aabacchus | 1 | +4 | -1 |
2021-09-13 14:00 | ls: separate by \n if stdout is not a tty | aabacchus | 1 | +2 | -1 |
2021-09-13 13:42 | ls: add exec detection to -F | aabacchus | 1 | +17 | -3 |
2021-09-13 13:41 | ls: add -F | aabacchus | 1 | +36 | -10 |
2021-08-21 23:41 | .gitignore: update | aabacchus | 1 | +2 | -1 |
2021-08-21 23:38 | Makefile: add PREFIX, DESTDIR support; create bin/ if it doesn't exist | aabacchus | 1 | +6 | -3 |
2021-08-21 23:34 | Makefile: fix object file paths | aabacchus | 1 | +2 | -2 |
2021-08-21 23:34 | chmod: remove mu | aabacchus | 1 | +1 | -1 |
2021-07-15 18:18 | format | qorg11 | 33 | +205 | -194 |
2021-06-29 11:19 | fix style using clang-format | qorg11 | 41 | +880 | -739 |
2021-03-15 12:00 | whoops | qorg11 | 1 | +3 | -5 |
2021-03-15 11:52 | wc shows the total of every file if you pass more than one file | qorg11 | 1 | +21 | -4 |
2021-01-19 12:51 | Don't take file as stdin if you passed a flag after optind | qorg11 | 1 | +7 | -13 |
2021-01-14 06:43 | fix cat to return error if the read fails | qorg11 | 1 | +7 | -2 |
2021-01-02 13:15 | Make wc read binary data by using fread() instead of fgetc() | qorg11 | 1 | +6 | -6 |
2021-01-01 22:57 | fix braces styles in wc.c | qorg11 | 1 | +6 | -12 |
2020-12-29 04:13 | * Cleaned code in the recursive thing * Print errors if any * Fixed a code copypaste? | qorg11 | 1 | +38 | -38 |
2020-12-28 23:23 | * Add recursive directory listing to ls.c * Now you can actually give it a directory This is very ugly code, and it has to be fixed. | qorg11 | 1 | +50 | -8 |
2020-12-26 03:06 | fix indentation in date | qorg11 | 1 | +25 | -25 |
2020-12-26 02:57 | Add todo to wc | qorg11 | 1 | +13 | -1 |
2020-12-26 02:43 | * Fix segfault in wc.c when fopen() fails | qorg11 | 1 | +27 | -20 |
2020-12-25 18:39 | Delete useless blank line | qorg11 | 1 | +0 | -1 |
2020-12-24 22:23 | Added stat.c | qorg11 | 1 | +60 | -0 |
2020-12-18 23:38 | Added a bunch of things (mostly indetation), and changelog | qorg11 | 8 | +293 | -135 |
2020-12-18 14:05 | Fixed stuff in rmdir | qorg11 | 1 | +10 | -11 |
2020-12-11 17:46 | proto -l in ls | qorg11 | 1 | +10 | -4 |
2020-12-05 14:41 | trying EBIN indentation style :-------DDDDDDDDDDDD | qorg11 | 1 | +72 | -72 |
2020-12-05 14:34 | wait i'm fucking stupid, lmao, well musl, good luck searching for a file called -<CHAR>, but if it makes you happy, go for it my dude | qorg11 | 1 | +7 | -7 |
2020-12-05 14:26 | don't take - as stdin if it is a flag (solves musl getopt() bullshit) | qorg11 | 1 | +2 | -3 |
2020-11-30 10:38 | sorry, my emacs indentation was retarded | qorg11 | 1 | +19 | -19 |
2020-11-30 10:34 | less long line | qorg11 | 1 | +3 | -2 |
2020-11-30 10:33 | Tabs instead of spaces in indentation lol | qorg11 | 1 | +19 | -19 |
2020-11-28 21:33 | added contributing guideliness | qorg11 | 1 | +7 | -0 |
2020-11-28 21:31 | im an idiot | qorg11 | 1 | +1 | -1 |
2020-11-28 21:29 | cat: ignore -u and - can be used for stdin | qorg11 | 1 | +10 | -10 |
2020-11-28 21:07 | shit to cat.c read the diff lmao | qorg11 | 1 | +5 | -6 |
2020-11-15 17:01 | https://lainsafe.delegao.moe/files/160545969573108.png | qorg11 | 1 | +1 | -1 |
2020-11-15 16:52 | Cleanup code | qorg11 | 1 | +5 | -6 |
2020-11-15 14:35 | %c is better since gnu date gives that by default so take it | qorg11 | 1 | +1 | -1 |
2020-11-15 14:30 | Added a probably non posix compliant date(1) but it works :DDD | qorg11 | 2 | +41 | -2 |
2020-11-08 20:52 | Added the -p flag to ls | qorg11 | 1 | +35 | -22 |
2020-10-08 09:07 | Holy cow, I added comments but I made another commit to k9core! | qorg11 | 1 | +4 | -3 |
2020-09-09 17:49 | It seems that, somehow, i typed 1 instead of 0 | qorg11 | 1 | +1 | -1 |
2020-09-09 17:47 | POSIX, I don't really get you sometimes... | qorg11 | 1 | +5 | -1 |
2020-09-09 17:39 | Added tee! | qorg11 | 1 | +60 | -0 |
2020-09-07 19:29 | added -h flag to chgrp | qorg11 | 1 | +22 | -5 |
2020-09-07 15:59 | added chgrp | qorg11 | 1 | +24 | -0 |
2020-08-28 22:20 | wc prints the filename | qorg11 | 1 | +4 | -5 |
2020-08-27 09:18 | Modified the style | qorg11 | 3 | +21 | -15 |
2020-08-24 00:31 | Is this ok, POSIX? | qorg11 | 1 | +6 | -3 |
2020-08-23 17:23 | Remove useless headers | qorg11 | 1 | +0 | -2 |
2020-08-23 16:48 | Whatever this does lmao | qorg11 | 1 | +36 | -0 |
2020-08-23 10:10 | cleaned up chmod.c | qorg11 | 1 | +5 | -3 |
2020-08-23 09:02 | generic case for uname | qorg11 | 1 | +1 | -0 |
2020-08-23 09:01 | what the hell is -m flag posix is literally the same as -c | qorg11 | 1 | +4 | -2 |
2020-08-23 08:58 | Finally fixed wc :D | qorg11 | 1 | +32 | -25 |
2020-08-22 09:53 | Improved uname.c | qorg11 | 1 | +27 | -7 |
2020-08-22 07:56 | Modified the readme because this also has util-linux packes | qorg11 | 1 | +2 | -1 |
2020-08-22 07:51 | git you're a bit dumb | qorg11 | 2 | +0 | -73 |
2020-08-22 07:49 | moved non coreutils programs to a nonuserland folder since they are not userland programs | qorg11 | 2 | +73 | -0 |
2020-08-21 12:06 | Better style and stuff to uname.c | qorg11 | 1 | +17 | -16 |
2020-08-21 07:38 | In GNU's uname(1) if you pass no arguments it prints the kernel name so mine does that too. | qorg11 | 1 | +12 | -3 |
2020-08-21 07:31 | Added uname, works but probably not as it should, initial commit for this and i'll fix it if needed later (probably i forgot some flags, programming is hard) | qorg11 | 1 | +49 | -0 |
2020-08-12 21:54 | added chroot | qorg11 | 1 | +15 | -0 |
2020-08-12 18:54 | im stupid | qorg11 | 1 | +1 | -1 |
2020-08-12 18:53 | added cat the posix -u flag which is useless | qorg11 | 1 | +8 | -6 |
2020-08-09 01:00 | Improved makefile | qorg11 | 2 | +43 | -14 |
2020-08-08 19:45 | added a bunch of programs | qorg11 | 3 | +32 | -0 |
2020-08-08 19:38 | added groups | qorg11 | 1 | +27 | -0 |
2020-08-07 17:56 | lmao | qorg11 | 1 | +0 | -0 |
2020-08-06 22:22 | Added logname.c differences with whoami.c: * whoami prints who you are * logname prints the username you logged with meaning that if you run logname with doas(1) or sudo(8) you'll get the real username instead of root | qorg11 | 1 | +8 | -0 |
2020-08-06 22:17 | tty(1), which prints the name of the teletypewriter you're using. | qorg11 | 1 | +9 | -0 |
2020-08-06 22:13 | improved sleep by using usleep() instead of sleep() which allows more precise times | qorg11 | 1 | +4 | -3 |
2020-08-06 22:09 | add sync | qorg11 | 1 | +8 | -0 |
2020-08-06 13:28 | added ernno things | qorg11 | 8 | +25 | -17 |
2020-08-05 19:44 | im a bit dumb you know | qorg11 | 1 | +4 | -5 |
2020-08-05 15:34 | lol | qorg11 | 1 | +1 | -6 |
2020-08-05 15:26 | i kinda hate posix because -n, but there it is i just have to add a for loop so it iterates every file passed by args | qorg11 | 1 | +24 | -5 |
2020-08-05 10:28 | added head | qorg11 | 1 | +37 | -0 |
2020-08-02 20:05 | modified kill.c so doesn't use getopt (which in this case was a complete overkill). Also a warning if nothing given. | qorg11 | 1 | +6 | -3 |
2020-08-02 16:23 | sleep | qorg11 | 1 | +15 | -0 |
2020-08-02 16:01 | exec | qorg11 | 1 | +15 | -0 |
2020-07-30 12:07 | Almost done wc only pick from stdin if no file given. but all flags are working! | qorg11 | 1 | +15 | -12 |
2020-07-30 11:59 | somebody pls fix flags and stdin | qorg11 | 1 | +28 | -25 |
2020-07-29 21:22 | Merge branch 'master' of gitlab.com:call-cc/k9core into master | qorg11 | 3 | +6 | -6 |
2020-07-29 20:49 | added flags to wc | qorg11 | 1 | +36 | -23 |
2020-07-28 12:37 | improve ls (make it look cleaner) | Marie | 3 | +6 | -6 |
2020-07-28 12:26 | What the fuck is this | qorg11 | 1 | +44 | -8 |
2020-07-28 10:52 | added errno to ln.c | qorg11 | 1 | +26 | -24 |
2020-07-28 10:47 | idk whats this git told me isnt' staged so hre's your commit | qorg11 | 1 | +1 | -0 |
2020-07-28 10:46 | Edited some stuff in wc and mv | qorg11 | 2 | +7 | -3 |
2020-07-25 00:12 | Fixed shred | qorg11 | 1 | +4 | -4 |
2020-07-24 23:58 | use stat() instead of a own function to count bytes. | qorg11 | 1 | +4 | -20 |
2020-07-24 00:35 | Added shred | qorg11 | 1 | +55 | -0 |
2020-07-23 03:40 | Added unlink, not really sure of that this do but well here it is | qorg11 | 1 | +21 | -0 |
2020-07-20 23:30 | less bad mv | qorg11 | 1 | +14 | -20 |
2020-07-20 23:28 | yeah so now the thing closes the file descriptors | qorg11 | 2 | +3 | -2 |
2020-07-20 20:51 | cp now supports binary data and touch.c uses the saner creat() instead of open() because using open() there was simply stupid | qorg11 | 2 | +12 | -19 |
2020-07-13 18:12 | fprintf in mount.c | qorg11 | 1 | +1 | -1 |
2020-07-13 18:09 | Better errno | qorg11 | 3 | +5 | -4 |
2020-07-08 09:28 | added id.c. | qorg11 | 1 | +26 | -0 |
2020-07-08 09:09 | -f flag for umount.c (now we use umount2 though) | qorg11 | 1 | +10 | -1 |
2020-07-08 08:59 | lol | qorg11 | 1 | +1 | -1 |
2020-07-08 08:58 | Added stuff to mount.c | qorg11 | 1 | +19 | -2 |
2020-07-08 06:07 | Better whoami | qorg11 | 1 | +4 | -2 |
2020-07-08 05:33 | Mount and whoami | qorg11 | 2 | +36 | -0 |
2020-07-08 05:09 | added umount | qorg11 | 1 | +18 | -0 |
2020-07-08 04:32 | I just do a prototype of mkdir -p that does not work because it does not work so is commented don't uncomment it unless you can fix it thank you | qorg11 | 1 | +27 | -4 |
2020-06-20 13:19 | Merge branch 'master' of gitlab.com:call-cc/k9core | qorg11 | 1 | +2 | -3 |
2020-06-20 13:16 | Added -l to kill.c | qorg11 | 1 | +26 | -0 |
2020-06-19 20:46 | Fix to remove error in -Wall -Wextra | call-cc | 1 | +2 | -3 |
2020-06-19 15:08 | Fix ln slightly by removing instead of unlinking. | call-cc | 1 | +4 | -2 |
2020-06-17 19:55 | whoops | qorg11 | 1 | +1 | -1 |
2020-06-17 19:53 | Aded cp and mv | qorg11 | 2 | +90 | -0 |
2020-06-17 19:13 | This will save a lot of time | qorg11 | 1 | +1 | -0 |
2020-06-17 02:24 | more readable cat.c | qorg11 | 1 | +5 | -2 |
2020-06-17 02:19 | Cat prints binary data now | qorg11 | 1 | +3 | -3 |
2020-06-16 23:00 | Someone make this read binary shit | qorg11 | 1 | +16 | -13 |
2020-06-16 22:31 | Rewritten cat so it's not literally 9base's | qorg11 | 1 | +13 | -31 |
2020-06-16 19:28 | Improved wc | qorg11 | 1 | +21 | -6 |
2020-06-16 16:52 | bare bones version of wc | qorg11 | 1 | +20 | -0 |
2020-06-15 17:25 | unistd.h was useless in ls.c | qorg11 | 1 | +0 | -1 |
2020-06-15 17:16 | Add -a flag for ls. | qorg11 | 1 | +12 | -2 |
2020-06-15 17:09 | Do not print dot files in ls.c | qorg11 | 1 | +5 | -1 |
2020-06-15 13:08 | Added ls.c | qorg11 | 1 | +20 | -0 |
2020-06-15 12:41 | Added chown.c | qorg11 | 1 | +28 | -0 |
2020-06-06 10:52 | Added variable guidelines | qorg11 | 1 | +50 | -40 |
2020-06-06 08:52 | Improve echo, or fix -n flag | call-cc | 1 | +6 | -3 |
2020-06-05 06:39 | printf -> fprintf in src/chmod.c | qorg11 | 1 | +1 | -1 |
2020-06-05 06:38 | Added chmod | qorg11 | 1 | +19 | -0 |
2020-06-03 23:53 | Added false and true | qorg11 | 2 | +10 | -0 |
2020-06-03 22:28 | Readme in org | qorg11 | 2 | +6 | -5 |
2020-06-03 21:29 | Fixed style in src/echo.c | qorg11 | 1 | +5 | -4 |
2020-06-03 19:50 | Clean code in src/echo.c | qorg11 | 1 | +1 | -1 |
2020-06-03 06:25 | Sorry i haven't slept in 21 hours | qorg11 | 1 | +2 | -1 |
2020-06-03 06:19 | goddammit | qorg11 | 1 | +1 | -1 |
2020-06-03 06:15 | I don't know I was really drunk at the time | qorg11 | 1 | +0 | -1 |
2020-06-03 04:33 | slight fix | call-cc | 1 | +1 | -1 |
2020-06-03 04:32 | Add -n flag to echo | call-cc | 1 | +5 | -1 |
2020-06-03 03:45 | License update | call-cc | 1 | +2 | -1 |
2020-06-03 03:33 | Improve makefile and mark ln as complete | call-cc | 2 | +5 | -2 |
2020-06-03 01:40 | I don't know how to use gdb | qorg11 | 1 | +0 | -1 |
2020-06-03 01:36 | Switch statement | call-cc | 1 | +10 | -12 |
2020-06-03 01:30 | Added kill | qorg11 | 1 | +29 | -0 |
2020-06-03 01:23 | Change STYLE.ORG file name because it trips up gitlab | call-cc | 1 | +0 | -0 |
2020-06-03 01:15 | Add to README | call-cc | 1 | +2 | -2 |
2020-06-03 01:10 | Add to TODO and migrate to the kill-9 public license | call-cc | 2 | +5 | -6 |
2020-06-03 00:43 | Improve yes | call-cc | 1 | +4 | -12 |
2020-06-03 00:15 | Fix errors in style, plus more stuff about C standardization | call-cc | 1 | +49 | -1 |
2020-06-02 23:54 | Add error alert to ln and another item to the todo | call-cc | 2 | +7 | -1 |
2020-06-02 22:15 | Style written in org | qorg11 | 2 | +105 | -86 |
2020-06-02 21:25 | Add todo.org, fix pwd.c | call-cc | 3 | +14 | -6 |
2020-06-02 21:23 | Added new style thing | qorg11 | 1 | +5 | -0 |
2020-06-02 21:17 | Change errors in rmdir to warns | call-cc | 1 | +3 | -2 |
2020-06-02 20:53 | Add -f flag to ln | call-cc | 1 | +7 | -4 |
2020-06-02 20:36 | More makefile improvements | call-cc | 1 | +3 | -4 |
2020-06-02 20:28 | Remove note, improve makefile | call-cc | 2 | +7 | -2 |
2020-06-02 20:25 | I hate git. | qorg11 | 2 | +23 | -16 |
2020-06-02 20:23 | Fixed makefile | qorg11 | 1 | +11 | -11 |
2020-06-02 20:21 | Merge branch 'master' of https://gitlab.com/call-cc/k9core | call-cc | 1 | +13 | -5 |
2020-06-02 20:20 | Add note to ln.c | call-cc | 1 | +1 | -2 |
2020-06-02 20:19 | Add to TODO and clean up ln | call-cc | 2 | +22 | -14 |
2020-06-02 20:12 | Improved makefile | qorg11 | 1 | +13 | -5 |
2020-06-02 19:46 | Tried to add symlinks the worst way possible. Please fix | qorg11 | 1 | +10 | -0 |
2020-06-02 17:48 | Add ln | qorg11 | 1 | +21 | -0 |
2020-06-02 00:22 | Added yes | qorg11 | 1 | +19 | -0 |
2020-06-01 23:57 | idk why is this merge important tbh Merge branch 'master' of gitlab.com:call-cc/k9core | qorg11 | 2 | +6 | -4 |
2020-06-01 23:56 | Added src/mkdir.c, src/rm.c, some tips for commiters and close file descriptor in src/touch.c | qorg11 | 5 | +58 | -0 |
2020-06-01 23:42 | Adhere to style guidelines | call-cc | 2 | +6 | -4 |
2020-06-01 23:13 | added coding style guide | qorg11 | 1 | +72 | -0 |
2020-06-01 22:07 | Make dirname more posix compliant | call-cc | 1 | +1 | -1 |
2020-06-01 22:02 | Add dirname | call-cc | 1 | +13 | -0 |
2020-06-01 20:47 | Errors count to rmdir | qorg11 | 1 | +8 | -2 |
2020-06-01 20:41 | Rewritten rmdir | qorg11 | 1 | +10 | -4 |
2020-06-01 20:22 | add multiple-argument deletion to rmdir | call-cc | 1 | +4 | -1 |
2020-06-01 20:18 | Add rmdir | call-cc | 1 | +6 | -0 |
2020-06-01 20:07 | Add makefile | call-cc | 1 | +7 | -0 |
2020-06-01 20:02 | Added touch | qorg11 | 1 | +23 | -0 |
2020-06-01 19:59 | Add README | call-cc | 2 | +5 | -1 |
2020-06-01 19:56 | Add pwd | call-cc | 1 | +9 | -0 |
2020-06-01 19:48 | Very slight cat fix | call-cc | 1 | +1 | -1 |
2020-06-01 19:40 | Fix echo, shorten file size | call-cc | 1 | +1 | -2 |
2020-06-01 19:37 | Add echo | call-cc | 1 | +14 | -0 |
2020-06-01 19:25 | Initial commit | qorg11 | 2 | +60 | -0 |