summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26Oops; that wasn't quite right.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-14Change ld.so default behavior to RTLD_LOCAL, and make RTLD_LOCAL into atv
1998-07-08For the sake of XPG3 and later, provide TMP_MAX; consistent with the defintionkleink
1998-07-02Addendum to previous change: since pread()'s and pwrite()'s first officialkleink
1998-06-30Prototype pread(2) and pwrite(2) if !defined(_POSIX_C_SOURCE).thorpej
1998-06-22pid/gid is not int but pid_t/gid_t (u_int32_t (unsigned!)).msaitoh
1998-06-22Typo: POSXI -> POSIX.tv
1998-06-19* Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting ofkleink
1998-06-08move pw_scan from util.h to pwd.h, add _PASSWORD_{OLDFMT,NOWARN} flagslukem
1998-06-05Add a prototype for fdatasync(2).kleink
1998-06-01* Further name space protection reorganization: distinguish between variouskleink
1998-06-01* Reorganize name space protection.kleink
1998-05-25Reorganize name space protection, mostly related to interfaces introduced inkleink
1998-05-24Make the rename() prototype available to XPG Issue <=3 applications only; thekleink
1998-05-14Need <dlfcn.h> for Dl_info.thorpej
1998-05-12Add `dladdr()' rtld entry point.pk
1998-05-12Add dladdr() and `Dl_info' structure; interface cloned from Solaris 2.pk
1998-05-11add missing backslashdrochner
1998-05-11Reorganize name space protection.kleink
1998-05-11Fix comment typo in previous.kleink
1998-05-10* Remove the inclusion of <sys/param.h>; the most common use for this waskleink
1998-05-10Reorganize name space protection.kleink
1998-05-08KNF for comments (sigh)fair
1998-05-07Change the file mode argument to dbopen() and the db backends from int tokleink
1998-05-07Reorganize name space protecion. Also, change file mode argument tokleink
1998-05-07Reorganize name space protection.kleink
1998-05-06Per XSH98, define the RTLD_LOCAL flag. In this implementation it's a NOP,kleink
1998-05-06Make strtok_r() available to _XOPEN_SOURCE >= 500, and fix the protection ofkleink
1998-05-06Change the type of the `namelen' argument of gethostname(), getdomainname(),kleink
1998-05-06Reorganize name space protection.kleink
1998-05-06Reorganize name space protection.kleink
1998-05-06For completeness, add REG_ENOSYS.kleink
1998-05-06Reorganize name space protection.kleink
1998-05-06Per POSIX and X/Open, don't include <sys/types.h> but make only time_tkleink
1998-05-06Don't make NULL available to _XOPEN_SOURCE.kleink
1998-04-27Move the #include <strings.h> line inside a !defined(_XOPEN_SOURCE) blocktv
1998-04-27If _XOPEN_SOURCE isn't defined, provide <string.h> definitions forkleink
1998-04-08C++ has a very different concept of "exception." Delimit struct exceptiontv
1998-04-07Update STDPATH and DEFPATH as suggested by PR#4304. Document more carefullyfair
1998-03-31Replace the old GLOB_ABEND constant with (the standardized) GLOB_ABORTED.kleink
1998-03-27Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument ofkleink
1998-03-25Protect the dlctl() prototype and the DL_* macros against _XOPEN_SOURCE;kleink
1998-03-25Add support for mips.mhitch