Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-02 | Base: Document manpage structure separately | kleines Filmröllchen | |
This section is now removed from Help(1) and man(1). | |||
2022-12-31 | Utilities: Introduce the ldd utility | Liav 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-30 | Documentation: Update FontEditor document to be in-sync with latest | djwisdom | |
2022-12-28 | Documentation: Remove i686 support | Liav A | |
2022-12-15 | Base: Add man page for the dd command | Edward Banner | |
Base: Add man page for the dd command | |||
2022-12-04 | Utilities: Add strings | Alec Murphy | |
2022-11-29 | Base: Update and expand profile(1) manpage | Sam Atkins | |
2022-11-26 | Utilities+Base: Add unveil utility | Liav 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-26 | Userland: Enhance jail-attach utility to support existing and new jails | Liav 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-25 | Base: Document Presenter and its file format | kleines Filmröllchen | |
2022-11-07 | Base: Add manpages for which(1) and stat(1) | jahway603 | |
2022-11-05 | Userland: Add support for jails | Liav 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-02 | Base: Update tail(1) man page | demostanis | |
2022-10-25 | Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory | Liav 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-25 | Base: Use new global variables at /sys/kernel/ directory | Liav A | |
2022-10-22 | Base: Rename jp(1) manual page to json(1) | Liav A | |
2022-10-12 | checksum: Support the '--check' option | implicitfield | |
This commit also updates 'checksum' to use the Core::Stream::File API. | |||
2022-10-12 | shot: Add ability to edit in PixelPaint | Jeremy Borgman | |
2022-10-06 | rev: Document the '-' filename | Thomas Voss | |
2022-10-02 | test: Support more options | implicitfield | |
Adds -g, -G, -k, -O and -u options. | |||
2022-10-01 | config: Enable adding and removing groups | thankyouverycool | |
2022-09-27 | su: Add the --login option | Lucas 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-17 | Base: Update Magnifier.md use visual impairment vs sight impaired | djwisdom | |
2022-09-14 | Everywhere: Fix a variety of typos | Brian Gianforcaro | |
Spelling fixes found by `codespell`. | |||
2022-09-09 | Base: Update uniq(1) man page | demostanis | |
2022-09-01 | Base: Add new Magnifier help documentation | djwisdom | |
2022-08-28 | Base: Add new MouseSettings.md help document | djwisdom | |
2022-08-28 | Base: Add new Mouse.md help document | djwisdom | |
2022-08-28 | Base: Update Terminal's help documentation | djwisdom | |
2022-08-25 | Base: Add the -h/--hide-window option to the Eyes manpage | MacDue | |
2022-08-13 | Browser+Base: Allow opening multiple URLs at once from command line | Sam 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-07 | Base: Add HexEditor manual | djwisdom | |
2022-08-05 | Base: Update FontEditor manual use images with improved resolution | djwisdom | |
2022-08-02 | Base: Update ImageViewer manual improve description | djwisdom | |
2022-08-02 | Utilities+Base: Rename `pape` utility to `wallpaper` | networkException | |
2022-07-29 | Base: Add more manpages | Chase Struck | |
This commit adds manpages for About(1), AnalogClock(1), Assistant(1), Browser(1), Calculator(1), and Calendar(1). | |||
2022-07-28 | Base: Add sort(1) man page | demostanis | |
2022-07-24 | du: Fix a typo in the `--exclude-from` option | Tim Schumacher | |
2022-07-11 | Documentation: Merge UsingFontEditor into existing FontEditor manpage | kleines 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-10 | Base: Add uptime(1) manpage | Russell | |
2022-06-28 | Playground: Rename the application to GMLPlayground | Linus Groh | |
Just "Playground" is too generic and doesn't match the general rule of "application name equals display name minus spaces". | |||
2022-06-15 | Utilities: Remove `ddate` joke program | Andreas Kling | |
2022-06-13 | Base: Add a man-page for pwd(1) | Chase Struck | |
2022-05-26 | Base: Write man page for touch(1) | Ariel Don | |
2022-05-01 | ifconfig: Stop supporting setting/displaying default gateway | Maciej | |
The `route` command allows more sophiscated control over routing tables now, and supporting this in ifconfig is no longer meaningful. | |||
2022-04-22 | Documentation+SQLStudio: Add manual page for SQL Studio | Dylan Katz | |
2022-04-21 | netstat: Add the wide flag option | brapru | |
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-18 | LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1 | Sam 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-15 | Base: Add su(1) manpage | fanzidanzhidi | |
Base: Add su(1) manpage Base: Add su(1) manpage | |||
2022-04-06 | LibCore+Base: Hide empty options sections in manpages | sin-ack | |