summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-07-25use bus_space_map, not bus_space_map2, and fix failure printf'sJason Wright
2002-07-25There's no need to override the default mapping to big endian now that rasops...Jason Wright
2002-07-25If passed RI_BSWAP, swap32 the stampJason Wright
2002-07-25Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andMiod Vallat
2002-07-25Rework the color usage in wsemul_sun displays, to match SunOS and SolarisMiod Vallat
2002-07-25Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name,Miod Vallat
2002-07-25When building kernels with the SMALL_KERNEL option (typically, RAMDISK),Miod Vallat
2002-07-25really remove itTheo de Raadt
2002-07-25remove the intrhand .comm, which was wrong, and is not neededTheo de Raadt
2002-07-25house cleaning, also fix a couple of incorrect bit definitions in theJason Wright
2002-07-25correct MTU check. sync w/kameJun-ichiro itojun Hagino
2002-07-25a few breakages w/ -current, maybe some other mickey might decide to fix thoseMichael Shalayeff
2002-07-25better kdbprinttrap() and copy over the frame into the db_regs when already s...Michael Shalayeff
2002-07-25preserve t4 as a saviour for the rp for the vfork() syscall. idea from fredette@Michael Shalayeff
2002-07-25kcopy is a space-to-space copy from kernel space, to guess where, -- to the s...Michael Shalayeff
2002-07-25update $NetBSD$ tagsNathan Binkert
2002-07-25only one trap generates exec fault and fetches the fault address from the pc ...Michael Shalayeff
2002-07-25syncNathan Binkert
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-07-25Modify lvalue only once between sequence points. ok deraadt@Thomas Nordin
2002-07-25Compare with the same type. ok deraadt@Thomas Nordin
2002-07-25syncNathan Binkert
2002-07-25typoNathan Binkert
2002-07-24syncNathan Binkert
2002-07-24new devicesNathan Binkert
2002-07-24Use sizeof(array) instead of sizeof(array *) for bcopy length. ok deraadt@Thomas Nordin
2002-07-24use properly sized regs for the prefix, only matters w/ picky binutils, old g...Michael Shalayeff
2002-07-24spacesTheo de Raadt
2002-07-24better uid/gid tracking; okay deraadt@Niels Provos
2002-07-24if it appears we are disassembling insn at the pc do not cause an extra memor...Michael Shalayeff
2002-07-24nuke debugging cruftJason Wright
2002-07-24add support for schizo streaming buffers (per PBM), but leave the buffers dis...Jason Wright
2002-07-24Go ahead and enable schizo, you're no worse off with it than without..Jason Wright
2002-07-24No need to cast &thing to paddr_t* when thing IS a paddr_tJason Wright
2002-07-24more use of volatile on registers, cleaningJason Wright
2002-07-24fix header printing in show_all_procsMichael Shalayeff
2002-07-24Use host order when adding packet size to interface statistics counter.Daniel Hartmeier
2002-07-24- don't need mmio or io registers mapped for console useJason Wright
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-24limit user code up to below the user stack, making stack addresses, effective...Michael Shalayeff
2002-07-24Support for non-exec mappings on sun4m.Artur Grabowski
2002-07-24Support for non-exec page mappings.Artur Grabowski
2002-07-24Pretty nasty hack to make non-exec mappings work.Artur Grabowski
2002-07-24and add the things that are missing?Theo de Raadt
2002-07-24why do i always have to mop upTheo de Raadt
2002-07-23Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@Miod Vallat
2002-07-23Remove unused files now that powerpc archs use link_elf.hDale Rahn
2002-07-23Allow 'boot hd:,ofwboot bsd' previously it required '/bsd' instead ofDale Rahn
2002-07-23from reading sam@errno.com's code:Jason Wright