| Commit message (Expand) | Author | Age | Files | Lines |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -1/+1 |
* | Use atomic operations to increment and decrement the refcount | mux | 2003-03-20 | 1 | -2/+3 |
* | - Remove unused cache flushing routines. These will not necessary work | jake | 2003-03-19 | 7 | -456/+258 |
* | - Set cpu_impl early in sparc64_init so that we can use it to detect | jake | 2003-03-19 | 4 | -3/+12 |
* | Remove a workaround for mysterious junk appearing in the tlb of secondary | jake | 2003-03-19 | 1 | -19/+0 |
* | Implement db_print_backtrace. This may need to flush out the windows | jake | 2003-03-19 | 1 | -0/+4 |
* | Remove unused fields. | jake | 2003-03-18 | 1 | -5/+1 |
* | Clean up /dev/mem now that pmap handles illegal aliases properly. Don't | jake | 2003-03-17 | 1 | -54/+70 |
* | Ensure that kstack0 has physical colour equal to virtual colour, so that | jake | 2003-03-17 | 1 | -4/+11 |
* | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | jake | 2003-03-16 | 1 | -0/+2 |
* | Implement is_physical_memory. Accessing memory which doesn't exist causes | jake | 2003-03-15 | 1 | -3/+9 |
* | lock.h must be included before mutex.h. | jake | 2003-03-14 | 1 | -0/+1 |
* | Oops, add missing includes. Pass me the pointy hat. | mux | 2003-03-14 | 1 | -0/+1 |
* | Grab Giant around calls to contigmalloc() and contigfree() so | mux | 2003-03-13 | 1 | -1/+6 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 1 | -6/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+7 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -1/+1 |
* | cat KSE > /dev/null | davidxu | 2003-02-27 | 1 | -3/+0 |
* | Implemented "nooption" and "nomakeoption" config(8) tokens. | ru | 2003-02-26 | 2 | -41/+47 |
* | Unbreak the IOMMU code. | mux | 2003-02-26 | 1 | -1/+1 |
* | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | mux | 2003-02-26 | 1 | -1/+1 |
* | Move most everything back to a MI NOTES, and use "nodevice" in MD NOTES | obrien | 2003-02-25 | 2 | -0/+127 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 1 | -7/+0 |
* | Make the 'a' parameter of bus_space_write_multi_stream_*() a const pointer. | obrien | 2003-02-24 | 1 | -3/+3 |
* | The rest of our platforms make bus_space_write_multi_stream_2's 'a' a | obrien | 2003-02-23 | 1 | -1/+1 |
* | Add an empty bus_space_unmap() like Alpha has. puc(4) uses it. | obrien | 2003-02-23 | 1 | -0/+11 |
* | Uncomment the xl(4) driver since it's now working properly | mux | 2003-02-20 | 1 | -1/+1 |
* | Fix definite panic when releasing interrupt resources. | jake | 2003-02-19 | 1 | -1/+1 |
* | Missed a missing M_WAITOK. | jake | 2003-02-19 | 1 | -1/+1 |
* | Use M_WAITOK. | jake | 2003-02-19 | 2 | -2/+4 |
* | Implement interrupt resource allocation and setup. Set the interrupt | jake | 2003-02-19 | 5 | -16/+111 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 11 | -16/+16 |
* | Add central and fhc. | jake | 2003-02-18 | 1 | -0/+2 |
* | Add drivers for the central and fhc busses found in enterprise class | jake | 2003-02-18 | 8 | -0/+1082 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 2 | -8/+7 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 1 | -1/+1 |
* | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | jeff | 2003-02-17 | 1 | -2/+2 |
* | Fix the style of the SCHED_4BSD commit. | obrien | 2003-02-13 | 1 | -1/+1 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+4 |
* | Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the first | harti | 2003-02-04 | 1 | -8/+12 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 2 | -14/+12 |
* | Put replace spaces with tabs in keeping with the rest of the file. | joe | 2003-02-01 | 1 | -1/+1 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 3 | -4/+5 |
* | SCSI Changers, SCSI Tapes, and SES devices work just about as well as | mjacob | 2003-01-31 | 1 | -3/+3 |
* | Fix another mistake in the bus_dmamem_alloc_size() thing | scottl | 2003-01-29 | 1 | -2/+2 |
* | Fix some more missing dt_ prefixes for dma tag fields. | scottl | 2003-01-29 | 4 | -11/+11 |
* | Fix a typo in dt_maxsize from the last commit | scottl | 2003-01-29 | 1 | -1/+1 |
* | Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as | scottl | 2003-01-29 | 6 | -15/+146 |
* | Enable device zs and device sab by default. | jake | 2003-01-27 | 1 | -2/+2 |
* | Fix standard kse breakage of non-x86 platforms. | jake | 2003-01-26 | 1 | -2/+1 |