summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flaggibbs1997-09-211-77/+56
* Use the correct size for a sector in the search for a label inbde1997-07-131-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-011-9/+1
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-011-3/+3
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-201-1/+2
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-2/+2
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-031-72/+1
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEbde1996-04-191-1/+5
* More b_flags fixes.dyson1996-03-021-4/+4
* Fix a bug that b_flags was getting unnecessarily modified bydyson1996-03-011-3/+3
* Update the wd.c driver to use the new TAILQ scheme for devicedyson1995-11-231-1/+94
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-161-287/+16
* Fix correct_writedisklabel() and writedisklabel(). Their setting ofbde1995-08-281-11/+14
* On closer inspection, it turns out that all of the callers of disksortdg1995-08-071-5/+1
* Since buffers can be pulled off of the disk queue at interrupt time anddg1995-08-071-2/+7
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Woops, add back that #define...it's used later in the file.dg1995-03-181-1/+8
* Fixed comments and removed b_cylinder #define.dg1995-03-181-13/+5
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknodg1995-03-181-13/+6
* Finish the previous change. The device name got lost in diskerr().bde1995-03-121-2/+2
* Use dsname() to get consistent names.bde1995-02-221-13/+6
* Adjust slice names in diskerr() for the rearranged slice numbers. Thebde1995-02-161-11/+11
* Print `slicename' and not a bogus pointer in diskerr()bde1994-12-221-2/+2
* Duplicate readdisklabel() and writedisklabel() and remove DOS stuff frombde1994-12-161-7/+145
* Julian Elischer's disklabel fixes.jkh1994-10-271-86/+146
* This basically allows you to stick a disklabel on any partition.phk1994-10-171-1/+4
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,phk1994-10-081-5/+11
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-4/+101
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+364
OpenPOWER on IntegriCloud