Age | Commit message (Collapse) | Author |
|
|
|
|
|
This stops git from asking us to configure a username and email when we
try to commit.
|
|
|
|
|
|
|
|
|
|
For now, only the non-standard _SC_NPROCESSORS_CONF and
_SC_NPROCESSORS_ONLN are implemented.
Use them to make ninja pick a better default -j value.
While here, make the ninja package script not fail if
no other port has been built yet.
|
|
|
|
Now that a "jq" port is available we can re-enable CPU name detection in
neofetch and don't need to use "read" for extracting values from
/proc/memstat anymore :^)
|
|
|
|
|
|
We don't really have a good way of parsing and processing JSON in the
shell yet, and the solution used for /proc/memstat (read) is very
limited and doesn't work for the more complex /proc/cpuinfo array. Let's
disable cpu detection in neofetch for now until we can come up with a
good solution.
|
|
|
|
- 1.8.2 for now, newer versions need high-res timestamp file APIs
which serenity doesn't have yet
- pselect() instead of ppoll() for now, same reason (depends on #2609)
- no good default for -j yet (see nproc.patch)
- `-l` probably doesn't work yet (see loadavg.patch), but I've never
used that anyways
- some minor include patches that I've also sent upstream
Other than that, this seems to work reasonably well. It currently
produces some spam on stdout from probably the shell.
|
|
This is no longer necessary now that seteuid() / setegid()
is implemented.
|
|
The main web page has been offline for at least a week.
This gets the dropbear port building again.
|
|
Increases the number of successfully building ports from
27 to 36 (of 56) on my system.
|
|
Just carry on with some debug log whining.
Gets rid of one dropbear patch. :^)
|
|
Gets rid of one dropbear patch. :^)
|
|
Gets rid of one dropbear patch. :^)
|
|
Some software expects to find /dev/urandom so we might as well provide.
Gets rid of one dropbear patch. :^)
|
|
This matches what other systems have, although we don't use them.
Gets rid of one dropbear patch. :^)
|
|
|
|
No idea why this was suddenly broken, but removing these duplicated
declarations make it build to completion again.
|
|
|
|
Closes https://github.com/SerenityOS/serenity/issues/2080
|
|
This is very basic and doesn't support many features. Instead
of describing what it *doesn't* support, I'll describe what I
have tested:
1. Public key authentication (password is not supported)
2. Single command execution
3. PTY-less interactive bash shell (/bin/sh doesn't work)
4. Multi-user (i.e you can ssh as 'anon' as well as root)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obviously we don't support many of the common terminals as we're missing
X11, Qt, WxWidgets, Cairo etc. - but at least the "dumb" terminal
(ASCII output) and "canvas" terminal (generates JS to plot on a HTML
<canvas>) are confirmed to be working :^)
|
|
This is useful if we want to do something after patching but before
running the configure script - e.g. creating the configure script using
another script :^)
|
|
|
|
This ensures that ./configure results are actually used by the build.
This way, Python picks up the new sizeof(time_t) (which is 8), and
the build succeeds.
|
|
|
|
|
|
This patch refreshes the openssl port and makes it build the utilities
in apps/, e.g. the openssl utility.
Now you can do this from Serenity:
$ openssl s_client -connect example.org:443
...
GET / HTTP/1.1
Host: example.org
<HTTP response here>
The download URL was bit-rotten and needed a fix.
|
|
I've added a post_install step to the system that allows you to run
arbitrary commands after the regular install step.
This allows scripts that start with "#!/bin/bash" to work in Serenity.
|
|
Ever closer to C++20! Also fix up some of those pesky "'s
|
|
|
|
|
|
from OpenBSD.
|
|
This way it finds tgetent() from ncurses and things go back to working.
I'm not sure how this broke, or when, but meh.
|
|
|
|
There are various issues with this port that need to be fixed, but it's
at least possible to inspect and modify the SerenityOS repo if I clone
it into the disk image from the outside.
Very cool! :^)
|