Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | kill little bugs; art ok | Theo de Raadt | |
2002-02-17 | No reason to not enable the weak test. | Artur Grabowski | |
2002-02-17 | madness | Artur Grabowski | |
2002-02-17 | Not really a test for rfork, but for the kernel fd handling. | Artur Grabowski | |
But since it uses rfork a lot is will end up here. This is a few nasty operations in the right order that can cause serious confusion in the kernel if the file descriptor handling is not done right. | |||
2002-02-17 | rfsharefd | Artur Grabowski | |
2002-02-17 | use semaphore to sync threads, not sleep | Marco S Hyman | |
2002-02-17 | test rfork with shared fds | Artur Grabowski | |
2002-02-17 | time_elapsed_with_signal was completly wrong, fix. | Artur Grabowski | |
2002-02-17 | Don't warn when we don't have an errno, warnx. | Artur Grabowski | |
2002-02-17 | Add a test for nansleep with a very short time (less than a tick). | Artur Grabowski | |
2002-02-17 | rfnowait | Artur Grabowski | |
2002-02-17 | test rfork(RFNOWAIT) | Artur Grabowski | |
2002-02-17 | rfcfdg | Artur Grabowski | |
2002-02-17 | test rfork(RFCFDG) | Artur Grabowski | |
2002-02-17 | rfork | Artur Grabowski | |
2002-02-17 | need a Makefile here. | Artur Grabowski | |
2002-02-17 | Test rfork(RFMEM) | Artur Grabowski | |
2002-02-17 | a state variable used by multiple threads needs to be volatile | Marco S Hyman | |
2002-02-17 | This test requires root, make it use REGRESSROOTTARGETS. | Marco S Hyman | |
Requires bsd.regress.mk version 1.9 or later | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-16 | traverse down into fdescfs and uvm | Artur Grabowski | |
2002-02-16 | Need a Makefile here. | Artur Grabowski | |
2002-02-16 | Misc tests for mmap, mincore, mlock and mlockall. | Artur Grabowski | |
From NetBSD. XXX - chatty and should be really split up into smaller tests. | |||
2002-02-16 | + inf | Peter Valchev | |
2002-02-16 | Simple test for isinf(3) and HUGE_VAL; ok art | Peter Valchev | |
2002-02-16 | sysvshm | Artur Grabowski | |
2002-02-16 | test sysv shared memory. From NetBSD with changes. | Artur Grabowski | |
2002-02-16 | sysvsem | Artur Grabowski | |
2002-02-16 | Test sysv semaphores. From NetBSD with changes. | Artur Grabowski | |
2002-02-16 | sysvsmg | Artur Grabowski | |
2002-02-16 | Test sysv msg. From NetBSD with modifications. | Artur Grabowski | |
2002-02-16 | popen | Artur Grabowski | |
2002-02-16 | Tests for popen(3). From NetBSD. | Artur Grabowski | |
2002-02-16 | $OpenBSD$, public domain | Markus Friedl | |
2002-02-16 | Add license. | Thomas Nordin | |
2002-02-16 | nanosleep | Artur Grabowski | |
2002-02-16 | Test nanosleep(2). | Artur Grabowski | |
2002-02-16 | add some (disabled) tests for interop with ssh.com serves. | Markus Friedl | |
2002-02-15 | fork and start up a listener to discard bytes instead of | Marco S Hyman | |
relying on the discard service being enabled. Listener listens on localhost, only | |||
2002-02-15 | more compact .out file | Todd T. Fries | |
2002-02-15 | we don't need a listening sshd for most of our tests, just | Markus Friedl | |
connect client and server w/o TCP: ssh -o 'proxycommand sshd -i -f $OBJ/sshd_proxy' | |||
2002-02-15 | delete agent keys, too | Markus Friedl | |
2002-02-15 | chmod 644 authorized_keys | Markus Friedl | |
2002-02-14 | serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agent | Markus Friedl | |
note that these tests will start sshd on 127.0.0.1:4242 and will fail if the realpath of /usr/src/usr.sbin/ssh/obj/ contains a group or world writeable directory. | |||
2002-02-14 | Try to initialize variables correctly, that usually helps. | Artur Grabowski | |
2002-02-14 | enable ssh | Markus Friedl | |
2002-02-14 | add -Wall -Werror. this way, if __weak_alias() is missing it won't go | Federico G. Schwindt | |
further. | |||
2002-02-13 | The syscall numer is quad to __syscall(2). | Artur Grabowski | |
2002-02-11 | remove unneeded header. | Federico G. Schwindt | |