Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | /sys/lib/dist/mkfile: test for .git directory | glenda | |
2021-06-06 | distproto: remove .hgnore and .hg and add .git directory | Ori Bernstein | |
again. | |||
2021-06-06 | distproto: sync with hg | Ori Bernstein | |
2021-06-05 | git/branch: merge correct set of files | glenda | |
we were switching branches before we got the full list of modified files, which could garble what we were trying to merge. | |||
2021-06-05 | git/{branch,pull}: merge files correctly | Ori Bernstein | |
merge1 would clobber the global '$base' variable, which is not what we wanted. Run it in a subshell with its own env. | |||
2021-06-05 | distproto: remove .hgnore and .hg and add .git directory | glenda | |
2021-05-30 | git/fs: move mount point to $repo/.git/fs | Ori Bernstein | |
Moving the mount point to within the repo directory means that we can have multiple git repos mounted at once with no conflict. | |||
2021-05-20 | /sys/lib/kbmap/colemak: map capslock to backspace (thanks jacob wb) | cinap_lenrek | |
2021-05-17 | git: add missing file | Ori Bernstein | |
Forgot to add common.rc in the initial commit. | |||
2021-04-09 | printfont: load all fonts for `printfont all` | Humm | |
2021-04-09 | trofftable.rc: make work | Humm | |
2021-03-23 | kbmap/tr: add one missing key to Turkish keymap (thanks kemal) | Ori Bernstein | |
while we're here, change the hex values to unicode chars. | |||
2021-03-07 | riostart: revert, this doesnt fix anything | cinap_lenrek | |
This change does not work and the real fix is in rio. | |||
2021-03-02 | [9front] riostart: make text window focused by default | José Miguel Sánchez García | |
This change makes the text window be focused on startup when using default riostart (e.g: when using the release ISO). This little change makes you able to immediately reach the rc shell without clicking the window, which at the very least is more convenient, and if you have problems to use your mouse but want to install the system, you also can (I had to stop profile from running at boot to patch it in my VPS KVM console because the mouse wasn't working properly. Could install and setup it to connect through drawterm). | |||
2021-02-08 | [9front] mimetype: add entry for .patch extension | Michael Forney | |
This way, upas/vf won't flag .patch files as suspicious by default. | |||
2021-01-17 | dpost prologue: update /radicalex to fix square displacement (thanks ↵ | Sigrid | |
umbraticus and Ethan) | |||
2021-01-12 | plumb/basic: handle tga, wav, au, mid and mus | Sigrid | |
2020-12-18 | kbmap: add Turkish keymap (thanks Kemal) | kvik | |
2020-12-11 | update Finnish kbmap: fix ¤ on shift+4 and add more AltGr variants | Sigrid | |
2020-12-07 | aux/kbdfs, kbmaps: enable Kmod4 for other layouts, not just neo2 | Sigrid | |
2020-11-26 | kbmap/neo2: add support for neo2 kbmak (thanks jstsmthrgk) | Ori Bernstein | |
2020-11-02 | profile: don't create $wsys if it doesn't exist | Ori Bernstein | |
When $wsys doesn't exist (eg, drawterm -G, or rcpu from a text console), the profile would create an empty $wsys variable, and sessions started in this environment would fail with a null list in concatenation. This change tests if /mnt/term/env/wsys exists before assigning it. | |||
2020-10-25 | kbmap: add latvian keymap (thanks freddy) | cinap_lenrek | |
2020-10-25 | kbmap: add croatian kbmap (thanks skerbergs) | cinap_lenrek | |
2020-05-04 | tmac.eai: wrapper around -me: auto indexing sections, .TC macro (thanks ↵ | Sigrid | |
sirjofri) | |||
2020-05-04 | add missing /sys/lib/tmac/me files (thanks sirjofri) | Sigrid | |
2020-03-21 | update colemak kbmap, simpler version with scroll working (thanks jeremy) | Sigrid | |
2020-03-21 | add colemak kbmap (thanks Silas McCroskey) | Sigrid | |
2020-03-21 | add swiss german kbmap (thanks mike) | Sigrid | |
2020-02-26 | include section 9 in manpage plumb rules. | Ori Bernstein | |
We added section 9 to the manual. However, the plumb rule only recognized sections 1 through 8. Fix it to include section 9. | |||
2020-02-23 | /sys/lib/kbmap: update 0xf860 to Kshift value, fix fake shifts on esc1 | Sigrid | |
2019-12-09 | riostart: when system uses serial console, provide a system shell on it | cinap_lenrek | |
on systems with serial console and graphics such as the raspberry pi, it is nice to get a system shell on the serial console even when no monitor is connected. | |||
2019-10-22 | /sys/lib/plumb/basic: open nedmail windows with -noscroll | Alex Musolino | |
This preserves the desired behaviour of *not* scrolling to the bottom of plumbed messages even when rio(1) is invoked with the -s flag. | |||
2019-10-13 | backup: Set execution bits in backup scripts | Roberto E. Vargas Caballero | |
2019-09-12 | acid/kernel: for stacktraces, try to use context from error stack when ↵ | cinap_lenrek | |
process is not sleeping when a process state has not been saved (Proc.mach != nil) then the contents of Proc.sched should be considered invalid. to approximate a stacktrace in this case, we use the error stack and get a stacktrace from the last waserror() call. | |||
2019-08-24 | /sys/lib/dist/mkfile: adjust 2GB for pi3 and zynq img | cinap_lenrek | |
2019-08-24 | /sys/lib/dist/mkfile: storage vendors idea of 2GB is deflating | cinap_lenrek | |
2019-08-21 | /sys/lib/acid/kernel: fix procstk() for arm64, set kdir for arm/arm64 to ↵ | cinap_lenrek | |
bcm/bcm64 | |||
2019-08-18 | add missing device tree file for raspberry pi 4 | cinap_lenrek | |
2019-08-18 | add raspberry pi 4 kernel and bootloader to pi3.img target | cinap_lenrek | |
2019-05-23 | gs: apply fixes for CVE-2018-16509 (thanks jsmoody) | cinap_lenrek | |
2019-05-06 | dist/mkfile: add *.pi3.img target for ARM64 raspberry pi3 | cinap_lenrek | |
2019-05-04 | acid: add arm64 support | cinap_lenrek | |
2019-05-03 | rootstub: add /sys/lib/dist/ndb/dhcp/ | cinap_lenrek | |
2019-04-23 | distproto: add /lib/news/ (thanks lyndon) | cinap_lenrek | |
2019-04-19 | distproto: add /lib/ndb/dhcp/ directory (thanks lyndon) | cinap_lenrek | |
2019-04-08 | rootstub: create arm64 directories | cinap_lenrek | |
2019-03-30 | dist/mkfile: aux/stub -d /n/src9/usr to avoid overbinding /usr in case ↵ | cinap_lenrek | |
/n/src9 an / alias when /n/src9 is an alias for / (bind / /n/src9), then the bind from /sys/lib/dist/usr on /n/src9/usr would also overbind /usr and potentially make the build target file inaccessible. the solution is to run aux/stub -d /n/src9/usr. this works as aux/stub mounts itself on /n/src9, so the bind for /n/src9/usr will not override /usr in the root filesystem but the stub directory from aux/stub. | |||
2019-03-17 | rootstub: create arm and mips directories in /usr/glenda/bin (tanks timclassic) | cinap_lenrek | |
2019-01-23 | troff: fix -ms mug (thanks aksr) | cinap_lenrek | |
Executing .KS after .1C exhibits a bug. Instead on the next page, the text between .KS and .KE is shown at the bottom of the page (where footnote would be). To reproduce the bug: http://sprunge.us/xyCUX7 The bug can be fixed by changing two lines in tmac.s: if \\n(NX<1 .bp\} to if \\n(NX<=1 .bp\} and if \\n(NX<1 'bp\} to if \\n(NX<=1 'bp\} |