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-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
2022-04-13
Utilities/unzip: Use Core::Directory to create output directory
Sam Atkins
2022-04-11
env: Use Core::System::exec()
Sam Atkins
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-11
strace: Use Core::System::exec()
Sam Atkins
2022-04-11
profile: Use Core::System::exec()
Sam Atkins
2022-04-11
pls: Use Core::System::exec()
Sam Atkins
2022-04-11
paste: Use Core::System::{exec,setenv}
Sam Atkins
2022-04-11
LibCore+Userland: Remove File::ensure_parent_directories
kleines Filmröllchen
2022-04-09
pro: Only attempt to parse a proxy url if it is provided
Ali Mohammad Pur
2022-04-09
pro: Accept an optional proxy to tunnel the download through
Ali Mohammad Pur
2022-04-07
LibX86+disasm: Use an output format closer to objdump
Hendiadyoin1
2022-04-07
disasm: Print instruction bytes
Hendiadyoin1
2022-04-05
Utilities: Update arp to use newer APIs
brapru
2022-04-05
Utilities: Pledge inet in arp command
brapru
2022-04-05
js: Print the accumulator instead of the returned value in BC mode
Ali Mohammad Pur
2022-04-05
js: Convert non-UTF-8 encoded files to UTF-8 before parsing
Timothy Flynn
2022-04-03
ls: Use `Core::System::pledge(..)` instead of LibC API
Brian Gianforcaro
2022-04-03
Utilities: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-03
lscpu: Show hypervisor_vendor_id if present
Linus Groh
2022-04-03
Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'
Linus Groh
2022-04-03
netstat: Resolve ports to service names
Brendan Coles
2022-04-02
top: Add support for quitting top by pressing q
James Mintram
2022-04-02
Userland: Fix crash when inputting non-tty device into ps
Thomas Symalla
[next]