aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-121-2/+1
* Fix a {} bug which doesn't have any effect yet.Poul-Henning Kamp2002-04-271-2/+1
* Improve the cross-references in the XML output.Poul-Henning Kamp2002-04-241-12/+9
* Make specific provisions for the kernel simulator used in the regressionPoul-Henning Kamp2002-04-241-1/+1
* Implement the GEOMGETCONF ioctl which returns vital stats for thePoul-Henning Kamp2002-04-234-14/+43
* All in a days work: make a function static.Poul-Henning Kamp2002-04-232-2/+1
* Introduce some serious paranoia to try to catch a memory overwrite problemPoul-Henning Kamp2002-04-235-6/+63
* Protect against multitple #includes of this file.Poul-Henning Kamp2002-04-221-0/+4
* Make kernel dumps work with GEOM.Poul-Henning Kamp2002-04-194-0/+53
* Make life easier for reference-vector generatorts in tools/regression/geomPoul-Henning Kamp2002-04-191-0/+3
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startPoul-Henning Kamp2002-04-098-43/+87
* Various stylistic nit picking.Poul-Henning Kamp2002-04-093-16/+16
* Introduce the convenience function g_getattr() and make it DWIM.Poul-Henning Kamp2002-04-092-0/+15
* Constifixation of attribute argument to g_io_[gs]etattr()Poul-Henning Kamp2002-04-092-4/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-1/+1
* In reverence of the 3rd X11 development rule:Poul-Henning Kamp2002-04-082-6/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-2/+2
* Centralize EOF handling and improve access controls for bio scheduling.Poul-Henning Kamp2002-04-044-44/+71
* Move access and orphan member functions from class to geom.Poul-Henning Kamp2002-04-0411-36/+31
* s/classs/classes/ to fixup grammer after the previous global renaming.Poul-Henning Kamp2002-04-044-8/+8
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-022-20/+0
* One less user of the bogus DIOCGPART ioctl.Poul-Henning Kamp2002-04-021-12/+16
* Initialize a field to cater for ata-raidPoul-Henning Kamp2002-04-021-0/+1
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-7/+0
* Remove bogus ccddump() function in favour of the standard nodump.Poul-Henning Kamp2002-03-291-10/+1
* Complete an incomplete cut&paste operation.Poul-Henning Kamp2002-03-281-3/+3
* Add preliminary PC98 class to GEOM.Poul-Henning Kamp2002-03-281-0/+189
* In the absense of any smarter way to do this, cast various printfPoul-Henning Kamp2002-03-286-13/+15
* Calculate the checksum the right place for alpha. The fact that thisPoul-Henning Kamp2002-03-271-1/+1
* Eliminate some thread pointers which do not make sense anymore.Poul-Henning Kamp2002-03-2614-90/+140
* Cave in to tradition and rename "methods" to "classes".Poul-Henning Kamp2002-03-2612-122/+122
* Push BIO_FORMAT into a local hack inside the floppy drivers wherePoul-Henning Kamp2002-03-261-1/+0
* Make the BSD method width/endian agnostic and support alphaPoul-Henning Kamp2002-03-241-11/+187
* Be more systematic about conversion of on-disk formats in a endian/widthPoul-Henning Kamp2002-03-245-234/+309
* Fix bio->bio_blkno format warning.Alfred Perlstein2002-03-191-4/+4
* Add five GEOM oriented ioctls to get basic information about a geom device.Poul-Henning Kamp2002-03-191-11/+31
* Need a different #include for the userland regression test.Poul-Henning Kamp2002-03-171-1/+1
* Make this compile in the userland-regression testsuite again.Poul-Henning Kamp2002-03-171-13/+3
* Change the giant-dropping method a fair bit to keep WITNESS morePoul-Henning Kamp2002-03-171-8/+6
* Forgot to remove the old g_malloc() call when I split it.Poul-Henning Kamp2002-03-171-2/+0
* Hmm, talk about optimizer-fodder. Make the DIOCGDVIRGIN hack work again.Poul-Henning Kamp2002-03-161-6/+4
* Add a generic and general ioctl pass-through mechanism.Poul-Henning Kamp2002-03-164-50/+84
* Teach GEOM about Sun disklabel formats.Poul-Henning Kamp2002-03-151-0/+209
* Try to get used to architectures which are picky about alignment.Poul-Henning Kamp2002-03-151-11/+4
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-1/+1
* First commit of the GEOM subsystem to make it easier for people toPoul-Henning Kamp2002-03-1113-0/+3690
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-5/+5
* Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).Poul-Henning Kamp2001-12-301-2/+7
* Return EOPNOTSUPP for unknown module events.Ian Dowse2001-11-171-1/+4
* KSE Milestone 2Julian Elischer2001-09-121-20/+20