coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

Date Message Author Files + -
2020-07-02 03:01:15 cksum: Move buffer onto stack Jamozed 1 +5 -3
2020-07-02 02:46:42 cat: Move buffer onto stack Jamozed 1 +4 -4
2020-06-27 12:02:14 id: Fix missing program name in error message Jamozed 1 +2 -3
2020-06-27 12:01:03 touch: Add POSIX touch Jamozed 4 +235 -0
2020-06-27 02:35:08 od: Add POSIX od Jamozed 4 +501 -0
2020-06-27 02:00:03 id: Add POSIX id Jamozed 4 +250 -0
2020-06-26 15:37:26 head: Add POSIX head Jamozed 4 +174 -0
2020-06-26 14:50:36 crc32: Add crc32 utility Jamozed 4 +193 -0
2020-06-26 14:26:40 cksum: Add POSIX cksum Jamozed 4 +201 -0
2020-06-26 14:13:22 realpath: Add realpath utility Jamozed 4 +135 -0
2020-06-26 14:00:02 rand: Add rand utility Jamozed 5 +191 -2
2020-06-26 13:05:32 env: Add POSIX env Jamozed 4 +152 -0
2020-06-26 12:54:31 nice: Add POSIX nice Jamozed 4 +155 -0
2020-06-26 12:36:30 uname: Add POSIX uname Jamozed 5 +166 -2
2020-06-26 12:16:43 tty: Add POSIX tty Jamozed 4 +56 -0
2020-06-26 11:32:39 sync: Add sync utility Jamozed 4 +38 -0
2020-06-26 11:26:39 sleep: Add POSIX sleep Jamozed 4 +134 -0
2020-06-26 10:55:54 pwd: Add POSIX pwd Jamozed 4 +141 -0
2020-06-26 10:33:17 logname: Add POSIX logname Jamozed 4 +62 -3
2020-06-26 10:08:46 rmdir: Add POSIX rmdir Jamozed 4 +143 -0
2020-06-26 06:42:30 mkdir: Add POSIX mkdir Jamozed 4 +253 -0
2020-06-26 06:12:01 unlink: Add POSIX unlink Jamozed 4 +124 -0
2020-06-26 06:09:15 link: Add POSIX link Jamozed 4 +127 -0
2020-06-26 05:27:18 tee: Add POSIX tee Jamozed 4 +155 -0
2020-06-26 05:04:08 yes: Add yes utility Jamozed 4 +46 -0
2020-06-26 04:58:05 echo: Add POSIX echo Jamozed 4 +51 -0
2020-06-26 04:25:00 dirname: Add POSIX dirname Jamozed 4 +131 -0
2020-06-26 03:54:59 basename: Add POSIX basename Jamozed 4 +136 -0
2020-06-26 03:08:55 false: Add POSIX false Jamozed 4 +41 -0
2020-06-26 03:07:06 true: Add POSIX true Jamozed 4 +41 -0
2020-06-26 02:17:26 cat: Add POSIX cat Jamozed 4 +151 -0
2020-06-26 02:06:57 meta: Add base project files Jamozed 7 +299 -0