git: plan9front

RSS feed

16476962 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 13:48
pc: skip CLI/STI when not needed

6269cdd5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 13:46
pc: do trapinit() and mathinit() early

e969575d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 13:45
pc, pc64: clear osxsave flag in cr4 when not used

b4bcc761 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 08:40
pc64: no need to _stts() in squidboy()

e3277b46 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 08:19
bcm64, imx8, pc64: save stack space in fault handler

a8f96b53 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 07:02
imx8, bcm64: touser() already called splhi()'d

3d73ccc0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 07:01
pc64: avoid STI/CLI, touser() already called splhi()'d

c45ffa68 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 06:54
imx8, bcm64: make sure interrupts are of (sched() re-enables them)

d035ef24 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 06:40
libmach: open /proc/n/kfpregs when kernel debugging

02b0b4df – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 06:37
bcm64: port new FPU code, making FPU available to interrupts

3f62e651 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 06:27
imx8: port new FPU code, making FPU available to interrupts

b0377e84 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/08 05:25
pc64: make FPU available in interrupts

599fe05b – Jacob Moody <moody@posixcafe.org> authored on 2023/07/07 15:17
hjfs: unlimited buffer works

ff0da68f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/07/06 12:13
newuser: use non-expanded $home instead of /usr/$user in lib/plumbing comment

1ce4662c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/04 19:53
7c: dont replace SXTW instruction following MOVW $const, r

2810cc5d – glenda <glenda@jasnah> authored on 2023/07/03 19:50
git/walk: fix usage on new repo

67970c4c – Ori Bernstein <ori@eigenstate.org> authored on 2023/07/02 23:41
git(1): remove lies from manual, improve wording.

f7a16b5e – glenda <glenda@jasnah> authored on 2023/07/02 23:50
git(1): update and clean up git/walk section

6076b4f9 – glenda <glenda@jasnah> authored on 2023/07/02 22:34
git/revert: only look at changed files

9f77ec48 – glenda <glenda@jasnah> authored on 2023/07/02 22:33
git/diff: always respect the specified branch

44af27c5 – glenda <glenda@jasnah> authored on 2023/07/02 22:33
git/walk: add -b option to override base branch

2ea66b17 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/07/02 18:06
bcm64, imx8: writing CAPR_EL1 (to turn fpu on/off) needs a intruction barrier

47d3af71 – sl <sl@deckard> authored on 2023/06/30 21:51
/lib/troll: We have created something new that we named R9, an OS strongly inspired by Plan 9, written in the Rust programming language.

b4c916ef – sl <sl@deckard> authored on 2023/06/30 21:16
/lib/theo: You are trying to compare a pig and a moon rocket.

14fe59e8 – qwx <qwx@sciops.net> authored on 2023/06/29 15:16
games/opl3: fix choking on high tempo streams

1d631153 – mia soweli <inbox@tachibana-labs.org> authored on 2023/06/28 15:39
upas/imap4d: fix bad censorship of the password when debug is enabled.

c9a6a759 – mia soweli <inbox@tachibana-labs.org> authored on 2023/06/28 15:35
upas/imap4d: return SEARCH response in caps.

ae1cfc90 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/06/27 11:11
zuke(1): document audio/readtags

c138c7d8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/06/27 11:10
readtags, zuke: extract cover images stored in the audio files (thanks g-w1)

b868b991 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/06/26 16:28
ndb/dns: hack for the caching server for delegated nameservers

12dec344 – Jacob Moody <moody@posixcafe.org> authored on 2023/06/25 18:39
cc: support binary constants and refactor

66fc6a3e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/06/23 21:31
devip: remove subnet check for arpforme()

2269c807 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/06/23 21:25
snoopy: fix error handling for convM2DNS()

d5e2fd90 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/06/20 15:53
bcm64: move pi3 VGPIO to 2MB aligned address, this makes 4K pages work

3e7d7187 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/06/20 15:52
bcm64: don't zap idmap, not in L1 anymore

e4b215d7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/06/20 15:01
bcm64: apply same mmu improvements from imx8

3c2093e4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/06/20 14:22
imx8: dont reuse the TTRB1 page tables for TTRB0 identity map, remove gpioinit()

f57c4645 – rodri <rgl@antares-labs.eu> authored on 2023/06/20 05:47
libgeometry: fix rframe xforms

ea1d75e6 – Ori Bernstein <ori@eigenstate.org> authored on 2023/06/18 15:28
6c: eliminate the rathole

1e9bb758 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/06/18 12:14
7c: more registers, improve constant propagation, implement load pipelining

fade7ace – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/06/16 13:22
zuke: apply clipping after replay gain (some cases found in track mode)

908a7524 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/06/14 19:22
reform/shortcuts: use "mixfs" for volume control, fall back to "master"

af7dd972 – sl <sl@vmd> authored on 2023/06/13 20:31
/lib/troll: [9fans] How to access this 9fans group from 9front?