| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | John Baldwin | 2004-11-01 | 1 | -1/+1 |
| * | Fix a typo so that this compiles. | John Baldwin | 2004-10-20 | 1 | -1/+1 |
| * | Add new function ttyinitmode() which sets our systemwide default | Poul-Henning Kamp | 2004-10-18 | 2 | -12/+2 |
| * | Add missing flag to userland_sysctl() | Poul-Henning Kamp | 2004-10-14 | 1 | -1/+1 |
| * | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -23/+14 |
| * | The physical address stored in the vm_page is page aligned. There is no | Alan Cox | 2004-10-03 | 1 | -1/+1 |
| * | Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). These | Alan Cox | 2004-10-02 | 1 | -5/+2 |
| * | - Add support for "paging" in stack trace output. That is, when you do | John Baldwin | 2004-09-20 | 1 | -2/+4 |
| * | Simplify the reference counting of page table pages. Specifically, use | Alan Cox | 2004-09-19 | 1 | -22/+10 |
| * | MFamd64/i386 | Alan Cox | 2004-09-19 | 1 | -1/+2 |
| * | Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc() | Alan Cox | 2004-09-19 | 1 | -3/+0 |
| * | Allocate tty at attach time instead of open time. | Poul-Henning Kamp | 2004-09-17 | 1 | -9/+17 |
| * | Be slightly less bogus in struct tty allocation. | Poul-Henning Kamp | 2004-09-17 | 1 | -3/+2 |
| * | Add new a function isa_dma_init() which returns an errno when it fails | Poul-Henning Kamp | 2004-09-15 | 1 | -10/+8 |
| * | Add nge. (I've used one for about a week in an XP1000.) | Alan Cox | 2004-09-11 | 1 | -0/+1 |
| * | The previous commit, roughly one and a half years ago removed the | Marcel Moolenaar | 2004-09-10 | 1 | -62/+14 |
| * | Fix a problem with tag->boundary inheritence that has existed since day one | Scott Long | 2004-09-08 | 1 | -5/+5 |
| * | Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon. | Scott Long | 2004-09-07 | 1 | -1/+3 |
| * | Make the alpha timecounter preferable to the i8254. | Poul-Henning Kamp | 2004-09-07 | 1 | -1/+2 |
| * | Refactor a bunch of scheduler code to give basically the same behaviour | Julian Elischer | 2004-09-05 | 1 | -1/+1 |
| * | Turn PREEMPTION into a kernel option. Make sure that it's defined if | Scott Long | 2004-09-02 | 1 | -5/+0 |
| * | Give setrunqueue() and sched_add() more of a clue as to | Julian Elischer | 2004-09-01 | 1 | -1/+1 |
| * | Remove an unneeded argument.. | Julian Elischer | 2004-08-31 | 1 | -1/+1 |
| * | Remove sched_free_thread() which was only used | Julian Elischer | 2004-08-31 | 1 | -6/+0 |
| * | Add em(4) to Alpha. I had a couple running recently on Alpha and it | Wilko Bulte | 2004-08-30 | 1 | -0/+1 |
| * | In alpha_pci_alloc_resource(), when allocating a memory resource, | Marcel Moolenaar | 2004-08-29 | 1 | -1/+1 |
| * | Stop pretending: TurboLaser support is really broken | Wilko Bulte | 2004-08-28 | 1 | -1/+2 |
| * | Stop pretending: TurboLaser support is really broken. | Wilko Bulte | 2004-08-28 | 1 | -1/+2 |
| * | Move the kernel-specific logic to adjust frompc from MI to MD. For | Marcel Moolenaar | 2004-08-27 | 1 | -5/+21 |
| * | Provide extern declarations for btext and etext when GPROF is defined. | Marcel Moolenaar | 2004-08-27 | 1 | -0/+5 |
| * | The machine-independent parts of the virtual memory system always pass a | Alan Cox | 2004-08-27 | 1 | -16/+0 |
| * | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -1/+0 |
| * | Remove unnecessary check for curthread == NULL. | Alan Cox | 2004-08-26 | 1 | -1/+1 |
| * | Regenerate after fcntl() wrappers were marked MP safe. | John Baldwin | 2004-08-24 | 6 | -8/+8 |
| * | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | John Baldwin | 2004-08-24 | 3 | -22/+15 |
| * | Add a new type, l_uintptr_t, which is an unsigned integer type with the | Tim J. Robbins | 2004-08-16 | 1 | -0/+4 |
| * | - Make pmap_emulate_reference() MP and preemption safe. Previously, it | Alan Cox | 2004-08-15 | 1 | -30/+20 |
| * | Add __elfN(dump_thread). This function is called from __elfN(coredump) | Marcel Moolenaar | 2004-08-11 | 1 | -0/+7 |
| * | Post-locking clean up/simplification, particularly, the elimination of | Alan Cox | 2004-08-04 | 1 | -57/+49 |
| * | 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 extraneous ';'. | Mark Murray | 2004-08-01 | 1 | -1/+1 |
| * | Turn off PREEMPTION by default while it gets debugged. It's been causing | Scott Long | 2004-08-01 | 1 | -0/+3 |
| * | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | Mark Murray | 2004-08-01 | 3 | -148/+61 |
| * | Advance the state of pmap locking on alpha, amd64, and i386. | Alan Cox | 2004-07-29 | 1 | -13/+20 |
| * | Move a relic to its correct location(s): Put nfs diskless initialization | Poul-Henning Kamp | 2004-07-28 | 1 | -21/+0 |
| * | Pass a thread argument into cpu_critical_{enter,exit}() rather than | Robert Watson | 2004-07-27 | 1 | -8/+4 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -2/+2 |
| * | Unify db_stack_trace_cmd(). All it did was look up the thread given | Marcel Moolenaar | 2004-07-21 | 1 | -14/+0 |
| * | Add some additional pmap locking and lock assertions. | Alan Cox | 2004-07-21 | 1 | -0/+5 |