summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-04A bug in the malloc test uncoveres a bug in longjmp on alpha.Artur Grabowski
2002-01-04check (p != NULL), not n.Mike Pechkin
2002-01-04syncTodd T. Fries
2002-01-04rules to build the MAKEDEV files:Todd T. Fries
2002-01-04This is my m4 MAKEDEV generation system.Todd T. Fries
2002-01-04Bring in a closer shape to other arches Makefile, also reorder the dependMiod Vallat
2002-01-04Use LEAF_ENTRY not ENTRY.Miod Vallat
2002-01-04Remove references to the NT serial number. Now the first 0x1beKjell Wooding
2002-01-04Add support for get/put colormap (mostly borrowed from sparc)Jason Wright
2002-01-04mmap functionality for cgthee (mostly from NetBSD)Jason Wright
2002-01-04expose sbus_bus_addr() so cgsix actually compiles (oops)Jason Wright
2002-01-04Handle truncation to the middle of a file hole. deraadt@ okThomas Nordin
2002-01-04comment out the pending signals check by now; it was not suppose to beFederico G. Schwindt
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
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
2002-01-03Add the pci_findvendor functionNathan Binkert
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
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
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
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
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
2002-01-03convert to bsd.regress.mk.Artur Grabowski
2002-01-03Add libc_r.Artur Grabowski
2002-01-03make regress the main targetArtur Grabowski