aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_bsd.c
Commit message (Expand)AuthorAgeFilesLines
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Mark geom classes as deprecated.Warner Losh2017-08-091-0/+8
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-10/+0
* Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-90/+2
* 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
* Trivial patch to show on which geom has the error been detected.Ivan Voras2008-12-011-1/+2
* Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type.John Baldwin2007-12-061-0/+13
* Remove the trailing half of a sentence which was clearly supercededCeri Davies2006-05-241-2/+0
* Change gctl_set_param() to return an error instead of setting anMarcel Moolenaar2006-04-071-2/+2
* It is unclear who is wrong and who is right, but when operating onMaxim Sobolev2005-11-301-0/+10
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-301-2/+1
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-2/+2
* Plug memory leak.Pawel Jakub Dawidek2005-03-161-2/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+3
* Pass the file->flags down to geom ioctl handlers.Poul-Henning Kamp2004-12-121-1/+6
* 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-7/+2
* Do not check error code from closing ->access() calls, we know they succeed.Poul-Henning Kamp2004-02-141-1/+1
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-5/+5
* Simplify the ioctl handling in GEOM.Poul-Henning Kamp2003-09-011-139/+76
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Simplify the GEOM OAM api: Drop the request type, and let everythingPoul-Henning Kamp2003-06-011-18/+18
* Use bcmp() to compare hash strings.Poul-Henning Kamp2003-06-011-1/+1
* Remove unused variables.Poul-Henning Kamp2003-05-311-23/+2
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-311-1/+0
* Fix the WARNING for wrong rawoffset, I tested incompatible units.Poul-Henning Kamp2003-05-061-2/+2
* Don't warn if the rawoffset is zero, that is actually the best value itPoul-Henning Kamp2003-05-051-1/+1
* Turn the check that rawoffset == mbroffset into a warning instead.Poul-Henning Kamp2003-05-051-3/+5
* Only accept a rawoffset if it is identical to the mbroffset.Poul-Henning Kamp2003-05-041-0/+4
* Add a way to read the current mbroffset from a BSD label class.Poul-Henning Kamp2003-05-041-1/+7
* Remove debugging printfs which should not have been committed.Poul-Henning Kamp2003-05-041-3/+0
* Add a OAM interface for changing the label and writing the boot code.Poul-Henning Kamp2003-05-031-26/+126
* Make bsd_disklabel_le_enc calculate the checksum and fill it in.Poul-Henning Kamp2003-05-021-263/+109
* Use g_slice_spoiled() rather than g_std_spoiled()Poul-Henning Kamp2003-05-021-2/+2
* Rename g_call_me() to g_post_event(), and give it a flagPoul-Henning Kamp2003-04-231-2/+2
* Make more of the "hotspot" stuff generic:Poul-Henning Kamp2003-04-191-16/+11
* These two files fell off during my previous commit: put the encodingPoul-Henning Kamp2003-04-171-125/+5
* 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
* Remove all references to BIO_SETATTR. We will not be using it.Poul-Henning Kamp2003-04-031-2/+0
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.Poul-Henning Kamp2003-04-031-81/+82
* Add handling for cancelled events in the g_call_me() methods.Poul-Henning Kamp2003-04-021-4/+8
* Change events to have an array of "void *" references, and give thePoul-Henning Kamp2003-04-021-4/+4
* Premptively change initializations of struct g_class to use C99Poul-Henning Kamp2003-03-241-3/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Fix yet another fallout of our M_* song and dance.Poul-Henning Kamp2003-03-101-1/+1
* Mark some args unused so this compiles in userland.Poul-Henning Kamp2003-01-281-1/+1