Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-18 | rtfps was not built; found by grange@rt.mipt.ru | Michael Shalayeff | |
2002-02-18 | workaround another vax ld issue | Theo de Raadt | |
2002-02-18 | remove reference to scd man page. -- PR# 2408 | Brad Smith | |
-- Reported by: Rogier Quaak <rogier@quaak.org> | |||
2002-02-18 | PS2 mice work | Jason Wright | |
2002-02-18 | add pms/pmsi at pckbc and wsmouse at pms/pmsi | Jason Wright | |
2002-02-18 | add pckbc at ebus here, too | Jason Wright | |
2002-02-18 | Add PS2 keyboards | Jason Wright | |
add mice (zilog, 16550, usb) | |||
2002-02-18 | Don't require the -n flag if -x is specified. This is consistent with | Todd C. Miller | |
the manual page as well as xargs on other operating systems. | |||
2002-02-18 | Add pckbc at ebus entry | Jason Wright | |
2002-02-18 | use mktemp; help & ok millert | Peter Valchev | |
2002-02-18 | -q: Fatal errors are _not_ displayed. | Markus Friedl | |
2002-02-18 | Driver for the i8042 keyboard controller on systems with ebus | Jason Wright | |
(why you'd want to use a PS/2 keyboard on a sun machine is beyond me, but whatever...) | |||
2002-02-18 | provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing) | Jason Wright | |
2002-02-18 | Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebus | Jason Wright | |
(driver coming later today, hopefully) | |||
2002-02-18 | Add __HAVE_NWSCONS (so pckbc will do the right thing) | Jason Wright | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Change license to public domain and update comment. | Artur Grabowski | |
2002-02-18 | call fatal on ^C, print ok on success | Markus Friedl | |
2002-02-18 | change the dma memory allocation to use kernel_map, not kmem_map. | Dale Rahn | |
suggestion by art. | |||
2002-02-18 | Document in more detail what's going on here. | Artur Grabowski | |
2002-02-18 | Clean 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-18 | switch to EVP, ok djm@ deraadt@ | Markus Friedl | |
2002-02-18 | no printf+\r, just use echo | Markus Friedl | |
2002-02-18 | don't mark tests as slow, have some slow tests print out information by default | Markus Friedl | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | tags cleanup. | Artur Grabowski | |
2002-02-18 | add longjmp | Artur Grabowski | |
2002-02-18 | Clean up. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Return a failure if the test fails don't just fall out from main(). | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Also test is dtors are run if we return from main. | Artur Grabowski | |
2002-02-18 | minor cleanup. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Add libssl. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | There is no test in there, so there is no point in keeping the directory. | Artur Grabowski | |
2002-02-18 | Looks like too much cut 'n paste. | Artur Grabowski | |
2002-02-18 | A 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-18 | Actually, remove the whole "missing" line. | Artur Grabowski | |
2002-02-18 | Remove some parts that are there from the "missing" line. | Artur Grabowski | |
2002-02-18 | sync | Theo de Raadt | |
2002-02-18 | oops | Theo de Raadt | |
2002-02-18 | relax restrictions for 'proxy-mode' tests (StrictModes=no), because | Markus Friedl | |
sshd only accepts connections from stdin. allows testing with 775 /usr/obj | |||
2002-02-18 | From 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-18 | sync | Theo de Raadt | |
2002-02-18 | a sunix puc | Theo de Raadt | |
2002-02-18 | fix possible panic on reboot for mfs mounted fs. | Eric Jackson | |
fix from NetBSD pr#1693 art@ OK | |||
2002-02-18 | multi-line string literals are deprecated in gcc 3.0 | Eric Jackson | |
pr#2379 | |||
2002-02-18 | more signed char issues | Theo de Raadt | |