Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-15 | Repair usage of CMSG_SPACE and CMSG_LEN. While there, send three fds | Hans-Joerg Hoexer | |
instead of just two as this decreases the propability that things just work although the sizes are wrong (ie. 8 aligns correctly on both 32 and 64 bit platforms even with wrong usage of CMSG_{LEN,SPACE} whereas 12 doesn't). | |||
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt | |
an extensive discussion with otto, kettenis, millert, and hshoexer | |||
2007-12-27 | -s uses optarg; Elad Efrat | Theo de Raadt | |
2007-08-01 | Fix Dutch hypos. | Miod Vallat | |
2007-05-29 | the MSIZE mbuf constant moved from MD param.h to MI param.h | David Krause | |
ok deraadt@ millert@ | |||
2007-04-29 | add sig-stop. | Artur Grabowski | |
2007-04-29 | Quite dumb test for torturing SIGSTOP/SIGCONT. | Artur Grabowski | |
2006-10-23 | regression test for getpeereid. okay claudio | Marc Espie | |
2006-02-20 | make it more evil and panic; from egger@ | Michael Shalayeff | |
2006-02-15 | use proper msync | Michael Shalayeff | |
2005-08-08 | A reghression test that checks if a process survives very early signal | Otto Moerbeek | |
delivery. Very early is before fork() returns. | |||
2005-07-20 | EFAULT from PT_IO is a good error value too. | Artur Grabowski | |
2005-07-20 | run from .OBJDIR | Theo de Raadt | |
2005-07-20 | Regress test for PT_READ_{D,I} and PT_IO. (write coming soon). | Artur Grabowski | |
2005-07-15 | Make globals accessed from sig handler volatile. From millert@ | Otto Moerbeek | |
2005-07-13 | As mickey@ pointed out, this test does not belong in libm. Move to | Otto Moerbeek | |
correct place. | |||
2005-07-11 | += mmap-fail | Artur Grabowski | |
2005-07-11 | Test that mmap fails properly. | Artur Grabowski | |
2005-05-31 | +=sigsuspend | Artur Grabowski | |
2005-05-31 | Test the semantics of sigsuspend. | Artur Grabowski | |
For some reason this test doesn't fail which means the code is correct and my reading of the code is incorrect. That can be either a good or bad sign depending on how you look at it. millert@ says it "looks correct" | |||
2005-04-26 | A regress test for accessing long long on a long aligned, but not long long | Miod Vallat | |
aligned, boundary on 32 bit systems. Written a while ago for m88k, eventually turned into a real regress test. | |||
2005-04-22 | Do not trigger (valid) DIAGNOSTIC complaints with an incorrect test. | Miod Vallat | |
2005-04-22 | Use REGRESS_TARGETS. | Miod Vallat | |
2005-04-21 | Add a regression test for the extent subroutines; from NetBSD. | Miod Vallat | |
2004-12-29 | define REGRESS_ROOT_TARGETS for tests that require root privileges | David Krause | |
2004-12-22 | some -Wimplicit-function-declaration cleaning; ok millert@ | David Krause | |
2004-10-10 | a few cleanups | Michael Shalayeff | |
2004-08-30 | Use CMSG_SPACE when allocating space for the control message. | Todd C. Miller | |
Fixes a bogus regression on sparc64. OK henning@ | |||
2004-08-05 | Be nice to poor people with small machines and low limits. | Artur Grabowski | |
2004-08-05 | Add signal-stress. Good luck. | Artur Grabowski | |
2004-08-05 | A test that tests sends such a huge amount of signals that something | Artur Grabowski | |
should happen if signal delivery is not robust. | |||
2004-08-02 | A long time ago, the mquery API changed, however the regress was never updated. | Dale Rahn | |
pointed out last week, and again today by art. | |||
2004-07-28 | Add itimer. | Artur Grabowski | |
2004-07-28 | Very crude tests that check that itimers are at least pretending to work. | Artur Grabowski | |
2004-07-28 | Remove statement with no effect. | Todd C. Miller | |
2004-07-22 | Spell reserved correctly; ok from copyright holders when in licence blocks. | Miod Vallat | |
2004-07-20 | add commented-out entries for currently disabled regress tests | David Krause | |
2004-04-27 | fd passing works over a socketpair too of course so document this. | Todd C. Miller | |
Also test it in regress to be pedantic (though the kernel path is really the same). While there, remove cred-passing code that we don't support. OK deraadt@, | |||
2004-04-12 | don't check rfork. the RFMEM changes had two effects. some of the | Ted Unangst | |
regress conditions (rfmem-stack) are no longer true, and other tests have to be rewritten to handle shared stacks. spotted by david@ | |||
2004-03-04 | actually SKIP nxtext-mmap, rather than returning a fake SUCCESS | David Krause | |
2004-03-01 | oops | Theo de Raadt | |
2004-03-01 | looks like powerpc will not do W^X for some time.. | Theo de Raadt | |
2004-02-28 | avoid bad functions; tedu ok | Theo de Raadt | |
2004-02-28 | regress tests full of warnings make me go red | Theo de Raadt | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-23 | disable buffering on stdout/stderr to avoid freaky sbrk() messages | Michael Shalayeff | |
2004-02-23 | let this run on a few more archs | Theo de Raadt | |
2004-02-15 | Fool gcc3 into not detecting we want a divide by zero at compile time. | Miod Vallat | |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. |