summaryrefslogtreecommitdiff
path: root/kernel/serial.c
AgeCommit message (Expand)Author
2018-09-09Re-ordered system call numbers and definitions into alphabetical orderJake Mannens
2018-09-01Removed the sys_puts system call in favour of calls to tty_write().Jake Mannens
2018-08-26Updated the style of the code in lib/string.c to conform to the rest ofJake Mannens
2018-08-22Added the header file limits.h which contains one definition forJake Mannens
2018-08-20Defined macros cli() and sti() in asm/interrupt.h to disable and enableJake Mannens
2018-08-07Fixed a bug where the panic() function called printf() instead ofJake Mannens
2018-08-06Defined ssize_t in unistd.h.Jake Mannens
2018-08-01Defined EOF as -1 in stdio.h.Jake Mannens
2018-07-25Added missing prototype for puts() in stdio.h.Jake Mannens