Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 1995 20:24:55 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/kern syscalls.master
Message-ID:  <199511120424.UAA22144@freefall.freebsd.org>

index | next in thread | raw e-mail

bde         95/11/11 20:24:54

  Modified:    sys/kern  syscalls.master
  Log:
  Fixed the args list for mount().  We're not ready for the BSD4.4lite2/
  NetBSD interface.
  
  Increased the bogusness of the args list for mmap().  The args lists for
  most of the memory mapping functions are bogus.  The args lists in
  syscalls.master are a little better than the ones in the args structs
  currently being used, but the improvement for mmap() changed the object
  code and I don't want to worry about that now.
  
  Increased the bogusness of the args list for fcntl.  BSD4.4lite2/NetBSD
  uses `void *' instead of int for the third arg.  This has the advantage
  of working when `void *'s are longer than ints, but requires extra bogus
  casts that I hope to avoid.
  
  Fixed the args list for uname.  `struct outsname' seems to be a typo,
  not an old interface.
  
  Added comments about bogus args lists for open, mount, msync, munmap,
  mprotect, madvise, mincore, fcntl, semsys, msgsys and shmsys.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511120424.UAA22144>