Age | Commit message (Expand) | Author |
2001-01-25 | fill in rval[1] return value for non signal return other than 0 (normal). | Dale Rahn |
2001-01-24 | Optimization base on looking at generated asm code. | Dale Rahn |
2001-01-24 | Always do MACHINE_NEW_NONCONTIG, not based on UVM or not. | Dale Rahn |
2001-01-24 | Attempt to update powerpc pmap module to MACHINE_NEW_NONCONTIG | Dale Rahn |
2001-01-24 | Remove block of "#if 0"ed code. | Dale Rahn |
2001-01-24 | pass the address of the current instruction to allow better "pc relative" | Dale Rahn |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2001-01-18 | Support more than 256MB of physical memory. | Dale Rahn |
2001-01-15 | include <sys/buf.h> for B_READ that we need in the UVM case | Artur Grabowski |
2001-01-15 | __asm__ and __volatile__ | Theo de Raadt |
2000-12-07 | clean | Theo de Raadt |
2000-11-21 | stupid Imac DV appears to misclasify the vga controller as DISPLAY_MISC | Theo de Raadt |
2000-11-13 | typo | Niklas Hallqvist |
2000-11-11 | Add bus_space_barrier code to powerpc bus.h. This portion of the | Dale Rahn |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-11-05 | Update to reflect closer to reality. and current direction for the port. | Dale Rahn |
2000-11-05 | Changes to print out size of L2 Cache for G4 and G3 machines. | Dale Rahn |
2000-10-27 | more precise BUFCACHEPERCENT calculations. | Michael Shalayeff |
2000-10-26 | fix bpf; diagnosed by fgs | Theo de Raadt |
2000-10-24 | Verify that memory regions are always page aligned and multiple of page size. | Dale Rahn |
2000-10-20 | fix clean target | Theo de Raadt |
2000-10-20 | Add Mhz to cpu information. | Dale Rahn |
2000-10-20 | Add support for ulpt, USB printers. | Dale Rahn |
2000-10-19 | Changes to pci and if_gm to support obtaining the ethernet hardware address | Dale Rahn |
2000-10-19 | Clean up printfs during boot, these were unnecessary debugging prints. | Dale Rahn |
2000-10-19 | Clean up printfs during boot, print reasonable information, not extra | Dale Rahn |
2000-10-19 | remove unnecessary printf during boot. | Dale Rahn |
2000-10-18 | Remove configure change from a couple of revisions ago, the interrupt | Dale Rahn |
2000-10-18 | typo in comment; from gluk@ptci.ru | Michael Shalayeff |
2000-10-16 | correct dmesg even more | Theo de Raadt |
2000-10-16 | remove basically incorrect interrupt configuration code. | Dale Rahn |
2000-10-16 | configuration changes to enable the uni-north memory controller to enable | Dale Rahn |
2000-10-13 | eol | Theo de Raadt |
2000-10-01 | Complete raidframe support, support was incomplete before. Not known | Dale S. Rahn |
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski |
2000-09-19 | Remove annoying debugging print that was introduced with the cmap setting code. | Dale S. Rahn |
2000-09-19 | Remove secondary hack that limited mapped size. Not needed with BAT mappings. | Dale S. Rahn |
2000-09-19 | Remove hack code that "limited" the mapped memory to 64k. Now that | Dale S. Rahn |
2000-09-19 | Changes to support ioctls as required for a framebuffer X server. | Dale S. Rahn |
2000-09-19 | Add openfirmware handle so that vgafb can set colormap via openfirmware. | Dale S. Rahn |
2000-09-19 | Use the BATs to map devices. This is partially so that larger | Dale S. Rahn |
2000-09-16 | It is possible to have more than one usb keyboard configured thru wskbd. | Dale S. Rahn |
2000-09-15 | When calling a signal handler, don't pass the kernel (local) address in r5. | Dale S. Rahn |
2000-09-14 | crank MSGBUFSIZE | Theo de Raadt |
2000-09-14 | simplify printing | Theo de Raadt |
2000-09-08 | Modify ata timing parameters, gives signficant boost in disk speed. | Dale S. Rahn |
2000-09-08 | Now that USB functionality has been merged into GENERIC, this config file | Dale S. Rahn |
2000-09-07 | console ? here too | Theo de Raadt |
2000-09-07 | - attach wskbd at location console ? | Matthieu Herrb |
2000-09-07 | cleaner | Theo de Raadt |