Wuzado
6302ca0043
reboot: Port to LibMain
...
First commit to the project! :^)
2022-03-03 15:42:44 -08:00
cocateh
dd8fdf7077
Utilities: Lint CMakefiles.txt
...
Fixed an unalphabetical order of one of the entries.
2022-03-02 21:55:32 +01:00
cocateh
91fa10a0ab
Utilities: Port tar to LibMain
...
Ported tar to LibMain and changed it to use Core::System syscalls.
2022-03-02 21:55:32 +01:00
TheOddGarlic
6cda142c28
groupdel: Port to LibMain
2022-02-28 14:05:04 +01:00
TheOddGarlic
6499699d6d
useradd: Port to LibMain
2022-02-28 14:05:04 +01:00
Michał Lach
665505db42
Utilities: Port pathchk to LibMain
2022-02-27 17:08:27 +01:00
Zack Penn
a65e1fa828
killall: Port to LibMain and LibCore
2022-02-19 19:44:29 +01:00
Zack Penn
681b643093
paste: Port to LibMain and LibCore
2022-02-19 19:44:29 +01:00
Tim Schumacher
bc67264453
Utilities: Add a basic install
utility
2022-02-16 19:51:52 +01:00
rvictorr
434925bbd8
profile: Port to LibMain
2022-02-13 12:40:36 +01:00
itskarudo
500098c76d
kill: Port to LibMain
2022-02-12 10:53:07 -05:00
Itamar
2903c47ba0
Utilities: Add update-cpp-test-results utility
...
This is a small utility that updates the target tests results for the
LibCpp parser and preprocessor regression tests.
It's handy to run after changing something in the output of either the
parser or the preprocessor.
2022-02-12 11:45:15 +00:00
Riccardo Arena
a9b387a1bf
pgrep: Port to LibMain
...
Use unveil to allow access only to required paths.
Switch to new pledge format.
2022-02-10 14:10:58 +00:00
Riccardo Arena
5c63537ae9
pidof: Port to LibMain
...
Use pledge/unveil to allow access only to required paths and syscalls.
2022-02-10 14:10:58 +00:00
Ryan Chandler
65de0d2910
Utilities: Port realpath to LibMain
2022-02-10 10:25:36 +00:00
alexmajor
a79e730839
sleep: Port to LibMain
2022-02-01 04:58:24 +00:00
alexmajor
55496ab7fb
shutdown: Port to LibMain
2022-02-01 04:58:24 +00:00
alexmajor
2f1717182e
stty: Port to LibMain
2022-02-01 04:58:24 +00:00
alexmajor
e3dbe19018
sql: Port to LibMain
2022-02-01 04:58:24 +00:00
alexmajor
c72930fdef
shot: Port to LibMain
2022-02-01 04:58:24 +00:00
alexmajor
ad7845ed7d
sysctl: Port to LibMain
2022-02-01 04:58:24 +00:00
alexmajor
61f2b7434f
syscall: Port to LibMain
2022-02-01 04:58:24 +00:00
alexmajor
6deb032335
sync: Port to LibMain
2022-02-01 04:58:24 +00:00
Kenneth Myhra
9773c3cabc
pape: Port to LibMain
2022-01-31 15:25:07 +01:00
Kenneth Myhra
71c004b75f
open: Port to LibMain
2022-01-31 15:25:07 +01:00
Kenneth Myhra
73f431a7cb
ntpquery: Port to LibMain
2022-01-31 15:25:07 +01:00
Kenneth Myhra
5d41f993cd
notify: Port to LibMain
2022-01-31 15:25:07 +01:00
Kenneth Myhra
a64b44377d
nl: Port to LibMain
2022-01-31 15:25:07 +01:00
Kenneth Myhra
9d48406312
mount: Port to LibMain
2022-01-31 15:25:07 +01:00
Kenneth Myhra
262161481f
lsof: Port to LibMain
2022-01-31 15:25:07 +01:00
Kenneth Myhra
6a7ffcddba
lsirq: Port to LibMain
2022-01-31 15:25:07 +01:00
Ali Mohammad Pur
58ed00f633
run-tests: Dump a backtrace for crashed tests
...
It only makes sense to see what a crashed test was up to, so generate a
backtrace if we can find the coredump and read it.
2022-01-28 20:18:46 +00:00
brapru
2af9a8e862
ping: Port to LibMain
2022-01-27 12:56:07 +01:00
Names4Noobs
a4495bdcba
tree: Port to LibMain
2022-01-25 04:26:56 +00:00
Ariel Abreu
790274d4a5
rmdir: Port to LibMain
2022-01-25 02:50:10 +00:00
Ariel Abreu
0fea2203dc
rm: Port to LibMain
2022-01-25 02:50:10 +00:00
Fabian INGREMEAU
5f602e39e9
md: Port to LibMain
2022-01-25 00:11:14 +00:00
Fabian INGREMEAU
dff6460373
mv: Port to LibMain
2022-01-25 00:11:14 +00:00
Fabian INGREMEAU
daf7f72ff3
tail: Port to LibMain
2022-01-25 00:11:14 +00:00
Kenneth Myhra
eeb74e2578
mktemp: Port to LibMain
2022-01-24 14:01:58 +03:30
Kenneth Myhra
b4d55f2a55
mkfifo: Port to LibMain
2022-01-24 14:01:58 +03:30
Kenneth Myhra
3af7a5dd61
mknod: Port to LibMain
2022-01-24 14:01:58 +03:30
Michel Hermier
395d9a2702
sort: Port to LibMain
2022-01-24 05:38:30 +00:00
Michel Hermier
176de579f2
shuf: Port to LibMain
2022-01-24 05:38:30 +00:00
Michel Hermier
4e02b204ef
rev: Port to LibMain
2022-01-24 05:38:30 +00:00
Timothy Flynn
6057a2ca30
timezone: Add a command line utility to set the system time zone
2022-01-23 12:48:26 +00:00
Federico Guerinoni
e37af0b073
umount: Port to LibMain
2022-01-22 13:31:52 +02:00
Nico Weber
3831e5fcff
Utilities+Lagom: Remove test-crypto
...
After 4d5ffd364a
, Tests/{LibCrypto,LibTLS} test the same things
and test-crypto has been redundant since then.
2022-01-22 01:44:05 +00:00
mjz19910
2cf02c6f38
adjtime: Port to LibMain
2022-01-21 01:52:22 +01:00
Kenneth Myhra
b76c66a9ed
groupadd: Port to LibMain and use the new Core::Group abstraction :^)
2022-01-16 11:19:07 +01:00