Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/sys/mmap.c
RevisionDateAuthorComments
 1.15  20-Mar-2012  matt Convert to C89 prototypes. Remove use of __P
 1.14  23-Nov-2007  uebayasi branches: 1.14.30;
KNF; no variable name in function prototype.
 1.13  22-Nov-2007  dsl Change all the syscall C 'glue' functions (most of which just add in an
extra argument to ensure that 'off_t' parameters are even numbered
parameters for stack alignment reasons on 32 bit systems) to use a normal
'syscall' wrapper for __foo instead of using __syscall(SYS_foo, ... ).
This saves all the faffing needed to get a 32bit return value on sparc.
Auto-generate the extra syscall wrappers.
Move swapon.c into the correct list (swapon() uses swapctl()).
This probably means there are very few users of syscall() and __syscall() left.
 1.12  07-Aug-2003  agc branches: 1.12.22;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.11  22-Jan-2000  mycroft Delint.
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.
 1.10  15-Nov-1998  christos delint
 1.9  14-Oct-1998  kleink Need internal names for ftruncate(), lseek(), mmap(), pread() and pwrite().
 1.8  16-Oct-1997  christos caddr_t -> void *
PR/4269: Chris Demetriou: Add MS_* to msync()
 1.7  13-Jul-1997  christos Fix RCSID's
 1.6  23-Dec-1996  cgd Fix quad_t __syscall() return goofs. Now these should work on big-endian
systems, too.
 1.5  20-Dec-1996  cgd pull in unistd.h for prototypes
 1.4  27-Feb-1995  cgd clean up merge, fix Id's
 1.3  19-Oct-1994  cgd branches: 1.3.2;
cast
 1.2  06-May-1994  cgd clean
 1.1  02-Apr-1994  cgd branches: 1.1.1;
stubs, to get the padding right. so nasty it's almost unbelievable.
also, kill "special lseek" bogon.
 1.1.1.1  27-Feb-1995  cgd from Lite
 1.3.2.1  18-Apr-1995  jtc #include "namespace.h"
 1.12.22.1  09-Jan-2008  matt sync with HEAD
 1.14.30.1  17-Apr-2012  yamt sync with head

RSS XML Feed