]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-03-07 mux- Encapsulate the code responsible for initializing...
2005-03-07 hartiMove the 'M' and 'N' modifiers into their own function.
2005-03-07 phkAdd placeholder mutex argument to new_unrhdr().
2005-03-07 bruefferRemove superfluous .Pp call.
2005-03-07 delphijMake background fsck based summary adjustments actually...
2005-03-07 grehanReplaced previous hw.physmem extraction with des's...
2005-03-07 sobomaxHandle MSG_NOSIGNAL flag in linux_send() by setting...
2005-03-07 yarAdd a story about confusing information theory with...
2005-03-07 dasTest cases for nextafter{,f,l} and nexttoward{,f,l}.
2005-03-07 das- If z is 0, one of x or y is 0, and the other is infin...
2005-03-07 dasAdd manpage links for frexpf, frexpl, ldexpf, and ldexpl.
2005-03-07 dasDocument frexpl and ldexpl.
2005-03-07 dasDocument scalbnl and scalblnl.
2005-03-07 dasDocument nextafterl and nexttoward{,f,l}.
2005-03-07 dasAdd nexttoward to the list of implemented functions...
2005-03-07 dasDocument fmal.
2005-03-07 dasRemove ldexp and ldexpf. The former is in libc, and...
2005-03-07 das- Remove s_ldexpf.c (now aliased to scalbn.)
2005-03-07 das- Define FP_FAST_FMA for sparc64, since fma() is now...
2005-03-07 dasAlias scalbn as ldexpl and scalbnl on platforms where...
2005-03-07 das- Implement scalblnl.
2005-03-07 dasImplement nexttowardf. This is used on both platforms...
2005-03-07 dasImplement nexttoward and nextafterl; the latter is...
2005-03-07 das- Try harder to trick gcc into not optimizing away...
2005-03-07 das- Define LDBL_NBIT to be a mask indicating the position...
2005-03-07 dasDefine LDBL_NBIT to be a mask indicating the position...
2005-03-07 dasImplement frexpl.
2005-03-07 dasAlias frexp as frexpl on platforms where a long double...
2005-03-07 dasImplement fmal.
2005-03-07 das- Define the LDBL_PREC to be the number of significant...
2005-03-07 das- Define the LDBL_PREC to be the number of significant...
2005-03-07 dasDefine the LDBL_PREC to be the number of significant...
2005-03-07 dasAdd an assembly version of fmal.
2005-03-07 dasAdd scalbnl, also known as as ldexpl.
2005-03-07 dasAlias scalbnf as ldexpf. The two are identical in...
2005-03-07 wpaulWhen you call MiniportInitialize() for an 802.11 driver...
2005-03-07 grogCorrect indentation style:
2005-03-07 scottlRemove dead code.
2005-03-07 grehanphysmem is a much better indicator for 'real' memory...
2005-03-07 grehanAllow user to undersize memory with hw.physmem loader...
2005-03-07 muxFix typo.
2005-03-07 sobomaxRegen after addition of linux_nosys handler.
2005-03-07 sobomaxHandle unimplemented syscall by instantly returning...
2005-03-06 sobomaxWhen neither of supported frame type is enabled via...
2005-03-06 sobomaxFix ef(4) driver when kernel compiled w/o IPX.
2005-03-06 sobomaxAlways produce cpuX entries, even in the case when...
2005-03-06 cognetUse [ldr|str]t instead of [ldr|str] when accessing...
2005-03-06 cognetMake sure ARM_TP_ADDRESS is accessible right now by...
2005-03-06 scottlUse correct flags for bus_dma_tag_create().
2005-03-06 alcDeclare as volatile the memory location referenced...
2005-03-06 scottlUse the correct flags for bus_dma_tag_create().
2005-03-06 alcThe m_ext reference counts are potentially shared and...
2005-03-06 phkAlways go to standby efter each call.
2005-03-06 phkDon't disable interrupts on a stray interrupt.
2005-03-06 hrsNew release notes:
2005-03-06 dasFix a mistake in the exponent range.
2005-03-06 hrsNew release notes:
2005-03-06 rushanis/AST/ARNET/ where appropriate.
2005-03-06 stefanfFix typos in a comment.
2005-03-06 cognetUnlike NetBSD's bcopy(), our bcopy allows the two strin...
2005-03-06 nyanMFi386: revisions 1.609 and 1.610.
2005-03-06 maximo s/opt_ifpw.h/opt_ipfw.h/ in the previous commit.
2005-03-06 njlWhitespace nit. Clarifies which body this line belongs to.
2005-03-06 marcusIncrease the default stacksizes:
2005-03-06 impBack out previous commit. The description didn't match...
2005-03-06 impUse BUS_PROBE_DEFAULT
2005-03-06 muxCleanup: u_intXX_t -> uintX_t conversion.
2005-03-06 muxUnbreak strsignal(). This is an MFC candidate.
2005-03-05 dasWork around a gcc bug. This fixes feholdexcept() et...
2005-03-05 impUse BUS_PROBE_DEFAULT for pci probe return value
2005-03-05 impUse BUS_PROBE_DEFAULT for pci probe return value
2005-03-05 desMFi386: use TUNABLE_ULONG_FETCH to retrieve hw.physmem.
2005-03-05 impUse BUS_PROBE_DEFAULT for pci probe return value
2005-03-05 impUse BUS_PROBE_DEFAULT for pci probe return value
2005-03-05 desReplace goto with continue.
2005-03-05 impUse BUS_PROBE_DEFAULT for pci probe return value
2005-03-05 desUse TUNABLE_ULONG_FETCH to retrieve hw.physmem; getenv_...
2005-03-05 desReplace goto with continue.
2005-03-05 bmahRevise the minimum RAM requirements to 24MB for i386...
2005-03-05 bmahNew release notes: Background fsck(8) summary recomput...
2005-03-05 desTeach getenv_quad() to recognize k/m/g/t suffixes in...
2005-03-05 muxAdd support for fxp(4) cards found in Sony FS570 laptops.
2005-03-05 davidxuAllocate umtx_q from heap instead of stack, this avoids
2005-03-05 bmahFix the truly bewildering sorting order near the middle...
2005-03-05 bmahFix a few nits here and there.
2005-03-05 grogAdd comments on setting resource limits.
2005-03-05 grogAdd targets to build cscope name files and TAGS file...
2005-03-04 davidxuThe td_waitset is pointing to a stack address when...
2005-03-04 bruefferRemove superflous .Pp calls.
2005-03-04 marius- sparc64/fhc/fhc.c:
2005-03-04 mariusLet central(4) manage the resources of its children...
2005-03-04 joergAddendum to netchild's C compiler abstraction mega...
2005-03-04 jhbAlways use a separate disc for the livefs on ia64 since...
2005-03-04 greenDo not require the pty(4) majors to be anything in...
2005-03-04 hrsNew release notes:
2005-03-04 njlOn i386 platforms at least, ACPI throttling is accompli...
2005-03-04 leDon't allow to synchronize a plex that is already sychr...
2005-03-04 mariusMinor changes:
2005-03-04 mariusMinor changes:
2005-03-04 nyanDon't use the ptoa() to set the 'realmem' variable...
next