summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1
AgeCommit message (Collapse)Author
2023-01-02Base: Document manpage structure separatelykleines Filmröllchen
This section is now removed from Help(1) and man(1).
2022-12-31Utilities: Introduce the ldd utilityLiav A
This utility lets a user to figure out what are the dependency libraries for an ELF dynamic object, whether it's a dynamically loaded executable or dynamically loaded library.
2022-12-30Documentation: Update FontEditor document to be in-sync with latestdjwisdom
2022-12-28Documentation: Remove i686 supportLiav A
2022-12-15Base: Add man page for the dd commandEdward Banner
Base: Add man page for the dd command
2022-12-04Utilities: Add stringsAlec Murphy
2022-11-29Base: Update and expand profile(1) manpageSam Atkins
2022-11-26Utilities+Base: Add unveil utilityLiav A
This utility essentially creates a filesystem sandbox for a specified command, so it can be tested with only the unveiled paths the user specifies beforehand.
2022-11-26Userland: Enhance jail-attach utility to support existing and new jailsLiav A
The Core::System::create_jail function already provided the new jail index as a result, so it was just a matter of using it when calling the LibCore join_jail function to use the new jail.
2022-11-25Base: Document Presenter and its file formatkleines Filmröllchen
2022-11-07Base: Add manpages for which(1) and stat(1)jahway603
2022-11-05Userland: Add support for jailsLiav A
This happens in two ways: 1. LibCore now has two new methods for creating Jails and attaching processes to a Jail. 2. We introduce 3 new utilities - lsjails, jail-create and jails-attach, which list jails, create jails and attach processes to a Jail, respectively.
2022-11-02Base: Update tail(1) man pagedemostanis
2022-10-25Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directoryLiav A
Let's put the power_state global node into the /sys/kernel directory, because that directory represents all global nodes and variables being related to the Kernel. It's also a mutable node, that is more acceptable being in the mentioned directory due to the fact that all other files in the /sys/firmware directory are just firmware blobs and are not mutable at all.
2022-10-25Base: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-22Base: Rename jp(1) manual page to json(1)Liav A
2022-10-12checksum: Support the '--check' optionimplicitfield
This commit also updates 'checksum' to use the Core::Stream::File API.
2022-10-12shot: Add ability to edit in PixelPaintJeremy Borgman
2022-10-06rev: Document the '-' filenameThomas Voss
2022-10-02test: Support more optionsimplicitfield
Adds -g, -G, -k, -O and -u options.
2022-10-01config: Enable adding and removing groupsthankyouverycool
2022-09-27su: Add the --login optionLucas CHOLLET
This option, often used with only a lonely dash, allows to "simulate a login". For now, it just changes the current directory to the home of the new user.
2022-09-17Base: Update Magnifier.md use visual impairment vs sight impaireddjwisdom
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
Spelling fixes found by `codespell`.
2022-09-09Base: Update uniq(1) man pagedemostanis
2022-09-01Base: Add new Magnifier help documentationdjwisdom
2022-08-28Base: Add new MouseSettings.md help documentdjwisdom
2022-08-28Base: Add new Mouse.md help documentdjwisdom
2022-08-28Base: Update Terminal's help documentationdjwisdom
2022-08-25Base: Add the -h/--hide-window option to the Eyes manpageMacDue
2022-08-13Browser+Base: Allow opening multiple URLs at once from command lineSam Atkins
This lets you run `br example.com wikipedia.org some/local/file.html` in one go and have them all opened as tabs.
2022-08-07Base: Add HexEditor manualdjwisdom
2022-08-05Base: Update FontEditor manual use images with improved resolutiondjwisdom
2022-08-02Base: Update ImageViewer manual improve descriptiondjwisdom
2022-08-02Utilities+Base: Rename `pape` utility to `wallpaper`networkException
2022-07-29Base: Add more manpagesChase Struck
This commit adds manpages for About(1), AnalogClock(1), Assistant(1), Browser(1), Calculator(1), and Calendar(1).
2022-07-28Base: Add sort(1) man pagedemostanis
2022-07-24du: Fix a typo in the `--exclude-from` optionTim Schumacher
2022-07-11Documentation: Merge UsingFontEditor into existing FontEditor manpagekleines Filmröllchen
The generate-manpages script needs to be updated again to handle the new PNGs in section 1. (I'm intentionally not making this a multi-directory glob.)
2022-07-10Base: Add uptime(1) manpageRussell
2022-06-28Playground: Rename the application to GMLPlaygroundLinus Groh
Just "Playground" is too generic and doesn't match the general rule of "application name equals display name minus spaces".
2022-06-15Utilities: Remove `ddate` joke programAndreas Kling
2022-06-13Base: Add a man-page for pwd(1)Chase Struck
2022-05-26Base: Write man page for touch(1)Ariel Don
2022-05-01ifconfig: Stop supporting setting/displaying default gatewayMaciej
The `route` command allows more sophiscated control over routing tables now, and supporting this in ifconfig is no longer meaningful.
2022-04-22Documentation+SQLStudio: Add manual page for SQL StudioDylan Katz
2022-04-21netstat: Add the wide flag optionbrapru
Previously netstat would print the whole line of an ip address or resolved hostname. If the hostname was longer than the address column length, it would push following columns into disaligned output. This sets the default behavior to truncate any IP address or symbolic hostname that is larger than the maximum address column size to provide cleaner output. In the event the user wishes to see the whole address name, they can then pass the wide option that will output as wide as necessary to print the whole name.
2022-04-18LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1Sam Atkins
For now, EventLoop and Application still have a make_inspectable parameter, so that when working on an application you can temporarily hard-code it to be inspectable rather than having to set the env var each time.
2022-04-15Base: Add su(1) manpagefanzidanzhidi
Base: Add su(1) manpage Base: Add su(1) manpage
2022-04-06LibCore+Base: Hide empty options sections in manpagessin-ack