aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_pc98.c
Commit message (Expand)AuthorAgeFilesLines
* Change <sys/diskpc98.h> to not redefine the same symbols that areMarcel Moolenaar2013-08-071-7/+8
* Avoid to check the same cache line/variable from all the lockingAttilio Rao2012-01-281-0/+1
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+3
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-301-1/+1
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-1/+1
* Merged from geom_mbr.c revisions 1.62 and 1.66.Yoshihiro Takahashi2005-07-151-6/+68
* Remove geometry translations here.Yoshihiro Takahashi2005-03-301-23/+0
* Pass the file->flags down to geom ioctl handlers.Poul-Henning Kamp2004-12-121-1/+4
* Add observations of the Linux98 and Grub/98 boot loaders. TheseWarner Losh2004-11-301-5/+15
* Reject tasting of this provider if the sector size isn't a multiple ofWarner Losh2004-11-301-3/+6
* Only do the geometry translations on ad* devices, other devices seems toSøren Schmidt2004-10-081-18/+22
* Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.Søren Schmidt2004-10-071-0/+19
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Use default method initialization on geoms.Poul-Henning Kamp2004-08-081-2/+2
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-1/+1
* Re-arrange and consolidate some random debugging stuffScott Long2003-12-071-1/+1
* Simplify the ioctl handling in GEOM.Poul-Henning Kamp2003-09-011-51/+21
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Remove unused variable.Poul-Henning Kamp2003-05-311-4/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-311-1/+0
* Use g_slice_spoiled() not g_std_spoiled()Poul-Henning Kamp2003-05-021-1/+1
* Remove DIOCGPC98 ioctl.Yoshihiro Takahashi2003-05-011-5/+0
* - Move decoding pc98_partition function into geom_pc98_enc.c.Yoshihiro Takahashi2003-05-011-24/+2
* Rename g_call_me() to g_post_event(), and give it a flagPoul-Henning Kamp2003-04-231-1/+1
* Time has run from the "run GEOM in userland" harness, and the new regressionPoul-Henning Kamp2003-04-131-8/+0
* Retire the "frontstuff" record keeping, it was no match for thePoul-Henning Kamp2003-04-121-1/+0
* With the magic sequence checks removed this class is downright dangerousPoul-Henning Kamp2003-04-091-6/+11
* Style issue: use do {...} while(0); for multi-exit section.Poul-Henning Kamp2003-04-091-2/+2
* #include <sys/endian.h> as needed.Poul-Henning Kamp2003-04-031-0/+1
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.Poul-Henning Kamp2003-04-031-3/+3
* Add handling for cancelled events in the g_call_me() methods.Poul-Henning Kamp2003-04-021-2/+5
* Change events to have an array of "void *" references, and give thePoul-Henning Kamp2003-04-021-2/+2
* Premptively change initializations of struct g_class to use C99Poul-Henning Kamp2003-03-241-3/+2
* In userland case include <errno.h>, not <err.h>. This is needed to makePoul-Henning Kamp2003-01-061-1/+1
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-8/+8
* MFMBR: Add ioctls for writing an IPL and a boot menu.Yoshihiro Takahashi2003-01-031-70/+160
* Don't mangle geometry for pc98, this will happen in the ata driver.Poul-Henning Kamp2002-12-171-4/+0
* Get rid of g_slice_addslice() and use g_slice_config() instead.Poul-Henning Kamp2002-12-161-9/+6
* Constification and some s/int/u_int/ changes.Poul-Henning Kamp2002-12-161-8/+8
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-031-0/+4
* Save a slice name on the disk and print it at g_pc98_dumpconf().Yoshihiro Takahashi2002-11-171-14/+26
* Fix to support pc98.Yoshihiro Takahashi2002-11-071-52/+115
* Reject slices where begin == end.Poul-Henning Kamp2002-11-041-11/+11
* Don't truncate on large disks.Poul-Henning Kamp2002-10-271-1/+6
* Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it.Poul-Henning Kamp2002-10-261-0/+6
* Reduce the GEOM verbosity under bootverbose to something more sufferable.Poul-Henning Kamp2002-10-251-1/+0
* Now that the sectorsize and mediasize are properties of the provider,Poul-Henning Kamp2002-10-201-12/+4
* Make the sectorsize a property of providers so we can include it in the XMLPoul-Henning Kamp2002-10-201-0/+1
* Use %jd instead of %lld now that we have it.Poul-Henning Kamp2002-10-201-2/+3