| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a new definition, PSL_KERNSET, which is used for setting the | Peter Grehan | 2004-11-30 | 1 | -1/+2 |
* | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 9 | -11/+6 |
* | Remove UAREA_PAGES. | David Schultz | 2004-11-20 | 1 | -1/+0 |
* | U areas are going away, so don't allocate one for process 0. | David Schultz | 2004-11-20 | 2 | -6/+0 |
* | user.h is included only to get pcb.h, so use the latter directly instead. | David Schultz | 2004-11-20 | 1 | -1/+0 |
* | Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels. | Andre Oppermann | 2004-11-02 | 1 | -1/+1 |
* | Implement TLS relocations for powerpc. | Suleiman Souhlal | 2004-11-02 | 1 | -0/+28 |
* | Stay up to date with the latest ATA developments, where | Suleiman Souhlal | 2004-11-02 | 2 | -2/+4 |
* | Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in the | Suleiman Souhlal | 2004-11-02 | 1 | -1/+1 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | John Baldwin | 2004-11-01 | 1 | -1/+1 |
* | Add sc_iostart to softc and unbreak the build. | Andrew Gallatin | 2004-09-27 | 1 | -0/+1 |
* | Add support for i/o-ports. This was cut and pasted from grackle.c | Andrew Gallatin | 2004-09-26 | 1 | -3/+26 |
* | - Add support for "paging" in stack trace output. That is, when you do | John Baldwin | 2004-09-20 | 1 | -1/+4 |
* | Lock the kernel pmap in pmap_kenter(). | Alan Cox | 2004-09-13 | 3 | -0/+6 |
* | Fix a problem with tag->boundary inheritence that has existed since day one | Scott Long | 2004-09-08 | 1 | -6/+5 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | Julian Elischer | 2004-09-05 | 2 | -2/+2 |
* | Remove an unneeded argument.. | Julian Elischer | 2004-08-31 | 2 | -2/+2 |
* | Remove sched_free_thread() which was only used | Julian Elischer | 2004-08-31 | 2 | -6/+0 |
* | - Introduce a lock for synchronizing access to the pvo and pteg tables. | Alan Cox | 2004-08-30 | 3 | -24/+84 |
* | Eliminate unnecessary indirection. | Alan Cox | 2004-08-28 | 3 | -6/+6 |
* | Move the kernel-specific logic to adjust frompc from MI to MD. For | Marcel Moolenaar | 2004-08-27 | 1 | -0/+14 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -1/+0 |
* | Add pmap locking to many of the functions. | Alan Cox | 2004-08-26 | 4 | -48/+147 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | Marius Strobl | 2004-08-16 | 17 | -22/+22 |
* | Add /dev/mem and /dev/kmem to powerpc. | Suleiman Souhlal | 2004-08-16 | 10 | -0/+300 |
* | Advertise that color is supported so that syscons doesn't come up | Peter Grehan | 2004-08-16 | 1 | -2/+2 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 5 | -87/+79 |
* | - Use the rman_get_* functions instead of reaching into struct resource. | Marius Strobl | 2004-08-11 | 8 | -20/+16 |
* | Add __elfN(dump_thread). This function is called from __elfN(coredump) | Marcel Moolenaar | 2004-08-11 | 1 | -0/+8 |
* | Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EE | Peter Grehan | 2004-08-07 | 1 | -1/+1 |
* | In pmap_page_protect, clear the vm page's PG_WRITEABLE flag if | Peter Grehan | 2004-08-05 | 3 | -3/+21 |
* | - Push down the acquisition and release of Giant into pmap_enter_quick() | Alan Cox | 2004-08-04 | 3 | -0/+6 |
* | Making a loadable null.ko for /dev/(null|zero) proved rather | Mark Murray | 2004-08-03 | 1 | -1/+0 |
* | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | Maxime Henrion | 2004-08-03 | 1 | -0/+1 |
* | Remove race condition between reading of MSR, setting md_savecrit, | Peter Grehan | 2004-08-03 | 1 | -6/+2 |
* | Remove 'device mem' from GENERIC, which markm@ mistakingly added. | Suleiman Souhlal | 2004-08-02 | 1 | -1/+0 |
* | Kernel traps were not being passed to trap_fatal in some | Peter Grehan | 2004-08-02 | 2 | -2/+4 |
* | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | Mark Murray | 2004-08-01 | 1 | -1/+3 |
* | - Push down the acquisition and release of Giant into pmap_protect() on | Alan Cox | 2004-07-30 | 3 | -0/+12 |
* | Add comment explaining struct reg and struct fpreg must match the trapframe. | Suleiman Souhlal | 2004-07-29 | 1 | -0/+2 |
* | Implement MD parts of ptrace. | Suleiman Souhlal | 2004-07-29 | 2 | -26/+86 |
* | Pass a thread argument into cpu_critical_{enter,exit}() rather than | Robert Watson | 2004-07-27 | 1 | -6/+4 |
* | Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB to | Peter Grehan | 2004-07-27 | 1 | -0/+4 |
* | Make sure icache is sync'd whenever memory is touched. It may | Peter Grehan | 2004-07-27 | 1 | -0/+2 |
* | Save DAR/DSISR in DDB regsave area when stack overflow detected. It's | Peter Grehan | 2004-07-27 | 2 | -0/+8 |
* | Improve boot-time debugging with DDB by extracting the ksym start/end | Peter Grehan | 2004-07-27 | 2 | -0/+18 |
* | Implement the protection check required by the pmap_extract_and_hold() | Alan Cox | 2004-07-26 | 3 | -9/+18 |
* | Let ddb know powerpc is big endian so as to make ddb output | Andrew Gallatin | 2004-07-23 | 1 | -0/+2 |
* | Detect kernel stack excursion into guard pages. Drop into KDB | Peter Grehan | 2004-07-23 | 2 | -10/+72 |
* | Bring KDB stack size into line with thread stack size (4 pages). | Peter Grehan | 2004-07-23 | 2 | -2/+2 |