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
Kenneth Myhra
294cbb7108
nc: Port to LibMain
2022-01-15 22:01:07 +01:00
alexmajor
67473085a1
Utilities: Port ifconfig to LibMain
2022-01-14 21:38:38 +01:00
Lucas CHOLLET
8bc1a9e946
hostname: Port to LibMain
2022-01-14 19:42:19 +02:00
Lucas CHOLLET
63466d385c
host: Port to LibMain
2022-01-14 19:42:19 +02:00
Lucas CHOLLET
dbcccde062
hexdump: Port to LibMain
2022-01-14 19:42:19 +02:00
Lucas CHOLLET
02cb34a48a
head: Port to LibMain
2022-01-14 19:42:19 +02:00
Lucas CHOLLET
80a1ab3487
gunzip: Port to LibMain
2022-01-14 19:42:19 +02:00
Lucas CHOLLET
c2e7acc8bb
grep: Port to LibMain
2022-01-14 19:42:19 +02:00
Lucas CHOLLET
9e1e80954b
gml-format: Port to LibMain
2022-01-14 19:42:19 +02:00
Lucas CHOLLET
f862fabe6e
false: Port to LibMain
2022-01-14 19:42:19 +02:00
Lucas CHOLLET
affef5d1a9
disasm: Port to LibMain
2022-01-14 19:42:19 +02:00
sin-ack
53e9d757fe
test-imap: Convert test-imap to LibMain
2022-01-13 15:16:12 +03:30
Federico Guerinoni
9aa556fdf0
Userland: Port wasm to LibMain
2022-01-09 04:26:16 -08:00
Federico Guerinoni
05f0f70b00
Userland: Port tac to LibMain
2022-01-09 04:26:16 -08:00
Junior Rantila
abaee3a325
beep: Port to LibMain :^)
2022-01-09 11:16:00 +03:30
Rummskartoffel
748218d5d0
gzip: Port to LibMain
2022-01-08 15:29:38 +01:00
Liav A
ff25958b51
Userland: Introduce the pmemdump utility
...
This utility helps to dump the physical memory space from /dev/mem.
It supports both read(2) and mmap(2) on it so we could use mmap(2) for
fast dumping of the memory, or read(2) when we need to read unaligned
physical regions.
2022-01-08 13:21:16 +02:00
Jun Zhang
0ac7931545
Utilities/ln: Port to LibMain
...
This patch simply ports the utility ln to LibMain :^)
2022-01-06 13:32:22 +01:00
mjz19910
2351bb2db9
Utilities/CMakeList: Remove duplicate target_link_libraries(...)
2022-01-04 19:14:57 -08:00
mjz19910
87b719a494
Utilities/CMakeList: Sort target_link_libraries(...)
2022-01-04 19:14:57 -08:00
mjz19910
154d33f240
unzip: Port to LibMain
2022-01-04 10:59:42 +00:00
mjz19910
7c05db19a1
zip: Port to LibMain :^)
2022-01-04 10:59:42 +00:00