| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 224 | -224/+223 |
| * | MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associated | Andre Oppermann | 2004-09-22 | 1 | -1/+0 |
| * | MFC: | Wilko Bulte | 2004-09-13 | 1 | -62/+14 |
| * | Match reality: remove support for TurboLaser as it no longer works. Nor | Wilko Bulte | 2004-09-13 | 2 | -2/+0 |
| * | tga(4) is sufficiently broken that bandaids won't work. Given that | Wilko Bulte | 2004-09-10 | 1 | -1/+0 |
| * | MFC: Turn PREEMPTION into a kernel option. It is NOT enabled at this time. | Scott Long | 2004-09-10 | 1 | -5/+0 |
| * | Switch to the 4BSD scheduler for RELENG_5 | Scott Long | 2004-09-09 | 1 | -1/+1 |
| * | MFC: Fix boundary inheritance in busdma. | Scott Long | 2004-09-09 | 1 | -5/+5 |
| * | MFC of: | Julian Elischer | 2004-09-09 | 1 | -1/+1 |
| * | MFC of: | Julian Elischer | 2004-09-09 | 1 | -1/+1 |
| * | Remove the kernel debugging options from GENERIC. | Scott Long | 2004-09-07 | 1 | -11/+0 |
| * | MFC: Regenerate after fcntl() changes. | John Baldwin | 2004-09-03 | 6 | -8/+8 |
| * | MFC: Fix the ABI wrappers to use kern_fcntl() rather than calling | John Baldwin | 2004-09-03 | 3 | -22/+15 |
| * | MFC: | Julian Elischer | 2004-09-03 | 1 | -1/+1 |
| * | MFC | Julian Elischer | 2004-09-03 | 1 | -6/+0 |
| * | MFC rev 1.35: | Marcel Moolenaar | 2004-09-02 | 1 | -1/+1 |
| * | 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 |
| * | The previous revision introduced a compilation error, i.e., the use of an | Alan Cox | 2004-07-20 | 1 | -1/+1 |
| * | - Eliminate the pte object from the pmap. Instead, page table pages are | Alan Cox | 2004-07-19 | 2 | -146/+63 |
| * | As a temporary hack, turn off deferred preemptions that are the result of | John Baldwin | 2004-07-19 | 1 | -0/+2 |
| * | In -CURRENT pseudo devices are not statically assigned at compile time, | Maxim Konovalov | 2004-07-18 | 1 | -1/+1 |
| * | Only extract a physical address from a pte in pmap_extract() if the pte is | Alan Cox | 2004-07-18 | 1 | -9/+13 |
| * | MFamd64 revision 1.478 | Alan Cox | 2004-07-17 | 1 | -6/+5 |
| * | Remove dead or unused code, such as spl calls. | Alan Cox | 2004-07-16 | 1 | -25/+0 |
| * | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 2 | -2/+2 |
| * | Push down the acquisition and release of the page queues lock into | Alan Cox | 2004-07-15 | 1 | -0/+5 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+1 |
| * | Additional pmap locking | Alan Cox | 2004-07-14 | 1 | -28/+49 |
| * | In pmap_remove_pages(), when clearing a pte, update the corresponding | Alan Cox | 2004-07-14 | 1 | -0/+4 |
| * | Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototype | Ken Smith | 2004-07-13 | 1 | -1/+0 |
| * | Push down the acquisition and release of the page queues lock into | Alan Cox | 2004-07-13 | 1 | -3/+2 |
| * | Now that the console setup is identical to that on other platforms, | Marcel Moolenaar | 2004-07-11 | 1 | -0/+2 |
| * | Add options KDB and GDB. KDB takes on the function of what DDB used | Marcel Moolenaar | 2004-07-11 | 1 | -1/+3 |
| * | Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDB | Marcel Moolenaar | 2004-07-11 | 1 | -746/+0 |
| * | Mega update for the KDB framework: turn DDB into a KDB backend. | Marcel Moolenaar | 2004-07-10 | 4 | -371/+177 |
| * | Update fr the KDB framework: | Marcel Moolenaar | 2004-07-10 | 3 | -50/+28 |