summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-18cleanArtur Grabowski
2002-02-18Change license to public domain and update comment.Artur Grabowski
2002-02-18call fatal on ^C, print ok on successMarkus Friedl
2002-02-18change the dma memory allocation to use kernel_map, not kmem_map.Dale Rahn
suggestion by art.
2002-02-18Document in more detail what's going on here.Artur Grabowski
2002-02-18Clean up.Artur Grabowski
- Don't print failure and return succes, shut up and fail properly. - Don't generate reults once and rerun compares later. Rerun every time. - Don't generate any files, pipes are there to be used.
2002-02-18switch to EVP, ok djm@ deraadt@Markus Friedl
2002-02-18no printf+\r, just use echoMarkus Friedl
2002-02-18don't mark tests as slow, have some slow tests print out information by defaultMarkus Friedl
2002-02-18cleanArtur Grabowski
2002-02-18tags cleanup.Artur Grabowski
2002-02-18add longjmpArtur Grabowski
2002-02-18Clean up.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Return a failure if the test fails don't just fall out from main().Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Also test is dtors are run if we return from main.Artur Grabowski
2002-02-18minor cleanup.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Add libssl.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18There is no test in there, so there is no point in keeping the directory.Artur Grabowski
2002-02-18Looks like too much cut 'n paste.Artur Grabowski
2002-02-18A complete rewrite.Artur Grabowski
- have obvious names on the tests, not 't1', 't2', etc. - Don't create lots of files just once and then reuse them for all tests. Always run the commands and let cmp take input from /dev/stdin - Don't just print when some test fails and return success. Return failure and shut up, someone will read the log.
2002-02-18Actually, remove the whole "missing" line.Artur Grabowski
2002-02-18Remove some parts that are there from the "missing" line.Artur Grabowski
2002-02-18syncTheo de Raadt
2002-02-18oopsTheo de Raadt
2002-02-18relax restrictions for 'proxy-mode' tests (StrictModes=no), becauseMarkus Friedl
sshd only accepts connections from stdin. allows testing with 775 /usr/obj
2002-02-18From the UBC branch and NetBSD.Artur Grabowski
We allocate map entries for the non-intrsafe kernel map (most notably kernel_map and exec_map) from a pool that's backed by kmem_map (to avoid deadlocking). This should get rid of MAX_KMAPENT panics.
2002-02-18syncTheo de Raadt
2002-02-18a sunix pucTheo de Raadt
2002-02-18fix possible panic on reboot for mfs mounted fs.Eric Jackson
fix from NetBSD pr#1693 art@ OK
2002-02-18multi-line string literals are deprecated in gcc 3.0Eric Jackson
pr#2379
2002-02-18more signed char issuesTheo de Raadt
2002-02-18someone should read compiler messages on the powerpcTheo de Raadt
2002-02-18syncTheo de Raadt
2002-02-18Don't include isavar.h on sparc64Jason Wright
2002-02-18Search the correct ACQUIRE list --- shifflett@nps.navy.milAngelos D. Keromytis
2002-02-18shorten usageTheo de Raadt
2002-02-18Don't do unnecessary normalization. ok art@Thomas Nordin
2002-02-18Add trm (Tekram TRM-S1040 based SCSI cards, DC-3x5U) driverKenneth R Westerback
2002-02-18Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).Kenneth R Westerback
Thanks to Tekram for donating a couple of cards and a NetBSD driver by Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the NetBSD driver to OpenBSD and thanks to Ashley Martens for the major cleanup to make it presentable and style(9)ish. Only tested on i386 at this time.
2002-02-18Add barebones entry for the terminal type used by the window program.Todd C. Miller
In practive window will set $TERMCAP with a more capable entry based on the actual terminal it is running on. This entry is useful when running setuid/setgid commands where $TERMCAP is not consulted.
2002-02-18Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() usesTodd C. Miller
mode 0700 which is better. From Yozo TODA based on a FreeBSD advisory.
2002-02-18Mention that dhclient may need to be killed before re-running /etc/netstart.Todd C. Miller
2002-02-18Open console with O_NONBLOCK to avoid blocking on a locked console.Todd C. Miller
From David Malone
2002-02-17mention that '-' is the deprecated form of '-l'Todd C. Miller
2002-02-17Mention deprecated '-' flag (same as -s) since it is listed in theTodd C. Miller
SYNOPSIS.
2002-02-17Use LOGIN_SETLOGIN flag to setsuercontext() so the user name getsTodd C. Miller
set properly to the user commands will be run on behalf of. Bug report and different patch from Peter Philipp.