| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't create superblocks with size larger than SBSIZE (8192). The | bde | 1998-01-19 | 1 | -0/+4 |
* | Guard against a block size of 0 in the label. When the first | bde | 1998-01-19 | 3 | -0/+15 |
* | Removed most unused includes of <net/if_var.h> outside the kernel. | bde | 1998-01-16 | 1 | -2/+1 |
* | Fixed some spelling errors. | bde | 1998-01-16 | 1 | -2/+2 |
* | Use err(3). Change exit(-1). Remove unused #include. | charnier | 1998-01-14 | 1 | -35/+27 |
* | Use err(3). Change exit(-1), and make exit values equal to 1 when errors. | charnier | 1998-01-12 | 1 | -84/+52 |
* | change s_port to ntohs(s_port) for printf in DEBUG. | darrenr | 1998-01-11 | 2 | -4/+4 |
* | Pass an actual empty environment to execle() as per POSIX rather than | alex | 1998-01-10 | 1 | -10/+28 |
* | Added environment parameter to execle calls. | alex | 1998-01-08 | 1 | -3/+3 |
* | Bump up packet and byte counters to 64-bit unsigned ints. As a | alex | 1998-01-08 | 1 | -14/+32 |
* | Correct a comment from my last commit. | alex | 1998-01-08 | 1 | -2/+2 |
* | Allow 'shutdown datespec' to work into the next century. Handle dates | alex | 1998-01-08 | 1 | -1/+12 |
* | Format mismatch in error message. | alex | 1998-01-08 | 1 | -2/+2 |
* | Remove more unused #includes. | charnier | 1998-01-07 | 1 | -3/+1 |