Kernel - Implementing select()
authorJohn Hodge <[email protected]>
Sun, 27 Feb 2011 13:54:09 +0000 (21:54 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 Feb 2011 13:54:09 +0000 (21:54 +0800)
commite573d30162c179edc6de7b7c8364a617d9f25f77
treefc67fe2384be325bcc826a73618125c41cf50386
parente0705db42de5d15fe7b4c97a8c09c29eb00a5e7a
Kernel - Implementing select()

- Fully untested, but it does compile
- TODO: Complete the helpers (flag setting), and port blocking calls
  to use select() instead of using their own semaphores.
- TODO: Implement an alarm in threads (or timer) to implement the timeout
  argument to select()
Design Notes/VFS - Select.txt
Kernel/Makefile
Kernel/include/acess.h
Kernel/include/vfs.h
Kernel/include/vfs_ext.h
Kernel/threads.c
Kernel/vfs/select.c [new file with mode: 0644]
Makefile.cfg

UCC git Repository :: git.ucc.asn.au