| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 1 | -26/+37 |
* | Currently no code does a CROSSJUMP() to sw1a, so we don't need a | jhb | 2001-10-25 | 2 | -4/+0 |
* | Use %ecx instead of %ebx for the scratch register while updating %dr7 since | jhb | 2001-10-25 | 2 | -10/+6 |
* | - Fix typo in comment from previous revision. | jhb | 2001-10-25 | 2 | -6/+8 |
* | Whitespace, comment, and string fixes. | jhb | 2001-10-25 | 2 | -86/+78 |
* | Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. | jlemon | 2001-10-25 | 1 | -0/+1 |
* | Backout 1.61 -- both intrcnt and intrnames are already exported | luigi | 2001-10-25 | 2 | -12/+0 |
* | Split the per-process Local Descriptor Table out of the PCB and into | jhb | 2001-10-25 | 9 | -88/+111 |
* | - Clean up the comments slightly here to make them more readable. | jhb | 2001-10-24 | 1 | -3/+7 |
* | Set the code and signal for the F00F hack fault directly instead of | jhb | 2001-10-23 | 1 | -7/+3 |
* | Implement multiple low-level console support. | jlemon | 2001-10-23 | 1 | -1/+1 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 2 | -6/+6 |
* | MFi386: | bde | 2001-10-21 | 2 | -0/+4 |
* | MFpc98: fundamental differences. The magic numbers for the i/o port | bde | 2001-10-21 | 2 | -0/+34 |
* | MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN. | bde | 2001-10-21 | 2 | -0/+18 |
* | Remove wx. | mjacob | 2001-10-20 | 1 | -1/+0 |
* | Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT | obrien | 2001-10-20 | 1 | -1/+0 |
* | Make SCSI changer and SES devices standard in generic kernels. | mjacob | 2001-10-16 | 1 | -0/+2 |
* | Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe(). | bde | 2001-10-16 | 2 | -254/+98 |
* | Commit my old fixes for cosmetic bugs in npxprobe() so that they aren't | bde | 2001-10-16 | 2 | -26/+16 |
* | Explicitly initialize the fpu when SSE is enabled since this no | tegge | 2001-10-15 | 2 | -0/+10 |
* | Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove(). | tegge | 2001-10-14 | 1 | -15/+24 |
* | Reduce the number of TLB shootdowns caused by a call to pmap_qenter() | tegge | 2001-10-14 | 1 | -4/+18 |
* | Correct the input/output/clobber specifications for the cpuid | jdp | 2001-10-12 | 1 | -8/+3 |
* | Oops, these already included sys/lock.h, they just did so after | jhb | 2001-10-11 | 1 | -1/+0 |
* | Add missing includes of sys/ktr.h. | jhb | 2001-10-11 | 3 | -0/+3 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 2 | -0/+2 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Remove the Xresume* labels from the i386 interrupt handlers; the | iedowse | 2001-10-09 | 5 | -6/+2 |
* | Remove an unneeded variable declaration and statement. | robert | 2001-10-09 | 2 | -4/+0 |
* | Allow atomic ops to be somewhat safely used in userland. We always use | jhb | 2001-10-08 | 1 | -3/+7 |
* | Export interrupt statistics via sysctl. | luigi | 2001-10-07 | 2 | -0/+12 |
* | Rewrite the pc98 bus_space stuff. | nyan | 2001-10-07 | 4 | -14/+36 |
* | - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h. | nyan | 2001-10-06 | 4 | -1374/+4 |
* | Fix a warning. (unused p if not INVARIANTS) | peter | 2001-10-06 | 1 | -2/+1 |
* | In in_cksumdata, len must be a signed type. | dfr | 2001-10-05 | 1 | -1/+1 |
* | Fix problem where a user buffer outside of the area being tested | mjacob | 2001-10-02 | 1 | -1/+1 |
* | Disable the check in icu_setup() to see if a handler was already used as | jhb | 2001-09-27 | 2 | -0/+4 |
* | Return EINVAL if the passed intr is out of bounds. | jlemon | 2001-09-27 | 2 | -0/+2 |
* | o Modify i386_set_ioperm() to use securelevel_gt() instead of | rwatson | 2001-09-26 | 1 | -2/+2 |
* | o Modify device open access control for /dev/mem and friends to use | rwatson | 2001-09-26 | 1 | -4/+8 |
* | The faith(4) device is no longer a count device so don't specify a count. | brooks | 2001-09-25 | 1 | -1/+1 |
* | + Fix misplacement of `txp' | obrien | 2001-09-24 | 1 | -5/+5 |
* | Update NFS_ROOT comments to reflect the NFSCLIENT option | jedgar | 2001-09-22 | 1 | -1/+1 |
* | Introduce a new option, KVA_SPACE, which can be used to reconfigure | peter | 2001-09-21 | 1 | -4/+13 |
* | Reserve an extra 16 bytes in case we have to grow the trapframe into | peter | 2001-09-19 | 1 | -1/+2 |
* | Fix a mistake I made with the pcb movement relative to the stack in the | peter | 2001-09-19 | 2 | -4/+4 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 4 | -23/+23 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 1 | -14/+14 |
* | Whitespace fixes. | jhb | 2001-09-18 | 2 | -6/+6 |