| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The author isn't a [UC] Regents. Correct the copyright language. | obrien | 2001-08-09 | 30 | -60/+60 |
* | *** empty log message *** | peter | 2001-08-09 | 2 | -21/+0 |
* | Build modules from the main src/sys tree. | peter | 2001-08-09 | 23 | -1960/+23 |
* | Add the screen savers for test coverage. | peter | 2001-08-09 | 2 | -0/+24 |
* | repo-copy the source files from modules/syscons to the normal tree | peter | 2001-08-09 | 5 | -5/+25 |
* | Add the Rio 800 USB device IDs | peter | 2001-08-08 | 1 | -2/+4 |
* | In the KLD "load" make target, don't load using the "absolute" path of | green | 2001-08-08 | 1 | -1/+1 |
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 17 | -444/+2 |
* | We do not have UPAGES following the tail end of the user VM space anymore. | peter | 2001-08-08 | 1 | -1/+1 |
* | Introduce a force option, MD_FORCE, that instructs the driver to | dd | 2001-08-07 | 2 | -2/+6 |
* | Grab Giant arond page faults. ia64 boots again in the simulator now. | jhb | 2001-08-07 | 1 | -4/+4 |
* | Adding missing () in a KASSERT format string. | scottl | 2001-08-07 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -4/+2 |
* | Merged from sys/dev/syscons/syscons.c revisions 1.370, 1.371 and 1.372. | nyan | 2001-08-07 | 1 | -85/+167 |
* | Merged from sys/dev/syscons/scterm-sc.c revision 1.16. | nyan | 2001-08-07 | 2 | -52/+120 |
* | Don't call wakeup() while we are in DDB. The patch was | yokota | 2001-08-07 | 1 | -3/+16 |
* | Add PCI ID for Cisco Aironet 350 Series cards. The patch differs | brooks | 2001-08-06 | 1 | -0/+2 |
* | 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 |