Age | Commit message (Expand) | Author |
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 |
2002-03-07 | Remove some debugging code accidentally committed in previous | Jason Wright |
2002-03-07 | From NetBSD: | Jason Wright |
2002-03-06 | - recognize serial speeds over 9600 bauds, and allow users to set such a | Miod Vallat |
2002-03-06 | Support serial speed over 9600 bauds. | Miod Vallat |
2002-03-06 | no need to mask | Michael Shalayeff |
2002-03-06 | expand fpu name, makes line overflow a bit, maybe deal w/ it later | Michael Shalayeff |
2002-03-06 | regen | Michael Shalayeff |
2002-03-06 | cleanup the fpu names a bit | Michael Shalayeff |
2002-03-05 | rearrange stuff, chat about cache | Michael Shalayeff |
2002-03-05 | Kill prom stuff duplicates from bugio.[ch]. | Miod Vallat |
2002-03-05 | Insert missing newline for autoconf prettiness. | Jason Wright |
2002-03-05 | Provide a few more constants to get on par with other arches and get | Miod Vallat |
2002-03-04 | ok, so apparently wx doesn't work so well | Nathan Binkert |
2002-03-04 | dc is not listed twice. Put de back, and move dc out of the untested section. | Nathan Binkert |
2002-03-04 | since we can't fit both dc and de, we've got to have de so we can have support | Nathan Binkert |
2002-03-04 | Move dc from the untested group since it is tested, though a commit will | Nathan Binkert |
2002-03-04 | dc not de | Theo de Raadt |
2002-03-04 | Typos; Matt <matt@vertrauen.org> | Jason Wright |
2002-03-02 | bump the version after recent addition | Michael Shalayeff |
2002-03-02 | cleanup. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | Do not use -1 as an unused entry, 0 is already reserved for invalid/unused. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | These two drivers were incorrectly sharing variables, sometimes expecting | Dale Rahn |
2002-03-02 | more logical order of operations, caveats | Michael Shalayeff |
2002-03-02 | Add machine specific commands to the bootblocks, to let the user display | Miod Vallat |