| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | elf_cpu_load_file no longer has an __unused variable. Also, don't | grehan | 2004-07-20 | 1 | -3/+4 |
* | Remove the allpmaps list. It's unused. | alc | 2004-07-20 | 2 | -19/+0 |
* | Properly obey PPC context synchronization rules when modifying | grehan | 2004-07-20 | 2 | -0/+4 |
* | #ifdef __i386__ -> __i386__ || __amd64__ | peter | 2004-07-20 | 1 | -5/+5 |
* | Make end of frames for KSE thread, for system scope thread, without this | davidxu | 2004-07-20 | 1 | -0/+1 |
* | Fix printing of long doubles to match the size that | gallatin | 2004-07-19 | 1 | -9/+9 |
* | Remove extraneous locks on the VM free page queue mutex; it is not | green | 2004-07-19 | 1 | -2/+0 |
* | Identify VIA EHCI root hubs and at least one VIA USB2.0 controller. | benno | 2004-07-19 | 1 | -0/+9 |
* | Let IN_FASTREOCOVERY macro decide if we are in recovery mode. | jayanth | 2004-07-19 | 3 | -9/+1 |
* | Fix a potential panic in the SACK code that was causing | jayanth | 2004-07-19 | 1 | -8/+29 |
* | Diff reduction to NetBSD. | le | 2004-07-19 | 1 | -5/+6 |
* | Diff reduction to NetBSD. | le | 2004-07-19 | 2 | -4/+2 |
* | - Eliminate the pte object from the pmap. Instead, page table pages are | alc | 2004-07-19 | 3 | -148/+63 |
* | You always spot the typos after you have committed.. Start sentence | julian | 2004-07-19 | 1 | -1/+1 |
* | Allow the user who calls doadump() from the kernel debugger | julian | 2004-07-19 | 1 | -2/+11 |
* | Further function forward declaration white space tweaks. | rwatson | 2004-07-19 | 1 | -14/+15 |
* | Re-style at_control.c to bring it closer to style(9), primarily with | rwatson | 2004-07-19 | 1 | -606/+594 |
* | As a temporary hack, turn off deferred preemptions that are the result of | jhb | 2004-07-19 | 3 | -0/+6 |
* | Since breakage of malloc(9)/uma_zalloc(9) is totally non-optional in | green | 2004-07-19 | 1 | -0/+6 |
* | Fix a typo that could provoke a panic or access to random memory. | harti | 2004-07-19 | 1 | -1/+1 |
* | Make kdb_backtrace() sort of work. | cognet | 2004-07-19 | 1 | -6/+9 |
* | MFi386: revision 1.596. | nyan | 2004-07-19 | 2 | -0/+6 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 5 | -6/+22 |
* | MFp4: Add two options for gnop(8)'s 'create' command: | pjd | 2004-07-19 | 2 | -16/+74 |
* | Use the version field to identify the partial context used by | grehan | 2004-07-19 | 1 | -0/+1 |
* | Reimplement contigmalloc(9) with an algorithm which stands a greatly- | green | 2004-07-19 | 4 | -63/+322 |