aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_disklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-081-2/+2
* disksort() is gone, all drivers now use tqdisksort().Poul-Henning Kamp1996-05-031-72/+1
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEBruce Evans1996-04-191-1/+5
* More b_flags fixes.John Dyson1996-03-021-4/+4
* Fix a bug that b_flags was getting unnecessarily modified byJohn Dyson1996-03-011-3/+3
* Update the wd.c driver to use the new TAILQ scheme for deviceJohn Dyson1995-11-231-1/+94
* Remove transitory labelling code. Labels are now handled by essentiallyBruce Evans1995-09-161-287/+16
* Fix correct_writedisklabel() and writedisklabel(). Their setting ofBruce Evans1995-08-281-11/+14
* On closer inspection, it turns out that all of the callers of disksortDavid Greenman1995-08-071-5/+1
* Since buffers can be pulled off of the disk queue at interrupt time andDavid Greenman1995-08-071-2/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Woops, add back that #define...it's used later in the file.David Greenman1995-03-181-1/+8
* Fixed comments and removed b_cylinder #define.David Greenman1995-03-181-13/+5
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknoDavid Greenman1995-03-181-13/+6
* Finish the previous change. The device name got lost in diskerr().Bruce Evans1995-03-121-2/+2
* Use dsname() to get consistent names.Bruce Evans1995-02-221-13/+6
* Adjust slice names in diskerr() for the rearranged slice numbers. TheBruce Evans1995-02-161-11/+11
* Print `slicename' and not a bogus pointer in diskerr()Bruce Evans1994-12-221-2/+2
* Duplicate readdisklabel() and writedisklabel() and remove DOS stuff fromBruce Evans1994-12-161-7/+145
* Julian Elischer's disklabel fixes.Jordan K. Hubbard1994-10-271-86/+146
* This basically allows you to stick a disklabel on any partition.Poul-Henning Kamp1994-10-171-1/+4
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,Poul-Henning Kamp1994-10-081-5/+11
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-4/+101
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+364