Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-11 | pc kernel: give cpu servers as many image cache strctures as processes | cinap_lenrek | |
2017-03-11 | pc kernel: avoid AP's spinning in syncclock(), don't wait for thunderbirdsargo | cinap_lenrek | |
2017-03-11 | pc kernel: assume tsc and lapic clock rate on application processors is the ↵ | cinap_lenrek | |
same as on bootrap processor | |||
2017-03-11 | pc kernel: don't use active.thunderbirdsargo in vunmap() tlb flush code | cinap_lenrek | |
2017-03-11 | teg2: fix format string warning in mmu.c | cinap_lenrek | |
2017-03-06 | cwfs: handle DMTMP flag in create | cinap_lenrek | |
2017-03-04 | cdproto: various cleanups | cinap_lenrek | |
- bind /n/src9 only when theres .hg directory, so you can use /root as /n/src9 - skip *.6 and *.orig files in source direcrtories - skip *.pdf and *.ps files in /sys/man - skip cpurc.local and termrc.local - dont create /fd, /mnt and/n in the root - be specific about /lib - create /cfg/pxe | |||
2017-03-03 | merge | cinap_lenrek | |
2017-03-03 | kenrel: increase archfile array size from 16 to 32 | cinap_lenrek | |
2017-03-01 | games/galaxy: Change button 2 to reposition the galaxy, remove "move" from ↵ | spew | |
the button 3 menu | |||
2017-03-01 | pc64: enable cputemp driver | mischief | |
works on on x301 and t420. | |||
2017-03-01 | pc, pc64: bump Qmax in devarch | mischief | |
my x301 and t420 run out of archfiles with *acpi= while trying to add hdacmd from audiohda. | |||
2017-02-27 | games/galaxy: tweak pausing behavior | spew | |
2017-02-27 | games/doom: ... but keep fd=2 open :) | cinap_lenrek | |
2017-02-27 | games/doom: avoid /dev/cursor fd leak into music process | cinap_lenrek | |
2017-02-26 | authsrv: handle short reads in initkeyseed() | cinap_lenrek | |
2017-02-26 | authsrv: don't hash in hostowner key for keyseed | cinap_lenrek | |
aiju → i don't like it, it's more bullshit ways to expose the key :) aiju → if someone can grab /adm/keyseed, they can also grab /adm/users and /adm/keys | |||
2017-02-26 | games(1): document games/midi -c arguments | cinap_lenrek | |
2017-02-26 | play: recognize .mus file extension | cinap_lenrek | |
2017-02-26 | games/doom: music support (thanks qu7uux) | cinap_lenrek | |
2017-02-26 | midi: ignore bends, allow piping from stdin and to stdout, write in chunks ↵ | cinap_lenrek | |
from within sample loop (thanks qu7uux) | |||
2017-02-26 | play, file: recognize midi and mus audio | cinap_lenrek | |
2017-02-26 | add games/mus midi converter (by qu7uux) | cinap_lenrek | |
2017-02-26 | authsrv: salt the keyseed from /adm/keyseed file | cinap_lenrek | |
change the keyseed key derivation to hkdf sha256 using the hostowners des key plus 256 bit random salt from /adm/keyseed. | |||
2017-02-26 | authsrv: fix mkkey() dummy key generation (thanks aiju) | cinap_lenrek | |
2017-02-26 | authsrv: get rid of needreply parameter by changing vnc protocol handler | cinap_lenrek | |
2017-02-26 | hgwebfs: keep trying as long as we get needkey response | aiju | |
2017-02-26 | authsrv: more useful error reporting | aiju | |
2017-02-25 | authsrv(6): fix typo "ther" -> "their" (thanks aiju) | cinap_lenrek | |
2017-02-25 | auth/asaudit: quote user and dom attributes in factotum key | cinap_lenrek | |
2017-02-25 | hgwebfs: rewind data before pushing | aiju | |
2017-02-25 | asaudit: check factotum key ; netaudit: mention asaudit | aiju | |
2017-02-25 | add redact(1) | aiju | |
2017-02-24 | merge | cinap_lenrek | |
2017-02-24 | libaml: make heap size field int, implement BankField definitions | cinap_lenrek | |
2017-02-24 | asaudit: missing \n in print | aiju | |
2017-02-24 | merge | aiju | |
2017-02-24 | add auth/asaudit | aiju | |
2017-02-24 | auth/readnvram: also print dp9ik key | cinap_lenrek | |
2017-02-23 | auth/keyfs: support -r flag to mount read-only | aiju | |
2017-02-21 | ether8169: add support for RTL8106E (thanks _potato) | cinap_lenrek | |
2017-02-20 | ether82563: work arround phyprobe() failing on 82579LM without cable plugged ↵ | cinap_lenrek | |
in (thanks mischief) on 82579LM, the phy status is inaccessible without a cable plugged, so we wait and retry phyprobe() once the link status changes. | |||
2017-02-19 | ip/ipconfig: don't null terminate the dhcp string options. | aiju | |
this seems to be an anachronism; few modern clients put the null in and RFC 2132 says clients 'SHOULD NOT' null terminate | |||
2017-02-19 | galaxy(1): terminate .EX sections with .EE | cinap_lenrek | |
2017-02-19 | merge | cinap_lenrek | |
2017-02-19 | ether82563: support for i219 (tested on t460p, thanks aiju) | cinap_lenrek | |
2017-02-19 | games/galaxy: fix crash on write to closed display | spew | |
2017-02-19 | ip/gping: fix corruption due to Machine.last pointer not being maintained in ↵ | cinap_lenrek | |
pingclean(), cleanup unused stuff | |||
2017-02-19 | libregexp: fix assert check for compile1 instruction count | cinap_lenrek | |
the assert fails for regcompnl(".") as TANY is compiled to one instruction instead of two when nl == 0. its not a problem when we end up with less instructions, so changing the assert condition from == to <= to make sure we didnt overrun the buffer. -- cinap | |||
2017-02-18 | games/galaxy: add n-body simulator | spew | |