Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-03 | str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf | Hakan Olsson | |
2002-01-03 | add get/set colormap functions (mostly stolen from macppc) | Jason Wright | |
add WSSCREEN_WSCOLORS attribute (doesn't seem to matter much, tho) | |||
2002-01-03 | add WSEMUL_SUN so we get the sun emulation stuff | Jason Wright | |
2002-01-03 | sync | Nathan Binkert | |
2002-01-03 | Add devices and reorganize. | Nathan Binkert | |
Some stuff from NetBSD | |||
2002-01-03 | clean def_data.c and def_data.h too | Todd C. Miller | |
2002-01-03 | Fix two obvious bugs that show up when trying this on sparc64, sigh. | Artur Grabowski | |
2002-01-03 | add mmap2 | Artur Grabowski | |
2002-01-03 | cause a cache alias on sparc and see if that works correctly. | Artur Grabowski | |
2002-01-03 | strftime format fixes. From Christo Butcher <christo@fox-it.com>. | Hakan Olsson | |
2002-01-03 | Restore entropy_count calculation. mickey@ ok | Thomas Nordin | |
2002-01-03 | Typo. | Hakan Olsson | |
2002-01-03 | If the dma decides to perform I/O on memory that is not mapped, panic | Dale Rahn | |
immediately instead of writing on random memory addresses. Could the mapping be faulted in, no? | |||
2002-01-03 | grammar in comment | Kevin Steves | |
2002-01-03 | Update to sudo 1.6.4 | Todd C. Miller | |
2002-01-03 | Don't enable unfdpass just yet | Artur Grabowski | |
2002-01-03 | fix dependency | Artur Grabowski | |
2002-01-03 | Add unfdpass. It doesn't build, but that error is a regression | Artur Grabowski | |
test error, not an error that will stop make. :) | |||
2002-01-03 | convert to bsd.regress.mk. | Artur Grabowski | |
I know it doesn't build, but that's ok. | |||
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 | |