summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2004-01-08There is no sysctl(9) (yet?), comment it out;wiz
2004-01-07Add descriptions of flags.atatat
2004-01-03Uppercase CPU; mark up NULL; remove superfluous word; simplify macro usage.wiz
2004-01-03At long last, add descriptions of new "dynamic" operations.atatat
2004-01-02Fix typo; from Aidan Kehoe in PR lib/23950.jmmv
2003-12-30In case of underflow, return -0.0 or +0.0, depending on the sign ofmartin
2003-12-26Niels Provos kindly agreed to drop clauses 3 and 4 from thewiz
2003-12-26Don't ever add a ".0" to a single digit number.simonb
2003-12-10comment from niels provos;itojun
2003-12-09Bump date for previous (hi andrew!).wiz
2003-12-09Update man page to correct PROC_* names (addresses PR lib/23645) andatatat
2003-12-08"int flags" is correct in the prototype, but not in the Englishgrant
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-04oopsatatat
2003-12-04Adapt userland sysctl goop to new world order, permitting dynamicatatat
2003-11-26Fix compile problem if -UYP -DHESIOD.lukem
2003-11-25Bump date for previous.wiz
2003-11-25take "Skip a random number of ids" into consideration, correct the rotationitojun
2003-11-25"seed2" was ruining the non-repeating property of this function; remove it.itojun
2003-11-23New sentence, new line. Remove trailing spaces.wiz
2003-11-23Bump Dd.jhawk
2003-11-18s/modified/modifies/ in the description of makecontext().uwe
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-10-29Add manual pages for fpclassify and isfinite.kleink
2003-10-29C99 7.12.3.2: add library portions of isfinite, but don't build these justkleink
2003-10-29Fix the exponent value we're comparing with.kleink
2003-10-28Upon rereading the implementation suggestions in the standard, rename thekleink
2003-10-28C99 7.12.3.1: add IEEE library portions of fpclassify. Don't build thesekleink
2003-10-27One ';' is enough.skrll
2003-10-27fix a typo that caused the build to fail. mmm commit before compilemrg
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-27Retire local union { floating-type; struct ieee_prec; } in favor of thosekleink
2003-10-25Whitespace cosmetics.kleink
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-24Add an error check to ensure these are used on platforms without akleink
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-10-23Fix an RCS Id botch that occured when renaming.kleink
2003-10-22G/c __nanf2, which is neither being used nor the representation of a NaN.kleink
2003-10-22For a double-extended NaN, the exponent must be EXT_EXP_INFNAN, notkleink
2003-10-15Slight improvements.wiz
2003-10-14Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,wiz
2003-10-13Move Jason Downs's code from a 4-clause to a 3-clause licence byagc
2003-10-13Move Keith Muller's code from a 4-clause to a 3-clause licence by removingagc
2003-10-05Remove references to University of California from my copyright notices.bouyer
2003-09-28Simon has persuaded me to remove the 'sizeof (struct kinfo_drivers)' field.dsl
2003-09-27Add KERN_ROOT_PARTITION and KERN_DRIVERSdsl
2003-09-18remove pw_dup(3), for now at leastjdolecek
2003-09-16Shut lint up.simonb
2003-09-15avoid overflow during multiply. David Laightitojun