Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-01 | in option parsing, use a simle DeMorgan transformation, fix indentation, | Alexander von Gernler | |
and clarify the comment above. ok espie@ | |||
2008-11-01 | make usage() a fatal function instead of a string. It is just used once, | Alexander von Gernler | |
and it greatly improves code flow there. Also, print usage to STDERR instead of STDOUT. Use an EOF-heredoc instead of a clumsily escaped \t\n-string. ok espie@ | |||
2008-11-01 | cleanup: zap trailing whitespaces, trim superlong lines | Alexander von Gernler | |
replace one '&&' by 'and' to not get bitten by operator precedence later on no functional change otherwise jmc@ tells me to just go ahead for standard stuff like this. | |||
2008-11-01 | - since mdocdate fills in the date automatically, we no longer have to check | Jason McIntyre | |
that a valid date is entered. instead, just make sure there is an mdocdate tag there. saves us bumping the year too. ok millert - adjust man page accordingly - remove -e from default options list in usage() - add a HISTORY section | |||
2008-10-31 | Prevent Mdocdate from getting expanded inline. | Todd C. Miller | |
2008-10-31 | turn off -e by default, since we do not currently sort the errors | Jason McIntyre | |
in the man page; | |||
2008-10-31 | add mdoclint, a perl script for checking man pages; | Jason McIntyre | |
not hooked up to the build, since there are no tests; from wiz@netbsd | |||
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-19 | The optional table counters added a field to the verbose | Marco Pfatschbacher | |
table output. Adopt. | |||
2008-10-19 | vmstat(8) now reports "InUse" instead of "Releases". | Marco Pfatschbacher | |
Adopt for ktable/kentry usage/leakage tests. Also run vmstat verbose, to avoid matching failures if the pools haven't been used yet. | |||
2008-10-13 | cleanup | Todd C. Miller | |
2008-10-13 | Add sed-based dc(1) clone. This exposes a long-standing bug in BSD sed | Todd C. Miller | |
Not hooked up to regress yet since sed gets in a tight cpu loop. | |||
2008-10-10 | hook up sed regress | Todd C. Miller | |
2008-10-10 | Adapt sed test suite to regress framework. | Todd C. Miller | |
Add sierpinski triangle script from http://sed.sourceforge.net/grabbag/scripts | |||
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-19 | adjust for MAXINTERP crank, pointed out by dkrause@ | Damien Miller | |
2008-09-11 | Make that test pass on 64 bit platforms as well. | Miod Vallat | |
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-09-02 | fix builds for when obj/ present | Damien Miller | |
fix gcc warnings add licenses ok damien@ | |||
2008-08-22 | Test the IPv6 address printing of pf_print_host() in net/pf.c. | Alexander Bluhm | |
help and ok mpf | |||
2008-08-20 | mention t3 fails | Otto Moerbeek | |
2008-08-20 | Regression tests for gzip(1): | Marco Pfatschbacher | |
- Test if we detect truncated or corrupted files. - Test basic functionality OK millert@, markus@ | |||
2008-08-16 | another issue for which I have a patch. | Marc Espie | |
Issue reported by Vortechz Anderson <utg_vrtz@yahoo.se> | |||
2008-08-16 | a new regression test, I has a diff for it. | Marc Espie | |
2008-08-12 | test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC, | Damien Bergamini | |
AES Key Wrap. ok djm@ | |||
2008-07-26 | Make sure the test array is 64 bit aligned, this now makes sparc fail this | Miod Vallat | |
test. | |||
2008-07-25 | flock | Artur Grabowski | |
2008-07-25 | file advisory locking tests from FreeBSD. We fail to detect | Artur Grabowski | |
two deadlocks at the moment. | |||
2008-07-15 | deprecate package names without version numbers. | Marc Espie | |
2008-07-01 | Isakmpd acquire mode did not work with a config generated from | Alexander Bluhm | |
ipsec.conf. The config created by isakmpd dynamically was different from the config that ipsecctl generated out of ipsec.conf. Both config formats are changed so that they match. One needs a passive ike line and a require flow line with the same parameters in the ipsec.conf. Then the acquire message generated by the kernel will trigger isakmpd to generate a config that matches the one that ipsecctl generated from the ike line. ok hshoexer, 'sounds good' todd | |||
2008-07-01 | If multiple to addresses but no peer are given in an ike or flow | Alexander Bluhm | |
rule, the current to address is taken as peer during expansion. This makes the broken regress test ikefail7 obsolete as address family mismatch cannot happen anymore. ok hshoexer | |||
2008-06-30 | explicitly disable conch options that could interfere with the test | Damien Miller | |
2008-06-30 | remove "set -e" left over from debugging | Damien Miller | |
2008-06-30 | shell portability: use "=" instead of "==" in test(1) expressions, | Damien Miller | |
double-quote string with backslash escaped / | |||
2008-06-28 | very basic regress test against Twisted Conch in "make interop" | Damien Miller | |
target (conch is available in ports/devel/py-twisted/conch); ok markus@ | |||
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-16 | fix regress after scrub TOS and tagging additions; "commit it" henning@ | David Krause | |
2008-06-13 | some mtree regress | Marc Espie | |
okay millert@ | |||
2008-06-12 | +aes tests | Damien Miller | |
2008-06-12 | blocksize=128 keysize={128,256} AES test vectors from Dr. Brian Gladman | Damien Miller | |
http://fp.gladman.plus.com/AES/ | |||
2008-06-12 | Test crypto(4) AES against test vectors from Dr. Brian Gladman | Damien Miller | |
available at http://fp.gladman.plus.com/AES/ only keysize={128,256} and standard AES blocksize for now | |||
2008-06-11 | Don't run cipher-speed test by default; mistakenly enabled by me | Darren Tucker | |
2008-06-11 | regression tests for the upcomming tgamma bits | Martynas Venckus | |
2008-06-10 | Add regress test for key options. ok djm@ | Darren Tucker | |
2008-06-10 | Add a regression test for signaling permission checks. From mickey@. | Hans-Joerg Hoexer | |
ok deraadt | |||
2008-06-10 | Add quotes | Darren Tucker | |