]> Zhao Yanbai Git Server - minix.git/commit
Remove some usage of 64bit functions (minix/u64.h)
authorPrasanna Kumar T S M <prasannatsm@gmail.com>
Mon, 24 Sep 2012 19:05:01 +0000 (00:35 +0530)
committerBen Gras <ben@minix3.org>
Mon, 15 Oct 2012 16:24:30 +0000 (18:24 +0200)
commit8de781761f7cf607dacc7d2606f755d20d6a9245
treeac0987a63289f5c4d629de7229bee4cfbe8db6a2
parent2e26c872c4e9d95da5d1cdcf797bdb7212f0e20d
Remove some usage of 64bit functions (minix/u64.h)

. Removed the usage of 64 bit functions in top.c. Compiles successfully.
. Scaling 64 bit values to 32 bit is removed.
. Retain make64 instead of using | with shift.
. Add order cycling display
commands/atnormalize/atnormalize.c
commands/devsize/devsize.c
commands/readall/readall.c
commands/repartition/repartition.c
commands/time/time.c
usr.bin/top/top.c