Age | Commit message (Expand) | Author |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-02 | Add '-h' flag, and '*' as a unit specifier for 'p' Editor command. | Kenneth R Westerback |
2009-05-31 | Never 'humanize' the sector offsets of partitions or 'total sectors'. | Kenneth R Westerback |
2009-05-29 | Clean up logic around exit values. Make getasciilabel() return 0 | Kenneth R Westerback |
2009-05-17 | Write out mountpoint info in writelabel() after label successfully | Kenneth R Westerback |
2009-05-05 | use logical or when it's intended to be a logical or; ok krw@ | Otto Moerbeek |
2009-04-30 | Prime mountpoint info with any fstab info that is available, with | Kenneth R Westerback |
2009-04-12 | When auto-allocating, check the size of the disk and display | Kenneth R Westerback |
2009-04-11 | Always display any mountpoint info available. Thus a simple -A will | Kenneth R Westerback |
2009-04-11 | readlabel() either errored out or returned a pointer to the global | Kenneth R Westerback |
2009-04-10 | Re-work '-A' so that it sets a flag that -E and -w use, and which will | Kenneth R Westerback |
2009-03-31 | When warning about a non-zero partition offset, show DL_GETPOFFSET() | Kenneth R Westerback |
2009-03-31 | Tweak comment to remove discussion of now non-existant 2 stage | Kenneth R Westerback |
2009-03-30 | lint; mostly unused variables, carefully checked against all platforms | Theo de Raadt |
2009-03-29 | No more NUMBOOT==2 stuff around, nuke it for sake of clarity. | Tobias Weingartner |
2009-03-29 | otto points out that the -v printing changes are incompatible with the | Theo de Raadt |
2009-03-28 | Move some output under the control of the '-v' flag. In particular only | Kenneth R Westerback |
2009-03-28 | make -B not even show up in usage on non-NUMBOOT systems; ok jmc krw | Theo de Raadt |
2009-03-22 | tweak previous; | Jason McIntyre |
2009-03-22 | Add 'A' command to Editor mode, and -A flag to automatically execute it | Kenneth R Westerback |
2009-02-15 | Don't display, or save via the editor 's' command, the fsize and | Kenneth R Westerback |
2009-01-11 | On *ppc disks shared with MacOS, walk the Apple partition map to find out | Miod Vallat |
2008-08-11 | fix a6 partition lookup where a static variable was incorrectly used in | Reyk Floeter |
2008-08-10 | spacing; remove non-existent flag from synopsis. | Igor Sobrado |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-07-10 | Die -r, die! Eliminate stray -r in usage text. Spotted by James Hartley. | Kenneth R Westerback |
2008-07-09 | Read 'vendor' flag from ASCII disklabel since we print it. Fixes | Kenneth R Westerback |
2008-07-01 | Initialize variable before checking against NULL. | Ray Lai |
2008-06-25 | In interactive mode, always suggest offsets and sizes inside the | Otto Moerbeek |
2008-06-25 | allow to install and boot the OpenBSD A6 partition and disklabel in an | Reyk Floeter |
2008-06-04 | setbootflag() must be done before checksum'ing the label. Bug introduced | Theo de Raadt |
2008-04-07 | Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside a | Kenneth R Westerback |
2008-04-07 | Restore boot block (-B) support that was incorrectly deleted during | Kenneth R Westerback |
2008-04-06 | nwflag is never set now that '-r' is no more, so remove it and the warning | Kenneth R Westerback |
2008-04-06 | Fix logic botch I introduced with r1.123 which effectively disabled | Kenneth R Westerback |
2008-03-23 | Nuke disklabel -r. All labels come from the kernel via ioctl. | Kenneth R Westerback |
2008-01-24 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback |
2008-01-21 | changes to disklabel's usage: | Igor Sobrado |
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt |
2007-06-25 | some trivial delinting | Theo de Raadt |
2007-06-23 | expand size/offset to 16 characters, and drop the Cyl comments which | Theo de Raadt |
2007-06-18 | If disklabel(8) is run against unreadable media (e.g. a blank cd) | Kenneth R Westerback |
2007-06-18 | -r will die. Until then, make sure any labels it dredges up are | Kenneth R Westerback |
2007-06-17 | On Sun machines, disklabels coming from the kernel will now have a d_flags | Theo de Raadt |
2007-06-08 | second pass, some fields slipped through the first time around | Otto Moerbeek |
2007-06-08 | Make disklabel(8) aware of the new fields, allowing for larger than | Otto Moerbeek |
2007-06-07 | do not complain about c not being a multiple of lp->d_secpercyl; ok millert | Theo de Raadt |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-24 | Make 'disklabel -w -d <disk>' work. i.e. write the default disklabel | Kenneth R Westerback |