summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-02-18change the dma memory allocation to use kernel_map, not kmem_map.Dale Rahn
2002-02-18Document in more detail what's going on here.Artur Grabowski
2002-02-18Clean up.Artur Grabowski
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
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
2002-02-18From the UBC branch and NetBSD.Artur Grabowski
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
2002-02-18multi-line string literals are deprecated in gcc 3.0Eric Jackson
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
2002-02-18Add barebones entry for the terminal type used by the window program.Todd C. Miller
2002-02-18Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() usesTodd C. Miller
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
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
2002-02-17Use LOGIN_SETLOGIN flag to setsuercontext() so the user name getsTodd C. Miller
2002-02-17rfork() needs a fork.S-like stub as well; ok artTheo de Raadt
2002-02-17comment typoJason Wright
2002-02-17Call S_ISLNK with correct variable; Peter PhilippTodd C. Miller