freebsd-dev/lib/libc/amd64/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 Repair PIC mode. It seems I was a bit too excited about the 2003-05-24 17:35:23 +00:00
cerror.S Update for AMD64 after repocopy from i386/sys/*. This means: 2003-04-30 18:16:33 +00:00
exect.S Repair PIC mode. It seems I was a bit too excited about the 2003-05-24 17:35:23 +00:00
Makefile.inc Add the mlockall() and munlockall() system calls. 2003-08-11 07:14:08 +00:00
pipe.S Update for AMD64. Depend on %rdi (first syscall argument) being preserved 2003-04-30 18:13:48 +00:00
ptrace.S Repair PIC mode. It seems I was a bit too excited about the 2003-05-24 17:35:23 +00:00
reboot.S I have no idea why the reboot(2) syscall wrapper ends with iret, but 2003-04-30 18:14:44 +00:00
sbrk.S Repair PIC mode. It seems I was a bit too excited about the 2003-05-24 17:35:23 +00:00
setlogin.S Repair PIC mode. It seems I was a bit too excited about the 2003-05-24 17:35:23 +00:00
sigreturn.S
vfork.S Repair PIC mode. It seems I was a bit too excited about the 2003-05-24 17:35:23 +00:00