summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_bsd.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-011-18/+18
* Use bcmp() to compare hash strings.phk2003-06-011-1/+1
* Remove unused variables.phk2003-05-311-23/+2
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Fix the WARNING for wrong rawoffset, I tested incompatible units.phk2003-05-061-2/+2
* Don't warn if the rawoffset is zero, that is actually the best value itphk2003-05-051-1/+1
* Turn the check that rawoffset == mbroffset into a warning instead.phk2003-05-051-3/+5
* Only accept a rawoffset if it is identical to the mbroffset.phk2003-05-041-0/+4
* Add a way to read the current mbroffset from a BSD label class.phk2003-05-041-1/+7
* Remove debugging printfs which should not have been committed.phk2003-05-041-3/+0
* Add a OAM interface for changing the label and writing the boot code.phk2003-05-031-26/+126
* Make bsd_disklabel_le_enc calculate the checksum and fill it in.phk2003-05-021-263/+109
* Use g_slice_spoiled() rather than g_std_spoiled()phk2003-05-021-2/+2
* Rename g_call_me() to g_post_event(), and give it a flagphk2003-04-231-2/+2
* Make more of the "hotspot" stuff generic:phk2003-04-191-16/+11
* These two files fell off during my previous commit: put the encodingphk2003-04-171-125/+5
* 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
* Remove all references to BIO_SETATTR. We will not be using it.phk2003-04-031-2/+0
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.phk2003-04-031-81/+82
* Add handling for cancelled events in the g_call_me() methods.phk2003-04-021-4/+8
* Change events to have an array of "void *" references, and give thephk2003-04-021-4/+4
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Fix yet another fallout of our M_* song and dance.phk2003-03-101-1/+1
* Mark some args unused so this compiles in userland.phk2003-01-281-1/+1
* Implement DIOCBSDBB ioctl which overwrites first BBSIZE bytes of BSDphk2003-01-261-0/+62
* Fix typo.phk2003-01-131-1/+1
* Output the fstype of each partition in a disklabel in the configurationjhb2003-01-101-0/+7
* BSD disklabels expose the controling label though the 'c' partition, andphk2003-01-061-12/+26
* Constification and some s/int/u_int/ changes.phk2002-12-161-7/+7
* Don't interpret the hotspots relative to all slices on a slicer, butphk2002-12-131-1/+4
* Use the hotspot code to prevent people from overwriting their disklabelphk2002-12-021-11/+90
* Always recalculate the SRM checksum if the label is at 64 bytes offset.phk2002-11-081-3/+13
* Fix to support pc98.nyan2002-11-071-0/+5
* Add more compatibility junk.phk2002-10-281-8/+18
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-13/+5
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+2
* Style(9) and english(9) fixes.phk2002-10-201-55/+54
* Fix argument order mistake when decoding disklabels from on-disk format.phk2002-10-051-1/+1
* Don the asbestos underwear and add the code which lets DIOCWDINFOphk2002-09-301-7/+23
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-301-8/+12
* Extensively rework the geom_bsd method, put a lot of comments in, bettingphk2002-09-271-104/+424
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-271-0/+4
* Correctly en/decode MAXPARTITIONS partitions.phk2002-09-271-16/+8
* "Fix" printf format issues by using %jphk2002-09-131-2/+3
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-061-13/+1
* Improve some on the naming.phk2002-06-091-1/+1
* Change the registration of magic spaces so it does its own memory management.phk2002-06-051-9/+7
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-211-1/+15
OpenPOWER on IntegriCloud