Searched hist:36563 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sbin/fdisk/
H A Dfdisk.8diff 95002 Thu Apr 18 14:25:18 MDT 2002 trhodes Fix the fdisk(8) manual page.
s/partition/slice/ in fdisk.8
fix a bug in fdisk(8) where it did not honer -t when using -I

PR: 36563 and 35688
Submitted by: bde
Reviewed by: bde
H A Dfdisk.cdiff 95002 Thu Apr 18 14:25:18 MDT 2002 trhodes Fix the fdisk(8) manual page.
s/partition/slice/ in fdisk.8
fix a bug in fdisk(8) where it did not honer -t when using -I

PR: 36563 and 35688
Submitted by: bde
Reviewed by: bde
/freebsd-10.1-release/sys/nfsclient/
H A Dnfs_bio.cdiff 36563 Mon Jun 01 09:32:53 MDT 1998 peter Make sure we go a nfs_fsinfo() in get/putpages before calling
readrpc/writerpc, since they assume it's already been done. This could
break if the first read/write access to a nfs filesystem was an exec() or
mmap() instead of a read(), write() syscall. (or statfs()).
nfs_getpages() could return an errno (EOPNOTSUPP) instead of a VM_PAGER_*
return code. Some layout tweaks for the get/putpages code.

Completed in 153 milliseconds