]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
[FreeBSD/FreeBSD.git] / lib /
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David SchultzUse size_t to avoid overflow when sorting arrays larger...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-12 Xin LIPlug memory leaks that is observed when argbuf or argsp...
2008-01-11 David Schultz- Correct the range check in the double version to...
2008-01-10 John BaldwinAdd a feature_present(3) function which checks to see...
2008-01-08 John BaldwinAdd a new file descriptor type for IPC shared memory...
2008-01-07 David Xusem_post() requires to return -1 on error.
2008-01-03 Jason EvansEnable both sbrk(2)- and mmap(2)-based memory acquisiti...
2008-01-03 Dag-Erling SmørgravCrib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian...
2008-01-03 Dag-Erling SmørgravAdd an internal utility function to simplify the many...
2008-01-01 Tim KientzleExtensive improvements to the libarchive_test test...
2008-01-01 Tim KientzleThe mtree.5 file has been moved to src/usr.sbin/mtree.
2007-12-31 Jason EvansFix a major chunk-related memory leak in chunk_dealloc_...
2007-12-31 Jason EvansFix a bug related to sbrk() calls that could cause...
2007-12-30 Rong-En Fan- Update build glue for 5.6-20071222
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-30 Tim KientzleUpdate libarchive to 2.4.10. This includes a number...
2007-12-30 Jeff Roberson - Update kvm_deadfiles to be compatible with the new...
2007-12-28 Jason EvansBack out premature commit of previous version.
2007-12-28 Jason EvansMaintain two trees instead of one (old_chunks --> old_c...
2007-12-28 Jason EvansRelease chunks_mtx for all paths through chunk_dealloc().
2007-12-27 Jason EvansAdd the 'D' and 'M' run time options, and use them...
2007-12-27 John BaldwinFix a typo in regards to the ENOENT error.
2007-12-21 John BaldwinClean up some of the pts(4) vs pty(4) stuff in grantpt...
2007-12-21 Dag-Erling SmørgravAdjust for OpenPAM Hydrangea.
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-20 John BaldwinInvoke revoke(2) on the slave pty in the pts(4) case...
2007-12-20 David Xucall underscore version of pthread_cleanup_pop instead.
2007-12-20 David XuRemove vfork() overloading, it is no longer needed.
2007-12-20 David SchultzGrumble. DO declare logbl(), DON'T declare logl() just...
2007-12-20 David SchultzRemove the declaration of logl(). The relevant bits...
2007-12-19 Ruslan ErmilovAdd missing dependencies on Makefile (fixes NO_CLEAN...
2007-12-19 Warner LoshReduce lock contention for simple cases.
2007-12-19 Warner LoshAdd note about other systems.
2007-12-19 Dag-Erling SmørgravAs several people pointed out, I did all the ctype...
2007-12-18 David SchultzMove all the xprintf-related symbols to FBSDprivate_1.0.
2007-12-18 David SchultzSince nan() is supposed to work the same as strtod...
2007-12-18 Dag-Erling SmørgravDocument NO_PROXY / no_proxy.
2007-12-18 Dag-Erling SmørgravAdd support for the NO_PROXY / no_proxy environment...
2007-12-18 Dag-Erling SmørgravOld patch I had lying around: correctly cast the argume...
2007-12-18 Jason EvansUse fixed point integer math instead of floating point...
2007-12-18 Maxim SobolevFix logical bug in the bzip2 reading code, which result...
2007-12-18 David SchultzCatch up with vfprintf.c,v 1.77.
2007-12-18 David SchultzRemove z_abs(). The z_*() functions were in libf77...
2007-12-17 Bruce EvansOops, the previous commit was not needed -- the file...
2007-12-17 Bruce EvansTranslate from the i386 so that this compiles and runs.
2007-12-17 Michael BushkovMoved logging out of the nss_method_lookup() in order...
2007-12-17 Bruce EvansDon't try to build s_nanl.c before it is committed.
2007-12-17 David SchultzAdd logbl(3) to libm.
2007-12-17 David XuAdd function prototypes.
2007-12-17 Jason EvansRefactor features a bit in order to make it possible...
2007-12-17 David SchultzDocument the fact that we have nan(3) now, and make...
2007-12-16 Daniel EischenRemove hacks to allow libkse to export its symbols...
2007-12-16 David SchultzImplement and document nan(), nanf(), and nanl(). This...
2007-12-16 David SchultzExport gdtoa's __ULto{x,Q}_D2A routine in a private...
2007-12-16 David SchultzArrange so that the NaN returned by strtod("nan", NULL...
2007-12-16 Poul-Henning KampAdd a berase() function which uses ioctl(DIOCGDELETE...
2007-12-15 David Schultz1. Add csqrt{,f}(3).
2007-12-15 David SchultzImplement and document csqrt(3) and csqrtf(3).
2007-12-14 Daniel EischenIncrement the version namespace for 8.0-current. New...
2007-12-14 Dag-Erling SmørgravClean up namespace violations.
2007-12-14 David SchultzUpdate the standards section, and make a minor clarific...
2007-12-14 David Xu1. Add function pthread_mutex_setspinloops_np to turn...
2007-12-14 David SchultzTypo in previous commit
2007-12-14 David SchultzSymbol.map additions for carg and cargf. (They're in...
2007-12-13 John BaldwinUpdate posix_openpt(3) to handle 512 ptys. This was...
2007-12-12 David Schultzs/C90/C99/
2007-12-12 David SchultzAdd a "STANDARDS" section.
2007-12-12 David SchultzImplement carg(3) and cargf(3).
2007-12-12 Wes PetersRemove license clause 3 to agree with the now-standard...
2007-12-12 Ruslan Ermilov- Fix setting of MK_GSSAPI option by bsd.own.mk; its...
2007-12-12 Michael BushkovImplementing 'fallback' nsswitch source. 'fallback...
2007-12-12 Alexey ZelkinRemove 3rd clause of license
2007-12-11 Andrey A. ChernovFix typo in the comment
2007-12-11 David XuEnclose all code for macro ENQUEUE_MUTEX in do while...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-10 Doug BartonHide the building and installation of libgssapi behind the
2007-12-09 David SchultzRemove some test instrumentation. (The Symbol.map chang...
2007-12-09 David SchultzFix handling of subnormals on i386/ia64/amd64.
2007-12-08 Remko LodderMake the warning a bit less 'broad' then it used to...
2007-12-07 Joseph KoshyImprove style(9) compliance and trim a long text line.
2007-12-06 Daniel EischenSet the tcb (thread control block) in the child process...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-04 Konstantin BelousovThe __used (== __attribute__((__used)) ) silences the...
2007-12-04 Tim KientzleIf a Zip entry has the "length at end" flag set, then...
2007-12-03 Hajimu UMEMOTOMerge BIND 9.4.2 into main chunk.
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Hajimu UMEMOTOVendor import of BIND 9.4.2
2007-12-03 Dag-Erling SmørgravSince jb@ fixed the type of dd_lock in <dirent.h>,...
2007-12-03 Konstantin BelousovRestore the branding of the ELF executables. The struct...
2007-12-03 Joseph KoshyAdd callchain parsing to -lpmc.
2007-12-03 Joseph KoshyReplace a spurious cross-reference to hwpmc(4) with...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-03 David SchultzIn scanf, round according to the current rounding mode.
2007-12-02 Doug BartonOne more glue update for BIND 9.4.2
2007-12-02 Doug BartonUpdate glue for BIND 9.4.2
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-01 Robert WatsonFor un-prototyped static inline functions declared...
2007-11-30 Daniel EischenWARNS=3'ify.
next