]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Revise the part on VLAN support in physical interfaces.
[FreeBSD/FreeBSD.git] / lib /
2005-01-28 Ruslan ErmilovTypo.
2005-01-28 Ruslan ErmilovProperly terminate sentence.
2005-01-28 Hajimu UMEMOTOuse strdup().
2005-01-28 Ruslan ErmilovClean up makefile.
2005-01-27 Hajimu UMEMOTOmake _getipnodebyname_multi() static.
2005-01-27 Hajimu UMEMOTOimplement AI_NUMERICSERV (as defined in RFC3493).
2005-01-27 Hajimu UMEMOTOfill ai_canonname field for numeric hostname, by the...
2005-01-27 Hajimu UMEMOTOquery A RR before AAAA RR.
2005-01-27 David Schultz- Move the functions presently described in in ieee...
2005-01-27 David SchultzDon't compile the gdtoa package's strtoIg.c into libc.
2005-01-26 Tim KientzleThis should (finally) fix the 64-bit build. <sigh>
2005-01-25 Tim KientzleFix some signed/unsigned mismatches.
2005-01-25 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2005-01-25 Tim KientzleBasic support for ZIP archives.
2005-01-24 Giorgos KeramidasEISCONN may be returned by sendto() if an attempt is...
2005-01-24 Philippe Charnierspell "file system" correctly
2005-01-24 Philippe Charnierspell "file system" correctly
2005-01-24 Ruslan ErmilovMarkup and grammar fixes.
2005-01-24 Robert WatsonWhen "no_ccache" is set as an argument to the pam_krb5...
2005-01-24 George V. Neville... Update man pages to be in line with guidelines for...
2005-01-24 George V. Neville... Fix a dangling MKLINK from my last commit.
2005-01-24 Olivier HouchardDefine FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNW...
2005-01-23 David SchultzUpdate comment to reflect the code change in the previo...
2005-01-23 David SchultzMany changes, including the following major ones:
2005-01-23 David Schultz- Document ldexpf().
2005-01-23 David Schultz- Document frexpf().
2005-01-23 George V. Neville... Submitted by: George V. Neville-Neil (gnn at freebsd...
2005-01-23 Robert WatsonThe final argument to verify_krb_v5_tgt() is the debug...
2005-01-23 David SchultzIf x == y, return y, not x. C99 (though not IEEE 754...
2005-01-23 George V. Neville... Submitted by: George V. Neville-Neil (gnn at freebsd...
2005-01-23 Robert WatsonMinor white space tweak.
2005-01-23 Tim KientzleSet the format code and name correctly for:
2005-01-22 Andrey A. ChernovEspecially mention that setting errno to EINVAL in...
2005-01-22 David SchultzAdd fma() and fmaf(), which implement a fused multiply...
2005-01-22 David SchultzReplace the ldexp() implementation in libc with a renam...
2005-01-21 Ruslan ErmilovFixed xrefs.
2005-01-21 Ruslan ErmilovFixed punctuation in xrefs.
2005-01-21 Andrey A. ChernovWhitespace/style tweaking of prev. commit.
2005-01-21 Ruslan ErmilovReflect the reality; only crypt(3) uses /etc/auth.conf
2005-01-21 Ruslan ErmilovFixed xref.
2005-01-21 Ruslan ErmilovFixed xrefs.
2005-01-21 Andrey A. ChernovPOSIX says that 0[xX] prefix is _optional_ even in...
2005-01-20 Ruslan ErmilovSort sections.
2005-01-20 Tim KientzleSupport 'CE' records in Rockridge extensions
2005-01-18 David SchultzCut out the gordian handling of subnormals by bit fiddl...
2005-01-18 David SchultzCorrect the values of FLT_ROUNDS for the FE_UPWARD...
2005-01-16 Tim KientzleImplement a custom print formatter (archive_string_vspr...
2005-01-16 Ruslan ErmilovUse the \*(If string provided by mdoc(7), to represent...
2005-01-16 Ruslan ErmilovRemoved redundant .br call.
2005-01-16 Philippe CharnierStandardize 2 error messages: start with lowercase...
2005-01-15 Ruslan ErmilovRemoved empty line.
2005-01-15 Ruslan ErmilovEliminate macro calls inside literal displays.
2005-01-15 Ruslan ErmilovFixed markup bug.
2005-01-15 Ruslan ErmilovMarkup: convert a display to a list.
2005-01-15 Ruslan ErmilovMarkup style.
2005-01-15 David SchultzAdd a file missed in the previous commit:
2005-01-15 David SchultzEliminate gdtoa.mk and move its contents to ${MACHINE_A...
2005-01-15 David Schultzamd64 assembly versions of sqrt(), lrint(), and llrint...
2005-01-15 David SchultzMost libm routines depend on the rounding mode and...
2005-01-15 David SchultzBraino. Revert rev 1.50.
2005-01-14 David SchultzRemove numerous references to VAX floating-point and...
2005-01-14 David SchultzSet math_errhandling to MATH_ERREXCEPT. Now that we...
2005-01-14 David SchultzRemove some #if 0'd code.
2005-01-14 Ruslan ErmilovMarkup fixes.
2005-01-14 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2005-01-14 Ruslan ErmilovTiny markup nits.
2005-01-14 David SchultzMark all inline asms that read the floating-point contr...
2005-01-14 Nate LawsonThis commit was generated by cvs2svn to compensate...
2005-01-13 Stefan FarfelederFixed too many of "the", and enclose multi-word argumen...
2005-01-13 David SchultzImport the subset of J.T. Conklin's single-precision...
2005-01-13 Jonathan Chenremember to reset nextgrp in getnetgrent(), so that...
2005-01-13 David SchultzThe isnormal() in rev 1.2 should have been isfinite...
2005-01-13 David SchultzThings that are broken, unneeded, and unused since...
2005-01-13 Ruslan ErmilovMarkup nits.
2005-01-13 Ruslan ErmilovFixed too many of "the", and enclose multi-word argumen...
2005-01-13 Stefan FarfelederImplement and document ceill().
2005-01-13 Stefan FarfelederBump .Dd for the last commit.
2005-01-13 Ruslan ErmilovRevert last delta. The ASCII code 0 character is ...
2005-01-12 Stefan FarfelederHook up and document floorl().
2005-01-12 Stefan FarfelederImplement floorl().
2005-01-12 Stefan FarfelederWhitespace nit.
2005-01-12 Tim KientzleBring some file descriptions in line with reality.
2005-01-12 Brian SomersFix some signed/unsigned comparisons. Fix prototypes...
2005-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2005-01-11 David SchultzAdd MI implementations of [l]lrint[f]() and [l]lround...
2005-01-11 David SchultzDocument [l]lrint[f]() and [l]lround[f]().
2005-01-11 David SchultzFaster lrint() and llrint() implementations for x86.
2005-01-11 David SchultzMark inline stmxcsr instructions as volatile, since...
2005-01-11 Ruslan ErmilovScheduled mdoc(7) sweep.
2005-01-11 Ruslan ErmilovSanitize the markup, as prompted.
2005-01-11 Tom RhodesRemnant code (broken, unhooked) from a.out which I...
2005-01-10 Brian Somersinclude "alias.h", not <alias.h>
2005-01-10 Tim Kientzlelibarchive does much more than just tar ;-)
2005-01-09 Tim J. RobbinsImplement rpmatch(), a semi-standard interface (as...
2005-01-08 Tim KientzleRecognize and parse symlinks in ISO9660 CDROM images...
2005-01-08 Tim KientzleDocumentation improvements. In particular,
2005-01-08 Tim KientzleCorrectly document the order of arguments
2005-01-08 Tim KientzleClear the error buffer on entry
2005-01-08 Jeffrey HsuMore fixes to the copyright notice.
2005-01-08 Jeffrey HsuFix copyright notice.
next