]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
This commit was generated by cvs2svn to compensate for changes in r37510,
[FreeBSD/FreeBSD.git] / lib / libc /
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-08 dtAn implementation of lockf() function call.
1998-07-08 peterReplace my original asprintf() and vasprintf() hacks...
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-07-03 phkfts_close calls free(sp), the ISSET(FTS_NOCHDIR) which...
1998-06-30 eivindCross-reference to sysconf(3).
1998-06-30 bdeFixed printf format errors.
1998-06-30 bdeFixed scanf format errors. The error handling is not...
1998-06-30 bdeFixed printf format errors. Don't assume so many thing...
1998-06-25 guidoFix btree problems. This passes regressions tests.
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-18 peterpreserve errno across the readlink() calls. There...
1998-06-14 peterDon't compile in the use of poll() when building libc_r...
1998-06-14 bdeDocument EINVAL return value.
1998-06-12 peterMake nlist() understand elf unconditionally
1998-06-11 peterUpdate the resolver parts to bind-8.1.2 level. I have...
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-10 jdpMove ftok() from libcompat to libc, so that it can...
1998-06-10 dannyFix grammar, "null" -> "NUL"
1998-06-10 jdpThis is a null commit to log the fact that I have done...
1998-06-09 jbRemove __NETBSD_SYSCALLS from CFLAGS now that it is...
1998-06-09 jbRename calls when building libc_r.
1998-06-09 jbMake this thread-safe in both libc as well as libc_r.
1998-06-09 jbRename when building libc_r.
1998-06-09 jbAdd rename support for libc_r.
1998-06-09 wpaulFix potential resource leak: when call to des_crypt_1...
1998-06-09 jbImplement compile time thread lock debug.
1998-06-09 jbRename fstat as _thread_sys_fstat if being built into...
1998-06-09 jbImplement thread support for libc_r. Make the lseek...
1998-06-09 jbImplement compile time debug mode for thread locks.
1998-06-09 jbAdd support for thread lock debug. No impact of the...
1998-06-09 jbImplement compile time debug support for spinlocks.
1998-06-06 steveFix this so that it compiles in the !__STDC__ case.
1998-06-06 jkoshySpelling corrections.
1998-06-06 jkoshySpelling nits.
1998-06-05 acheFix handling more than 1 char with non-C locale
1998-06-05 jkoshyMention that tftpd(8) also uses syslog(3).
1998-06-04 steveFix a bunch of spelling errors.
1998-06-03 jkoshyCorrect wrong claim about `telldir()' cookie lifetimes.
1998-06-01 msmithAdd a trivial mechanism for returning a useful default...
1998-05-31 steveSeveral sources including Unix98 say that semctl's...
1998-05-30 steveRemove references to getvfsbytype. Also remove getvfsb...
1998-05-26 steveRemove a couple style bugs from the code snippet that
1998-05-25 steveUpdate code example to reflect current practice.
1998-05-21 wpaulThe incorrect select() timeout calculation that I fixed...
1998-05-20 wpaulChange the sanity test here. It's not correct to assume...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-18 wpaulReplace the getpublickey() stub with the real thing.
1998-05-18 wpaulImprove DoS avoidance in RPC stream oriented transports...
1998-05-18 jkoshykill.1: Remove reference to obsolete sigvec(2) man...
1998-05-15 wpaulPatch RPC library to avoid possible denial of service...
1998-05-15 wpaulPatch RPC library to avoid possible denial of service...
1998-05-15 jbRemove a big hack after adding a small one to libc...
1998-05-15 jbNetBSD doesn't have a __getcwd syscall, so set have__ge...
1998-05-14 jbint -> long changes that reduce the diffs with the...
1998-05-14 acheRemove reference to signanosleep
1998-05-14 peterNuke signanosleep()
1998-05-11 jbCast a pointer to a long, not an int and make the arg...
1998-05-10 jbCast a pointer to a long, not an int before masking it.
1998-05-10 jbRemove 'of type long' from a sentence talking about...
1998-05-10 bdeFixed the usual missing dependencies on headers generat...
1998-05-09 bdeFixed the usual missing dependencies on headers generat...
1998-05-09 brianAdd a BUGS section and describe a problem I've been...
1998-05-08 jbThis is a hack to workaround source that is coded to...
1998-05-08 jbRemote the NetBSD kludge for vfprintf.c
1998-05-08 jbDon't assign the va_list variable 'ap' directly to...
1998-05-05 jbUse the thread-aware errno definition all the time.
1998-05-05 jbBuild the syscalls (in libc, not libc_r) with weak...
1998-05-05 jbRemove extern int errno and #include <errno.h> to get...
1998-05-05 jbRemove leading underscores from the FILE lock functions...
1998-05-05 jbRemove leading underscores for the functions (weak...
1998-05-05 jbIn a threaded library, expect the lock field to be...
1998-05-04 rnordierFix a few nits in quoted code fragments and elsewhere.
1998-05-03 jraynardTypo fix.
1998-05-03 jraynardPedantry (NULL -> NUL).
1998-05-03 jraynardDon't imply sigset_t == int.
1998-05-03 peterThis commit was generated by cvs2svn to compensate...
1998-05-02 peterResolve some unexpected differences when comparing...
1998-05-02 peterUpdate libc dns code to 4.9.7-T1B level. This involved...
1998-05-02 peterThis commit was generated by cvs2svn to compensate...
1998-05-01 brianGo back to version 1.16 - it was correct the way it...
1998-05-01 bdeFixed disordering and other style bugs in rev.1.50.
1998-05-01 brianconnect() returns -1 on error - not 0.
1998-04-30 acheAdd reference to setlocale(3)
1998-04-30 acheAdd reference to catopen(3)
1998-04-30 acheReturn -1 for invalid descriptor in catclose
1998-04-30 acheIf passed catgets descriptor is NULL or -1, return...
1998-04-30 acheForce loadType to 0
1998-04-30 acheImplement NL_CAT_LOCALE
1998-04-30 achePrototypes/typedefs cleanup
1998-04-30 jbOops, backout the previous change having confused my...
1998-04-30 jbChange the description of errno to match the thread...
1998-04-30 jbMake cerror thread aware by calling __error() to get...
1998-04-30 jbThe syscall that creates a kernel thread is coming...
1998-04-30 jbBuild __error.c into libc, but not libc_r. The weak...
1998-04-29 acheBasic support for LC_MESSAGES
1998-04-29 andreasThis commit was generated by cvs2svn to compensate...
1998-04-29 jbStop renaming these in libc_r because wrappered version...
next