]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Use target_read_memory() and extract_unsigned_integer() instead of direct
[FreeBSD/FreeBSD.git] / lib /
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 trhodesUpdate this manual page to describe the extattr_list_fi...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-28 dasAdjust the exponent before converting the result from...
2008-01-26 yarOur fts(3) API, as inherited from 4.4BSD, suffers from...
2008-01-25 bdeFix a harmless type error in 1.9.
2008-01-23 desFix a regression introduced in rev 1.99: replace fclose...
2008-01-23 kientzleTrack version # from the portable release.
2008-01-23 kientzleExplain a subtle API change that was made recently.
2008-01-23 kientzleProperly pad symlinks when writing cpio "newc" format.
2008-01-23 acheFix longstanding mb/wc functions segfault if error...
2008-01-23 acheBetter fix for longstanding segfault. Don't touch curre...
2008-01-23 ache1) Add (void) cast to _none_init() (while I am here)
2008-01-22 trhodesXref flopen.3 which references this manual page.
2008-01-21 acheIntroduce new encoding: "ASCII"
2008-01-21 bdeFix cutoffs. This is just a cleanup and an optimizatio...
2008-01-20 bdeOops, when merging from the float version to the double...
2008-01-19 bdeRemove the float version of the kernel of arg reduction...
2008-01-19 bdeDo an ordinary assignment in STRICT_ASSIGN() except...
2008-01-19 bdeUse STRICT_ASSIGN() for exp2f() and exp2() instead...
2008-01-19 bdeUse STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel...
2008-01-19 bdeUse STRICT_ASSIGN() for log1pf() and log1p() instead...
2008-01-19 bdeUse STRICT_ASSIGN() instead of assorted direct volatile...
2008-01-18 dasUse volatile hacks to make sure these functions generat...
2008-01-18 dasHook up exp2l() and related docs to the build.
2008-01-18 dasIntroduce a new log(3) manpage and move the relevant...
2008-01-18 dasImplement exp2l(). There is one version for machines...
2008-01-18 dasAdd a new union member to access the exponent and sign...
2008-01-18 kientzleI misread the Tinderbox error; this should really unbre...
2008-01-18 kientzleFix 64-bit build after my last commit. <sigh>
2008-01-18 kientzleThe previous commit caused the archive_write_disk inter...
2008-01-18 kientzleIssues with hardlinks in newc-format files prompted...
2008-01-18 kientzleReconnect the progress callback. It may not get called
2008-01-18 davidxuSYSTEM_SCOPE_ONLY flag is no longer needed, it is the...
2008-01-17 bdeAdd a macro STRICT_ASSIGN() to help avoid the compiler...
2008-01-17 bdeAdd an alternative view of the bits in an 80-bit long...
2008-01-16 remkoFix some style nits.
2008-01-15 dasOptimize this a bit better.
2008-01-15 jhbRemove some now-unused macros.
2008-01-15 kientzleHandle Zip archives that are "multi-part archives with...
2008-01-15 jhbPut back the openpty(3) and ptsname(3) fixes but don...
2008-01-15 cpercivaBack out last commit, since it accidentally broke pts.
2008-01-15 dasIn getttyent(3), if /etc/ttys doesn't end in a newline...
2008-01-15 kientzleSupport uppercase hex digits in cpio archives.
2008-01-14 jhbUpdate the manpage for openpty(3) to account for the...
2008-01-14 cpercivaFix issues which allow snooping on ptys. [08:01]
2008-01-14 dasChanging 'r' to a size_t in the previous commit turned...
2008-01-14 dasImplement rintl(), nearbyintl(), lrintl(), and llrintl().
2008-01-13 kientzleSince the tar bidder can never get called more than...
2008-01-13 obrienUpdate for the 'file' 4.23 import.
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 dasUse size_t to avoid overflow when sorting arrays larger...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-12 delphijPlug memory leaks that is observed when argbuf or argsp...
2008-01-11 das- Correct the range check in the double version to...
2008-01-10 jhbAdd a feature_present(3) function which checks to see...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2008-01-08 jhbAdd a new file descriptor type for IPC shared memory...
2008-01-07 davidxusem_post() requires to return -1 on error.
2008-01-03 jasoneEnable both sbrk(2)- and mmap(2)-based memory acquisiti...
2008-01-03 desCrib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian...
2008-01-03 desAdd an internal utility function to simplify the many...
2008-01-01 kientzleExtensive improvements to the libarchive_test test...
2008-01-01 kientzleThe mtree.5 file has been moved to src/usr.sbin/mtree.
2007-12-31 jasoneFix a major chunk-related memory leak in chunk_dealloc_...
2007-12-31 jasoneFix a bug related to sbrk() calls that could cause...
2007-12-30 rafan- Update build glue for 5.6-20071222
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-30 kientzleUpdate libarchive to 2.4.10. This includes a number...
2007-12-30 jeff - Update kvm_deadfiles to be compatible with the new...
2007-12-28 jasoneBack out premature commit of previous version.
2007-12-28 jasoneMaintain two trees instead of one (old_chunks --> old_c...
2007-12-28 jasoneRelease chunks_mtx for all paths through chunk_dealloc().
2007-12-27 jasoneAdd the 'D' and 'M' run time options, and use them...
2007-12-27 jhbFix a typo in regards to the ENOENT error.
2007-12-21 jhbClean up some of the pts(4) vs pty(4) stuff in grantpt...
2007-12-21 desAdjust for OpenPAM Hydrangea.
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-20 jhbInvoke revoke(2) on the slave pty in the pts(4) case...
2007-12-20 davidxucall underscore version of pthread_cleanup_pop instead.
2007-12-20 davidxuRemove vfork() overloading, it is no longer needed.
2007-12-20 dasGrumble. DO declare logbl(), DON'T declare logl() just...
2007-12-20 dasRemove the declaration of logl(). The relevant bits...
2007-12-19 ruAdd missing dependencies on Makefile (fixes NO_CLEAN...
2007-12-19 impReduce lock contention for simple cases.
2007-12-19 impAdd note about other systems.
2007-12-19 desAs several people pointed out, I did all the ctype...
2007-12-18 dasMove all the xprintf-related symbols to FBSDprivate_1.0.
2007-12-18 dasSince nan() is supposed to work the same as strtod...
2007-12-18 desDocument NO_PROXY / no_proxy.
2007-12-18 desAdd support for the NO_PROXY / no_proxy environment...
2007-12-18 desOld patch I had lying around: correctly cast the argume...
2007-12-18 jasoneUse fixed point integer math instead of floating point...
2007-12-18 sobomaxFix logical bug in the bzip2 reading code, which result...
2007-12-18 dasCatch up with vfprintf.c,v 1.77.
2007-12-18 dasRemove z_abs(). The z_*() functions were in libf77...
2007-12-17 bdeOops, the previous commit was not needed -- the file...
2007-12-17 bdeTranslate from the i386 so that this compiles and runs.
2007-12-17 bushmanMoved logging out of the nss_method_lookup() in order...
next