Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 1d2529b4a1 Add chown() syscall and a simple /bin/chown program. há 6 anos atrás
  Andreas Kling 9624b54703 More moving towards using signed types. há 6 anos atrás
  Andreas Kling 5af4e622b9 Kernel: Add KResult and KResultOr<T> classes. há 6 anos atrás
  Andreas Kling 2cfcbdc735 AK: Add Retained<T>, like RetainPtr, but never null. há 6 anos atrás
  Andreas Kling 43075e5878 Add a simple /bin/df which gathers its info from /proc/df. há 6 anos atrás
  Andreas Kling e0b81ee4c9 Ext2FS: Remove the inode cache lock in favor of one big lock instead. há 6 anos atrás
  Andreas Kling 3df4a902df Ext2FS: Lock a lot. Go way overkill with locking for now. há 6 anos atrás
  Andreas Kling 749db8237c Ext2FS: Fix various bugs in inode and block allocation. há 6 anos atrás
  Andreas Kling 3a9c01619f Ext2FS: Avoid a kmallocation every time we fetch an inode from disk. há 6 anos atrás
  Andreas Kling ffab6897aa Big, possibly complete sweep of naming changes. há 6 anos atrás
  Andreas Kling c30e2c8d44 Implement basic chmod() syscall and /bin/chmod helper. há 6 anos atrás
  Andreas Kling c95228b128 Add support for removing directories. há 6 anos atrás
  Andreas Kling 8bb18fdc56 Kernel: Get rid of Unix namespace. há 6 anos atrás
  Andreas Kling db35d59994 VFS: Move Ext2FSInode::m_lock up to Inode so all inodes can have locking. há 6 anos atrás
  Andreas Kling 754037874c Move VFS sources into Kernel/. há 6 anos atrás
  Andreas Kling 9171521752 Integrate ext2 from VFS into Kernel. há 6 anos atrás
  Andreas Kling 9396108034 Import the "gerbert" kernel I worked on earlier this year. há 6 anos atrás