| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't print the 'writes: sync & async' stuff if we're mounted readonly | peter | 1998-03-27 | 2 | -6/+12 |
* | The logic in tape.c:getfile() doesn't allow for a filesystem | jkh | 1998-03-23 | 1 | -1/+3 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -5/+10 |
* | PR: 6104 | danny | 1998-03-23 | 1 | -2/+2 |
* | Initial bmake scaffolding for ipfilter userland stuff. | peter | 1998-03-21 | 5 | -0/+47 |
* | Make 'ifconfig -l ether' only list Ethernet interfaces. This is | eivind | 1998-03-19 | 1 | -5/+9 |
* | Use .An/.Aq. | charnier | 1998-03-19 | 3 | -8/+8 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 12 | -41/+39 |
* | Add more DOS/Win95 partition types | ache | 1998-03-14 | 2 | -4/+10 |
* | Some things only work on i386. | jb | 1998-03-13 | 1 | -5/+10 |
* | Get the arguments to show_usage right (like the MFC'ed code in -stable). | alex | 1998-03-13 | 1 | -3/+3 |
* | set timeout to 4 hours, large disks take a long time to low level format. | andreas | 1998-03-09 | 1 | -3/+3 |
* | Fix a type mismatch between a scanf format string and the | jdp | 1998-03-08 | 2 | -6/+6 |
* | Make this compile again. | steve | 1998-03-08 | 2 | -6/+6 |
* | If we are mounting the root filesystem, and we're accessing it through | msmith | 1998-03-08 | 4 | -6/+76 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 31 | -149/+491 |
* | Oops, merge back 32bit fat description from -stable. | ache | 1998-03-07 | 2 | -2/+2 |
* | Add primary fat-32 | ache | 1998-03-07 | 2 | -0/+2 |
* | If numdirs is zero, print a helpful message instead of divding by zero later. | phk | 1998-03-04 | 3 | -0/+12 |
* | Don't assume sigset_t and int are equivalent. | jraynard | 1998-03-02 | 1 | -2/+2 |
* | Andreas Klemm reported that 2 hours are too few to format a 9 GB | joerg | 1998-03-01 | 1 | -2/+2 |
* | Add more info about special characters in dos2unix/unix2dos tables | ache | 1998-03-01 | 3 | -9/+33 |
* | Minimize clock drift between getting and setting time | ache | 1998-02-25 | 1 | -9/+26 |
* | Fixed annoying warning for unused sccsid. | bde | 1998-02-24 | 2 | -4/+8 |
* | Add more info about -W option | ache | 1998-02-23 | 3 | -6/+12 |
* | Note that default local charset assumed as ISO 8859-1 | ache | 1998-02-23 | 3 | -3/+9 |
* | Implement loadable DOS<->local conversion tables for DOS names | ache | 1998-02-23 | 13 | -79/+276 |
* | Implement loadable upper->lower local conversion table | ache | 1998-02-23 | 6 | -21/+90 |
* | Add missing DESTDIR | ache | 1998-02-23 | 3 | -6/+6 |
* | Add loadable local<->Unicode conversion support for Win95 names | ache | 1998-02-22 | 10 | -15/+193 |
* | Remove the casts on signal() returns and compare the returned value | jb | 1998-02-20 | 1 | -5/+5 |
* | Support for FAT32 partitions. | jkh | 1998-02-18 | 6 | -78/+258 |
* | Converted putfsent() to Lite2 mount interface - don't use numeric | bde | 1998-02-13 | 2 | -4/+4 |
* | Alter ipfw's behavior with respect to fragmented packets when the packet | alex | 1998-02-12 | 2 | -2/+27 |
* | Document the enhanced behaviour of the '-c' flag. | msmith | 1998-02-10 | 1 | -2/+5 |
* | opt_diagnostic.h isn't needed anymore. | jhay | 1998-02-06 | 4 | -29/+9 |
* | fsdb and fsck use the ffs code which needs opt_diagnostic.h. | jhay | 1998-02-05 | 4 | -9/+29 |
* | Fixed the previous fix. The original path was annulled when it | bde | 1998-02-03 | 1 | -3/+4 |
* | Don't define KERNEL before including <nfs/nfs.h>. It is no longer | bde | 1998-02-01 | 1 | -3/+1 |
* | Spell 'implements' correctly. | steve | 1998-02-01 | 1 | -2/+2 |
* | Revert last commit and SEE ALSO pstat(8) instead. | steve | 1998-02-01 | 1 | -2/+2 |
* | Retire dumplfs, mount_lfs and newlfs | phk | 1998-01-30 | 16 | -2674/+0 |
* | Retire dumplfs mount_lfs newlfs | phk | 1998-01-30 | 1 | -3/+3 |
* | Make it clear that aliasing is done on the public interface, not | brian | 1998-01-29 | 1 | -2/+21 |
* | SEE ALSO swapinfo(8). | steve | 1998-01-25 | 1 | -1/+2 |
* | signal() returns an pointer, so must be cast to long, not int before | jb | 1998-01-25 | 1 | -5/+5 |
* | read() and write() return ssize_t not int, so the first arg to atomic() | jb | 1998-01-25 | 1 | -2/+3 |
* | Converted to Lite2 mount interface - use vfc_typenum from the | bde | 1998-01-20 | 1 | -9/+3 |
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 24 | -34/+10 |
* | mount(8) only uses realpath() for the mountpoint, so don't look up the | bde | 1998-01-19 | 1 | -6/+6 |