Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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-06-19 | 5e: implement DSB,DMB,ISB and CLREX instructions | cinap_lenrek | |
2013-06-11 | 5e: vfp support | jpathy | |
2011-06-25 | 5e: changed argument behaviour | aiju | |
2011-06-25 | 5e: added note support | aiju | |
added wstat / fwstat / alarm | |||
2011-06-24 | updated 5e | aiju | |
2011-06-16 | added 5e (not finished) | aiju | |