| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Add PFIL_HOOKS to the GENERIC kernel configuration. | Jacques Vidrine | 2004-01-26 | 1 | -0/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'. | cvs2svn | 2003-12-07 | 15 | -9424/+0 |
| * | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | John Baldwin | 2003-11-21 | 1 | -0/+5 |
| * | Widen the enable/disable helper function's argument in line with the | Peter Wemm | 2003-11-17 | 4 | -13/+13 |
| * | - Remove unnecessary synchronization from sf_buf_init(). (There is only | Alan Cox | 2003-11-16 | 2 | -4/+0 |
| * | - Modify alpha's sf_buf implementation to use the direct virtual-to- | Alan Cox | 2003-11-16 | 3 | -2/+58 |
| * | Change the clear_ret argument of get_mcontext() to be a flags argument. | Marcel Moolenaar | 2003-11-09 | 2 | -2/+2 |
| * | Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is a | Peter Wemm | 2003-10-19 | 2 | -0/+12 |
| * | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | Bruce M Simpson | 2003-10-06 | 1 | -1/+0 |
| * | Migrate pmap_prefault() into the machine-independent virtual memory layer. | Alan Cox | 2003-10-03 | 3 | -24/+39 |
| * | DELAY must be a routine, not a macro definition. | Peter Grehan | 2003-09-26 | 4 | -6/+4 |
| * | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 2 | -13/+2 |
| * | _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying to | Peter Grehan | 2003-09-24 | 1 | -2/+2 |
| * | Soften assert in pmap_remove_all. | Peter Grehan | 2003-09-22 | 3 | -12/+75 |
| * | ATAng requires <sys/taskqueue.h> | Peter Grehan | 2003-09-22 | 2 | -0/+2 |
| * | Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_ | Alexander Kabaev | 2003-09-01 | 1 | -3/+3 |
| * | Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy | Alan Cox | 2003-08-29 | 2 | -0/+202 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -3/+3 |
| * | Fixup the ELF branding information to point to the new home of rtld. | Gordon Tetlow | 2003-08-17 | 1 | -1/+1 |
| * | In vm_thread_swap{in|out}(), remove the alpha specific conditional | Marcel Moolenaar | 2003-08-16 | 2 | -14/+18 |
| * | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | Marcel Moolenaar | 2003-08-16 | 2 | -4/+6 |
| * | Update powerpc to use the (old thread,new thread) calling convention | Peter Grehan | 2003-08-14 | 4 | -74/+60 |
| * | Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's | Warner Losh | 2003-08-12 | 2 | -4/+48 |
| * | - Since td_critnest is now initialized in MI code, it doesn't have to be | John Baldwin | 2003-08-04 | 2 | -13/+0 |
| * | Deal with GCC annoyingly defining _BIG_ENDIAN. | David E. O'Brien | 2003-08-03 | 1 | -0/+1 |
| * | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev(). | Alan Cox | 2003-08-02 | 3 | -3/+3 |
| * | Make sure that when the PV ENTRY zone is created in pmap, that it's | Bosko Milekic | 2003-07-31 | 3 | -6/+6 |
| * | Deal with 'options KSTACK_PAGES' being a global option. | Peter Wemm | 2003-07-31 | 8 | -2/+14 |
| * | Make pmap_pvo_allocf() callable without Giant. | Alan Cox | 2003-07-27 | 3 | -18/+18 |
| * | - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed | Maxime Henrion | 2003-07-27 | 2 | -6/+12 |
| * | Rename thread_siginfo to cpu_thread_siginfo. | David Xu | 2003-07-15 | 2 | -2/+2 |
| * | Background: pmap_object_init_pt() premaps the pages of a object in | Alan Cox | 2003-07-03 | 3 | -9/+15 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 2 | -3/+68 |
| * | - Export pmap_enter_quick() to the MI VM. This will permit the | Alan Cox | 2003-06-29 | 3 | -0/+24 |
| * | Allow the interrupt controller to be probed - this picks up the | Peter Grehan | 2003-06-29 | 1 | -1/+0 |
| * | A module to handle the interrupt controller on Heathrow/Paddington | Peter Grehan | 2003-06-28 | 2 | -0/+545 |
| * | A module for the Motorola MPC106 system controller aka 'Grackle' | Peter Grehan | 2003-06-28 | 2 | -0/+622 |
| * | Add a machine depended function thread_siginfo, SA signal code | David Xu | 2003-06-28 | 2 | -0/+38 |
| * | Do the first and mostly mechanical step of adding mutex support to the | Scott Long | 2003-06-27 | 1 | -0/+1 |
| * | Remove unused bootpath[] variable. It conflicted with a declaration | Peter Grehan | 2003-06-25 | 3 | -6/+0 |
| * | Migrate the thread stack management functions from the machine-dependent | Alan Cox | 2003-06-14 | 4 | -460/+1 |
| * | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | Alan Cox | 2003-06-14 | 3 | -75/+0 |
| * | GC unused cpu_wait() function | Peter Wemm | 2003-06-11 | 2 | -12/+0 |
| * | Note that scbus is required for SCSI, not just "required" in general. | Juli Mallett | 2003-06-08 | 1 | -1/+1 |
| * | Change the second (and last) argument of cpu_set_upcall(). Previously | Marcel Moolenaar | 2003-06-04 | 2 | -2/+2 |
| * | Remove #include <sys/disklabel.h> | Poul-Henning Kamp | 2003-06-01 | 2 | -2/+0 |
| * | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long | 2003-05-27 | 2 | -2/+3 |
| * | sys/sys/limits.h: | Alexander Kabaev | 2003-05-19 | 2 | -3/+3 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 2 | -8/+10 |
| * | Things run thru the C preprocessor must use C-style comments. | David E. O'Brien | 2003-05-05 | 2 | -22/+22 |