Age | Commit message (Expand) | Author |
2001-09-13 | Simplify userret. | Artur Grabowski |
2001-09-13 | Remove a comment that just doesn't make any sense. | Artur Grabowski |
2001-09-13 | Simplify userret, modelled after alpha. | Artur Grabowski |
2001-09-13 | Change nsops to u_int to match prototype as discussed with millert@. | Federico G. Schwindt |
2001-09-13 | In sys_semop(), change local nsops to size_t to avoid ending with a | Federico G. Schwindt |
2001-09-13 | The vgafb driver does not test memory, so no point mapping it during the probe. | Dale Rahn |
2001-09-13 | old timeout removal, code by art@. (ok by miod) | Janne Johansson |
2001-09-13 | signed -> unsigned. From NetBSD via Todd Miller. | Janne Johansson |
2001-09-13 | missing $OpenBSD: | Markus Friedl |
2001-09-12 | No need to be overkill for the french keyboard layout. | Miod Vallat |
2001-09-12 | get sc_bustag and sc_dmatag from attach. | Jason Wright |
2001-09-12 | Rename timeout_init to timeout_startup to deconfuse a bit. | Artur Grabowski |
2001-09-12 | Print memory numbers in KB as well as bytes like most other platforms. | Todd C. Miller |
2001-09-12 | Print avail/real memory sizes in KB in addition to bytes as in i386 land. ok ... | Peter Valchev |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-09-11 | Undo BINAT translation when blocking with return-rst/-icmp. | Daniel Hartmeier |
2001-09-11 | Fix uvm_km_suballoc() usage flags. ok art@ millert@ | Miod Vallat |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-11 | Get the multi-inclusion code right this time. This broke mac68k builds, | Miod Vallat |
2001-09-11 | move to 3.0-beta | Theo de Raadt |
2001-09-11 | vm/vm_kern.h is not needed hereand it compiles (; | Michael Shalayeff |
2001-09-11 | remove acd references; millert@ ok. | Federico G. Schwindt |
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 |