This file documents any major changes made to the system between releases. The latest changes appear at the top of the list. BUENOS 1.1.3 Release (2016-02-09) 2016-02-09 * proc/elf.c, proc/elf.h: Ignore PT_MIPS_ABIFLAGS header to support newer binutils. * doc/roadmap/roadmap.tex: Remove references to IGNOREDREGEX which is no longer used in the Makefile. BUENOS 1.1.2 Release (2012-02-03) 2012-02-03 * Makefile: Updated buenos.tar.gz rule to ignore cvsignore and .d files. * doc/roadmap/roadmap.tex: Bumped up version. * drivers/bootargs.c: Removed unused variable to silence GCC warning. * drivers/yams.h net/network.c proc/elf.h: Removed __attribute__ ((packed)) from char types to silence GCC warning. * drives/yams.c kernel/kmalloc.c lib/types.h, net/pop.c: Added UNUSED macro and annotated few variables with it to silence GCC unused variable warning. * util/tfstool.c: Added variable to record fread() return value to silence GCC return value ignored warning. * proc/elf.c: Refactored e_ident to union type to silence GCC type-punned pointer derefence warning. BUENOS 1.1.1 Release (2007-10-05) 2007-03-20 * drivers/tty.h: Fixed a couple of copy-paste bugs and added right shifting to TTY status macros. 2007-02-25 * kernel/interrupt.c: Require at least one CPU. * kernel/kmalloc.c, kernel/scheduler.c, lib/bitmap.c, net/network.c: Added function parameter range checks. * proc/process.c: Re-insert page mappings into TLB in process_start() to actually take the modified read-only bits of the pages into use. 2006-02-18 * Makefile: Better buenos.tar.gz and submit-archive targets. BUENOS 1.1.0 Release (2006-01-13) 2006-01-09 * doc/roadmap/*: New layout + other visual changes to the roadmap. 2005-08-28 * drivers/_timer.S, kernel/cswitch.S, tests/crt.S: Changed assembler additions to unsigned versions. 2005-05-09 * Changed userland binary format and Buenos kernel format from ECOFF to ELF. * Removed blocking mode from GND receive. 2005-04-22 * fs/tfs.c: TFS no longer leaks a semaphore if initialization fails. 2005-03-08 * Added support for inter-cpu interrupts. 2005-03-02 * doc/roadmap/roadmap.tex: Fixed POP documentation 2005-02-23 * proc/syscall.h: Fixed console file handle definitions. 2005-01-17 * net/pop.c: Fixed a memory leak. BUENOS 1.0.2 Release (2005-01-13)