Commit History

Author SHA1 Message Date
  Evan Green cf1d4e9275 Unified "full/sparse" system calls into one type. 7 years ago
  Chris Stevens f210201c26 Add a routine to get the current directory. 7 years ago
  Evan Green c7792acdf5 Remove time zone support from the kernel. 7 years ago
  Evan Green 9f2196817c Add kernel support for hostname and domainname. 7 years ago
  Evan Green 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
  Evan Green da594e857b Constify some of the code. 8 years ago
  Chris Stevens 3d73b98809 Convert IoSysPerformIo to use an INTN size. 8 years ago
  Chris Stevens c94f2ae0cf Convert IoSysPoll to use LONG descriptor count. 8 years ago
  Chris Stevens d581697baa Remove system calls' KSTATUS parameter members. 8 years ago
  Chris Stevens 9a41e5d77c Preserve I/O size in case of restarts. 8 years ago
  Chris Stevens 2a9ca0f3f9 Add restarts to pause and sigsuspend if no signal. 8 years ago
  Chris Stevens 76c1b094c6 Add system call restart support. 8 years ago
  Chris Stevens 1ac49f4f26 Add support to restart system calls after signals. 8 years ago
  Chris Stevens 8c5e66f878 Modify system call handler function signature. 8 years ago
  Evan Green 27eaaf33cd Dispatch signals on user mode stack. 8 years ago
  Evan Green 9fc45e6dc1 select should return error mask in read/write masks. 8 years ago
  Evan Green 2501b928ad Add brk. 8 years ago
  Evan Green 57e9bb52c9 Add resource limit scaffolding. 8 years ago
  Chris Stevens d27262a3ad Added function to convert timespec to timeout in ms. 8 years ago
  Chris Stevens e6d66730e4 Switched IoSysPoll to ULONG from ULONGLONG. 8 years ago
  Chris Stevens e869912669 Added sigwait, sigwaitinfo, and sigtimedwait. 8 years ago
  Chris Stevens 296b2a6739 Added SIGEV_THREAD_ID support to per-process timers. 8 years ago
  Evan Green acd154c53e Add a process list iterator function. 8 years ago
  Evan Green bb64412f42 Add basic SIGIO support. 8 years ago
  Evan Green 662385bb2f Add itimer support in the kernel. 8 years ago
  Evan Green ad200b0961 Make file offsets signed. 8 years ago
  Evan Green 31ac9d853f Macroed the ALIGNED(x) macro for easier parsing. 8 years ago
  Chris Stevens af63173b4f Replaced SOCKET_NETWORK with NET_DOMAIN_TYPE. 8 years ago
  Evan Green 191e3398c3 Move kernel headers to include/minoca/kernel/. 8 years ago