haiku/headers/private/kernel/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
..
net * Applied patch by Andreas Färber as part of #5319. 2010-02-19 16:44:55 +00:00
platform Boot loader (x86 mmu.cpp): 2010-03-02 18:13:06 +00:00
addr_range.h remove_addr_range() is actually called remove_address_range(). 2010-03-12 16:55:42 +00:00
arch.h * Introduced new build system variables 2005-12-30 21:20:07 +00:00
bootdir.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
disk_identifier.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
driver_settings.h Added driver_settings support to the kernel_args structure. 2005-01-10 07:36:08 +00:00
elf.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
FileMapDisk.h Work in progress to pass the image extents to the kernel, 2008-11-01 20:39:14 +00:00
heap.h
images.h Patch by David Powell: 2008-08-28 16:59:34 +00:00
kernel_args.h kernel: 2010-03-11 17:46:36 +00:00
menu.h Removed platform_boot_device_is_image() again; it's now replaced by a field 2005-10-14 21:22:19 +00:00
partitions.h Add FAT32 support. This allows the bootloader to find a BFS image file (currently named BEOS\IMAGE.BE) and start booting for it, until the kernel tries to mount the boot partition. 2008-10-15 23:54:04 +00:00
platform.h * The boot loader now adds all block devices in case the BIOS doesn't give enough 2006-03-27 14:50:37 +00:00
stage2_args.h - introduced an "argumetns" field in stage2_args to hold command line args from chaining loader, 2009-08-03 14:39:41 +00:00
stage2.h
stdio.h Removed execute property that was set accidently (since CVS days). 2005-03-18 01:50:45 +00:00
vfs.h * Added Directory::CreateFile() which can be implemented by file systems to 2010-03-16 17:29:58 +00:00