FreeBSD Bugzilla – Attachment 27221 Details for
Bug 46253
madvise(2) manual page is too specific
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.26 KB, created by
Jeroen Ruigrok/Asmodai
on 2002-12-14 10:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeroen Ruigrok/Asmodai
Created:
2002-12-14 10:40:02 UTC
Size:
1.26 KB
patch
obsolete
>Index: src/lib/libc/sys/madvise.2 >=================================================================== >RCS file: /home/ncvs/FreeBSD/src/lib/libc/sys/madvise.2,v >retrieving revision 1.24 >diff -u -r1.24 madvise.2 >--- src/lib/libc/sys/madvise.2 24 Aug 2002 00:39:43 -0000 1.24 >+++ src/lib/libc/sys/madvise.2 14 Dec 2002 10:31:43 -0000 >@@ -50,21 +50,8 @@ > system call > allows a process that has knowledge of its memory behavior > to describe it to the system. >-The known behaviors are given in >-.Aq Pa sys/mman.h : >-.Bd -literal >-#define MADV_NORMAL 0 /* no further special treatment */ >-#define MADV_RANDOM 1 /* expect random page references */ >-#define MADV_SEQUENTIAL 2 /* expect sequential references */ >-#define MADV_WILLNEED 3 /* will need these pages */ >-#define MADV_DONTNEED 4 /* don't need these pages */ >-#define MADV_FREE 5 /* data is now unimportant */ >-#define MADV_NOSYNC 6 /* no explicit commit to physical backing store */ >-#define MADV_AUTOSYNC 7 /* default commit method to physical backing store */ >-#define MADV_NOCORE 8 /* do not include these pages in a core file */ >-#define MADV_CORE 9 /* revert to including pages in a core file */ >-.Ed > .Pp >+The known behaviours are: > .Bl -tag -width MADV_SEQUENTIAL > .It Dv MADV_NORMAL > Tells the system to revert to the default paging
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46253
: 27221