index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
Age
Commit message (
Expand
)
Author
2022-06-28
pls: Implement support for `--preserve-env`
Tim Schumacher
2022-06-28
pls: Don't rely on `getenv` to find `TERM`
Tim Schumacher
2022-06-28
ln: Fix typo in `arguments` argument
Maciej
2022-06-27
Browser+LibWeb+WebContent: Allow Browser to load local files
Lucas CHOLLET
2022-06-16
Keymap: Fix switching selected keymap
Paweł Łukasik
2022-06-15
Utilities: Remove `ddate` joke program
Andreas Kling
2022-06-13
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
Matthias Zimmerman
2022-06-06
js: Add a loadINI() function for loading INI files :^)
Linus Groh
2022-06-06
tar: Implement support for GNU longname headers
Tim Schumacher
2022-06-03
js: Create throw completions instead of raw error values on SyntaxError
Idan Horowitz
2022-06-02
lsusb: Add `-v` flag to `lsusb` :^)
Jesse Buhagiar
2022-05-29
Utilities: Add networking to headless-browser
DexesTTP
2022-05-29
Utilities: Add image decoding to headless-browser
DexesTTP
2022-05-29
Utilities: Add a simple headless-browser
DexesTTP
2022-05-29
lscpu: Show size of L1 data/instruction, L2, and L3 CPU caches
Linus Groh
2022-05-27
Utilities: Add edid-dump program to dump EDID from Display connectors
Liav A
2022-05-26
netstat: Stop needing LookupServer for parsing arguments
Maciej
2022-05-26
route: Add the flags column
brapru
2022-05-23
Meta+Userland: Add jakt as an optional Lagom Tool
Andrew Kaster
2022-05-21
touch: Support custom timestamps
Ariel Don
2022-05-08
xml: Avoid UAF in Error return from serenity_main()
Ali Mohammad Pur
2022-05-07
LibELF: Name library maps with the full file path
Tim Schumacher
2022-05-07
LibJS: Convert Console to use MarkedVector<Value>
Luke Wilde
2022-05-05
js: Print different type for each kind of ECMAScript function object
Linus Groh
2022-05-05
js: Implement pretty-printing of generator objects
Linus Groh
2022-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
Everywhere: Rename FB prefix name ioctls => GRAPHICS
Liav A
2022-05-05
su: Change the HOME enviroment variable on login
Undefine
2022-05-03
LibAudio+Userland: Remove Audio::LegacyBuffer
kleines Filmröllchen
2022-05-02
base64: Replace char pointer with StringView
Kenneth Myhra
2022-05-02
base64: Use TRY() instead of VERIFY(!result.is_error())
Kenneth Myhra
2022-05-02
base64: Use Core::File standard_input() standard_output()
Kenneth Myhra
2022-05-02
Kernel: Stop requiring working malloc for syscall.h includes
Patrick Meyer
2022-05-02
readelf: Don't error out on invalid interpreter path
Andrew Kaster
2022-05-01
ifconfig: Stop supporting setting/displaying default gateway
Maciej
2022-05-01
readelf: Add printing for STT_GNU_IFUNC
Daniel Bertalan
2022-04-30
Kernel+route: Support global routing table deletion
brapru
2022-04-28
Kernel+Utilities: Add the route utility
brapru
2022-04-27
unzip: Create parent directory before extracting files
Tim Schumacher
2022-04-26
config: Allow setting a key to the empty string
Ralf Donau
2022-04-25
ini: Use String for arguments
Ralf Donau
2022-04-21
LibAudio+Userland: Use new audio queue in client-server communication
kleines Filmröllchen
2022-04-21
netstat: Add the wide flag option
brapru
2022-04-21
netstat: Add hostname resolution
brapru
2022-04-21
arp: Add hostname resolution
brapru
2022-04-20
mkfifo: Add support for setting permissions with -m
Eli Youngs
2022-04-18
Utilities/profile: Call split_view() using StringView for command parts
Karol Kosek
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-16
host: Use AK/IPv4Address to determine if argument is host/ip
brapru
2022-04-14
AK: Differ between long and long long formats
Tim Schumacher
[next]