summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2003-06-27Citrus iconv support(4)tshiozak
2003-06-25Citrus iconv support (1)tshiozak
2003-06-11Define the maximum segment size allowed under RFC 2348 (TFTP Blocksize Option)briggs
2003-06-05EBENISANIDIOT: Remove a spurious '#endif' that crept in under the radar.bjh21
2003-06-05P_tmpdir isn't in POSIX, so only define it for _XOPEN_SOURCE andbjh21
2003-06-05Namespace cleanup: _assert is in the application's namespace, and thus shouldbjh21
2003-05-30Add RTLD_SELF, RTLD_NEXT, RTLD_DEFAULT, from FreeBSDchristos
2003-05-28add mutex locking and dirent_r.christos
2003-05-17Add long double support.thorpej
2003-05-15regenerate files for heimdal 0.6lha
2003-05-05bcrypt_gensalt() isn't defined in any X/Open standard I've got convenientbjh21
2003-05-05Header cleanup:bjh21
2003-05-05Fix the signatures of inet_addr(), inet_lnaof(), inet_makeaddr(), inet_netof(),bjh21
2003-05-03add _PATH_RANDOM and _PATH_URANDOMlukem
2003-04-29Fix things so that _NETBSD_SOURCE correctly exposes the dirfd() andbjh21
2003-04-29Header file cleanup:bjh21
2003-04-29Header file cleanup:bjh21
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-04-24Add _PATH_KSYMS.ragge
2003-04-19don't use TRUE or FALSEchristos
2003-04-14Well, _The_ Open Group.kleink
2003-04-14Use the real TOG specification name for references.kleink
2003-04-14seteuid() and setegid() were adopted in IEEE Std 1003.1-2001 + X/Openjdolecek
2003-04-11add functions to retrieve option values.christos
2003-04-071003.1-2001 has introduced unsetenv() which differs from the currentkleink
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-03-22install mntopts.hjdolecek
2003-03-22move getmntopts(3) to libutil, build and install also it's manpagejdolecek
2003-03-20set version to 0.5nb2 (fix of Kerberos 4 protocol problem)lha
2003-03-19x_handy is currently used only by xdr_mem and contains the number of byteschristos
2003-03-11add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)tshiozak
2003-03-07add fgetws() and fputws() (lib/20576).tshiozak
2003-03-05changes related to lib/20576 and lib/20577.tshiozak
2003-03-03 - add wctob() function. (I forgot it at the last commit.)tshiozak
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
2003-03-01Add _Exit(), for C99 and POSIX-2001.bjh21
2003-02-27As with _REENTRANT, don't provide simple non-locking macro versions ofkleink
2003-02-15add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signalsjdolecek
2003-02-05Sprinkle some restrict.kleink
2003-01-28unknown, not unkown. Noted by mjl.wiz
2003-01-27The last change I made was a little aggressive in changing the paths ofelric
2003-01-26Prepend krb5/ to include paths that live in /usr/include/krb5/ so thatelric
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-21Sprinkle some restrict.kleink
2003-01-21Need <sys/cdefs.h>.kleink
2003-01-20add support for p1003.1b semaphores. From FreeBSDchristos
2003-01-19Add some threadlib stubs that are used by X:thorpej
2003-01-19* Wrap decls in __BEGIN_DECLS/__END_DECLS.thorpej
2003-01-19Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursivethorpej
2003-01-19Expose libc's thread stubs, which get magically turned into real pthreadthorpej