audk/StdLib/Include/sys
daryl.mcdaniel 0164fc8e76 StdLib: Fix some build problems and obscure bugs.
StdLib\
  BsdSocketLib\
    ns_print.c
      Use "%lu" format instead of "%Lu".  A capital 'L' specifies (long double) in print formats.
      Add a cast from char to (unsigned int) to match its sprintf format.
    res_debug.c
      Use "%lu" format instead of "%Lu".  A capital 'L' specifies (long double) in print formats.
  EfiSocketLib\
    Socket.c
      Update copyright & correct formatting
  Include\
    sys\
      EfiCdefs.h
        Update copyright date
        Change type of LONGN and ULONGN to INTN and UINTN, respectively.
      errno.h
        Update copyright date
        Add enum member '__ESUCCESS = 0'
      fcntl.h
        Update copyright date
        Improve comment for O_EXCL
      stat.h
        Update copyright date
        Reorder the S_* flags
        Put the S_* predicate macros in the same order as their flag definitions
        Add a function header comment to the stat() function declaration.
    errno.h
      Update copyright date
      Define new ESUCCESS error code
    wchar.h
      Update copyright date
      Correct the description of the Nptr parameter to the wcstol, wcstoll, wcstoul, and wcstoull functions.
    x86\float.h
      Update copyright date
      Define 'long double' limits for non-Microsoft compilers
  LibC\
    Containers\Queues\Fifo.c
      Rewrite to make more robust and secure (zeros out old data)
    StdLib\realpath.c
      Update copyright date
      Reformat descriptive comment for realpath()
      Add terminating CRLF

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by:  daryl.mcdaniel@intel.com
Reviewed-by:  Erik Bjorge <erik.c.bjorge@intel.com>
Reviewed-by:  Jaben Carsey <Jaben.carsey@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16096 6f19259b-4bc3-4df7-8a09-765794883524
2014-09-11 21:42:26 +00:00
..
EfiCdefs.h StdLib: Fix some build problems and obscure bugs. 2014-09-11 21:42:26 +00:00
EfiSysCall.h StdLib: Add multi-byte character support. The normal "narrow" character set is now UTF-8 instead of ASCII. 2012-06-15 19:58:39 +00:00
_ctype.h StdLib: Add isDirSep character classification macro and function. Implement several Posix functions and clean up EfiSysCall.h. Align file mode handling with UEFI file protocol flags. 2011-11-30 00:52:45 +00:00
_posix.h Add Socket Libraries. 2011-07-30 00:30:44 +00:00
ansi.h Update or add comments to files and functions for use by Doxygen. 2011-08-04 23:35:57 +00:00
bswap.h
callout.h
cdefs.h
cdefs_aout.h StdLib: Changes needed to support XCODE5 2014-09-09 21:59:08 +00:00
dirent.h StdLib: Fix dirent structure members to be of the correct type. 2011-11-02 23:41:29 +00:00
endian.h
errno.h StdLib: Fix some build problems and obscure bugs. 2014-09-11 21:42:26 +00:00
fcntl.h StdLib: Fix some build problems and obscure bugs. 2014-09-11 21:42:26 +00:00
fd_set.h
featuretest.h
file.h Add Socket Libraries. 2011-07-30 00:30:44 +00:00
filio.h StdLib: Add isDirSep character classification macro and function. Implement several Posix functions and clean up EfiSysCall.h. Align file mode handling with UEFI file protocol flags. 2011-11-30 00:52:45 +00:00
float_ieee754.h Update or add comments to files and functions for use by Doxygen. 2011-08-04 23:35:57 +00:00
ieee754.h
inttypes.h
ioccom.h StdLib: Fix some corrupted comments and inconsistent indentation. 2011-11-03 00:52:37 +00:00
ioctl.h
localedef.h
param.h
poll.h
pool.h
resource.h
select.h Add Socket Libraries. 2011-07-30 00:30:44 +00:00
signal.h Update or add comments to files and functions for use by Doxygen. 2011-08-15 19:05:36 +00:00
sigtypes.h
socket.h
sockio.h Add Socket Libraries. 2011-07-30 00:30:44 +00:00
stat.h StdLib: Fix some build problems and obscure bugs. 2014-09-11 21:42:26 +00:00
stdint.h
sysctl.h Add Socket Libraries. 2011-07-30 00:30:44 +00:00
syslimits.h StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code, Define MAX_OUTPUT, the Maximum number of bytes in a single terminal output operation. 2012-09-20 21:01:21 +00:00
termios.h StdLib: Add terminal type line editing (Interactive IO) for console devices. 2012-12-11 21:19:14 +00:00
time.h StdLib: Add isDirSep character classification macro and function. Implement several Posix functions and clean up EfiSysCall.h. Align file mode handling with UEFI file protocol flags. 2011-11-30 00:52:45 +00:00
types.h StdLib: Add isDirSep character classification macro and function. Implement several Posix functions and clean up EfiSysCall.h. Align file mode handling with UEFI file protocol flags. 2011-11-30 00:52:45 +00:00
uio.h
unistd.h StdLib: Add isDirSep character classification macro and function. Implement several Posix functions and clean up EfiSysCall.h. Align file mode handling with UEFI file protocol flags. 2011-11-30 00:52:45 +00:00
wait.h Add Socket Libraries. 2011-07-30 00:30:44 +00:00