Block a user
6507146c60
libc: Add Luna-specific limits
4bad782aad
Kernel: Increment the maximum number of file descriptors a task can have
f50017912d
libc: Implement atoi(), atol() and atoll()
2395c7a871
libc: Implement _Exit
613f8170b6
Kernel, libc: Implement mprotect() and use proper PROT_* values
62d631f1b4
Kernel: Rename assert.h to kassert.h so IDEs pickup the kernel header instead of the userspace one
1e86acd4c0
libc: Implement fcntl(F_DUPFD) and dup()
36bb1cab5c
FileDescriptor: add operator=() so that the fcntl(F_DUPFD syscall compiles :)
5c61252061
Kernel: Add a new fcntl() system call
3eb1bff2e9
Task: add an alloc_fd() function
d0d6557e99
libc: Add assert()
8398b2e2e4
libc: Change bits/macros.h to use a __lc_ prefix for internal macros