summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2004-04-27fd passing works over a socketpair too of course so document this.Todd C. Miller
2004-04-12don't check rfork. the RFMEM changes had two effects. some of theTed Unangst
2004-03-04actually SKIP nxtext-mmap, rather than returning a fake SUCCESSDavid Krause
2004-03-01oopsTheo de Raadt
2004-03-01looks like powerpc will not do W^X for some time..Theo de Raadt
2004-02-28avoid bad functions; tedu okTheo de Raadt
2004-02-28regress tests full of warnings make me go redTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-23disable buffering on stdout/stderr to avoid freaky sbrk() messagesMichael Shalayeff
2004-02-23let this run on a few more archsTheo de Raadt
2004-02-15Fool gcc3 into not detecting we want a divide by zero at compile time.Miod Vallat
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-01-18add regression tests for /dev/ptm.Bob Beck
2003-12-07destroy, not delete tunXXMarkus Friedl
2003-12-07- use tun98 and tun99 and not interfere with existing tun(4)Markus Friedl
2003-12-02delete nasty mickey changeTheo de Raadt
2003-12-02tun(4) select+kq tests from Christopher Maxwell <cmaxwell@themanor.net> w/ li...Michael Shalayeff
2003-11-04old __syscall test is really a wait() testMichael Shalayeff
2003-11-04a simpler test for __syscall args alignmentMichael Shalayeff
2003-09-25make sure to not overflow the label; from Charles Blundell <cb@netbsd.org>Michael Shalayeff
2003-09-02add missing includesDavid Krause
2003-08-02add missing includesDavid Krause
2003-08-02pass correct argument to sigfillsetDavid Krause
2003-07-31add missing CLEANFILES; ok deraadt@David Krause
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-07-31do not do -Werror hereTheo de Raadt
2003-07-31fix the licenseMichael Shalayeff
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-05-05page-align for fixed mmap to workMichael Shalayeff
2003-05-03implement and enable a mmaping pages test (mmap over .data etc,Michael Shalayeff
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-01-05spellingTheo de Raadt
2002-12-29o pass a random value as the second arg to ftok()Todd C. Miller
2002-11-26test for working timeouts on recv, currently failingMichael Shalayeff
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
2002-08-31a combined non-exec test set.Michael Shalayeff
2002-08-31a simple nxheap test hacked out of nxstack and nxheap-mprotect; tested on i38...Michael Shalayeff
2002-08-27fix the second call to on heap code. Noticed by drahn@. ThanksMatthieu Herrb
2002-08-27Add <stdlib.h> for malloc prototypeMatthieu Herrb