Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-18 | 5e: access /proc instead of #p | cinap_lenrek | |
2020-05-02 | make bind(2) error handling consistent | cinap_lenrek | |
The mount() and bind() syscalls return -1 on error, and the mountid sequence number on success. The manpage states that the mountid sequence number is a positive integer, but the kernels implementation currently uses a unsigned 32-bit integer and does not guarantee that the mountid will not become negative. Most code just cares about the error, so test for the -1 error value only. | |||
2018-09-28 | 5e: byte access incorrectly checked for long; brk has to round up addresses | aiju | |
2017-05-01 | 5e: fix special bitshift and rotations | cinap_lenrek | |
2015-07-08 | 5e: enable VFP emulation by default, doubles only need to be 4 byte aligned | cinap_lenrek | |
this adds -F flag to 5e (same as 5l) to disable VFP emulation and makes VFP emulation the default. | |||
2015-07-07 | 5e: approximate LL/SC with cas() | cinap_lenrek | |
2015-07-07 | 5e: make sure stack base is aligned to avoid unaligned memory trap on arm | cinap_lenrek | |
2015-06-19 | 5e: implement DSB,DMB,ISB and CLREX instructions | cinap_lenrek | |
2014-09-04 | 5e: fix signed long multiply | cinap_lenrek | |
2014-09-03 | 5e: push ERRMAX for note message on stack avoiding unaligned stack pointer | cinap_lenrek | |
2014-03-10 | 5e: remove newline from suicide string | cinap_lenrek | |
2014-03-10 | 5e: trap unaligned memory access | cinap_lenrek | |
2014-03-08 | 5e: fix amd64 | cinap_lenrek | |
2013-06-11 | 5e: vfp support | jpathy | |
2011-08-07 | 5e: added semacquire/semrelease | aiju | |
2011-06-26 | 5e: fix _tos->pid / libthread bug | aiju | |
2011-06-25 | 5e: changed argument behaviour | aiju | |
2011-06-25 | 5e: added FPA support | aiju | |
2011-06-25 | 5e: added note support | aiju | |
added wstat / fwstat / alarm | |||
2011-06-24 | updated 5e | aiju | |
2011-06-16 | fixed 5e mkfile | aiju | |
2011-06-16 | added 5e (not finished) | aiju | |