| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't install mount_msdos setuid root. Lite2's mount(2) handles | bde | 1997-10-21 | 1 | -4/+1 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -1/+1 |
* | Support all mount flags that are supported in the kernel. | bde | 1997-08-25 | 1 | -1/+4 |
* | Show the real revision date and not the date that this | steve | 1997-06-23 | 1 | -1/+1 |
* | Number partitions 1-4, not 0-3. | brian | 1997-06-03 | 2 | -30/+30 |
* | Don't overflow when calculating the size in MB of a partition. | gibbs | 1997-06-02 | 1 | -3/+12 |
* | OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need | imp | 1997-05-02 | 1 | -0/+1 |
* | Spelling police. | danny | 1997-04-23 | 1 | -2/+2 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 2 | -3/+3 |
* | Updated mount_msdos to use the Lite2 getvfsbyname() interface. | bde | 1997-03-03 | 2 | -12/+14 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 8 | -8/+8 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 8 | -8/+8 |
* | Sort cross references. | wosch | 1997-01-13 | 1 | -2/+3 |
* | Minor mdoc/style fixes. | mpp | 1996-12-23 | 1 | -1/+3 |
* | Convert to mdoc format. | mpp | 1996-12-23 | 1 | -152/+178 |
* | Minor formatting/style fixes. | mpp | 1996-12-09 | 2 | -9/+3 |
* | This update adds the support for != 512 byte sector SCSI devices to | sos | 1996-12-01 | 1 | -5/+24 |
* | Allow fdisk to be driven from a configuration file, making a 3rd-party | jkh | 1996-11-06 | 2 | -51/+771 |
* | The dos() function needs a new second argument, containing the size | bde | 1996-10-13 | 1 | -10/+13 |
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 1 | -2/+3 |
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -2/+2 |
* | add nextboot by default | julian | 1996-08-09 | 1 | -2/+2 |
* | slight man page additions re: deficiencies | julian | 1996-08-09 | 1 | -0/+5 |
* | Submitted by: archie@whistle.com | julian | 1996-08-07 | 1 | -7/+6 |
* | oops, make the magic number match that used in the bootblock.. | julian | 1996-07-09 | 1 | -2/+2 |
* | Obtained from: Whistle Communications | julian | 1996-07-09 | 3 | -0/+328 |
* | Code clean up. Prototypes, parentheses around assignments used in | alex | 1996-06-21 | 1 | -34/+68 |
* | One program I missed in removing MOUNT_* constants. | wollman | 1996-05-13 | 1 | -17/+21 |
* | Add a small message to the ``CAVEATS'' section saying if you get the | gpalmer | 1996-04-03 | 1 | -1/+9 |
* | Fix even more spelling errors in some more man pages. | mpp | 1996-01-30 | 2 | -4/+4 |
* | Move some tables to "const" and remove some unused vars. | phk | 1996-01-07 | 1 | -7/+6 |
* | Fix the spelling of 'partition'. | jmz | 1996-01-04 | 1 | -4/+4 |
* | This upgrades the driver for Cronyx-Sigma multiplexor boards | jkh | 1995-10-04 | 1 | -3/+65 |
* | remove the calls to DIOCWLABEL, as it isn't supported any more | julian | 1995-10-03 | 1 | -0/+4 |
* | Use default COPTS. | dg | 1995-09-17 | 1 | -2/+1 |
* | Update to the slices era. Make /dev/rfoo0 the defaults, not | joerg | 1995-09-01 | 2 | -15/+81 |
* | Remove -O2 from COPTS, known rogue | ache | 1995-08-29 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -78/+78 |
* | Add NEXTSTEP as claiming partition code 0xA7. | gpalmer | 1995-04-17 | 1 | -0/+1 |
* | Recognise Linux filesystems. | jkh | 1995-01-14 | 1 | -2/+3 |
* | Remove excessive argc checking. It was impossible to set `dtrwait' and | bde | 1995-01-10 | 1 | -1/+2 |
* | Fight agaist hanging modems: add new drainwait option. | ache | 1995-01-05 | 2 | -12/+38 |
* | rc.local -> rc.serial | ache | 1994-12-05 | 1 | -3/+3 |
* | Fix another path that was broken by moving things to sbin/i386. | bde | 1994-12-04 | 1 | -2/+2 |
* | Move i386-specific programs into i386 subdirectory. | wollman | 1994-12-02 | 2 | -2/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r4910, | wollman | 1994-12-02 | 4 | -0/+1010 |
|\ |
|
| * | Cronyx/Sigma sync/async serial driver with PPP support | wollman | 1994-12-02 | 4 | -0/+1010 |
* | NetBSD -> FreeBSD | nate | 1994-11-19 | 1 | -4/+4 |
* | Add support for filesystem-specific `-o' options, and re-implement the | wollman | 1994-11-01 | 1 | -2/+2 |
* | Don't write outside of partp[] if the user gives an invalid partition | bde | 1994-10-25 | 1 | -1/+2 |