Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another merging from sbin/fdisk/fdisk.8. | nyan | 2007-05-10 | 1 | -68/+75 |
| | | | | | PR: 109929 Submitted by: Alex Kozlov | ||||
* | Reduce diffs against fdisk/fdisk.8. | nyan | 2007-05-09 | 1 | -158/+142 |
| | |||||
* | - A partition number is allowed to 1-8. | nyan | 2007-05-09 | 1 | -11/+5 |
| | | | | | | - Remove non-exist -b flag. - Add reference to boot98cfg and newfs. - s/disklabel/bsdlabel/ | ||||
* | Because there are so many more partitions on pc98 than on wintel (16 | imp | 2007-04-21 | 2 | -66/+82 |
| | | | | | | | | | | | | vs 4), supress all unused partition output unless -v is specified. This makes operating on a 'typical' disk with one partition less painful. The 30 lines needed for the empty partitions no longer scroll the useful information off the screen. When the user requests a specific partition, the unused information is not suppressed. Also add the partition name to the -s output. Initialize the partition name to 'FreeBSD' when -I is specified. | ||||
* | Markup fixes. | ru | 2006-09-18 | 1 | -2/+4 |
| | |||||
* | o Bump date (thanks ru) | imp | 2006-02-26 | 1 | -18/+11 |
| | | | | | | | | | o Also, fdisk_pc98 appears to support -i, so add it to the man page. o Ditto -v o Change the name from PC partition table maintenance program to NEC PC-98x1 partition table maintenance program, since it is possible to have a DOS MBR formatted disk on FreeBSD/pc98 now (although we don't install any tools for this). | ||||
* | Fixes and new features: | imp | 2006-02-26 | 2 | -12/+62 |
| | | | | | | | | | | | | | | | | | | o Merge the -I switch from i386 verison to initialize the partition table to use the maximum amount possible for a single FreeBSD table. o Improve warning when the geom method fails (which I think it always will until geom_pc98 is updated to respond to this ctl message) o when writing out the boot sector, we have to write out a minimum of 1024 bytes or the sector size. This is different than the i386 case where we need to write out a minimum of 512 bytes (which is also the minimum sector size). We already handle this difference on reading, but didn't in writing, so attempting to write a new partition table would fail. o Add MID to the -s output, since pc98 users are likely interested in both of these parameters. # I can now initialize disks on my pc98 machine either by -I or by # manually entering the parameters. I don't know if fdisk -B works or not, # since I'm not willing to risk my only working boot disk to test it.. | ||||
* | Merged from src/sbin/fdisk/fdisk.c revision 1.81. | nyan | 2005-09-18 | 1 | -1/+4 |
| | | | | | | - Call gctl_free() to free resource allocated with gctl_get_handle(). MFC after: 3 days | ||||
* | Merged from src/sbin/fdisk. | nyan | 2005-07-15 | 2 | -28/+45 |
| | | | | - Attempt gctl verb "write MBR" when updating. | ||||
* | - Merged some missing changes from fdisk/fdisk.c. | nyan | 2005-05-01 | 2 | -434/+39 |
| | | | | | - Remove ifdef PC98. - Make WARN=4 clean. | ||||
* | Merged more changes from fdisk/fdisk.c. | nyan | 2005-05-01 | 1 | -26/+7 |
| | |||||
* | Merged from src/sbin/fdisk/fdisk.c revision 1.77. | nyan | 2005-05-01 | 1 | -2/+2 |
| | |||||
* | Merged from src/sbin/fdisk/fdisk.c revision 1.75. | nyan | 2004-10-24 | 1 | -1/+1 |
| | | | | (Don't prepend "/dev" if an argument given is an absolute pathname.) | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -23/+45 |
| | |||||
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
| | | | | Use WARNS?= instead of WARNS=. | ||||
* | Oops, DIOCGPC98 should be DIOCSPC98. | nyan | 2003-05-01 | 1 | -1/+1 |
| | |||||
* | Merged from src/sbin/fdisk/Makefile revision 1.10. | nyan | 2003-05-01 | 1 | -1/+4 |
| | |||||
* | Merged from src/sbin/fdisk/fdisk.c revision 1.69. | nyan | 2003-05-01 | 1 | -1/+6 |
| | |||||
* | MFi386: Use DIOCGPC98 ioctl. | nyan | 2003-02-11 | 1 | -16/+57 |
| | |||||
* | Rename the dos_partition structure for pc98 to pc98_partition. | nyan | 2003-01-04 | 1 | -12/+13 |
| | |||||
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
| | | | | Add FreeBSD Id tag where missing. | ||||
* | mdoc(7) police: fixed the misplaced .Bl call. | ru | 2002-12-23 | 1 | -1/+1 |
| | |||||
* | Merged various changes from src/sbin/fdisk/fdisk.c revisions up to 1.66. | nyan | 2002-10-27 | 1 | -758/+426 |
| | |||||
* | Don't use DPCYL and DPSECT macros. These are not needed. | nyan | 2002-10-07 | 1 | -8/+8 |
| | | | | Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh) | ||||
* | Include <sys/diskpc98.h> | nyan | 2002-10-04 | 1 | -0/+1 |
| | |||||
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 2 | -10/+10 |
| | |||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -8/+9 |
| | |||||
* | Add missing \ before an 'n' to get the proper newline when running | imp | 2002-03-27 | 1 | -1/+1 |
| | | | | fdisk -s for each partition. | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -1/+1 |
| | | | | with a trailing zero-width space: `e.g.\&'. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -12/+12 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -5/+5 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: added missing .Os call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -2/+3 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -8/+8 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -26/+19 |
| | |||||
* | Sync with sbin/i386/fdisk/fdisk.c revision 1.37. | nyan | 2000-06-05 | 1 | -1/+1 |
| | | | | (Don't try to open the /dev/rXXX device.) | ||||
* | Added PC98 version of fdisk. | kato | 2000-03-18 | 3 | -0/+2015 |