freebsd-dev/lib/libc/i386/sys
Bruce M Simpson abd498aa71 Add the mlockall() and munlockall() system calls.
- All those diffs to syscalls.master for each architecture *are*
   necessary. This needed clarification; the stub code generation for
   mlockall() was disabled, which would prevent applications from
   linking to this API (suggested by mux)
 - Giant has been quoshed. It is no longer held by the code, as
   the required locking has been pushed down within vm_map.c.
 - Callers must specify VM_MAP_WIRE_HOLESOK or VM_MAP_WIRE_NOHOLES
   to express their intention explicitly.
 - Inspected at the vmstat, top and vm pager sysctl stats level.
   Paging-in activity is occurring correctly, using a test harness.
 - The RES size for a process may appear to be greater than its SIZE.
   This is believed to be due to mappings of the same shared library
   page being wired twice. Further exploration is needed.
 - Believed to back out of allocations and locks correctly
   (tested with WITNESS, MUTEX_PROFILING, INVARIANTS and DIAGNOSTIC).

PR:             kern/43426, standards/54223
Reviewed by:    jake, alc
Approved by:    jake (mentor)
MFC after:	2 weeks
2003-08-11 07:14:08 +00:00
..
brk.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
cerror.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
exect.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
i386_clr_watch.c track gratuitous change to sys/i386/include/reg.h 2002-10-21 03:47:22 +00:00
i386_get_ioperm.2 mdoc(7) police: "The .Fn system call". 2002-12-18 12:39:25 +00:00
i386_get_ioperm.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
i386_get_ldt.2 Allow foot shooting as Linux emulation needs it. 2003-08-04 19:11:56 +00:00
i386_get_ldt.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
i386_set_ioperm.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
i386_set_ldt.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
i386_set_watch.3 english(4) police. 2002-12-27 12:15:40 +00:00
i386_set_watch.c track gratuitous change to sys/i386/include/reg.h 2002-10-21 03:47:22 +00:00
i386_vm86.2 Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
i386_vm86.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
Makefile.inc Add the mlockall() and munlockall() system calls. 2003-08-11 07:14:08 +00:00
Ovfork.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
pipe.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
ptrace.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
reboot.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
sbrk.S Use '_end' symbol instead of 'end' to initialize minbrk and curbrk 2002-08-08 17:28:07 +00:00
setlogin.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
sigreturn.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
syscall.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00