| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add new functions fill_fpregs() and set_fpregs(), like fill_regs() | John Polstra | 1998-09-14 | 2 | -2/+5 |
| * | Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give | John Polstra | 1998-09-14 | 1 | -1/+3 |
| * | Make profiling work for ELF. gprof now autodetects the format of | John Polstra | 1998-09-07 | 1 | -1/+5 |
| * | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | Tor Egge | 1998-09-06 | 3 | -30/+129 |
| * | - hw.machine_arch returns cpu architecture type. | KATO Takenori | 1998-08-31 | 1 | -12/+1 |
| * | Change various syscalls to use size_t arguments instead of u_int. | Doug Rabson | 1998-08-24 | 1 | -0/+58 |
| * | Fixed printf format errors. Only one left in LINT on i386's. | Bruce Evans | 1998-08-24 | 1 | -2/+2 |
| * | Presently there is only one `currentldt' variable for all cpus | Mike Smith | 1998-08-18 | 2 | -2/+9 |
| * | Add macros for accessing device memory. | Doug Rabson | 1998-08-17 | 1 | -1/+9 |
| * | Revamp the ELF include files to better support architecture-independent | John Polstra | 1998-08-16 | 1 | -1/+6 |
| * | pmap.c: | Bruce Evans | 1998-08-16 | 1 | -4/+4 |
| * | u_int --> unsigned int, remove (now unneeded) <sys/types.h> | Jonathan Lemon | 1998-07-28 | 1 | -3/+3 |
| * | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | Jonathan Lemon | 1998-07-28 | 1 | -1/+4 |
| * | Changed to the C9x draft spelling of the (unsigned) integral type | Bruce Evans | 1998-07-14 | 1 | -9/+8 |
| * | Don't pretend to support ix86's with 16-bit ints by using longs just to | Bruce Evans | 1998-07-11 | 1 | -11/+10 |
| * | Don't pretend to support ix86's with 16-bit ints by using longs | Bruce Evans | 1998-07-11 | 1 | -32/+32 |
| * | Oops, fptrint_t still needs to be declared in <machine/profile.h> in the | Bruce Evans | 1998-07-10 | 1 | -1/+6 |
| * | Added a kernel-only typedef (ptrint_t) giving an integral type that is | Bruce Evans | 1998-07-10 | 1 | -4/+1 |
| * | Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c. | Stephen McKay | 1998-06-21 | 1 | -3/+1 |
| * | Increased MAXTSIZ to 128MB...there are binaries that get quite large. | David Greenman | 1998-06-12 | 1 | -3/+3 |
| * | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | Poul-Henning Kamp | 1998-05-28 | 1 | -1/+2 |
| * | Add CPU_PII to the list. | Dag-Erling Smørgrav | 1998-05-22 | 1 | -1/+2 |
| * | Disallow reading the current kernel stack. Only the user structure and | Tor Egge | 1998-05-19 | 1 | -1/+5 |
| * | Change simple lock handling to not depend upon having a local apic | Tor Egge | 1998-05-17 | 1 | -2/+2 |
| * | Add forwarding of roundrobin to other cpus. This gives a more regular | Tor Egge | 1998-05-17 | 2 | -11/+53 |
| * | For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1. | Tor Egge | 1998-05-17 | 3 | -8/+26 |
| * | Fix alot of silly LINT that I left in the code. | John Dyson | 1998-05-12 | 1 | -2/+2 |
| * | Support better performance with P6 architectures and in SMP | John Dyson | 1998-05-11 | 1 | -3/+11 |
| * | Attempt to set write combining mode for graphics devices. | John Dyson | 1998-05-11 | 2 | -60/+20 |
| * | Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm. | Justin T. Gibbs | 1998-05-06 | 4 | -40/+108 |
| * | Cast return values to the appropriate fp_*_t. Note that the man page | Dag-Erling Smørgrav | 1998-04-27 | 1 | -9/+9 |
| * | Support compiling with `gcc-pedantic' (don't use hard newlines in | Bruce Evans | 1998-04-19 | 4 | -296/+296 |
| * | Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_tr | Peter Wemm | 1998-04-06 | 1 | -5/+2 |
| * | Use real types for the SMP pages being allocated rather than arrays of | Peter Wemm | 1998-04-06 | 1 | -17/+11 |
| * | A pair of C structures used for laying out the SMP per-cpu data space. | Peter Wemm | 1998-04-06 | 1 | -0/+101 |
| * | Make a kernel version of the timer* functions called timerval* to be | Poul-Henning Kamp | 1998-04-06 | 1 | -3/+3 |
| * | Add two workarounds for broken MP tables: | Tor Egge | 1998-04-01 | 2 | -3/+51 |
| * | Declare some variables modified by interrupt handlers as volatile. | Tor Egge | 1998-04-01 | 1 | -3/+3 |
| * | This mega-commit is meant to fix numerous interrelated problems. There | John Dyson | 1998-03-07 | 1 | -3/+3 |
| * | The APs now reload the interrupt descriptor table pointer after | Tor Egge | 1998-03-07 | 1 | -1/+6 |
| * | Remove special handling for resuming clock interrupt when using APIC_IO. | Tor Egge | 1998-03-05 | 2 | -9/+5 |
| * | Defined CCR6 and CCR7 (configuration registers of M2 CPU.) | KATO Takenori | 1998-03-04 | 1 | -1/+5 |
| * | When entering the apic version of slow interrupt handler, level | Tor Egge | 1998-03-03 | 2 | -2/+64 |
| * | Forward the signal if the process runs on a different CPU. This reduces | Tor Egge | 1998-03-03 | 2 | -5/+56 |
| * | Reduce timeout before assuming that forwarding of hardclock or softclock | Tor Egge | 1998-03-03 | 1 | -7/+11 |
| * | forward_statclock and forward_hardclock are located in mp_machdep.c. | Tor Egge | 1998-03-03 | 1 | -3/+5 |
| * | 1) Use a more consistent page wait methodology. | John Dyson | 1998-03-01 | 1 | -2/+2 |
| * | Fix page prezeroing for SMP, and fix some potential paging-in-progress | John Dyson | 1998-02-25 | 1 | -3/+3 |
| * | Removed vestiges of previous microtime() implementation. | Bruce Evans | 1998-02-25 | 1 | -6/+2 |
| * | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | John Dyson | 1998-02-23 | 1 | -2/+18 |