summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_pc98.c
Commit message (Expand)AuthorAgeFilesLines
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-131-8/+0
* Retire the "frontstuff" record keeping, it was no match for thephk2003-04-121-1/+0
* With the magic sequence checks removed this class is downright dangerousphk2003-04-091-6/+11
* Style issue: use do {...} while(0); for multi-exit section.phk2003-04-091-2/+2
* #include <sys/endian.h> as needed.phk2003-04-031-0/+1
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.phk2003-04-031-3/+3
* Add handling for cancelled events in the g_call_me() methods.phk2003-04-021-2/+5
* Change events to have an array of "void *" references, and give thephk2003-04-021-2/+2
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
* In userland case include <errno.h>, not <err.h>. This is needed to makephk2003-01-061-1/+1
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-041-8/+8
* MFMBR: Add ioctls for writing an IPL and a boot menu.nyan2003-01-031-70/+160
* Don't mangle geometry for pc98, this will happen in the ata driver.phk2002-12-171-4/+0
* Get rid of g_slice_addslice() and use g_slice_config() instead.phk2002-12-161-9/+6
* Constification and some s/int/u_int/ changes.phk2002-12-161-8/+8
* Add support for the PC98 platform to the ATA driver.sos2002-12-031-0/+4
* Save a slice name on the disk and print it at g_pc98_dumpconf().nyan2002-11-171-14/+26
* Fix to support pc98.nyan2002-11-071-52/+115
* Reject slices where begin == end.phk2002-11-041-11/+11
* Don't truncate on large disks.phk2002-10-271-1/+6
* Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it.phk2002-10-261-0/+6
* Reduce the GEOM verbosity under bootverbose to something more sufferable.phk2002-10-251-1/+0
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-12/+4
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+1
* Use %jd instead of %lld now that we have it.phk2002-10-201-2/+3
* Style, whitespace and lint fixes.phk2002-09-281-1/+0
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-271-3/+2
* Correctly calculate size of PC98 slices.phk2002-09-271-1/+1
* "Fix" printf format issues by using %jphk2002-09-131-2/+3
* Improve some on the naming.phk2002-06-091-1/+1
* Remove the "-class" suffix from classes, they will not be ambiguous.phk2002-05-211-1/+1
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-9/+8
* Various stylistic nit picking.phk2002-04-091-8/+8
* Move access and orphan member functions from class to geom.phk2002-04-041-2/+0
* Add preliminary PC98 class to GEOM.phk2002-03-281-0/+189
OpenPOWER on IntegriCloud