summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Finish constification of Var_Parse() and Var_Subst().harti2005-03-082-41/+32
* Document the '-i' option which allows the user to specify a ktr eventshmp2005-03-081-0/+5
* Fix the silly bug that prevented most EHCI interrupt transfers fromiedowse2005-03-081-5/+3
* Make note of the ktrdump(8) utility in the opening paragraph of thishmp2005-03-081-4/+5
* Typo & grammar fixes in comments.keramida2005-03-081-9/+9
* When building cscopnamefile, default architecture to ${MACHINE}, not i386.grog2005-03-081-1/+1
* Replace strong references with weak references. There's nodas2005-03-074-7/+7
* Remove an obsolete sentence from a comment.stefanf2005-03-071-2/+1
* Remove test for zero sectorsize when tasting. This check doesn'tle2005-03-072-6/+0
* Constify the callers of brk_string in this file.harti2005-03-071-18/+24
* Style: fix indendation of VarModify().harti2005-03-071-15/+15
* Constify the input argument to brk_string.harti2005-03-072-3/+5
* Factor out the 'S' modifier into its own function. Move a variableharti2005-03-071-174/+183
* The macros __GNUCLIKE_ATTRIBUTE_PRINTF andstefanf2005-03-071-3/+0
* Don't try to use 'typedef struct foo' if just 'struct foo' makes more sensestefanf2005-03-072-25/+1
* Prefer <sys/cdefs.h>'s __printflike() macro to the recently addedstefanf2005-03-071-5/+1
* Add korean NLS message catalogs for libcphantom2005-03-072-0/+498
* When upcalling from a socket in soisconnected() for an accept filter,rwatson2005-03-072-2/+2
* - Encapsulate the code responsible for initializing a new TX descriptormux2005-03-072-191/+190
* Move the 'M' and 'N' modifiers into their own function.harti2005-03-071-49/+63
* Add placeholder mutex argument to new_unrhdr().phk2005-03-076-8/+7
* Remove superfluous .Pp call.brueffer2005-03-071-1/+0
* Make background fsck based summary adjustments actually work bydelphij2005-03-073-5/+24
* Replaced previous hw.physmem extraction with des's mods togrehan2005-03-073-150/+6
* Handle MSG_NOSIGNAL flag in linux_send() by setting SO_NOSIGPIPE on socketsobomax2005-03-071-2/+25
* Add a story about confusing information theory with thermodynamics.yar2005-03-071-0/+7
* Test cases for nextafter{,f,l} and nexttoward{,f,l}.das2005-03-073-1/+272
* - If z is 0, one of x or y is 0, and the other is infinite, raisedas2005-03-071-2/+18
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.das2005-03-071-0/+2
* Document frexpl and ldexpl.das2005-03-072-13/+25
* Document scalbnl and scalblnl.das2005-03-071-9/+16
* Document nextafterl and nexttoward{,f,l}.das2005-03-071-7/+21
* Add nexttoward to the list of implemented functions, and explicitlydas2005-03-071-4/+8
* Document fmal.das2005-03-071-16/+27
* Remove ldexp and ldexpf. The former is in libc, and the latter isdas2005-03-072-59/+0
* - Remove s_ldexpf.c (now aliased to scalbn.)das2005-03-071-7/+12
* - Define FP_FAST_FMA for sparc64, since fma() is now implemented usingdas2005-03-071-4/+12
* Alias scalbn as ldexpl and scalbnl on platforms where long double isdas2005-03-071-0/+8
* - Implement scalblnl.das2005-03-071-2/+34
* Implement nexttowardf. This is used on both platforms with 11-bitdas2005-03-071-0/+60
* Implement nexttoward and nextafterl; the latter is also known asdas2005-03-072-0/+155
* - Try harder to trick gcc into not optimizing away statementsdas2005-03-072-8/+19
* - Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-2/+10
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-076-3/+9
* Implement frexpl.das2005-03-071-0/+62
* Alias frexp as frexpl on platforms where a long double is the same asdas2005-03-071-0/+7
* Implement fmal.das2005-03-071-0/+170
* - Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-1/+2
* - Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-0/+5
* Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-075-0/+9
OpenPOWER on IntegriCloud