haiku/src/system/boot
Ingo Weinhold 085cf27b40 * Added Directory::CreateFile() which can be implemented by file systems to
support file creation.
* Extended open() and open_from() to support O_CREAT to create files.
  open_from() has got an optional "permissions" parameter for that purpose.
* Fixed errno. It would crash when being used. Also changed the POSIX functions
  to return their error code via errno as expected.
* Added writev().
* FAT file system:
  - Added support for reading long file names.
  - Added support for creating files (8.3 name only) and writing to them.
  - Enabled scanning partitions with it.
* Boot loader menu:
  - Enabled the "Reboot" menu item unconditionally.
  - Added "Save syslog from previous session" menu item to the debug menu.
    Currently saving the syslog to FAT32 volumes is supported.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35882 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-16 17:29:58 +00:00
..
arch Fix ARM build, which broke due to some *.c->*.cpp change... /me pets Ingo. 2010-01-03 03:55:26 +00:00
loader * Added Directory::CreateFile() which can be implemented by file systems to 2010-03-16 17:29:58 +00:00
platform Implemented BIOSDrive::WriteAt(). Currently it supports only LBA addressing 2010-03-16 17:10:00 +00:00
boot_loader.rdef * Changed Ld rule to allow adding resource files. 2007-10-02 15:22:13 +00:00
Jamfile [ARM] 2009-08-13 01:15:21 +00:00