| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Add PFIL_HOOKS to the GENERIC kernel configuration. | Jacques Vidrine | 2004-01-26 | 1 | -0/+1 |
| * | Don't build a kernel.debug for the release. | Scott Long | 2003-12-07 | 1 | -1/+1 |
| * | Disable WITNESS, INVARIANTS, and DDB for our Tier-1 platforms for the release | Scott Long | 2003-12-07 | 1 | -3/+3 |
| * | Since the fdc driver can't autodetect the drive capacity on the Alpha, | Dag-Erling Smørgrav | 2003-12-05 | 1 | -0/+1 |
| * | Fix all users of mp_maxid to use the same semantics, namely: | John Baldwin | 2003-12-03 | 1 | -1/+0 |
| * | - Set mp_maxid in a way that is consistent with every other arch. It is | Jeff Roberson | 2003-11-30 | 1 | -3/+2 |
| * | - In db_stack_trace_cmd() bail out if we get confused about the stack. | Jeff Roberson | 2003-11-29 | 1 | -3/+8 |
| * | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | John Baldwin | 2003-11-21 | 1 | -22/+45 |
| * | Widen the enable/disable helper function's argument in line with the | Peter Wemm | 2003-11-17 | 8 | -25/+27 |
| * | - Remove unnecessary synchronization from sf_buf_init(). (There is only | Alan Cox | 2003-11-16 | 1 | -2/+0 |
| * | Fix build on alpha | Kris Kennaway | 2003-11-16 | 1 | -0/+1 |
| * | - Modify alpha's sf_buf implementation to use the direct virtual-to- | Alan Cox | 2003-11-16 | 2 | -8/+59 |
| * | - Drop the process lock before we call into ptrace_{read|write}_int or | Jeff Roberson | 2003-11-14 | 1 | -4/+7 |
| * | - Unlock the clock lock before calling timeout in sysbeep(). This is almost | Jeff Roberson | 2003-11-13 | 1 | -1/+1 |
| * | - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users who | Jeff Roberson | 2003-11-13 | 1 | -0/+1 |
| * | Change the clear_ret argument of get_mcontext() to be a flags argument. | Marcel Moolenaar | 2003-11-09 | 1 | -2/+2 |
| * | Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in | Scott Long | 2003-11-07 | 1 | -0/+4 |
| * | Regen. | John Baldwin | 2003-11-07 | 3 | -55/+59 |
| * | Sync MP safe flags with global syscalls.master for the first time. This | John Baldwin | 2003-11-07 | 1 | -52/+52 |
| * | Regen. | John Baldwin | 2003-11-07 | 3 | -52/+62 |
| * | Sync up with global syscalls.master for MP safe syscalls for the first | John Baldwin | 2003-11-07 | 1 | -48/+48 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -1/+1 |
| * | style: strcmp() does not return a bool. | Brooks Davis | 2003-10-30 | 1 | -1/+1 |
| * | Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is a | Peter Wemm | 2003-10-19 | 1 | -0/+6 |
| * | Implement preliminary support for the PT_SYSCALL command to ptrace(2). | Robert Drehmel | 2003-10-09 | 1 | -0/+5 |
| * | 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 | 1 | -99/+20 |
| * | OK, I messed up /dev/console with what I had hoped would be compat | Poul-Henning Kamp | 2003-09-26 | 1 | -3/+4 |
| * | Initialize cn_name instead of cn_dev | Poul-Henning Kamp | 2003-09-26 | 2 | -2/+2 |
| * | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 4 | -15/+6 |
| * | Implement the bus_space_map() function to allocate resources and initialize | Yoshihiro Takahashi | 2003-09-23 | 1 | -0/+18 |
| * | Mention the puc(4) glue driver in a commented-out example so the user | Joerg Wunsch | 2003-09-19 | 1 | -0/+5 |
| * | Add a new parameter to pmap_extract_and_hold() that is needed to eliminate | Alan Cox | 2003-09-12 | 1 | -2/+3 |
| * | Introduce a new pmap function, pmap_extract_and_hold(). This function | Alan Cox | 2003-09-08 | 1 | -0/+23 |
| * | MFamd64/i386 | Alan Cox | 2003-09-07 | 1 | -12/+19 |
| * | Fix build breakage caused by the inclusion of <ddb/ddb.h> while | Marcel Moolenaar | 2003-09-07 | 1 | -1/+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 | 1 | -0/+101 |
| * | Eliminate the direct uses of vm_page_lookup() on the pte object. Instead, | Alan Cox | 2003-08-28 | 1 | -33/+8 |
| * | Add option NO_SIO to work-around the hardcoded dependency on sio(4). | Marcel Moolenaar | 2003-08-25 | 13 | -212/+255 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 22 | -37/+37 |
| * | - Lock the pte object when performing vm_page_grab(). | Alan Cox | 2003-08-20 | 1 | -3/+9 |
| * | Fixup the ELF branding information to point to the new home of rtld. | Gordon Tetlow | 2003-08-17 | 1 | -1/+1 |
| * | Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h> | Marcel Moolenaar | 2003-08-17 | 35 | -176/+196 |
| * | In vm_thread_swap{in|out}(), remove the alpha specific conditional | Marcel Moolenaar | 2003-08-16 | 1 | -0/+17 |
| * | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | Marcel Moolenaar | 2003-08-16 | 2 | -4/+6 |
| * | Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's | Warner Losh | 2003-08-12 | 2 | -4/+48 |
| * | - Convert Alpha over to the new calling conventions for cpu_throw() and | John Baldwin | 2003-08-12 | 2 | -59/+44 |
| * | Implement cpu_set_upcall_kse(). Further tweaking may be needed after | Marcel Moolenaar | 2003-08-11 | 1 | -4/+25 |
| * | MFI386: Acquire the page queues lock in pmap_insert_entry(), from | Andrew Gallatin | 2003-08-07 | 1 | -1/+2 |