| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make AAC_COMPAT_LINUX optional once again. | scottl | 2001-08-06 | 2 | -8/+0 |
* | printed current sequence number of the SA. accordingly, changed | ume | 2001-08-06 | 3 | -12/+15 |
* | do not play too much trick with evaluation order. from netbsd | ume | 2001-08-06 | 1 | -2/+2 |
* | fixed to make a response in key_spdadd(). reported by <R.P.Koster@kpn.com> | ume | 2001-08-06 | 1 | -2/+2 |
* | merged key_cmpsaidx_*. | ume | 2001-08-06 | 1 | -149/+60 |
* | -Finished cleanup of old 'ThinkPad' comments that are no longer useful. | nate | 2001-08-06 | 3 | -6/+4 |
* | Get the order of the sys/_lock.h and sys/_mutex.h headers right. | jhb | 2001-08-06 | 1 | -1/+1 |
* | Previously, the ELF linker would always just store the pointer to a | green | 2001-08-06 | 2 | -2/+10 |
* | Make this compile again. | dfr | 2001-08-06 | 1 | -0/+1 |
* | Remove usage of nonexistent vm_mtx. | dfr | 2001-08-06 | 2 | -6/+0 |
* | Remove the fildesc_clone() function and its associated unnecessary code. | chris | 2001-08-06 | 1 | -23/+0 |
* | Put the linux compat ioctl interface on death row. Add FreeBSD | scottl | 2001-08-06 | 3 | -36/+160 |
* | Missed this one in my 80-column sweep. | scottl | 2001-08-06 | 2 | -16/+32 |
* | Handle dmmu protection faults as well as misses. Enable tracking of | jake | 2001-08-06 | 1 | -5/+26 |
* | Add page fault and high level tsb miss handlers. | jake | 2001-08-06 | 1 | -3/+159 |
* | Handle switching switching mmu contexts and mapping the new primary tsb. | jake | 2001-08-06 | 2 | -28/+184 |
* | Save the primary mmu context around calls to the prom, and install | jake | 2001-08-06 | 2 | -12/+28 |
* | Remove some debug code. | jake | 2001-08-06 | 1 | -2/+0 |
* | Handle managed and unmanaged mapping better. Allocate an vm object for | jake | 2001-08-06 | 1 | -17/+32 |
* | Add trap handlers for dmmu faults from user mode, and for faults from | jake | 2001-08-06 | 2 | -12/+802 |
* | The kernel runs at a much lower address now. | jake | 2001-08-06 | 1 | -5/+5 |
* | Fix macros for dealing with tte contexts. | jake | 2001-08-06 | 1 | -4/+8 |
* | Oops. Last commit to tsb.h should have gone here. | jake | 2001-08-06 | 1 | -2/+18 |
* | Fix macros for setting and extracting the context field in ttes and | jake | 2001-08-06 | 1 | -29/+5 |
* | Add a vm_object and page count to struct pmap for allocating tsb pages. | jake | 2001-08-06 | 1 | -0/+2 |
* | Add code model medlow to cflags and move the kernel load address from | jake | 2001-08-06 | 3 | -10/+13 |
* | The Intel 440MX ACPI timer seems to work properly, so add it to the list | msmith | 2001-08-05 | 1 | -5/+12 |
* | aic7xxx.c: | gibbs | 2001-08-05 | 3 | -25/+44 |
* | - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPad | nate | 2001-08-05 | 2 | -4/+0 |
* | Once again throw out the calculation of si_iosize_max and set it to 64K. | scottl | 2001-08-05 | 2 | -17/+14 |
* | Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, we | imp | 2001-08-05 | 1 | -2/+2 |
* | Order PCIC_INT_GEN bits large to small, like all other registers. | imp | 2001-08-05 | 1 | -1/+1 |
* | Bugfixes. Close a race and logic bug in the timeout handling, don't call the | scottl | 2001-08-05 | 5 | -18/+87 |
* | Fix a couple of copyright issues and an 80 column nit that I missed before | scottl | 2001-08-05 | 3 | -3/+4 |
* | Add a missing semicolon to unbreak the kernel build with INVARIANTS | tmm | 2001-08-05 | 1 | -1/+1 |
* | Sigh. Add two files needed for the sparc64 fp contect switching code | tmm | 2001-08-05 | 2 | -0/+145 |
* | Whitespace fixes. | jhb | 2001-08-04 | 2 | -2/+2 |
* | Axe unused and invalid astpending globaldata member. | jhb | 2001-08-04 | 2 | -2/+0 |
* | Axe unused and invalid GD_ASTPENDING symbol. | jhb | 2001-08-04 | 1 | -1/+0 |
* | - Fix a comment. | jhb | 2001-08-04 | 1 | -3/+2 |
* | Add a zdestroy() function to the zone allocator. This is needed for the | tmm | 2001-08-04 | 2 | -0/+109 |
* | Add floating point context switching code for sparc64. | tmm | 2001-08-04 | 17 | -36/+276 |
* | Export the tk_nin and tk_nout variables (number of tty input/output | tmm | 2001-08-04 | 1 | -0/+4 |
* | Export the head structure for the device statistics STAILQ in | tmm | 2001-08-04 | 2 | -1/+3 |
* | When running aplication joined multicast address, | ume | 2001-08-04 | 6 | -0/+98 |
* | Kill debug output for sn device. It is confusing the natives | imp | 2001-08-04 | 1 | -1/+0 |
* | Add KTR_INTR tracepoints for when clock interrupts are triggered. | jhb | 2001-08-03 | 1 | -0/+2 |
* | When global anycast address was assigned to lo0, wrong source | ume | 2001-08-03 | 1 | -3/+5 |
* | Anton kindly pointed out (and fixed) a bug in the Jail handling of the | rwatson | 2001-08-03 | 1 | -1/+8 |
* | Remove dangling prototype for the now defunct procfs_kmemaccess() | rwatson | 2001-08-03 | 1 | -3/+0 |