summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-04comment out the pending signals check by now; it was not suppose to beFederico G. Schwindt
there yet.
2002-01-04add missing rm commands; todd okTheo de Raadt
2002-01-04Standardize on EFBIG for bus_dma returning failure if caller is too griddy.Miod Vallat
2002-01-04add mmap functionality (most from NetBSD)Jason Wright
2002-01-03call ukbd_cnattach() if the console keyboard is usbJason Wright
[XXX this probbably doesn't belong here, but I haven't found a better place yet and I'm bloody tired of using boot -d to set ukbd_is_console].
2002-01-03new names, nate broke the treeTheo de Raadt
2002-01-03stdout and stdin are integers not pointers (use 0 not NULL)Jason Wright
2002-01-03define a new wsemul_sun attribute and add it to the sparc64 framebuffersJason Wright
[This needs to be extended to the vt100 and dumb emulations too.. in time]. (This allows the removal of WSEMUL_SUN from sparc64/conf/GENERIC)
2002-01-03Add the pci_findvendor functionNathan Binkert
If compiled with PCI_VERBOSE, this function looks up a vendor string based on a vendor id. Otherwise, it returns NULL. From NetBSD
2002-01-03Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches.Miod Vallat
2002-01-03Add the bus to the cardbus_attach_argsNathan Binkert
From NetBSD
2002-01-03cdev_decl(wsdisplay) is already done in <sys/conf.h>Miod Vallat
2002-01-03Proper va_end calling (no double calls)Jason Wright
2002-01-03add sigreturn subdirMarco S Hyman
2002-01-03sigret-normal, sigret-indirect, and sigret-altstack testsMarco S Hyman
2002-01-03more devices from NetBSDNathan Binkert
2002-01-03use :L variable modifierBrad Smith
2002-01-03str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintfHakan Olsson
2002-01-03add get/set colormap functions (mostly stolen from macppc)Jason Wright
add WSSCREEN_WSCOLORS attribute (doesn't seem to matter much, tho)
2002-01-03add WSEMUL_SUN so we get the sun emulation stuffJason Wright
2002-01-03syncNathan Binkert
2002-01-03Add devices and reorganize.Nathan Binkert
Some stuff from NetBSD
2002-01-03clean def_data.c and def_data.h tooTodd C. Miller
2002-01-03Fix two obvious bugs that show up when trying this on sparc64, sigh.Artur Grabowski
2002-01-03add mmap2Artur Grabowski
2002-01-03cause a cache alias on sparc and see if that works correctly.Artur Grabowski
2002-01-03strftime format fixes. From Christo Butcher <christo@fox-it.com>.Hakan Olsson
2002-01-03Restore entropy_count calculation. mickey@ okThomas Nordin
2002-01-03Typo.Hakan Olsson
2002-01-03If the dma decides to perform I/O on memory that is not mapped, panicDale Rahn
immediately instead of writing on random memory addresses. Could the mapping be faulted in, no?
2002-01-03grammar in commentKevin Steves
2002-01-03Update to sudo 1.6.4Todd C. Miller
2002-01-03Don't enable unfdpass just yetArtur Grabowski
2002-01-03fix dependencyArtur Grabowski
2002-01-03Add unfdpass. It doesn't build, but that error is a regressionArtur Grabowski
test error, not an error that will stop make. :)
2002-01-03convert to bsd.regress.mk.Artur Grabowski
I know it doesn't build, but that's ok.
2002-01-03Add 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-03make regress the main targetArtur Grabowski
(now that dependencies are correct)
2002-01-03Only go into regress on "obj", "clean" and "cleandir".Artur Grabowski
2002-01-03OpenBSD tagArtur Grabowski
2002-01-03s/timeout/possible timeout/ the test could simply fail.Artur Grabowski
2002-01-03depend regress: on PROG (this whole Makefile is ugly)Artur Grabowski
2002-01-03t4 is slowArtur Grabowski
2002-01-033 12 and 20 are slowArtur Grabowski
2002-01-03Always 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-03Add some missing CLEANFILES.Artur Grabowski
2002-01-03SloooooooowArtur Grabowski
2002-01-03all MAKEDEV tests are slow.Artur Grabowski
2002-01-03Two 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-03convert everything to bsd.regress.mkArtur Grabowski