summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
1998-09-15Remove the public declaration of gtime(), which is shipped with tzcode but iskleink
1998-09-14__RENAME() the libcompat regexp routines so they will not be used bytv
1998-09-14Fix typo in previous, and also don't version _setjmp/_longjmp; afterthorpej
1998-09-14Version setjmp(), longjmp(), _setjmp(), _longjmp(), sigsetjmp(), andthorpej
1998-09-13__LIBCxx_SOURCE__ refers to the library major number, not the NetBSD releasethorpej
1998-09-12Minor KNFing.mycroft
1998-09-12Do the syscall versioning.mycroft
1998-09-10Declare asctime_r(), ctime_r(), gmtime_r() and localtime_r(), and rearrangekleink
1998-09-07Oops, isinf() was never included in any X/Open interface specification.kleink
1998-09-05Assign my copyright to the TNF.pk
1998-09-05Assign my copyrights to TNF.pk
1998-08-28Use __format__, __printf__ for consistencytv
1998-08-28add asprintf and vasprintf, originally written by Todd Miller for OpenBSDperry
1998-08-03Per XSH5, define _XOPEN_IOV_MAX.kleink
1998-07-30Merge in recent changes from the private version of this header distributedkleink
1998-07-30__Namespace__ __protection__.mycroft
1998-07-28Add gid_from_group() and uid_from_user().mycroft
1998-07-28Sprinkle in some __attribute__((noreturn))s.mycroft
1998-07-27Actually, FreeBSD calls this mkdtemp(). No point in creating a new name.mycroft
1998-07-27Add a mktempdir(), like mkstemp(), but it creates a directory.mycroft
1998-07-27Nuke tmpnam() as well.mycroft
1998-07-27YP status codes are all unsigned.mycroft
1998-07-27Slight rearrangement.mycroft
1998-07-27Need cdefs.h.mycroft
1998-07-27If __AUDIT__ is defined, remove some traditional interfaces: gets, sprintf,mycroft
1998-07-27Mark more functions returning internal buffers for const auditing.mycroft
1998-07-27Make many of the new consts dependent on a new `__AUDIT__' flag, to avoidmycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26KNF nit.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-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