Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-09 | add fpaccuracy | Martynas Venckus | |
2009-04-09 | fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficult | Martynas Venckus | |
values to test accuracy of math functions (currently, only double precision tests are present) a report summary (fpaccuracy.out) containing max errs in ulp is generated originally under gpl. consented to relicense it under our license ok millert@ | |||
2009-02-18 | Test to show glob bug introduced with POSIX char class support. | Todd C. Miller | |
2009-02-18 | Add missing CURDIR | Todd C. Miller | |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov | |
the program-part of the buffer size, ie the part that is subject to underruns. Useful for apps like cdio(1) that don't have their own rings, or to apps that have a minimum ring size constraint. Setting the ``bufsz'' parameter becomes deprecated. ok jakemsr | |||
2008-12-09 | add vol/ to SUBDIRS | Alexandre Ratchov | |
2008-12-09 | also test rintl | Martynas Venckus | |
2008-11-11 | expose a volume knob in the sndio API: add sio_setvol(3) and | Alexandre Ratchov | |
sio_onvol(3) functions. The audio(4) backend tries to use the inputs.dac, outputs.dac, outputs.output and outputs.master controls (in this order). Add a sample file in regress/lib/libsndio/vol/vol.c | |||
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov | |
requested by many, "just go for it" deraadt@ | |||
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov | |
mode, it listens on an unix socket and mixes/demultiplexes any number of full-duplex streams, doing necessary format conversions and resampling on the fly. programs can use the new libsa(3) library to play and record audio. The library provides a very simple API to connect to the audio server; if aucat(1) isn't running, it uses the audio(4) driver transparently instead. | |||
2008-10-02 | Hook up fnmatch and glob regress. | Todd C. Miller | |
2008-10-01 | Regress driver for fnmatch(3). Needs more tests. | Todd C. Miller | |
2008-10-01 | Regress driver for glob(3). Needs more tests. | Todd C. Miller | |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus | |
- provide proper dtoa locks - use the real strtof implementation - add strtold, __hdtoa, __hldtoa - add %a/%A support - don't lose precision in printf, don't round to double anymore - implement extended-precision versions of libc functions: fpclassify, isnan, isinf, signbit, isnormal, isfinite, now that the ieee.h is fixed - separate vax versions of strtof, and __hdtoa - add complex math support. added functions: cacos, casin, catan, ccos, csin, ctan, cacosh, casinh, catanh, ccosh, csinh, ctanh, cexp, clog, cabs, cpow, csqrt, carg, cimag, conj, cproj, creal, cacosf, casinf, catanf, ccosf, csinf, ctanf, cacoshf, casinhf, catanhf, ccoshf, csinhf, ctanhf, cexpf, clogf, cabsf, cpowf, csqrtf, cargf, cimagf, conjf, cprojf, crealf - add fdim, fmax, fmin - add log2. (adapted implementation e_log.c. could be more acruate & faster, but it's good enough for now) - remove wrappers & cruft in libm, supposed to work-around mistakes in SVID, etc.; use ieee versions. fixes issues in python 2.6 for djm@ - make _digittoint static - proper definitions for i386, and amd64 in ieee.h - sh, powerpc don't really have extended-precision - add missing definitions for mips64 (quad), m{6,8}k (96-bit) float.h for LDBL_* - merge lead to frac for m{6,8}k, for gdtoa to work properly - add FRAC*BITS & EXT_TO_ARRAY32 definitions in ieee.h, for hdtoa&ldtoa to use - add EXT_IMPLICIT_NBIT definition, which indicates implicit normalization bit - add regression tests for libc: fpclassify and printf - arith.h & gd_qnan.h definitions - update ieee.h: hppa doesn't have quad-precision, hppa64 does - add missing prototypes to gdtoaimp - on 64-bit platforms make sure gdtoa doesn't use a long when it really wants an int - etc., what i may have forgotten... - bump libm major, due to removed&changed symbols - no libc bump, since this is riding on djm's libc major crank from a day ago discussed with / requested by / testing theo, sthen@, djm@, jsg@, merdely@, jsing@, tedu@, brad@, jakemsr@, and others. looks good to millert@ parts of the diff ok kettenis@ this commit does not include: - man page changes | |||
2008-09-06 | update for openssl-0.9.8h | Damien Miller | |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-11 | regression tests for the upcomming tgamma bits | Martynas Venckus | |
2008-05-09 | Fix the include path passed via CFLAGS so that this will compile.. one | Brad Smith | |
too many ../ in the path. Somehow managed to get a symlink in the right spot that made this work as it was. Pointed out by david@ | |||
2008-05-04 | Some additional tests. | Brad Smith | |
From the libevent SVN repo. ok millert@ | |||
2008-05-02 | Update to libevent 1.3e while retaining our local changes. | Brad Smith | |
"No objection" millert@ "the diff looks and works fine" reyk@ | |||
2008-04-24 | Return the proper values upon failure per POSIX for pthread_sigmask(3) and | Kurt Miller | |
sigprocmask(2) in threaded programs. From Philip Guenther <guenther at sendmail.com> via PR library/5795. okay marc@ | |||
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2007-10-22 | Only test one condition per invocation flavour, instead of testing all | Miod Vallat | |
of them with exceptions disabled and then only one with exceptions enabled. ok kettenis@ | |||
2007-10-20 | Give more details on failure. | Miod Vallat | |
2007-10-20 | Make this work on 64 bit platforms by using strlen() instead of sizeof()... | Miod Vallat | |
worked by accident. | |||
2007-09-19 | permit this to compile with gcc 2.x | Todd T. Fries | |
ok cloder@ | |||
2007-09-12 | fix format strings, sizeof() does not return an int | Otto Moerbeek | |
2007-09-09 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau | |
ok moritz@ gilles@ | |||
2007-09-03 | Adapt atexit() regress to recent changes and add __cxa_atexit() regress. | Todd C. Miller | |
__cxa_atexit() regress from kurt@ | |||
2007-05-17 | Add basename(3) and dirname(3) regression tests, from tbert. | Ray Lai | |
OK otto@. | |||
2006-10-13 | add blocked_shutdown | Kurt Miller | |
2006-10-13 | Test shutdown() racing with other threads using the same file | Kurt Miller | |
descriptor, with some of them blocking on data that will never arrive. | |||
2006-10-06 | eliminate warnings on 64bit archs | Kurt Miller | |
2006-10-03 | correct check for proper return value of dup2 | Kurt Miller | |
2006-09-29 | add strtod() underflow test | Otto Moerbeek | |
2006-09-22 | add blocked_close, blocked_dup2, close_race and dup2_race | Kurt Miller | |
2006-09-22 | Test dup2() racing with other threads using the same file | Kurt Miller | |
descriptor. | |||
2006-09-22 | Test close() racing with other threads using the same file | Kurt Miller | |
descriptor. | |||
2006-09-22 | Test dup2() racing with other threads using the same file | Kurt Miller | |
descriptor, with some of them blocking on data that will never arrive. | |||
2006-09-22 | Test close() racing with other threads using the same file | Kurt Miller | |
descriptor, with some of them blocking on data that will never arrive. | |||
2006-05-16 | Don't forget to return 0 on success, doh. | Otto Moerbeek | |
2006-05-15 | Try harder to trigger an exception. On architectures where floating-point | Mark Kettenis | |
exceptions are deferred, we might not see the exception before another floating-point instruction is executed. This is especially true on the i387 where we don't see underflow/overflow until the result is stored into memory. | |||
2006-04-18 | Hook new ulimit test cases | Otto Moerbeek | |
2006-04-18 | near ulimit test case 2 | Otto Moerbeek | |
2006-04-18 | Near ulimit test case 1 | Otto Moerbeek | |
2006-04-01 | Use NFILES for starting point instead of hardcoded const | Otto Moerbeek | |
2006-03-25 | hook telldir | Otto Moerbeek | |
2006-03-25 | telldir/seekdir regress tesst. Fails on -current, since seekdir(x), | Otto Moerbeek | |
telldir() does not return x. This will we fixed. | |||
2006-03-15 | add exp & sort | Otto Moerbeek | |
2006-03-15 | Simple exp(3) and expf(3) regression test for +Inf and -Inf | Otto Moerbeek | |