summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part_pc98.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r266880:ae2014-06-061-1/+3
* MFC r256690:ae2014-05-121-0/+6
* MFC r265318:ae2014-05-121-25/+30
* Change <sys/diskpc98.h> to not redefine the same symbols that aremarcel2013-08-071-12/+12
* Change the set and unset ctlreqs by making the index argument optional.marcel2013-06-091-0/+3
* Do not truncate available disk space to the closest track boundary.ae2011-05-251-7/+3
* Remove unused variable.ae2011-05-241-3/+0
* Replace UINT_MAX to UINT32_MAX.ae2011-05-081-2/+2
* Limit number of sectors that can be addressed.ae2011-05-081-2/+2
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+3
* Add support to set a slice name.nyan2011-02-191-11/+37
* Add support to write boot menu.nyan2011-02-111-9/+17
* Some schemes can allocate memory for internal purposes but whenae2010-09-251-0/+1
* Implement the resize verb and add support for resizing partitionsmarcel2010-04-231-0/+28
* Sharpen the saw:marcel2009-03-301-3/+2
* Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h.nyan2009-03-111-8/+0
* Restore the return statement. It was accidentally removed by rev 188429.nyan2009-03-101-0/+1
* Fix g_part_dumpconf and g_part_name prototpyes.imp2009-02-101-6/+4
* Improve probing.marcel2009-01-041-5/+9
* Allow boot code to be smaller than what the scheme expects.marcel2008-12-011-1/+6
* The active and bootable flags are not part of the type.marcel2008-10-201-11/+82
* Export the partition name in the conftxt and confxml output.marcel2008-09-271-6/+12
* Add the raw partition type to the XML.marcel2008-06-121-4/+11
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callmarcel2008-04-231-0/+18
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-131-0/+13
* Add support for PC-9800 partition tables.marcel2008-03-281-0/+428
OpenPOWER on IntegriCloud