| Commit message (Expand) | Author | Age | Files | Lines |
* | Update comment about fast interrupts to be closer to reality | imp | 2004-07-22 | 1 | -0/+4 |
* | Remove duplicate $FreeBSD$ | imp | 2004-07-22 | 3 | -9/+0 |
* | Reinsert the bus space handle and tag, they are needed for the timer test. | njl | 2004-07-22 | 1 | -0/+2 |
* | Instead of doing everything in identify, do a proper probe/attach. Also, | njl | 2004-07-22 | 1 | -23/+45 |
* | Remove unused (and bogus) locking, style cleanup, remove unnecessary casts. | njl | 2004-07-22 | 1 | -145/+84 |
* | In pmap_mincore() create a private copy of the pte for use after the pmap | alc | 2004-07-22 | 1 | -1/+5 |
* | Update the callframe structure to leave space for the frame pointer | grehan | 2004-07-22 | 6 | -2/+16 |
* | Make this compile: add sys/module.h and KDBify. | gallatin | 2004-07-22 | 1 | -5/+3 |
* | Minor style nit | imp | 2004-07-22 | 1 | -1/+1 |
* | Fix a race in vm_page_sleep_if_busy(). Due to vm_object locking | green | 2004-07-21 | 1 | -4/+12 |
* | Do not declare curpcb. | cognet | 2004-07-21 | 1 | -1/+1 |
* | Use the kernel pmap if no thread is provided. | cognet | 2004-07-21 | 1 | -2/+2 |
* | Define pmap_page_is_mapped(). | cognet | 2004-07-21 | 1 | -0/+1 |
* | Back out just a portion of Alfred's last commit. Remove the MBUF_CHECK | bmilekic | 2004-07-21 | 2 | -7/+0 |
* | It is a little better to return ENXIO from probe/match routine than EIO. | imp | 2004-07-21 | 1 | -1/+1 |
* | Extend versrcreach by checking against the rt_flags for RTF_REJECT and | andre | 2004-07-21 | 1 | -0/+6 |
* | Don't sync the file system on panic by default. This seems to basically | rwatson | 2004-07-21 | 1 | -1/+1 |
* | Using NULL as a malloc type when calling contigmalloc() is wrong, so introduce | cognet | 2004-07-21 | 1 | -1/+5 |
* | unbreak !WITNESS. | alfred | 2004-07-21 | 1 | -0/+4 |
* | Do not use NULL as a malloc type for contigmalloc(). | cognet | 2004-07-21 | 1 | -1/+2 |
* | Add the ACPI Panasonic extras driver. | nyan | 2004-07-21 | 6 | -1/+834 |
* | put several of the options for DEBUG_VFS_LOCKS under control of sysctls. | alfred | 2004-07-21 | 1 | -0/+14 |
* | Make sure we don't call mbuf allocation functions with mutexes held. | alfred | 2004-07-21 | 3 | -0/+28 |
* | Additional pmap locking | alc | 2004-07-21 | 1 | -22/+46 |
* | Oops... Add the CS_OWN flag to the trace and where commands so that | marcel | 2004-07-21 | 1 | -2/+2 |
* | Semi-gratuitous change. Move two refcount operations to their own lines | peter | 2004-07-21 | 1 | -2/+4 |
* | Unify db_stack_trace_cmd(). All it did was look up the thread given | marcel | 2004-07-21 | 9 | -88/+45 |
* | Add kdb_thr_from_pid(), which given a PID returns the first thread | marcel | 2004-07-21 | 2 | -2/+17 |
* | Add some additional pmap locking and lock assertions. | alc | 2004-07-21 | 1 | -0/+5 |
* | An a #error discouraging people from using pipe.h from places outside | silby | 2004-07-21 | 1 | -4/+1 |
* | Move the initialization and teardown of pmaps to the vmspace zone's | peter | 2004-07-21 | 1 | -3/+2 |
* | Implement ptrace_set_pc(). | cognet | 2004-07-20 | 1 | -0/+9 |
* | Remove astpending, it has not been used for a long time. | cognet | 2004-07-20 | 1 | -1/+0 |
* | Uncomment the vector relocation code. | cognet | 2004-07-20 | 1 | -4/+2 |
* | Nuke disable_intr() and enable_intr(), as it already exists elsewhere. | cognet | 2004-07-20 | 3 | -10/+3 |
* | When removing the last reference to a cloner, do not try to unlock twice - | mlaier | 2004-07-20 | 1 | -2/+3 |
* | M_PREPEND() the IP header on to the front of an outgoing raw IP packet | rwatson | 2004-07-20 | 1 | -1/+1 |
* | *sigh* Fix source code compatibility with 5.2.1-RELEASE _again_. | wpaul | 2004-07-20 | 1 | -0/+6 |
* | Slight cosmetic changes. | julian | 2004-07-20 | 11 | -43/+60 |
* | In ng_device_newhook(): | glebius | 2004-07-20 | 1 | -38/+38 |
* | Add ng_device(4) to LINT. | glebius | 2004-07-20 | 2 | -0/+2 |
* | 1. Make ng_device.h system include. This fixes module build. | glebius | 2004-07-20 | 1 | -10/+8 |
* | Temporary fix for interoperability with Windows and OS X. A more complete | dfr | 2004-07-20 | 1 | -1/+1 |
* | o Support the REL32LSB relocation. It's in the ELF file from which | marcel | 2004-07-20 | 2 | -18/+36 |
* | Fix a minor error in pipe_stat - st_size was always reported as 0 | silby | 2004-07-20 | 1 | -1/+4 |
* | Fix the creation of EFI images that got broken by the import of | marcel | 2004-07-20 | 4 | -6/+6 |
* | The previous revision introduced a compilation error, i.e., the use of an | alc | 2004-07-20 | 1 | -1/+1 |
* | Don't output too many debug messages for bootverbose. | simokawa | 2004-07-20 | 3 | -11/+16 |
* | Initialize ifp->if_output for FreeBSD-4. | simokawa | 2004-07-20 | 1 | -0/+3 |
* | Adjust packet length correctly for FreeBSD-4. | simokawa | 2004-07-20 | 1 | -2/+4 |