Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163269880
D54335.id168503.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D54335.id168503.diff
View Options
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -714,10 +714,10 @@
/*
* vm_fault_trap:
*
- * Helper for the page fault trap handlers, wrapping vm_fault().
- * Issues ktrace(2) tracepoints for the faults.
+ * Helper for the machine-dependent page fault trap handlers, wrapping
+ * vm_fault(). Issues ktrace(2) tracepoints for the faults.
*
- * If a fault cannot be handled successfully by satisfying the
+ * If the fault cannot be handled successfully by updating the
* required mapping, and the faulted instruction cannot be restarted,
* the signal number and si_code values are returned for trapsignal()
* to deliver.
@@ -1657,10 +1657,10 @@
* The given address should be truncated to the proper page address.
*
* KERN_SUCCESS is returned if the page fault is handled; otherwise, a
- * Mach error specifying why the fault is fatal is returned.
+ * Mach error code explaining why the fault is fatal is returned.
*
- * The map in question must be alive, either being the map for current
- * process, or the owner process hold count incremented to prevent
+ * The map in question must be alive, either being the map for the current
+ * process, or the owner process hold count has been incremented to prevent
* exit().
*
* If the thread private TDP_NOFAULTING flag is set, any fault results
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 22, 3:02 PM (9 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35323465
Default Alt Text
D54335.id168503.diff (1 KB)
Attached To
Mode
D54335: vm_fault_trap(): fix comments grammar
Attached
Detach File
Event Timeline
Log In to Comment