Commit History

Author SHA1 Message Date
  Evan Green 11fdf7b954 Clear the controlling terminal in session leader. 8 years ago
  Evan Green ea525958a4 Fix paging I/O bugs caused by IO_HANDLE.FileObject. 8 years ago
  Evan Green ef225c1b54 Added special device to open current terminal. 8 years ago
  Evan Green fdfe0bfa5a Make setjmp and longjmp officially exported functions. 8 years ago
  Evan Green 52571eafb6 Move KPROCESS.ControllingTerminal to be an IO_HANDLE. 8 years ago
  Chris Stevens 4fe7dac474 Added SIGEV_THREAD_ID tests to utmrtest. 8 years ago
  Chris Stevens a3d11ca905 Fixed condition variables waits to not be interrupted. 8 years ago
  Chris Stevens 9837fd6745 Added POSIX thread barriers. 8 years ago
  Chris Stevens fab4e7dc16 Added pthread_getthreadid_np. 8 years ago
  Chris Stevens 296b2a6739 Added SIGEV_THREAD_ID support to per-process timers. 8 years ago
  Chris Stevens ca97e26652 Updated per-process timers to honor the clock ID. 8 years ago
  Evan Green 5d64265953 Add temporary shims for setjmp and longjmp. 8 years ago
  Evan Green d168a6d375 Better reboot handling in init app. 8 years ago
  Evan Green acd154c53e Add a process list iterator function. 8 years ago
  Evan Green 3540add16e Add a file object pointer to the I/O handle. 8 years ago
  Evan Green 5e9e6074ad Add FASYNC flag (equal to O_ASYNC). 8 years ago
  Evan Green 37386bcc32 Move setjmp/longjmp to _setjmp/_longjmp per POSIX. 8 years ago
  Evan Green 71e5b389ff Add lua to tasks.json. 8 years ago
  Chris Stevens 62180e23d8 Updated build tasks. 8 years ago
  Chris Stevens 2246b82531 Added math real-floating macros. 8 years ago
  Chris Stevens f4749c117b Fixed stddef.h to define NULL on first include. 8 years ago
  Chris Stevens 0b0798e936 Added C linkage to dynamic library functions for C++. 8 years ago
  Chris Stevens 42a86b63f1 Added wcstombs. 8 years ago
  Evan Green 696612017f Clear async receiver info from a dying IO handle. 8 years ago
  Evan Green e6105bd66e Allow multiple listen calls to adjust backlog. 8 years ago
  Evan Green 8d8e2d741a Make blkcnt_t signed to match stat.st_size. 8 years ago
  Evan Green bb64412f42 Add basic SIGIO support. 8 years ago
  Evan Green 2f28fd2868 Add getitimer and setitimer to C library. 8 years ago
  Evan Green 662385bb2f Add itimer support in the kernel. 8 years ago
  Evan Green c97915489e Move libpcre before wget in tasks.json. 8 years ago