| 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 |
* | Remove wx driver, which got recently removed. | asmodai | 2001-10-25 | 1 | -1/+0 |
* | Unbreak NEWCARD by removing options NFS and replacing it with the | asmodai | 2001-10-25 | 1 | -1/+2 |
* | Currently no code does a CROSSJUMP() to sw1a, so we don't need a | jhb | 2001-10-25 | 1 | -2/+0 |
* | Use %ecx instead of %ebx for the scratch register while updating %dr7 since | jhb | 2001-10-25 | 1 | -5/+3 |
* | - Fix typo in comment from previous revision. | jhb | 2001-10-25 | 1 | -3/+4 |
* | Whitespace, comment, and string fixes. | jhb | 2001-10-25 | 1 | -43/+39 |
* | Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA in | bde | 2001-10-25 | 1 | -22/+22 |
* | Fixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO_MODES. It | bde | 2001-10-25 | 1 | -1/+2 |
* | add options line for Compaq Microcom 610 ISDN card. | hm | 2001-10-25 | 1 | -1/+4 |
* | Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. | jlemon | 2001-10-25 | 2 | -0/+2 |
* | 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 | 8 | -84/+104 |
* | - 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 |
* | Remove funky right justification. | mike | 2001-10-23 | 1 | -9/+9 |
* | wx is an ex-parrot. wx doesn't exist any more, so remove it. | imp | 2001-10-22 | 1 | -1/+0 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 1 | -162/+0 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 2 | -6/+6 |
* | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | hm | 2001-10-21 | 1 | -4/+4 |
* | MFi386: | bde | 2001-10-21 | 1 | -0/+2 |
* | MFpc98: fundamental differences. The magic numbers for the i/o port | bde | 2001-10-21 | 1 | -0/+17 |
* | MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN. | bde | 2001-10-21 | 1 | -0/+9 |
* | Remove wx. | mjacob | 2001-10-20 | 2 | -6/+0 |
* | Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT | obrien | 2001-10-20 | 1 | -1/+0 |
* | Fix the typedef of va_list. | ru | 2001-10-19 | 1 | -1/+3 |
* | Try two on the preprocessing logic. | obrien | 2001-10-19 | 1 | -2/+2 |
* | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | obrien | 2001-10-19 | 1 | -1/+1 |
* | Fix the le driver - it has been broken for a while and these fixes have | jlemon | 2001-10-19 | 1 | -27/+21 |
* | Add entry for the PRO/1000. | jlemon | 2001-10-19 | 1 | -0/+2 |
* | Add verbage for MODULES_OVERRIDE. | imp | 2001-10-18 | 1 | -0/+4 |
* | My attempts at minimizing the number of #def's got me in trouble. | obrien | 2001-10-18 | 1 | -5/+5 |
* | Add experimental support for sending keypad facility messages. | hm | 2001-10-18 | 2 | -7/+20 |
* | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | obrien | 2001-10-18 | 1 | -0/+8 |
* | Minor comment tweaking. | obrien | 2001-10-17 | 1 | -4/+4 |
* | Back out previous revision. TCBHASHSIZE isn't an option, despite what I'd | des | 2001-10-17 | 1 | -5/+0 |
* | Make SCSI changer and SES devices standard in generic kernels. | mjacob | 2001-10-16 | 1 | -0/+2 |
* | Document TCBHASHSIZE. | des | 2001-10-16 | 1 | -0/+5 |
* | Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe(). | bde | 2001-10-16 | 1 | -127/+49 |
* | Commit my old fixes for cosmetic bugs in npxprobe() so that they aren't | bde | 2001-10-16 | 1 | -13/+8 |
* | Implement linux_chown and linux_lchown. The fchown syscall maps | marcel | 2001-10-16 | 4 | -20/+10 |
* | o Change prototype of linux_lchown and linux_chown so that the | marcel | 2001-10-16 | 1 | -6/+5 |
* | Explicitly initialize the fpu when SSE is enabled since this no | tegge | 2001-10-15 | 1 | -0/+5 |
* | In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux | des | 2001-10-15 | 1 | -1/+1 |
* | 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 | 3 | -3/+0 |
* | Add missing includes of sys/ktr.h. | jhb | 2001-10-11 | 3 | -0/+3 |