summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-09-11protect from multiple inclusionJason Wright
2001-09-10varargs from sparcArtur Grabowski
2001-09-10Don't use the VIS instructions for bcopy and bzero.Artur Grabowski
2001-09-10remove useless debug function.Grigoriy Orlov
2001-09-10More accurate compare (from netbsd)Jason Wright
2001-09-10Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc,Jason Wright
2001-09-10Fix the other half.Dale Rahn
2001-09-10mickey, at least compile them first.Dale Rahn
2001-09-10fix the bzero size, not that it matters that muchMichael Shalayeff
2001-09-10move vtophys proto into a port-area in order to remove it for macppc eventual...Michael Shalayeff
2001-09-10applying the same mask to rs2 and rd is bad ju-ju for F?TO? instructions. Fix...Jason Wright
2001-09-10fix typo in comment; d.doroshenko@omnitel.netTodd C. Miller
2001-09-10More debugging stuff.Jason Wright
2001-09-10Add more debugging stuff (including fpstate dumping)Jason Wright
2001-09-10Add some debugging stuff: a function to dump all of the fpstate64 fields.Jason Wright
2001-09-10use arc4random for iv as art@ suggestedMichael Shalayeff
2001-09-10Remove some unused global variables.Dale Rahn
2001-09-10Device addresses should be mapped. It should be converted to bus_ accesses.Dale Rahn
2001-09-10Devices should not poke random memory, even hacked code which should beDale Rahn
2001-09-10Mark buffers with dependencies as B_DEFERRED and skip them one timeGrigoriy Orlov
2001-09-10Change askname to volatile; this prevents it from being trashed byBrandon Creighton
2001-09-09Protect debugger accesses with setfault. Should improve debugger usability,Dale Rahn
2001-09-09Remove the old powerpc disassembler, it was bad, the replacement isDale Rahn
2001-09-09cmp* opcode fixes for powerpc disassembler.Dale Rahn
2001-09-09only one prototype for fpu_implode necessary.Jason Wright
2001-09-09Print OE and RC fields of the instructions if they are set in the instruction.Dale Rahn
2001-09-09Fix the parameter order for several instructions in the powerpc disassembler.Dale Rahn
2001-09-09Repair compilation of mac68k GENERIC_SBC kernel.Miod Vallat
2001-09-09in fpu_ftox() make sure the high bits are the return value and res[1] getsJason Wright
2001-09-08From NetBSD: debugging stuff to dump fpn'sJason Wright
2001-09-08Import netbsd's fpu handling (modified to be separate from sparc); this isJason Wright
2001-09-08Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila <sfs@...Jason Wright
2001-09-08DOH, do not make a cut and paste error just before committing...Dale Rahn
2001-09-08A mostly rewritten disassembler for powerpc.Dale Rahn
2001-09-08initialize variable and more careful bounts checking; okay frantzen@Niels Provos
2001-09-07Fix PR 2051, tested by miod@Angelos D. Keromytis
2001-09-07just as RFC2292 suggests, validate cmsg_controllen on CMSG_FIRSTHDR.Jun-ichiro itojun Hagino
2001-09-07do not accidentally clear other ss_flags bitsTheo de Raadt
2001-09-07Kill the majority of the DEBUG code that's cluttering the signal code.Artur Grabowski
2001-09-07recurse into sparc64, tooJason Wright
2001-09-07allow recursion into here for man pages on other arch'sJason Wright
2001-09-07make starting of init slightly cleaner. Also sets initproc earlier.Artur Grabowski
2001-09-07fix IPv4 fragment handling in the classifier.Kenjiro Cho
2001-09-06regenMichael Shalayeff
2001-09-06fix a dup and add one toshiba deviceMichael Shalayeff
2001-09-06regenMichael Shalayeff
2001-09-06#9 rev IVMichael Shalayeff
2001-09-06syncNiels Provos
2001-09-06supersavageNiels Provos
2001-09-06Reflect skip step changes. Spotted by Ryan McBride.Daniel Hartmeier