[The full patch is 80K - who wants to check it in ?]

--- elks/CHANGELOG      Fri Mar  3 11:42:19 2000
+++ elks-ac/CHANGELOG   Mon Jun 19 23:52:08 2000
@@ -6,6 +6,31 @@
 Al
 ------------------------------------------------------------------------------
 
+Mon Jun 19 29:39 GMT 2000   Alan Cox <[EMAIL PROTECTED]>
+
+       * Abolished the suid config option
+       * Merged stuff to reduce the ifdef clutter a bit
+       * Removed the nonexistant ip socket stuff. Its confusing having
+         all this old nonentity crap in it
+       * Buffer cache and request queue now have segment data
+       * Implemented segment stuff in the bios driver
+       * Added the back end code (untested so far) for swapping
+       * Replaced the wait queues with a V7 like wakeup mechanism
+         with a bit of auditing we should be ready to page kernel stacks
+         of sleeping processes that will free a fair bit of the data
+         segment at the same time as upping the task limit
+         - still need to get stacks smaller than 1K/task.
+       * Made select work using a crude hash and the V7 like wakeups. May
+         need a bigger hash
+       * Removed CONFIG_NOFS - just too ugly right now
+       * key_asm.S was dos line endings - fixed
+       * Cleaned up random #if 0 stuff
+       * Reformatted xt_key.c since it had bad tab/space damage
+       * Fixed incorrect comment about irqs
+       * Killed bh->b_prev for good
+       * Killed inode hash for good
+       * Make off_t signed as required by Unix and Posix
+       
 Fri Mar 03 11:44 GMT 2000   Alistair Riddoch  <[EMAIL PROTECTED]>
 
        * Final changes for 0.0.83

Reply via email to