add hostname to about
add hostname to about related to https://github.com/turing-machines/BMC-Firmware/issues/188
add hostname to about related to https://github.com/turing-machines/BMC-Firmware/issues/188
persistency fix fixes https://github.com/turing-machines/BMC-Firmware/issues/191
enable gpiod v2 Now that we updated to kernel 6.6, we can disable v1 compatibility mode. fixes https://github.com/turing-machines/BMC-Firmware/issues/56
migrate to tracing fwk Use the tracing framework for logging purposes. It will enable us to do better logging and tracing going forward. SimpleLogger is therefore removed. This commit also adds hourly log-rotation to '/var/log/bmcd'
Allow binding to a specific address.
Use the IPv6-friendly default hostname.
Update drawterm; hopefully this version doesn't crash. It had been crashing somewhere in exportfs/exportsrv and I'd got as far as doing this: --- a/exportfs/exportsrv.c +++ b/exportfs/exportsrv.c @@ -481,6 +481,8 @@ DEBUG(DFD, "blockingslave %d rendez got %p\n", pid, m); p = rendezvous((void*)(uintptr)pid, (void*)(uintptr)pid); if((uintptr)p == ~(uintptr)0) /* Interrupted */ continue; + if(p == NULL) /* I don't know why this would happen. */ + continue; DEBUG(DFD, "\tslave: %d %F b %d p %d\n", pid, &p->work, p->busy, p->pid); if(p->flushtag != NOTAG) But that just *froze* it instead of crashing. So, evidently off. cinap's apparently rejiggered the doodad and all of that has changed. So maybe p is never null and it doesn't get locked any more.
Right, synergy has been replaced with barrier. Partially sorry, Tim. ...Partially.
Right, synergy has been replaced with barrier. Partially sorry, Tim. ...Partially.
Rescuing another port from Tim Biermann's reign of terror
Rescuing another port from Tim Biermann's reign of terror
Make the background look cooler.
Make the background look cooler.
Fix a cosmetic issue. I was hoping to get away without doing z-index. No such luck.
Fix a cosmetic issue. I was hoping to get away without doing z-index. No such luck.
Put profile backgrounds back. This is an ugly solution and I have never written front-end code that I am proud of. But it does work.
Put profile backgrounds back. This is an ugly solution and I have never written front-end code that I am proud of. But it does work.
Does Ken still have access to that MiG? It seemed from his write-up that it was a one-time thing, so it is probably safe to push this.
Does Ken still have access to that MiG? It seemed from his write-up that it was a one-time thing, so it is probably safe to push this.
Update the README. Also I guess this more than closes #4.
Update the README. Also I guess this more than closes #4.