]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Make profiling work for ELF. gprof now autodetects the format of
[FreeBSD/FreeBSD.git] / lib / libc /
1998-09-06 jdpThis commit was generated by cvs2svn to compensate...
1998-09-06 dillonReviewed by: Andrey A. Chernov <ache@nagual.pp.ru>...
1998-09-06 jkoshyUse a varargs style prototype in the manual page, with...
1998-09-05 jbUse INT_MAX instead of LONG_MAX since the variable...
1998-09-05 jbChange a test for NETBSD_SYSCALLS to __alpha__. We...
1998-09-05 jbChange the profile data file name from gmon.out to...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-02 jdpImplement the weak aliases for private entry points...
1998-08-31 woschSort cross references.
1998-08-29 rvbThis commit was generated by cvs2svn to compensate...
1998-08-28 jkoshyTypo fix.
1998-08-27 abialThis commit was generated by cvs2svn to compensate...
1998-08-24 steveDescribe what constitues an exceptional condition.
1998-08-23 obrienThis commit was generated by cvs2svn to compensate...
1998-08-21 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 msmithThis commit was generated by cvs2svn to compensate...
1998-08-17 dfrUpdate to use the new elf headers.
1998-08-17 jbRemove support for NetBSD syscalls.
1998-08-17 jbRemove the comment about how to get NetBSD syscalls...
1998-08-15 phkAdd missing #include of <sys.types.h>
1998-08-15 phkI have added the support for BIG5 encoding into libc...
1998-08-08 jbIf using FreeBSD syscalls, handle the syscalls that...
1998-08-08 jbInclude FreeBSD's syscall.h if not using NetBSD syscalls.
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...
next