Commit graph

8 commits

Author SHA1 Message Date
cinap_lenrek ac88ce4f7f make bind(2) error handling consistent
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.
2020-05-02 17:32:01 +02:00
cinap_lenrek fcb9abccbb 5e: enable VFP emulation by default, doubles only need to be 4 byte aligned
this adds -F flag to 5e (same as 5l) to disable VFP emulation
and makes VFP emulation the default.
2015-07-08 02:13:16 +02:00
cinap_lenrek 6b4a9c5d8d 5e: implement DSB,DMB,ISB and CLREX instructions 2015-06-19 14:43:32 +02:00
jpathy f166778ce3 5e: vfp support 2013-06-11 00:30:16 +05:30
aiju b051663043 5e: changed argument behaviour 2011-06-25 21:48:28 +02:00
aiju 0b22dfd1f6 5e: added note support
added wstat / fwstat / alarm
2011-06-25 16:17:20 +02:00
aiju 81d393942d updated 5e 2011-06-24 15:10:22 +02:00
aiju 2acb5433d8 added 5e (not finished) 2011-06-16 17:49:24 +02:00