summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Constification and some s/int/u_int/ changes.phk2002-12-161-1/+1
* Add the remaning part of the new libdisk interaction.phk2002-10-281-0/+5
* Reduce the GEOM verbosity under bootverbose to something more sufferable.phk2002-10-251-0/+2
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-7/+5
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+1
* It makes more sense for the fwheads and fwsectors properties to be inphk2002-10-201-1/+1
* Include fwsectors and gfwheads in the XML output for the disks we know.phk2002-10-201-0/+15
* NUL terminate sysctl kern.disksphk2002-10-171-1/+1
* The CAM system has it's own ideas of what locks are to be held by whom.phk2002-10-111-19/+24
* Correctly deal with non-DEVBSIZE drives.phk2002-10-071-4/+9
* Copyin and copyout are only possible from a process-native thread,phk2002-10-071-24/+8
* This patch got lost in my trees: Pass setattr down to device driversphk2002-10-051-0/+8
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-9/+5
* Implement the "kern.disks" sysctl in GEOM.phk2002-10-041-1/+38
* Properly conditionalize a debugging printf.phk2002-10-041-1/+4
* Don't restrict device drivers ability to sleep in the ioctl method, thisphk2002-10-011-5/+22
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-301-3/+2
* Style, whitespace and lint fixes.phk2002-09-281-3/+0
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-11/+8
* "Fix" printf format issues by using %jphk2002-09-131-1/+2
* Improve some on the naming.phk2002-06-091-6/+6
* Give the closet-dev_t we hand to the diskdrivers a name.phk2002-05-261-0/+1
* Remove the "-class" suffix from classes, they will not be ambiguous.phk2002-05-211-1/+1
* Make kernel dumps work with GEOM.phk2002-04-191-0/+20
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-0/+2
* In reverence of the 3rd X11 development rule:phk2002-04-081-3/+0
* Centralize EOF handling and improve access controls for bio scheduling.phk2002-04-041-0/+2
* Move access and orphan member functions from class to geom.phk2002-04-041-4/+2
* Initialize a field to cater for ata-raidphk2002-04-021-0/+1
* Here follows the new kernel dumping infrastructure.phk2002-03-311-7/+0
* Cave in to tradition and rename "methods" to "classes".phk2002-03-261-4/+4
* Add a generic and general ioctl pass-through mechanism.phk2002-03-161-14/+28
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+232
OpenPOWER on IntegriCloud