Age | Commit message (Expand) | Author |
2002-03-16 | move cdev_decl out and kill some ugly print and some spaces | Michael Shalayeff |
2002-03-15 | and this is how it will look for the gecko boy | Michael Shalayeff |
2002-03-15 | here will be a wscons-garden | Michael Shalayeff |
2002-03-15 | proper file deps | Michael Shalayeff |
2002-03-15 | rewrite a pmap to use multilevel page tables. | Michael Shalayeff |
2002-03-15 | build really really small | Michael Shalayeff |
2002-03-15 | fix a comment a little | Michael Shalayeff |
2002-03-15 | fix binutils entry; pt out by Diana Eichert <deicher@sandia.gov> | Michael Shalayeff |
2002-03-15 | Add lpt device entry point | Jason Wright |
2002-03-15 | doh | Michael Shalayeff |
2002-03-15 | regs get/set for pmdb | Michael Shalayeff |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-15 | The previous commit broke the bootblocks, since uvmexp is not available | Miod Vallat |
2002-03-14 | Improved altivec support for powerpc/macppc. | Dale Rahn |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | Remove a bunch of #if 0 code | Jason Wright |
2002-03-14 | Make the sbus ipl handling more like psycho. Some devices (Aurora 210sj, eg) | Jason Wright |
2002-03-14 | From NetBSD: driver for lpt at ebus | Jason Wright |
2002-03-14 | add apio* at sbus? and lpt* at apio? | Jason Wright |
2002-03-14 | Do not include headers twice. Pointed out by Dries Schellekens. | Dale Rahn |
2002-03-14 | protect from overflows and null derefs in cpu probing; from wd@ics.nara-wu.ac... | Michael Shalayeff |
2002-03-14 | this mod has nothing to do w/ ptrace option addition, did not even compile | Michael Shalayeff |
2002-03-14 | Properly conditionalize uvm history dump | Jason Wright |
2002-03-14 | use getprop, not getpropstring to fetch 'magma_prom' property... | Jason Wright |
2002-03-14 | add asio* at sbus? and com* at asio? | Jason Wright |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Remove PTRACE support out of the ramdisks/miniroots. | Miod Vallat |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-13 | Complete rewrite of the powerpc pmap handling, Instead of keeping | Dale Rahn |
2002-03-13 | On sparc, PAGE_SIZE and friends might not be a compile-time constant. | Miod Vallat |
2002-03-12 | rest of copy_on_fault proper handlings | Michael Shalayeff |
2002-03-12 | sparc64's aren't likely to be CPU_ISSUN4C | Jason Wright |
2002-03-12 | Look up the TTE and only do the streaming cache dance if the mapping is marke... | Jason Wright |
2002-03-12 | extraneous 'or'; from Sven Kirmess <sven.kirmess@gmx.net> | Michael Shalayeff |
2002-03-12 | Emulate ptrace(PT_STEP in software. | Artur Grabowski |
2002-03-12 | sync with KAME | Kenjiro Cho |
2002-03-12 | oops | Michael Shalayeff |
2002-03-11 | If the clock has lost over 1000 days, use the filesystem time instead | Dale Rahn |
2002-03-11 | Add <machine/ieeefp.h>, will be needed by libc shortly. | Miod Vallat |
2002-03-11 | Add a <machine/varargs.h> skeleton for userland. | Miod Vallat |
2002-03-10 | rdboot -> hdboot | Hugh Graham |
2002-03-09 | Completely rewritten keyboard detection mechanism. Instead of using the | Dale Rahn |
2002-03-09 | Add case for BTYP_1305. | Hugh Graham |
2002-03-08 | Remove the code which reenables interrupts in these interrupt controllers, | Dale Rahn |
2002-03-08 | have to set p_md as well, used to shoot clouds before | Michael Shalayeff |
2002-03-08 | last arg to the copystr could be 0, also correct onfault handling | Michael Shalayeff |
2002-03-08 | Move the message buffer out of low memory, Openfirmware clears the area | Dale Rahn |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |