Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-02 | games/nes: SUROM support, subtle NMI timing bug fixed | aiju | |
2014-03-01 | merge | cinap_lenrek | |
2014-03-01 | pc64: multiboot support | cinap_lenrek | |
2014-03-01 | merge | aiju | |
2014-03-01 | games/nes: fix ppu off-by-one and sprite display bug | aiju | |
2014-02-28 | bcm kernel: add *kernelpercent option for cmdline.txt | stanley lieber | |
2014-03-01 | pc64: enable pmmc driver | cinap_lenrek | |
2014-02-28 | libsec: fix memory leaks in seq_decode() and octet_decode() of asn1 parser | cinap_lenrek | |
2014-02-28 | libsec: skip missing thumbprint files; not an error | cinap_lenrek | |
2014-02-28 | libsec: improve thumbprint code | cinap_lenrek | |
1) handle errors when loading thumbprint file. initThumbprints() now returns nil and sets errstr on error. a syntax error in a thumbprint file should be reported instead of silently ignored! (have to check users) 2) fix memory leak in initThumbprints(); we have to use freeThumbprints() instead of free to release crltab. 3) use the actual head entries for thumbprint storage in the thumbprints array. most thumbprint files are rather sparse. 4) remove private emalloc() function. we shouldnt just exit the calling process on allocation error, instead handle error properly. this is a library! | |||
2014-02-27 | games/nes: improved time synchronization | aiju | |
games/gb: added some games/nes improvements | |||
2014-02-26 | add /lib/face/48x48x8/o/openbsd.1 | stanley lieber | |
2014-02-25 | libsec: add aes_128_cbc and aes_256_cbc ciphers | mischief | |
2014-02-25 | devtls: spelling | mischief | |
2014-02-25 | libsec: move static sendbuf into TlsConnection and give receive buffer a ↵ | mischief | |
better name | |||
2014-02-25 | scribble(2): quashed false claims of quick-reference decadance. | glenda | |
2014-02-25 | csdial: avoid useless werrstr() call on success (thanks mischief) | cinap_lenrek | |
2014-02-25 | python: add buffer length check in sock_recvfrom_into() | cinap_lenrek | |
2014-02-25 | acid: fix errstr syscall data offset for truss library | mischief | |
2014-02-24 | mp(2): spelling | mischief | |
2014-02-25 | games/nes: mmc3 chr inversion fixed | aiju | |
2014-02-25 | games/nes: it's too late to write code | aiju | |
2014-02-25 | games/nes: fixed reload flags | aiju | |
2014-02-24 | merge | aiju | |
2014-02-24 | games/nes: added dmc, fixed envelope, added cnrom | aiju | |
2014-02-24 | acid: add some debugging aid function for counting kernel image cache page refs | cinap_lenrek | |
2014-02-24 | merge | cinap_lenrek | |
2014-02-24 | kernel: keep cached pages continuous at the end of the page list on ↵ | cinap_lenrek | |
imagereclaim() imagereclaim() sabotaged itself by breaking the invariant that cached pages are kept at the end of the page list. once we made a hole of uncached pages, we would stop reclaiming cached pages before it as the loop breaks once it hits a uncached page. (we iterate backwards from the tail to the head of the pagelist until pages have been reclaimed or we hit a uncached page). the solution is to move pages to the head of the pagelist after removing them from the image cache. | |||
2014-02-24 | control(2): spelling | mischief | |
2014-02-24 | games/nes: added uxrom (mapper 2) | aiju | |
2014-02-24 | games/nes: best commit (fixed audio and timing) | aiju | |
2014-02-23 | games/nes: basic audio support, battery backup, bug fixes | aiju | |
2014-02-23 | merge | cinap_lenrek | |
2014-02-23 | pc64: fix mmu leak | cinap_lenrek | |
2014-02-23 | games/nes: added oflag | aiju | |
2014-02-22 | games/nes: minor ppu improvements | aiju | |
2014-02-22 | games/nes: mapper 7 fix | aiju | |
2014-02-22 | games/nes: mmc3 and bugfixes | aiju | |
2014-02-22 | rc-httpd/handlers/serve-static: restore Content-length | stanley lieber | |
2014-02-21 | games(1): english | stanley lieber | |
2014-02-22 | games(1): add some of the new games, not all have full description tho | cinap_lenrek | |
2014-02-22 | add games/nes to mkfile | cinap_lenrek | |
2014-02-21 | fortunes: ↵ | stanley lieber | |
https://github.com/jfloren/plan9/commit/445b546003d071f3cf3cd6a0133b92397e5c9024 | |||
2014-02-21 | added florenate | aiju | |
2014-02-21 | games/nes: added state saving & bug fixes | aiju | |
2014-02-21 | fork filter procs with RFREND in various programs | cinap_lenrek | |
2014-02-21 | aux/listen: rfork with RFREND | cinap_lenrek | |
child processes handling the connection should be all independent of each another and not share rendezvous group. the rendezvous group sharing caused a bug in exportfs when we switched from using pid to memory address as rendezvous tag. | |||
2014-02-21 | exportfs: bring back the changes, bug was due to rendezvous group being ↵ | cinap_lenrek | |
shared by listen exportfs used pid of slave proc as rendezvous tag. when we changed it to use Proc* memory address, there where tag collisions because listen didnt fork the rendezvous group (bug!). for now, just do rfork(RFREND) in main just in case. will fix aux/listen in a follow up changeset. -- cinap | |||
2014-02-21 | merge | cinap_lenrek | |
2014-02-21 | exportfs: reverting previous changes | cinap_lenrek | |
getting strange tag mismatches on some machines. needs to be debugged. until then, reverting the change. |