summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_mbr.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-111-2/+3
* Remove unused variable.phk2003-05-311-6/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-2/+0
* Use g_slice_spoiled().phk2003-05-021-3/+5
* Back out all the stuff that didn't belong in the last commit.phk2003-05-021-5/+3
* Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-021-3/+5
* 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-9/+0
* Retire the "frontstuff" record keeping, it was no match for thephk2003-04-121-2/+0
* Move the functions for encoding decoding struct dos_partition intophk2003-04-121-18/+2
* Only be verbose if (bootverbose)phk2003-04-091-3/+6
* Correctly split cyl/sects bytes when we print them.phk2003-04-091-2/+5
* Style issue: use do {...} while(0); for multi-exit section.phk2003-04-091-4/+4
* Retire the DIOCGMBR ioctl before anybody starts to use it.phk2003-04-031-5/+0
* Update the initializer for GEOM_MBREXT, I overlooked it previously.phk2003-04-031-3/+2
* Add #define for DOSPTYP_PMBR, and use it.phk2003-04-031-1/+1
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.phk2003-04-031-2/+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
* Wrap a long line.phk2003-02-111-1/+2
* Remove commented out g_enc_dos_partition(). We won't be needing it.phk2003-01-311-18/+0
* Don't restrict MBR sectorsize to 512 bytes.phk2003-01-111-20/+23
* Implement ioctls for tampering with sector0.phk2002-12-291-27/+84
* Don't forget our topology lock in the MBREXT case.phk2002-12-191-0/+1
* Remember to hold topology lock when we change things.phk2002-12-171-0/+2
* Get rid of g_slice_addslice() and use g_slice_config() instead.phk2002-12-161-71/+82
* Constification and some s/int/u_int/ changes.phk2002-12-161-9/+9
* Remove clause 3 in the license with NAI's consent.phk2002-11-041-6/+6
* Remove the GEOM_GPT hack. We now check for partition type 0xEE andmarcel2002-11-021-25/+23
* Spruce up bootverbose output a bit.phk2002-10-311-17/+8
* Add more compatibility junk.phk2002-10-281-3/+16
* Reduce the GEOM verbosity under bootverbose to something more sufferable.phk2002-10-251-3/+4
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-6/+2
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-2/+4
* Include <sys/diskmbr.h> instead of <sys/disklabel.h>phk2002-10-011-1/+1
* Style, whitespace and lint fixes.phk2002-09-281-3/+2
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-271-0/+4
* Deal with a new exteded MBR paritition typephk2002-09-081-1/+1
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-061-3/+0
* Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPTphk2002-06-101-3/+1
* Improve some on the naming.phk2002-06-091-4/+6
* Change the registration of magic spaces so it does its own memory management.phk2002-06-051-4/+3
* Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-281-0/+17
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-211-1/+7
* Remove the "-class" suffix from classes, they will not be ambiguous.phk2002-05-211-2/+2
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-15/+28
* Move access and orphan member functions from class to geom.phk2002-04-041-4/+0
* In the absense of any smarter way to do this, cast various printfphk2002-03-281-1/+1
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-4/+4
OpenPOWER on IntegriCloud