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