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
mjz19910
7f9bd34d07
wc: Port to LibMain
2022-01-04 07:33:23 +00:00
mjz19910
fc78bbe78c
which: Port to LibMain
2022-01-04 07:33:23 +00:00
mjz19910
92493b210a
wsctl: Port to LibMain
2022-01-04 07:33:23 +00:00
mjz19910
d4748c608c
xargs: Port to LibMain
2022-01-04 07:33:23 +00:00
mjz19910
f705f57d9a
yes: Port to LibMain
2022-01-04 07:33:23 +00:00
mjz19910
e9a15995fd
uname: Port to LibMain
2022-01-04 07:33:23 +00:00
mjz19910
35cd7c9a91
uniq: Port to LibMain
2022-01-04 07:33:23 +00:00
mjz19910
cd7b50a074
uptime: Port to LibMain :^)
2022-01-02 09:42:56 +00:00
Kenneth Myhra
22c27e1ba9
fgrep: Port fgrep to LibMain
2022-01-01 14:40:41 +01:00
Kenneth Myhra
8aafe6cd1f
errno: Port to LibMain
2022-01-01 14:40:41 +01:00
Kenneth Myhra
2e0f53c25d
du: Port to LibMain
...
This ports 'du' utility to LibMain. Also moves to use StringView and
StringView literals more instead of raw C strings.
2022-01-01 14:40:41 +01:00
Timothy Flynn
565a880ce5
Userland: Link directly against LibUnicodeData where needed
...
This is partially a revert of commits:
10a8b6d411
561b67a1ad
Rather than adding the prot_exec pledge requried to use dlopen(), we can
link directly against LibUnicodeData in applications that we know need
that library.
This might make the dlopen() dance a bit unnecessary. The same purpose
might now be fulfilled with weak symbols. That can be revisted next, but
for now, this at least removes the potential security risk of apps like
the Browser having prot_exec privileges.
2021-12-30 14:18:12 +01:00
Peter Elliott
20a0572de8
Userland: Port less(1) to LibMain
2021-12-29 00:00:02 +01:00
Liav A
105d558922
Meta: Remove kernel modules remains
...
Apparently Andreas found remains for that in the build system.
Let's remove them for completeness of that process of removing support
for kernel modules, which didn't work for many months before being
removed.
2021-12-25 18:42:41 +02:00
Andreas Kling
e923cf6624
strace: Port to LibMain :^)
2021-12-25 11:12:03 +01:00