about summary refs log tree commit diff
path: root/library/std/src/sys/vxworks
AgeCommit message (Expand)AuthorLines
2021-04-19Move `sys::vxworks` code to `sys::unix`Christiaan Dirkx-416/+0
2021-04-18Rename `NotSupported` to `Unsupported`Christiaan Dirkx-1/+1
2021-04-18Update `decode_error_kind` to decode os errors to `NotSupported`Christiaan Dirkx-0/+1
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-3/+6
2020-10-16Take some of sys/vxworks/process/* from sys/unix instead.Mara Bos-402/+50
2020-10-16Take sys/vxworks/{os,path,pipe} from sys/unix instead.Mara Bos-441/+3
2020-10-16Take sys/vxworks/{fd,fs,io} from sys/unix instead.Mara Bos-900/+3
2020-10-16Take sys/vxworks/cmath from sys/unix instead.Mara Bos-32/+1
2020-10-16Take sys/vxworks/args from sys/unix instead.Mara Bos-95/+1
2020-10-16Take sys/vxworks/memchar from sys/unix instead.Mara Bos-21/+1
2020-10-16Take sys/vxworks/net from sys/unix instead.Mara Bos-358/+1
2020-10-16Take sys/vxworks/ext/* from sys/unix instead.Mara Bos-1321/+1
2020-10-16Add weak macro to vxworks.Mara Bos-0/+4
2020-10-16Take sys/vxworks/alloc from sys/unix instead.Mara Bos-49/+1
2020-10-16Take sys/vxworks/thread_local_key from sys/unix instead.Mara Bos-34/+1
2020-10-16Take sys/vxworks/stdio from sys/unix instead.Mara Bos-69/+1
2020-10-16Take sys/vxworks/thread from sys/unix instead.Mara Bos-155/+1
2020-10-16Take sys/vxworks/stack_overflow from sys/unix instead.Mara Bos-38/+1
2020-10-16Take sys/vxworks/time from sys/unix instead.Mara Bos-197/+1
2020-10-16Take sys/vxworks/rwlock from sys/unix instead.Mara Bos-114/+1
2020-10-16Take sys/vxworks/condvar from sys/unix instead.Mara Bos-91/+1
2020-10-16Take sys/vxworks/mutex from sys/unix instead.Mara Bos-133/+1
2020-10-14Remove lifetime from StaticMutex and assume 'static.Mara Bos-1/+1
2020-10-09unix/vxworks: make DirEntry slightly smallerJosh Stone-4/+3
2020-10-02Make it possible to have unboxed condvars on specific platforms.Mara Bos-0/+2
2020-10-02Make it possible to have unboxed mutexes on specific platforms.Mara Bos-0/+2
2020-10-02Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnayYuki Okushi-7/+6
2020-09-27Split sys_common::Mutex in StaticMutex and MovableMutex.Mara Bos-7/+6
2020-09-20try again to appease tidyWithout Boats-1/+0
2020-09-20fix typosWithout Boats-2/+2
2020-09-20Make RawFd implement the RawFd traitsWithout Boats-0/+20
2020-09-12Remove Windows details from Unix and VmWorks symlink() docstringsNicholas Bishop-9/+0
2020-09-04Fix nlink example typoChris Gillespie-1/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-27/+26
2020-08-27Rollup merge of #75758 - bpangWR:master, r=Mark-SimulacrumDylan DPC-14/+5
2020-08-25For VxWorks:Pang, Baoshan-14/+5
2020-08-21Make raw standard stream constructors constTomasz Miąsko-3/+3
2020-08-21Remove result type from raw standard streams constructorsTomasz Miąsko-7/+7
2020-08-15inline linkingPrabakaran Kumaresshan-6/+2
2020-08-15remove empty linesPrabakaran Kumaresshan-7/+0
2020-08-15resolve commentsPrabakaran Kumaresshan-16/+8
2020-08-15Switch to intra-doc links in std/src/sys/vxworks/ext/{fs,process}.rsPrabakaran Kumaresshan-19/+19
2020-07-27mv std libs to library/mark-0/+4805