| Commit message (Expand) | Author | Age | Files | Lines |
* | - machine/mutex.h -> sys/mutex.h | John Baldwin | 2000-10-20 | 1 | -2/+2 |
* | Clear pcb_schednest in cpu_fork() for the child process. This is | Doug Rabson | 2000-10-03 | 1 | -0/+7 |
* | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | Paul Saab | 2000-09-22 | 1 | -2/+0 |
* | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 2 | -4/+26 |
* | Support bounce buffers for ISA DMA on the alpha. This is required for the | Andrew Gallatin | 2000-06-19 | 1 | -2/+0 |
* | cpu_fork(): Check "flags" before dereferencing "p2". Otherwise, | Alan Cox | 2000-06-11 | 1 | -3/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 2 | -0/+2 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+1 |
* | The kernel side of per-process unaligned access control (printing, fixing & | Andrew Gallatin | 2000-01-16 | 1 | -1/+1 |
* | Sync with i386 | Marcel Moolenaar | 2000-01-08 | 1 | -2/+1 |
* | Use genassym(1). | Marcel Moolenaar | 2000-01-07 | 1 | -107/+92 |
* | Revert back all the way to 1.11 - the problem was that Makefile.alpha was | Peter Wemm | 2000-01-07 | 1 | -0/+3 |
* | Don't include <sys/systm.h>. It doesn't do anything, and with recent | Mike Smith | 2000-01-07 | 1 | -1/+0 |
* | untangle some includes and clean up for compilation cleanliness. | Matt Jacob | 2000-01-03 | 1 | -3/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
* | Make this compile again. (missing #include for RFPROC) | Peter Wemm | 1999-12-06 | 1 | -0/+1 |
* | User ldt sharing. | Luoqi Chen | 1999-12-06 | 1 | -1/+5 |
* | Use %ll instead of %q as gcc moans bitterly about it. | Peter Wemm | 1999-11-22 | 1 | -1/+1 |
* | Re-organise the code which manages the owner of the FP state (fpcurproc). | Doug Rabson | 1999-11-10 | 1 | -12/+8 |
* | The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to | Alan Cox | 1999-10-30 | 1 | -2/+2 |
* | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
* | Fix bug in pipe code relating to writes of mmap'd but illegal address | Matthew Dillon | 1999-09-20 | 1 | -3/+5 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 4 | -4/+4 |
* | Fix the child's return path from fork so that fork will return 0 | Andrew Gallatin | 1999-08-27 | 1 | -4/+4 |
* | Fix a nasty kld bug where modules with objects of type GLOB_DAT which had | Andrew Gallatin | 1999-08-20 | 1 | -1/+2 |
* | Update for MI switch code, and trim a heap of unused (I believe) entries. | Peter Wemm | 1999-08-19 | 1 | -44/+1 |
* | Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. This | John Polstra | 1999-08-05 | 1 | -3/+3 |
* | Reduce the number of "magic constants" used for page coloring | Alan Cox | 1999-07-22 | 1 | -2/+2 |
* | Handle R_ALPHA_NONE relocations in KLD. | Doug Rabson | 1999-07-16 | 1 | -1/+4 |
* | Add in dbregs stubs that a committer for changes on the i386 ought to have done. | Matt Jacob | 1999-07-09 | 1 | -1/+20 |
* | Slight reorganization of kernel thread/process creation. Instead of using | Peter Wemm | 1999-07-01 | 1 | -3/+3 |
* | Revert back to not using -DKERNEL | Peter Wemm | 1999-06-28 | 1 | -1/+3 |
* | Make genassym compile - the recent buf locking changes meant that more | Peter Wemm | 1999-06-26 | 1 | -9/+2 |
* | Replace my previous fix of saving the FP state with a much simpler one: when | Dmitrij Tejblum | 1999-06-10 | 1 | -4/+2 |
* | Keep fpcurproc locked in memory, so that we always can save the FP state | Dmitrij Tejblum | 1999-06-08 | 1 | -2/+4 |
* | Fixed several (not all) warnings. | Dmitrij Tejblum | 1999-04-23 | 2 | -6/+5 |
* | Added consts to cpu_set_fork_handler prototype. (Follow i386 version.) | Dmitrij Tejblum | 1999-04-20 | 1 | -3/+3 |
* | unifdef -DVM_STACK - it's been on for a while for x86 and was checked | Peter Wemm | 1999-04-19 | 1 | -56/+1 |
* | Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu, | Bruce Evans | 1999-02-28 | 1 | -2/+1 |
* | Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5 | Matthew Dillon | 1999-02-08 | 1 | -4/+8 |
* | Add hysteresis to alpha version of vm_page_zero_idle(). | Matthew Dillon | 1999-02-08 | 1 | -14/+17 |
* | Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in with | Matthew Dillon | 1999-02-08 | 1 | -6/+7 |
* | Mostly remove the VM_STACK OPTION. | Julian Elischer | 1999-01-26 | 1 | -1/+18 |
* | Various changes to support OSF1 emulation: | Doug Rabson | 1998-12-30 | 1 | -5/+5 |
* | Removed bogus casts of USRSTACK and/or the other operand in binary | Bruce Evans | 1998-12-16 | 1 | -4/+4 |
* | Implement 'software completion' for floating point arithmetic. On the | Doug Rabson | 1998-12-04 | 1 | -1/+13 |
* | * Add hooks to allow the X server to access I/O ports and memory. | Doug Rabson | 1998-11-15 | 1 | -1/+7 |
* | R_ALPHA_RELATIVE relocations need to add the value to the existing memory | Doug Rabson | 1998-10-18 | 1 | -3/+3 |
* | *gulp*. Jordan specifically OK'ed this.. | Peter Wemm | 1998-10-16 | 1 | -33/+41 |
* | Change a bogus cast to the correct one. | Doug Rabson | 1998-10-15 | 1 | -2/+2 |