| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct use of .Nm, use .Bx Free for FreeBSD. Add rcsid, remove unused | Philippe Charnier | 1998-07-06 | 2 | -119/+109 |
| * | Add rcsid. Remove unused #includes. Use err(3) and check spelling. Reorganize | Philippe Charnier | 1998-06-30 | 2 | -94/+79 |
| * | Split usage string. | Philippe Charnier | 1998-06-30 | 2 | -8/+14 |
| * | Document -r flag, document use of TAPE env variable. Add rcsid. Use err(3). | Philippe Charnier | 1998-06-30 | 3 | -49/+67 |
| * | Add SYNOPSIS section and change NULL to NUL in man page. Add rcsid, missing | Philippe Charnier | 1998-06-30 | 2 | -74/+58 |
| * | Add rcsid. Remove unused #includes. Use err(3). | Philippe Charnier | 1998-06-30 | 2 | -32/+34 |
| * | Fixed printf format errors. | Bruce Evans | 1998-06-28 | 1 | -8/+8 |
| * | Fixed printf format errors. | Bruce Evans | 1998-06-28 | 1 | -1/+1 |
| * | Fix a spelling error. | Steve Price | 1998-06-04 | 1 | -1/+1 |
| * | Fix typo in prompt. | James Raynard | 1998-05-20 | 1 | -1/+1 |
| * | Add NTFS partition type. | David E. O'Brien | 1998-03-29 | 1 | -8/+16 |
| * | Use .An/.Aq. | Philippe Charnier | 1998-03-19 | 2 | -5/+5 |
| * | Add more DOS/Win95 partition types | Andrey A. Chernov | 1998-03-14 | 1 | -2/+5 |
| * | Oops, merge back 32bit fat description from -stable. | Andrey A. Chernov | 1998-03-07 | 1 | -1/+1 |
| * | Add primary fat-32 | Andrey A. Chernov | 1998-03-07 | 1 | -0/+1 |
| * | Add more info about special characters in dos2unix/unix2dos tables | Andrey A. Chernov | 1998-03-01 | 1 | -3/+11 |
| * | Add more info about -W option | Andrey A. Chernov | 1998-02-23 | 1 | -2/+4 |
| * | Note that default local charset assumed as ISO 8859-1 | Andrey A. Chernov | 1998-02-23 | 1 | -1/+3 |
| * | Implement loadable DOS<->local conversion tables for DOS names | Andrey A. Chernov | 1998-02-23 | 5 | -37/+92 |
| * | Implement loadable upper->lower local conversion table | Andrey A. Chernov | 1998-02-23 | 2 | -7/+30 |
| * | Add missing DESTDIR | Andrey A. Chernov | 1998-02-23 | 1 | -2/+2 |
| * | Add loadable local<->Unicode conversion support for Win95 names | Andrey A. Chernov | 1998-02-22 | 4 | -5/+75 |
| * | Support for FAT32 partitions. | Jordan K. Hubbard | 1998-02-18 | 2 | -26/+86 |
| * | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | Bruce Evans | 1998-01-20 | 1 | -2/+1 |
| * | Fixed some FUD (don't blame current msdosfs for old msdosfs+vfs_bio bugs). | Bruce Evans | 1997-12-19 | 1 | -8/+17 |
| * | Don't install mount_msdos setuid root. Lite2's mount(2) handles | Bruce Evans | 1997-10-21 | 1 | -4/+1 |
| * | Many places in the code NULL is used in integer context, where | Poul-Henning Kamp | 1997-09-18 | 1 | -1/+1 |
| * | Support all mount flags that are supported in the kernel. | Bruce Evans | 1997-08-25 | 1 | -1/+4 |
| * | Show the real revision date and not the date that this | Steve Price | 1997-06-23 | 1 | -1/+1 |
| * | Number partitions 1-4, not 0-3. | Brian Somers | 1997-06-03 | 2 | -30/+30 |
| * | Don't overflow when calculating the size in MB of a partition. | Justin T. Gibbs | 1997-06-02 | 1 | -3/+12 |
| * | OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need | Warner Losh | 1997-05-02 | 1 | -0/+1 |
| * | Spelling police. | Daniel O'Callaghan | 1997-04-23 | 1 | -2/+2 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 2 | -3/+3 |
| * | Updated mount_msdos to use the Lite2 getvfsbyname() interface. | Bruce Evans | 1997-03-03 | 2 | -12/+14 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 8 | -8/+8 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 8 | -8/+8 |
| * | Sort cross references. | Wolfram Schneider | 1997-01-13 | 1 | -2/+3 |
| * | Minor mdoc/style fixes. | Mike Pritchard | 1996-12-23 | 1 | -1/+3 |
| * | Convert to mdoc format. | Mike Pritchard | 1996-12-23 | 1 | -152/+178 |
| * | Minor formatting/style fixes. | Mike Pritchard | 1996-12-09 | 2 | -9/+3 |
| * | This update adds the support for != 512 byte sector SCSI devices to | Søren Schmidt | 1996-12-01 | 1 | -5/+24 |
| * | Allow fdisk to be driven from a configuration file, making a 3rd-party | Jordan K. Hubbard | 1996-11-06 | 2 | -51/+771 |
| * | The dos() function needs a new second argument, containing the size | Bruce Evans | 1996-10-13 | 1 | -10/+13 |
| * | add missing comma(s) in .Xr macros | Wolfram Schneider | 1996-09-23 | 1 | -2/+3 |
| * | Don't use __dead or __pure in user code. They were obfuscations | Bruce Evans | 1996-09-14 | 1 | -2/+2 |
| * | add nextboot by default | Julian Elischer | 1996-08-09 | 1 | -2/+2 |
| * | slight man page additions re: deficiencies | Julian Elischer | 1996-08-09 | 1 | -0/+5 |
| * | Submitted by: archie@whistle.com | Julian Elischer | 1996-08-07 | 1 | -7/+6 |
| * | oops, make the magic number match that used in the bootblock.. | Julian Elischer | 1996-07-09 | 1 | -2/+2 |