summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Collapse)Author
2003-07-13rcsidJason Wright
2003-07-13generate correct prototypesJason Wright
2003-07-13regression for the sign extended immediate variant (which helped me find ↵Jason Wright
ANOTHER bug).
2003-07-12try the supported immediate asi's, too.Jason Wright
2003-07-12flip through a few %asi values to make sure the right stuff is generatedJason Wright
2003-07-12cleaning and prototypesJason Wright
2003-07-12cleaning and prototypesJason Wright
2003-07-12simplistic regression tests for ldq/stqJason Wright
badfreg: attempts to execute invalid opcodes (invalid floating point regs) goodfreg: runs through all valid fp regs
2003-07-12add reg test properlyJason Wright
2003-07-10unbreakJason Wright
2003-07-10extremely simplistic registered popc testJason Wright
2003-07-10ids and copyrightJason Wright
2003-07-10regression for emulation of POPC instruction (currently only the signJason Wright
extended immediate is tested)... register version in a bit.
2003-06-15better LDADDMichael Shalayeff
2003-06-12it has been brought to my attention that i have forgotten a license on this fileMichael Shalayeff
2003-06-12ugh. cleanup debuggingMichael Shalayeff
2003-06-12test for kqueue on ptys (to verify pr3209)Michael Shalayeff
2003-06-12-Wall and calc fix in the randomMichael Shalayeff
2003-06-04more term 3 and 4 changesTheo de Raadt
2003-06-04fix a few more prints... stupid monoaural devices...Jason Wright
2003-06-04fix printing when AUDIO_SETINFO failsJason Wright
2003-06-02more license cleaningJason Wright
2003-05-05page-align for fixed mmap to workMichael Shalayeff
2003-05-03implement and enable a mmaping pages test (mmap over .data etc,Michael Shalayeff
as it was suggested by art@ some time ago). implement noexec test for mmap()ed memory and enable it. add more padding on the data allocated to prevent changing protection on unrelated data and such. implement cache flushing (for hppa now). be careful w/ data allocations sizes and such. some other cleanups.
2003-04-25missing .El for .Bl macro;Jason McIntyre
2003-04-23implement mmap tests and enable the .text test (with padding now)Michael Shalayeff
2003-04-23check for sizeof(struct mbuf) vs MSIZE botchesJason Wright
2003-04-18regression test for mquery syscall.Dale Rahn
2003-03-28mu-law and A-law spelling;Jason McIntyre
mu-law and u-law are the same, so used mu-law for consistency; ok jason@
2003-03-19spelling fixDavid Krause
ok jason@
2003-02-05- combine 16 bit le/be functionsJason Wright
- clean up format switch
2003-02-04don't need double precision anywhere in hereJason Wright
2003-02-04betterJason Wright
2003-02-04hack at stereo adpcmJason Wright
2003-02-04free memory if pointer is -not- NULL...Jason Wright
2003-02-01rcsidJason Wright
2003-02-01Probably should recurse into the new test...Jason Wright
2003-02-01add -f flag so the device can be specified, and make sure the device isJason Wright
an audio device (ioctl(... AUDIO_GETINFO ...) should do).
2003-02-01audio encoding testerJason Wright
2003-01-05spellingTheo de Raadt
2002-12-29o pass a random value as the second arg to ftok()Todd C. Miller
o call semget() with IPC_EXCL This fixes a problem whereby multiple concurrent copies of the regress test could use the same key and stomp over themselves, leading one to falsely believe there is a kernel bug.
2002-11-26test for working timeouts on recv, currently failingMichael Shalayeff
2002-10-21forgot dpaddMichael Shalayeff
2002-10-21libs are listed w/ LDADD not LDFLAGSMichael Shalayeff
2002-10-16License from niels.Artur Grabowski
2002-09-12a grammar in err msgs and a tiny formating fixMichael Shalayeff
2002-09-11errx is a proper function hereMichael Shalayeff
2002-09-03suffix the tests to see what is happenning indeedMichael Shalayeff
2002-09-03those targets are all phonyMichael Shalayeff
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@