]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Allow for the fact that NetBSD syscalls are no longer the default. Call
[FreeBSD/FreeBSD.git] / lib / libc /
1998-08-08 jbAllow for the fact that NetBSD syscalls are no longer...
1998-08-08 jbMake NetBSD compatibility conditional on NETBSD_SYSCALL...
1998-08-08 jbReferences to NetBSD syscalls changed to just a comment...
1998-08-03 bdeFixed bitrot in prototypes in synopsis.
1998-08-03 bdeFixed missing header in synopsis.
1998-08-03 bdeisnetworktty -> isnettty. ttyent.h has already gone...
1998-08-03 peterThis commit was generated by cvs2svn to compensate...
1998-08-02 bdeFixed printf format errors.
1998-07-29 bdeFixed disordering in previous commit.
1998-07-29 hoekAdd missing period. We don't allow maternity leaves.
1998-07-28 jlemonu_int --> unsigned int, remove (now unneeded) <sys...
1998-07-28 jlemonoops, forgot to do ``cvs add'' first.
1998-07-28 jlemonAdd wrappers for i386_*_ioperm, i386_vm86 so userland...
1998-07-14 acheProvide meaningful errno value on error return
1998-07-14 bdeChanged to the C9x draft spelling of the (unsigned...
1998-07-10 bdeOops, fptrint_t still needs to be declared in <machine...
1998-07-10 bdeAdded a kernel-only typedef (ptrint_t) giving an integr...
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-09 jkoshyCorrect wording on range of addresses examined by ...
1998-07-08 dtAdd lockf().
1998-07-08 dtMake this look more FreeBSDish.
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...
next