Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-10 | 5e: trap unaligned memory access | cinap_lenrek | |
2014-03-09 | nusb: added joy | aiju | |
2014-03-09 | libmach: pragma pack 32bit Ureg structs for amd64 | cinap_lenrek | |
when libmach is compiled with 6c, unions in the 32bit Uregs cause fields to be wronly aligned. use #pragma pack arround the #include "/$objtype/include/ureg.h" statement. | |||
2014-03-08 | 5e(1): add HISTORY | stanley lieber | |
2014-03-08 | merge | cinap_lenrek | |
2014-03-08 | 5e: fix amd64 | cinap_lenrek | |
2014-03-07 | fortunes: it would be nice to be able to try the plan 9 go port without a ↵ | stanley lieber | |
plan 9 system. | |||
2014-03-07 | mothra: handle blank lines inside <pre> tags | stanley lieber | |
2014-03-06 | nusb: fix loaddevstr() (thanks erik quanstro and richard miller) | cinap_lenrek | |
loaddevstr() should request 256 bytes, as per standard and respect the length embedded in the string. | |||
2014-03-06 | wifi: remove misleading packet header length check in wifidecrypt() | cinap_lenrek | |
we do not need to check block length in wifidecrypt() again as wifiiq() already filters out truncated frames. | |||
2014-03-06 | wifi: decode AP->AP (WDS / bridge) data frames. | cinap_lenrek | |
2014-03-05 | ndb(8): the truth is too hard to explain, so theres a nice lie. | cinap_lenrek | |
2014-03-05 | ndb(8): document -x option of ndb/dnsquery (thanks mischief) | cinap_lenrek | |
2014-03-04 | cpu: remove unused connection directory buffer | mischief | |
2014-03-05 | nintendo(1): add SOURCE section | cinap_lenrek | |
2014-03-04 | updated nintendo manpage | aiju | |
2014-03-04 | pc64: fix segattach | cinap_lenrek | |
the comment about Physseg.size being in pages is wrong, change type to uintptr and correct the comment. change the length parameter of segattach() and isoverlap() to uintptr as well. segments can grow over 4GB in pc64 now and globalsegattach() in devsegment calculates len argument of isoverlap() by s->top - s->bot. note that the syscall still takes 32bit ulong argument for the length! check for integer overflow in segattach(), make sure segment goes not beyond USTKTOP. change PTEMAPMEM constant to uvlong as it is used to calculate SEGMAXSIZE. | |||
2014-03-03 | games(1), nintendo(1): re-organize nintendo emulators into separate man ↵ | stanley lieber | |
page; add HISTORY | |||
2014-03-03 | fortunes: If you start your own successfull project, you also can develop ↵ | stanley lieber | |
your own set of reasons for doing any of a variety of operational things at any point in time. | |||
2014-03-03 | games/nes: fix buffer overrun | aiju | |
2014-03-03 | pcmconv: revert previous change, fix dither clipping | cinap_lenrek | |
previous change had forgot how dithering works... m( we *really* add a random signal when *reducing* the number of bits. just make sure we do not overflow like in mixin(). | |||
2014-03-03 | pcmconv: fix dither clipping | cinap_lenrek | |
the check in dither() was inverted. we should only add noise when the output bit count is greater than input bit count (samples shifted up) to fill the lower zero bits produced by the shift. | |||
2014-03-02 | cc: correct out-of-bounds references in funct.c (thanks charles forsyth) | cinap_lenrek | |
2014-03-02 | kernel: getting rid of duppage() (thanks charles) | cinap_lenrek | |
simplifying paging code by getting rid of duppage(). instead, fixfault() now always makes a copy of the shared/cached page and leaves the cache alone. newpage() uncaches pages as neccesary. thanks charles forsyth for the suggestion. from http://9fans.net/archive/2014/03/26: > It isn't needed at all. When a cached page is written, it's trying hard to > replace the page in the cache by a new copy, > to return the previously cached page. Instead, I copy the cached page and > return the copy, which is what it already > does in another instance. ... | |||
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-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 | |