Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-03 | Add libc_r. | Artur Grabowski | |
This is ok now that simply typing make will actually run "make regress" and build errors are simply treated as regression test errors. | |||
2002-01-03 | make regress the main target | Artur Grabowski | |
(now that dependencies are correct) | |||
2002-01-03 | Only go into regress on "obj", "clean" and "cleandir". | Artur Grabowski | |
2002-01-03 | OpenBSD tag | Artur Grabowski | |
2002-01-03 | s/timeout/possible timeout/ the test could simply fail. | Artur Grabowski | |
2002-01-03 | depend regress: on PROG (this whole Makefile is ugly) | Artur Grabowski | |
2002-01-03 | t4 is slow | Artur Grabowski | |
2002-01-03 | 3 12 and 20 are slow | Artur Grabowski | |
2002-01-03 | Always have the real entry point to the syscall called _thread_sys_ | Artur Grabowski | |
and provide the real name as a weak alias. This is the last piece needed for libc_r on sparc64 (plus debugging). | |||
2002-01-03 | Add some missing CLEANFILES. | Artur Grabowski | |
2002-01-03 | Sloooooooow | Artur Grabowski | |
2002-01-03 | all MAKEDEV tests are slow. | Artur Grabowski | |
2002-01-03 | Two new variables. | Artur Grabowski | |
REGRESSSLOWTARGETS, contains a list of all regress targets that are slow. REGRESSSKIPSLOW, settable to "yes"/"no" (default is "no") when running regress. Skips slow tests. (*for some arbitrary and very subjective value of "slow") | |||
2002-01-03 | convert everything to bsd.regress.mk | Artur Grabowski | |
2002-01-03 | Support for a new variable REGRESSMAXTIME that sets the cpu time | Artur Grabowski | |
ulimit for tests. Needed for libc_r tests. With some help from marc@ | |||
2002-01-03 | depend the tests on the test program. | Artur Grabowski | |
2002-01-02 | convert test prog into real regression test | Marco S Hyman | |
2002-01-02 | correct fram size. | Artur Grabowski | |
pointed out by marc@ | |||
2002-01-02 | label abort() from inside library as ILLEGAL | Theo de Raadt | |
2002-01-02 | at least ; required after label or case; openbsd@davidkrause.com | Theo de Raadt | |
2002-01-02 | commented out maxi radio | Michael Shalayeff | |
2002-01-02 | use pci_mapreg_map() instead of pci_io_find+bus_space_map | Michael Shalayeff | |
2002-01-02 | Back out a few more uvm changes, especially wrt swap usage. | Miod Vallat | |
This unbreaks m68k m88k sparc and perhaps others, which eventually froze when hitting swap. Tested by various people on various platforms. ok art@ | |||
2002-01-02 | Add more vocabulary (commands) to ddb, from NetBSD. | Miod Vallat | |
ok art@ (manual page update coming soon) | |||
2002-01-02 | probe does not print anything | Michael Shalayeff | |
2002-01-02 | KNF | Theo de Raadt | |
2002-01-02 | allow for setting of the loopback MTU, set IFF_RUNNING on address configuration | Dug Song | |
2002-01-02 | at least ; required after label or case; openbsd@davidkrause.com | Theo de Raadt | |
2002-01-02 | remove doubled #define; openbsd@davidkrause.com | Theo de Raadt | |
2002-01-02 | more pid_t use | Theo de Raadt | |
2002-01-02 | master.passwd alias | Theo de Raadt | |
2002-01-02 | Don't forget to deallocate on failure. | Jason Wright | |
2002-01-02 | missing radiotrack entries, fix the others (all still commented out | Michael Shalayeff | |
2002-01-02 | regen | Michael Shalayeff | |
2002-01-02 | a couple of 3c515 entries, commented out | Michael Shalayeff | |
2002-01-02 | do not unmap io space while it's still in use (in *probe) | Michael Shalayeff | |
missing new lines and replace panics w/ printf+return. idea from netbsd's port. | |||
2002-01-02 | make usage() exit(1) and look like sysctl(8), getopt returns int | Michael Shalayeff | |
2002-01-02 | fp and pc are 64 bit. | Artur Grabowski | |
And just to make things more fun -1, is not a misaligned stack on sparc64. | |||
2002-01-02 | fp and pc are 64 bit. | Artur Grabowski | |
2002-01-02 | proper data length handling on read; from toby@svector.co.uk | Michael Shalayeff | |
2002-01-02 | dumb conversion to bsd.regress.mk. Needs splitting into smaller tests. | Artur Grabowski | |
2002-01-02 | Split into smaller tests. It was easier than I thought. | Artur Grabowski | |
XXX - Can someone who understands this verify that test8 is correct? It doesn't return failure (it can't and the code has a strange comment about it), but it prints something on sparc64 that could be interpreted as an error message). | |||
2002-01-02 | First conversion to bsd.regress.mk, needs to be split into | Artur Grabowski | |
smaller tests. | |||
2002-01-02 | On the road to serial console support. stage one, if of console is serial | Dale Rahn | |
force to display, zs(macppc) doesn't support console yet... | |||
2002-01-02 | Grammar and format fixes. | Aaron Campbell | |
2002-01-02 | fpathconf(2) returns long. | Federico G. Schwindt | |
2002-01-02 | Be sure both programs are using the same port. | Federico G. Schwindt | |
2002-01-02 | Remove extra reference to poll.2. Spotted by form@. | Mike Pechkin | |
millert@ ok; | |||
2002-01-02 | Convert to bsd.regress.mk. | Artur Grabowski | |
Not finished yet. | |||
2002-01-02 | Ancient comment. the RSA patent expired a long time ago. | Artur Grabowski | |