new option -S for uptime(1)

2020-03-20 Thread Alex Naumov
Hi, this patch adds a new option to uptime(1) that allows to see the length of time the system has been up in seconds. Patch includes documentation (man-page) update. Example: $ uptime 1:26PM up 1:28, 1 user, load averages: 0.00, 0.00, 0.00 $ uptime -S 1:26PM 5308 secs, 1 user, load averages

[PATCH] including sys/errno.h twice

2020-01-11 Thread Alex Naumov
Hey, we include sys/errno.h twice... Have a nice weekend, Alexander Index: copystr.S === RCS file: /cvs/src/sys/arch/arm64/arm64/copystr.S,v retrieving revision 1.5 diff -u -p -r1.5 copystr.S --- copystr.S 19 Jun 2019 08:00:17 -000