]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
- Fix one line that erroneously crept in my last commit.
[FreeBSD/FreeBSD.git] / lib /
2007-08-03 desBack out previous commit until I figure out why my...
2007-08-03 desUse fcntl(2)-style locks instead of less-portable flock...
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-31 bushman- Getipnodebyname() and getipnodebyaddr() reimplemented...
2007-07-31 kientzleTwo minor nits:
2007-07-28 jkoshyCross-reference the correct manual page.
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-24 rrs - take out a needless panic under invariants for sctp_...
2007-07-24 simonSet timeout for all NIS RPC requests to 1 second and...
2007-07-22 desApply the same error checks to PAM_TTY in pam_sm_close_...
2007-07-22 desWhitespace cleanup
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-21 rafan- Correctly substitute variables like @NCURSES_MAJOR...
2007-07-20 scfAdded environ-replacement detection. For programs...
2007-07-20 kientzleFix a strict aliasing warning from GCC 4.1.
2007-07-15 kientzlearchive_string_ensure() used to call exit(3) if it
2007-07-15 kientzleAdd archive_entry_copy_gname() and archive_entry_copy_u...
2007-07-15 kientzleClarify one test.
2007-07-14 rwatsonDisconnect netatm from the build as it is not MPSAFE...
2007-07-14 bruefferTake a sentence into the present by removing a referenc...
2007-07-14 kientzleUse an uncompressed test archive for gtar sparse format...
2007-07-14 kientzleReport each failed test once, but keep a count and...
2007-07-14 rrs- Modular congestion control, with RFC2581 being the...
2007-07-14 kientzleRestore the 'break' that was inadvertently removed...
2007-07-14 kientzleExtend the basic tar reading test to exercise most...
2007-07-13 kientzleMake the test for reading gtar sparse entries more...
2007-07-13 kientzleNew test suite test_read_pax_truncated probes libarchive
2007-07-13 kientzleNew file "read_open_memory.c" is a custom variant of
2007-07-13 kientzleFix running individual tests via "libarchive_test ...
2007-07-12 cpercivaCorrect multiple security issues in how libarchive...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-07 kientzleFix installworld: /usr/bin/printf isn't available...
2007-07-06 kientzleMake test suite work with libarchive 1.3.1: Take advan...
2007-07-06 kientzleNew "version stamp" simplifies determining the exact...
2007-07-06 deischenFix a typo that prevented the quad symbols from being...
2007-07-05 peterFix remaining syntax errors (missing semicolons)
2007-07-05 dfrIf the mech_type argument to gss_display_status is...
2007-07-04 peterAdd missing \ characters in PSEUDO() macro on arm....
2007-07-04 peterChange the C wrappers for mmap/lseek/pread/pwrite/trunc...
2007-07-04 peterClassify mmap, lseek, pread, pwrite, truncate, ftruncat...
2007-07-04 peterAdjust the syscall stub macros to be consistent in...
2007-07-04 peterFix missing prototype warnings. (Compile errors with...
2007-07-04 scfSignificantly reduce the memory leak as noted in BUGS...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-02 rrs- Removes some incorrect error returns (errno was being...
2007-07-01 gnnCommit IPv6 support for FAST_IPSEC to the tree.
2007-06-30 dfrMerge fixes back from heimdal.
2007-06-27 kanFix sbrk.S to use _end symbol the same way brk.s was...
2007-06-26 kientzleFix 'bsdtar -t' on tape drives. Libarchive uses the
2007-06-26 mjacobAdd missing semi-colon.
2007-06-25 rrs- Fix wrong error return (the errno was being returned...
2007-06-22 rrs- Fix incorrect error return on sctp_getaddrlen
2007-06-22 kientzleOuch. I partially screwed up the last commit by
2007-06-22 kientzleSupport for writing the 'newc' cpio format, plus a...
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-19 bruefferClean up after previous commit: new sentence -> new...
2007-06-19 rrs- Fix the signature of sctp_connectx to match the funct...
2007-06-18 rafan- Bump share library version which were missed in last...
2007-06-18 bruefferMajor cleanup: mdoc macros, style, typos etc.
2007-06-18 acheAdd rewind() to the list of functions which may fail...
2007-06-18 acheAdd mbstate clear missed in one of the cases.
2007-06-18 davidxuFix library names.
2007-06-18 kientzleTrack whether the current read stream supports seek...
2007-06-16 rafan- Bump ncurses share library version for the coming...
2007-06-15 jasoneAdd information about the implications of using mmap...
2007-06-15 jasoneFix junk/zero filling for realloc(). Junk filling...
2007-06-15 simokawaRe-enable raw dump format support on i386 and amd64...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-14 hartiUse an array of size NGROUP_MAX for the getgroups(...
2007-06-14 hartiAccording to the documentation mech_type for gss_init_s...
2007-06-14 yarUse the current user's login class for the decisions...
2007-06-14 yarDocument the quirks of ~/.login_conf and LOGIN_MECLASS.
2007-06-14 yarImprove mdoc(7) markup.
2007-06-14 delphijRequire users to provide a length information for inet_...
2007-06-14 yarUpdate some comments, mostly regarding LOGIN_MECLASS...
2007-06-14 bdeOops, back out previous commit since it was backwards...
2007-06-14 bdeMFC: 1.11: fix the threshold for (not) using the simple...
2007-06-13 bruefferCatch up with the code.
2007-06-13 kientzleMake 'ar' write test a tad more portable.
2007-06-13 kientzleRead support for the new GNU tar sparse formats added...
2007-06-13 kientzleAdd some options to libarchive_test:
2007-06-13 kientzleFix a broken function declaration.
2007-06-13 sepotvinOptions spring cleanup:
2007-06-12 acheFix yet another (make install) stopper with wrong sourc...
2007-06-12 bmsFix typo in filename from mismerged earlier rev of...
2007-06-12 bmsFix a typo which crept in from an earlier version of...
2007-06-12 bmsAdd missing userland support files from previous commit...
2007-06-12 bmsImport rewrite of IPv4 socket multicast layer to suppor...
2007-06-11 rrs- Validate incoming addresses and sizes for connectx...
2007-06-11 bdeFix an aliasing bug which was finally detected by gcc...
2007-06-11 delphijAdd inet_ntoa_r, a reentrant version of inet_ntoa....
2007-06-11 kientzleDon't lose leading '/' for pathnames exactly 101 bytes...
2007-06-11 delphijDiff reduction against other *BSDs: ANSIfy function
2007-06-10 stefanfMerge NetBSD changes, among them:
2007-06-10 yarNow pam_nologin(8) will provide an account management...
2007-06-10 marcelFix bogon in previous commit: <machine/cpu.h> is still...
next