summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_pc98.c
Commit message (Expand)AuthorAgeFilesLines
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-301-1/+1
* Check for g_read_data(9) errors properly:sobomax2005-11-301-1/+1
* Merged from geom_mbr.c revisions 1.62 and 1.66.nyan2005-07-151-6/+68
* Remove geometry translations here.nyan2005-03-301-23/+0
* Pass the file->flags down to geom ioctl handlers.phk2004-12-121-1/+4
* Add observations of the Linux98 and Grub/98 boot loaders. Theseimp2004-11-301-5/+15
* Reject tasting of this provider if the sector size isn't a multiple ofimp2004-11-301-3/+6
* Only do the geometry translations on ad* devices, other devices seems tosos2004-10-081-18/+22
* Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.sos2004-10-071-0/+19
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Use default method initialization on geoms.phk2004-08-081-2/+2
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-121-1/+1
* Re-arrange and consolidate some random debugging stuffscottl2003-12-071-1/+1
* Simplify the ioctl handling in GEOM.phk2003-09-011-51/+21
* Use __FBSDID().obrien2003-06-111-2/+3
* Remove unused variable.phk2003-05-311-4/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Use g_slice_spoiled() not g_std_spoiled()phk2003-05-021-1/+1
* Remove DIOCGPC98 ioctl.nyan2003-05-011-5/+0
* - Move decoding pc98_partition function into geom_pc98_enc.c.nyan2003-05-011-24/+2
* Rename g_call_me() to g_post_event(), and give it a flagphk2003-04-231-1/+1
* 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
OpenPOWER on IntegriCloud