summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* "Fix" printf format issues by using %jphk2002-09-133-5/+8
* Use biowait() rather than DIY.phk2002-09-131-24/+4
* Add a couple more of the big/little-endian conversion routines and makephk2002-09-132-6/+25
* Fix another two printf() format errors which weren't warnedmux2002-09-131-4/+4
* Fix another printf() format error which wasn't warned aboutmux2002-09-131-2/+3
* Fix a printf() format error on 64 bits architectures.mux2002-09-131-3/+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-066-113/+2
* Don't respect the O_EXCL flag, we don't get it back on close so we cannotphk2002-09-061-0/+8
* Use 'p' as the partition specifier instead of 's'. We continue to usemarcel2002-08-241-2/+5
* Don't use the static thread.. it is going away.julian2002-06-291-2/+2
* Add two new submodes to the AES encryption method.phk2002-06-281-11/+121
* 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-0912-53/+55
* Change the registration of magic spaces so it does its own memory management.phk2002-06-055-36/+43
* Add compile time asserts for the size of struct gpt_hdr and structmarcel2002-05-301-0/+3
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherphk2002-05-291-65/+0
* Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-282-0/+331
* Add a proof-of-concept encryption class.phk2002-05-261-0/+274
* Give the closet-dev_t we hand to the diskdrivers a name.phk2002-05-261-0/+1
* Only clear the spoiled flag if the class had no spoiled method, the spoiledphk2002-05-261-1/+2
* Fixed printf format errors. Most of them are 64-bit daddr_t casualties.bde2002-05-251-4/+6
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-216-3/+108
* Remove the "-class" suffix from classes, they will not be ambiguous.phk2002-05-216-8/+8
* Don't grab Giant around malloc(9) and free(9).phk2002-05-204-59/+44
* Generalize a bit: we don't need separate functions to find the i386 andphk2002-05-191-33/+9
* Include needed #include for regression tests.phk2002-05-191-2/+1
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-2/+1
* Fix a {} bug which doesn't have any effect yet.phk2002-04-271-2/+1
* Improve the cross-references in the XML output.phk2002-04-241-12/+9
* Make specific provisions for the kernel simulator used in the regressionphk2002-04-241-1/+1
* Implement the GEOMGETCONF ioctl which returns vital stats for thephk2002-04-234-14/+43
* All in a days work: make a function static.phk2002-04-232-2/+1
* Introduce some serious paranoia to try to catch a memory overwrite problemphk2002-04-235-6/+63
* Protect against multitple #includes of this file.phk2002-04-221-0/+4
* Make kernel dumps work with GEOM.phk2002-04-194-0/+53
* Make life easier for reference-vector generatorts in tools/regression/geomphk2002-04-191-0/+3
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-098-43/+87
* Various stylistic nit picking.phk2002-04-093-16/+16
* Introduce the convenience function g_getattr() and make it DWIM.phk2002-04-092-0/+15
* Constifixation of attribute argument to g_io_[gs]etattr()phk2002-04-092-4/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-1/+1
* In reverence of the 3rd X11 development rule:phk2002-04-082-6/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+2
* Centralize EOF handling and improve access controls for bio scheduling.phk2002-04-044-44/+71
* Move access and orphan member functions from class to geom.phk2002-04-0411-36/+31
* s/classs/classes/ to fixup grammer after the previous global renaming.phk2002-04-044-8/+8
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-022-20/+0
* One less user of the bogus DIOCGPART ioctl.phk2002-04-021-12/+16
* Initialize a field to cater for ata-raidphk2002-04-021-0/+1
OpenPOWER on IntegriCloud