mirror of git://git.suckless.org/ubase
85a0e49c33
If your utmp files are generated with programs linked against glibc then musl-libc might not be able to parse the records correctly. This is because the fields `ut_session' and `ut_tv' must be the same size when compiled in x86 and x86_64. This is a requirement by glibc that musl does not fulfil for good reasons. |
||
---|---|---|
util | ||
LICENSE | ||
Makefile | ||
README | ||
TODO | ||
arg.h | ||
chvt.1 | ||
chvt.c | ||
clear.c | ||
config.mk | ||
df.c | ||
dmesg.c | ||
eject.c | ||
fallocate.c | ||
free.c | ||
grabmntinfo.h | ||
halt.c | ||
insmod.c | ||
lsmod.c | ||
lsusb.c | ||
mkswap.c | ||
mount.c | ||
mountpoint.c | ||
pidof.c | ||
pivot_root.c | ||
proc.h | ||
ps.c | ||
reboot.h | ||
rmmod.c | ||
swapoff.c | ||
swapon.c | ||
truncate.c | ||
umount.c | ||
unshare.c | ||
uptime.c | ||
util.h | ||
watch.c |
README
ubase is a set of tools similar to util-linux to complement sbase[1]. To build a statically linked version with musl: make CC=musl-gcc LDFLAGS+="-static" ubase-box [1] http://git.suckless.org/sbase