summaryrefslogtreecommitdiff
path: root/Base/usr
AgeCommit message (Expand)Author
2022-02-16Utilities: Add the 'files' argument to the unzip utilityserenitydev
2022-02-14profile: Document "read" profiling eventJakub Berkop
2022-02-10js: Add a command line argument to evaluate a string as a scriptTimothy Flynn
2022-02-06less: Add hotkeys f and b to scroll screen up/downMiika Hämynen
2022-02-03Base: Update keymap man page to include new functionalityTimur Sultanov
2022-02-02Kernel: Add nvme_poll command line parametersPankaj Raghav
2022-02-01Base: Add open links to all of the game man pagesBrian Gianforcaro
2022-01-28Base: Add a man page for the timezone utilityTimothy Flynn
2022-01-26Base: Update possible values for `ahci_reset_mode` kernel boot optionLinus Groh
2022-01-24Utilities/readelf: Add support for printing the content of sectionsDaniel Bertalan
2022-01-23Base: Add a note on the possibility of failure with the beep utilityLiav A
2022-01-23Kernel: Add CommandLine option to disable or enable the PC speakerLiav A
2022-01-17Base: Add icons to man pages for GUI applicationsBrian Gianforcaro
2022-01-17Base: Remove file:// prefix from imageTobias Christiansen
2022-01-17Revert "Base: Add icons to man pages for GUI applications"Brian Gianforcaro
2022-01-16Base: Add icons to man pages for GUI applicationselectrikmilk
2022-01-16CharacterMap+Base: Add man page for Character Map :^)Sam Atkins
2022-01-14Base: Modernize aplay documentationkleines Filmröllchen
2022-01-13Base: Add manual page for SnakeDavid Lindbom
2022-01-13Base: Add manual page for PongDavid Lindbom
2022-01-13Base: Add manual page for MinesweeperDavid Lindbom
2022-01-13Base: Add manual page for HeartsDavid Lindbom
2022-01-13Base: Add manual page for GameOfLifeDavid Lindbom
2022-01-13Base: Add manual page for FlappyBugDavid Lindbom
2022-01-13Base: Add manual page for Chess gameDavid Lindbom
2022-01-13Base: Add manual page for BreakoutDavid Lindbom
2022-01-13Base: Add manual page for 2048David Lindbom
2022-01-11Help+Base: Add help://man URLs for links between man pageskleines Filmröllchen
2022-01-11Help: Directly launch an app from its help pagekleines Filmröllchen
2022-01-09Base: Add uniq(1) manpageanarchyrucks
2022-01-08Userland: Introduce the pmemdump utilityLiav A
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-06Kernel: Add option to force using only the bootloader framebufferTom
2022-01-04profile: Specify the /proc/profile path in the help messageMathieu PATUREL
2022-01-01mkdir: Use FilePermissionsMask to handle mode optionXavier Defrang
2021-12-29Base: Add manpages for cut, diff, head & rmdir command line utilitiessalaaad2
2021-12-23Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flagDaniel Bertalan
2021-12-21mkdir: Implement --mode optionXavier Defrang
2021-12-20Base: Add documentation for abenchkleines Filmröllchen
2021-12-20Base: Update boot_parameters(7) to describe the enable_ioapic optionLiav A
2021-12-20Base: Add a man page for HelpSam Atkins
2021-12-20Kernel: Return EINVAL when specifying -1 for setuid and similar syscallsLiav A
2021-12-19Base: Add shutdown(1) manpageLiav A
2021-12-19Base: Add reboot(1) manpageLiav A
2021-12-19Base: Add rm(1) manpagenetworkException
2021-12-03find: Implement support for multiple directoriesTim Schumacher
2021-11-24js: Add command line flag for disabling source line hintsIdan Horowitz
2021-11-24js: Add command line flag for disabling ANSI colorsIdan Horowitz
2021-11-24Base: Add missing js(1) command line optionsIdan Horowitz
2021-11-14config: Add option to remove config keyfaxe1008