1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Bruce Evans f886b4857a Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.
This fixes several bugs and one missing feature:
- cluster_read() was needlessly used for reading files of size exactly 1
  block.
- EFAULT errors for read didn't terminate the loop.  This was probably
  harmless.
- IO_VMIO handling was missing near line 275.  I don't know what this does.
- B_CLUSTEROK was only set if (doclusterwrite) nead line 293.  This was
  harmless, if only because another bug prevents doclusterwrite from being
  0.
- MNT_NOATIME wasn't implemented.

This should be in 2.2, of course.

Reviewed by:	davidg
1996-11-08 18:50:09 +00:00
bin Replace collate_range_cmp call with its code 1996-10-31 07:22:48 +00:00
contrib Restore 8bit stripped down in all lines 1996-11-06 00:12:14 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc make the /etc/sendmail.cw file optional by default. 1996-11-08 05:22:50 +00:00
games If not on a tty, don't do "--more--" processing. Someday, I will get 1996-11-07 09:27:23 +00:00
gnu Fixed a bug in the handling of the directories in the search path 1996-11-08 02:12:40 +00:00
include Remove collate_range_cmp 1996-10-31 14:41:30 +00:00
lib - Avoid possible SEGVs: never call clnt_destroy() without checking 1996-11-08 01:42:02 +00:00
libexec Correct the ancient paths here in case someone ever uncomments this again. 1996-11-05 05:13:39 +00:00
lkm Prepare kernel to take advantage of "branded" ELF binaries. 1996-10-16 17:51:08 +00:00
release 1. Eliminate the sendmail.cw bogon again. Peter fixed it correctly. 1996-11-08 05:38:27 +00:00
sbin Fixed a bug in the handling of the directories in the search path 1996-11-08 02:12:40 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Merge from 2_1_0 1996-11-08 13:27:00 +00:00
sys Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c. 1996-11-08 18:50:09 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin add PATH variable 1996-11-05 07:24:48 +00:00
usr.sbin 1. Eliminate the sendmail.cw bogon again. Peter fixed it correctly. 1996-11-08 05:38:27 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile use NOSHARE variable to skip 'share' directory, useful for shared installations 1996-11-01 19:03:33 +00:00