Mirror of Suckless' sbase (git://git.suckless.org/sbase)
Go to file
2014-02-04 15:08:02 +00:00
util Forgot to include these before 2014-01-30 21:51:01 +00:00
arg.h Rename __ARG_H__ to ARG_H__ 2013-11-25 21:29:20 +00:00
basename.1
basename.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
cal.1
cal.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
cat.1
cat.c Add weprintf() and replace fprintf(stderr, ...) calls 2013-11-13 11:41:43 +00:00
chgrp.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
chgrp.c Simplify code and don't use ftw() for chgrp(1) 2013-10-08 00:47:04 +01:00
chmod.1 Add sticky bit to documentation. 2013-10-20 10:41:32 +01:00
chmod.c check for valid octal input and crude range check on that for validity 2014-02-01 19:50:52 +00:00
chown.1
chown.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
chroot.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
chroot.c Add license file details at top of files 2013-10-07 17:03:34 +01:00
cksum.1
cksum.c Use PRIu32 and avoid cast 2014-02-01 20:16:14 +00:00
cmp.1
cmp.c
comm.1
comm.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
config.mk Revert "Fix relocation error on OpenBSD (amd64) when compiling with pcc" 2013-12-21 13:39:29 +00:00
cp.1 Add -R as a synonym to -r for cp(1) 2013-12-12 13:30:17 +00:00
cp.c Show usage instead of exiting silently on an invalid option 2013-12-12 13:30:25 +00:00
crypt.h Forgot to remove argc from function decl 2013-11-30 21:12:40 +00:00
cut.1 Add cut(1) 2013-10-08 20:41:32 +01:00
cut.c Add weprintf() and replace fprintf(stderr, ...) calls 2013-11-13 11:41:43 +00:00
date.1
date.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
dirname.1
dirname.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
du.1 Update usage line and manpage for du(1) 2013-10-17 11:27:42 +01:00
du.c No need to use enprintf() with EXIT_FAILURE 2014-01-30 14:55:26 +00:00
echo.1
echo.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
env.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
env.c Add license file details at top of files 2013-10-07 17:03:34 +01:00
expand.1
expand.c Add weprintf() and replace fprintf(stderr, ...) calls 2013-11-13 11:41:43 +00:00
false.1
false.c
fold.1
fold.c Add weprintf() and replace fprintf(stderr, ...) calls 2013-11-13 11:41:43 +00:00
fs.h
grep.1 Implement -e support for grep 2013-10-05 13:51:45 +01:00
grep.c Implement -e support for grep 2013-10-05 13:51:45 +01:00
head.1
head.c Add weprintf() and replace fprintf(stderr, ...) calls 2013-11-13 11:41:43 +00:00
hostname.1 Add hostname(1) 2013-10-05 14:58:55 +01:00
hostname.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
id.1 Implement -G support for id(1) 2013-12-01 17:29:53 +00:00
id.c Implement -G support for id(1) 2013-12-01 17:29:53 +00:00
kill.1
kill.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
LICENSE Add FRIGN to LICENSE 2014-02-01 20:16:56 +00:00
ln.1
ln.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
ls.1 ls: add option to reverse the sort order 2013-10-05 14:58:55 +01:00
ls.c Make chmod and ls recognize sticky bit (S_ISVTX). 2013-10-20 10:41:32 +01:00
Makefile Initial commit of the uudecode tool and man page 2014-02-02 20:50:31 +00:00
mc.1 Use the width of the output device by default in mc(1) 2014-01-21 11:23:16 +00:00
mc.c Use the width of the output device by default in mc(1) 2014-01-21 11:23:16 +00:00
md5.h Add crypt.[ch] and update md5sum and sha1sum 2013-07-18 09:51:17 -04:00
md5sum.1
md5sum.c Add cryptmain() and factor out the code from the crypt tools 2013-10-05 13:51:45 +01:00
mkdir.1 Implement -m option for mkdir 2013-10-05 13:51:45 +01:00
mkdir.c Make mkdir read mode argument as octal. 2013-10-20 10:41:31 +01:00
mkfifo.1 Implement -m for mkfifo(1) 2013-11-30 20:58:15 +00:00
mkfifo.c Implement -m for mkfifo(1) 2013-11-30 20:58:15 +00:00
mktemp.1 Forgot to update manpage for mktemp(1) 2013-11-14 19:50:07 +00:00
mktemp.c No need to use enprintf() with EXIT_FAILURE 2014-01-30 14:55:26 +00:00
mv.1 Support -f for mv 2013-10-05 13:51:45 +01:00
mv.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
nice.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
nice.c Use getpriority()/setpriority() instead of deprecated nice() 2014-01-28 17:20:20 +00:00
nl.1
nl.c Fix indentation 2013-11-14 19:00:52 +00:00
nohup.1
nohup.c
paste.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
paste.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
printenv.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
printenv.c Use arg.h as much as possible and add usage() where missing 2013-10-07 17:13:01 +01:00
pwd.1
pwd.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
readlink.1
readlink.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
renice.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
renice.c Revert "Make sbase compile with musl" 2013-10-07 20:47:33 +01:00
rm.1 Add -R as a synonym to -r for rm(1) 2013-12-12 13:15:47 +00:00
rm.c Add -R as a synonym to -r for rm(1) 2013-12-12 13:15:47 +00:00
rmdir.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
rmdir.c Add license file details at top of files 2013-10-07 17:03:34 +01:00
seq.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
seq.c Use estrtol() instead of atoi() 2013-10-27 09:49:08 +00:00
setsid.1 Add setsid(1) by arg 2013-10-05 14:58:55 +01:00
setsid.c Ensure we return a proper error value in setsid(1) 2014-01-27 15:18:30 +00:00
sha1.h Add crypt.[ch] and update md5sum and sha1sum 2013-07-18 09:51:17 -04:00
sha1sum.1
sha1sum.c Add cryptmain() and factor out the code from the crypt tools 2013-10-05 13:51:45 +01:00
sha256.h Add sha256sum(1) 2013-07-20 13:20:16 -04:00
sha256sum.1 Add sha256sum(1) 2013-07-20 13:20:16 -04:00
sha256sum.c Add cryptmain() and factor out the code from the crypt tools 2013-10-05 13:51:45 +01:00
sha512.h Add sha512sum(1) 2013-08-04 11:00:34 -04:00
sha512sum.1 Add sha512sum(1) 2013-08-04 11:00:34 -04:00
sha512sum.c Add cryptmain() and factor out the code from the crypt tools 2013-10-05 13:51:45 +01:00
sleep.1
sleep.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
sort.1 Add -n support to sort(1) 2013-12-12 13:10:59 +00:00
sort.c Add -n support to sort(1) 2013-12-12 13:10:59 +00:00
split.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
split.c No need to print the name of the program 2014-01-30 14:55:18 +00:00
sponge.1
sponge.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
strings.1 Allow strings(1) to operate on more than one file 2013-10-10 16:05:05 +01:00
strings.c Add weprintf() and replace fprintf(stderr, ...) calls 2013-11-13 11:41:43 +00:00
sync.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
sync.c Add license file details at top of files 2013-10-07 17:03:34 +01:00
tail.1
tail.c Add weprintf() and replace fprintf(stderr, ...) calls 2013-11-13 11:41:43 +00:00
tar.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
tar.c Only use major()/minor() if they are available in tar(1) 2014-01-30 16:17:25 +00:00
tee.1
tee.c Free allocated memory 2013-10-11 17:02:58 +01:00
test.1 Update manpage for binary operations in test(1) 2013-11-11 12:01:47 +00:00
test.c Return false in case we invoke `test s1' and s1 is the null string 2013-11-11 12:00:22 +00:00
text.h
TODO Update TODO 2014-01-30 11:44:29 +00:00
touch.1
touch.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
tr.1 Add the tr program including man page 2014-01-20 11:22:28 +00:00
tr.c Staticise functions in tr(1) 2014-01-25 22:07:40 +00:00
true.1
true.c
tty.1
tty.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
uname.1
uname.c Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1 2013-10-07 16:44:22 +01:00
uniq.1
uniq.c Fix naming covention for uniq(1) 2014-01-20 10:49:28 +00:00
unlink.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
unlink.c Add license file details at top of files 2013-10-07 17:03:34 +01:00
util.h Ensure we #undef strlcat and strlcpy 2014-01-30 21:04:01 +00:00
uudecode.1 Initial commit of the uudecode tool and man page 2014-02-02 20:50:31 +00:00
uudecode.c Use chmod() directly 2014-02-04 15:08:02 +00:00
uuencode.1 Add uuencode(1) 2014-01-31 15:29:11 +00:00
uuencode.c Use printf() instead of fprintf() in uuencode(1) 2014-01-31 15:55:38 +00:00
wc.1
wc.c If there's no newline we don't count the last word - fix it 2014-01-10 22:52:00 +00:00
who.1 Cleaning up who, adding -l and manpage 2013-08-04 19:56:34 -04:00
who.c Add license file details at top of files 2013-10-07 17:03:34 +01:00
xargs.1 Implement -E eofstr for xargs(1) 2014-01-07 12:03:50 +00:00
xargs.c No need to use enprintf() with EXIT_FAILURE 2014-01-30 14:55:26 +00:00
yes.1 Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace. 2013-07-20 01:27:42 -04:00
yes.c Simplify yes(1) 2013-10-05 15:11:16 +01:00