]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Document ioctls differently, like is done in other section four manpages.
[FreeBSD/FreeBSD.git] / lib /
2006-08-16 Wes PetersDocument EAGAIN failure per PR. (Finally!)
2006-08-15 Pawel Jakub DawidekWe operate on 'statfs' structures, not on 'fsstat'...
2006-08-14 Dima DorfmanImprove the wording. Remove the appositive about strcmp...
2006-08-13 Colin PercivalCorrectly handle the case in calloc(num, size) where
2006-08-11 Dag-Erling SmørgravAdditional debugging stuff I had in my tree.
2006-08-09 Marcel MoolenaarFix a bug in the size of the PMBR partition. Since...
2006-08-09 Marcel MoolenaarDefine NO_TLS on PowerPC.
2006-08-09 Maxim Konovalovo It speaks about struct msqid_ds not struct shmid_ds.
2006-08-08 David XuAxe unused member field.
2006-08-08 David XuGet number of CPUs and ignore spin count on single...
2006-08-07 Poul-Henning KampReturn length from fwopen() file callback instead of...
2006-08-04 Marcel MoolenaarBuild libthread_db on PowerPC.
2006-08-04 Marcel MoolenaarAdd stub functions. This allows libthread_db to be...
2006-08-04 Hajimu UMEMOTOCheck if the filedes of kevent is expected one. Though our
2006-08-04 Hajimu UMEMOTO_close() should be called instead of close() here.
2006-08-04 Yaroslav TykhiyCommit the results of the typo hunt by Darren Pilgrim.
2006-08-03 Xin LIIn DCE 1.1, the time_low value is defined as an unsigne...
2006-08-01 Tim KientzleIf skip_file_dev and skip_file_ino haven't been set...
2006-07-31 Yaroslav TykhiyStop enforcing dependencies between MK_* options at...
2006-07-30 Simon L. B. NielsenPass BN_CTX to internal functions instead of allocating...
2006-07-30 Tim KientzleConditionally include sys/mkdev.h on platforms (such...
2006-07-30 Tim KientzleUse 'skip' when ignoring data in tar archives. This...
2006-07-29 Tim KientzleDon't mention 'pax' in the context of POSIX-1988, since
2006-07-29 Tim KientzleRemove mention of 'tp' format, since that support has...
2006-07-29 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2006-07-28 Simon L. B. NielsenDo not put BN_CTX structures on the stack, but instead...
2006-07-28 Stefan FarfelederRemove debug code.
2006-07-27 Jason EvansConditionally expand the size_invs lookup table in...
2006-07-27 Olivier HouchardUse 4 as QUANTUM_2POW_MIN on arm as it is on any other...
2006-07-27 Yaroslav Tykhiystyle.Makefile(5) is good for our eyes.
2006-07-27 Yaroslav TykhiyRespect MK_INET6_SUPPORT.
2006-07-27 Jason EvansFix cpp logic in arena_malloc() to adjust size when...
2006-07-26 Warner LoshRemove stale comment about arm
2006-07-26 Yaroslav TykhiyRespect MK_INET6_SUPPORT.
2006-07-26 Yaroslav TykhiyFix build w/o INET6.
2006-07-26 John BirrellIncrease the number of CPUs to 32 to suit sun4v.
2006-07-25 Yaroslav TykhiyRev. 1.44 of this file didn't introduce a right solution,
2006-07-25 David Xu1. Don't override underscore version of aio_suspend...
2006-07-23 Norikatsu ShigemuraAdd missing ;.
2006-07-23 Hajimu UMEMOTOdo not overload the port number on to the return value of
2006-07-23 Norikatsu ShigemuraAdd missing syscalls.
2006-07-23 Hajimu UMEMOTOstop use of mutex lock in ICMP lookup.
2006-07-22 Hajimu UMEMOTOremove obsolete comments.
2006-07-21 Hajimu UMEMOTOsimplification in explore_numeric: unified the post...
2006-07-21 Hajimu UMEMOTORFC3493 requires use of inet_aton for AF_INET.
2006-07-21 Hajimu UMEMOTOclean-up: rewrote explore_null and explore_numeric...
2006-07-21 Hajimu UMEMOTO- draft-ietf-ipngwg-icmp-namelookups-09
2006-07-17 Stefan FarfelederUse variadic macros that comply with C99. Keep the...
2006-07-17 Stefan FarfelederChange the GCC specific __FUNCTION__ to C99's __func__.
2006-07-17 Stefan FarfelederMake the variadic macro debug() comply to C99.
2006-07-17 Stefan FarfelederUse a prototype for res_init().
2006-07-17 Xin LIUnexpand two TAILQ_FOREACH_SAFE cases.
2006-07-15 Warner LoshNote the convention that humanize_number follows.
2006-07-14 Maxim Konovalovo compat_group() and files_group() are more complicated...
2006-07-13 David XuCaching scheduling policy and priority in userland...
2006-07-13 David XuUse thr_setscheduler, thr_getscheduler and thr_setsched...
2006-07-12 Maxim Konovalovo Add missed comma, xref kld(4).
2006-07-12 David XuUse kernel facilities to support real-time scheduling.
2006-07-12 David Xu__error could be called too early before libthr is...
2006-07-07 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2006-07-07 Robert WatsonFollowing repo-copy of mac_is_present_np.3 to mac_is_pr...
2006-07-07 Bruce EvansFixed the threshold for using the simple Taylor approxi...
2006-07-05 Bruce EvansFixed tanh(-0.0) on ia64 and optimizeed tanh(x) for...
2006-07-05 Bruce EvansRemoved the optimized asm versions of scalb() and scalb...
2006-07-05 Bruce EvansBacked out rev.1.10. It tried to implement ldexpf...
2006-07-01 Jason EvansUse some math tricks in arena_run_reg_dalloc() to avoid...
2006-06-30 Jason EvansMake the behavior of malloc(0) standards-compliant...
2006-06-27 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2006-06-23 Giorgos Keramidastwalk() expects an `action' function not a comparison...
2006-06-23 Brian SomersRemove some unused variables
2006-06-21 Konstantin BelousovMake the mincore(2) return ENOMEM when requested range...
2006-06-21 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2006-06-20 Jason EvansAdd a missing case for the switch statement in arena_ru...
2006-06-19 David E. O'BrienUpdate for the 'file' 4.17 import.
2006-06-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2006-06-17 Maxim Konovalovo Typo: ownship -> ownership.
2006-06-15 Maxim Konovalovo Make grep ^strlcpy work: put a return value type...
2006-06-14 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2006-06-13 Maxim Konovalovo Sort .Xrs.
2006-06-13 Poul-Henning KampAdd xref to statfs(2)
2006-06-13 Dag-Erling SmørgravRespect FETCH_BIND_ADDRESS when opening the data connec...
2006-06-13 Dag-Erling SmørgravFix a bug introduced in rev 1.92, where, when changing...
2006-06-11 Shunsuke AkiyamaSpecify default path for SHLIBDIR before bsd.own.mk...
2006-06-09 Xin LIDon't build IPv6 support if we have choosen not to...
2006-06-09 Maxim Konovalovo Remove a cruft prevented libpthread sigaction(2)...
2006-06-08 Marius StroblThis commit was generated by cvs2svn to compensate...
2006-06-06 Maksim YevmenkinFix an unwanted gcc4 warning.
2006-06-05 Xin LI - ANSIfy.
2006-06-05 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-06-05 Konstantin BelousovReplace absolute addressing in the call instructions...
2006-06-05 Robert WatsonAdd audit_submit.3 to the set of man pages built and...
2006-06-05 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-06-05 Xin LIInclude strings.h for bzero()
2006-06-03 David XuRemove unused member.
2006-06-02 David XuRemove unused member field m_queue.
2006-06-01 Maxim Konovalovo Record a file offset for a last successfully parsed...
2006-06-01 Maxim Konovalovo Document the fact truncate(2) has no effect for ...
2006-05-31 Xin LIExplicitly request pre-zeroed memory instead of memset...
2006-05-30 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
next