| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB to | grehan | 2004-07-27 | 1 | -0/+4 |
* | Make sure icache is sync'd whenever memory is touched. It may | grehan | 2004-07-27 | 1 | -0/+2 |
* | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | alc | 2004-07-27 | 6 | -25/+30 |
* | Save DAR/DSISR in DDB regsave area when stack overflow detected. It's | grehan | 2004-07-27 | 2 | -0/+8 |
* | Move the schedlock owner state update following the context | bmilekic | 2004-07-27 | 1 | -12/+14 |
* | Improve boot-time debugging with DDB by extracting the ksym start/end | grehan | 2004-07-27 | 2 | -0/+18 |
* | Use file2c instead of a combination of hexdump, sed and shell script to | tjr | 2004-07-27 | 1 | -11/+1 |
* | Fix for a SACK bug where the very last segment retransmitted | jayanth | 2004-07-26 | 1 | -1/+1 |
* | compare pointer against NULL, not 0 | jmg | 2004-07-26 | 1 | -2/+2 |
* | Implement the protection check required by the pmap_extract_and_hold() | alc | 2004-07-26 | 3 | -9/+18 |
* | Improve geom(8)'s 'list' command to show geoms and their providers and | pjd | 2004-07-26 | 3 | -59/+69 |
* | Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>. | pjd | 2004-07-26 | 2 | -24/+19 |
* | Change naming scheme from /dev/<name>.concat to /dev/concat/<name>. | pjd | 2004-07-26 | 2 | -16/+14 |
* | M_WAITOK is ok here, while I'm using M_WAITOK later in this function. | pjd | 2004-07-26 | 1 | -8/+1 |
* | M_WAITOK is ok here, while I'm using M_WAITOK later in this function. | pjd | 2004-07-26 | 1 | -8/+1 |
* | Stop tinkering with the parent's VLAN_MTU capability. | yar | 2004-07-26 | 1 | -27/+7 |
* | In revision 1.228, I accidentally broke the "total number of processes in | cperciva | 2004-07-26 | 1 | -1/+2 |
* | Save the vinum config back to disk after syncing two plexes. | le | 2004-07-26 | 1 | -0/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 32 | -109/+110 |
* | Don't force an immediate probe/attach for all devices when compiled with | njl | 2004-07-26 | 1 | -3/+0 |
* | When sizing the FIFO, don't count all the way up to 1030 if any FIFO | marcel | 2004-07-26 | 1 | -1/+1 |
* | Revert modification of subr_turnstile.c accidentally included in the | rwatson | 2004-07-25 | 1 | -1/+0 |
* | In uipc_connect(), assert that the passed thread is curthread, and pass | rwatson | 2004-07-25 | 2 | -1/+4 |
* | Do some initial locking on accept filter registration and attach. While | rwatson | 2004-07-25 | 1 | -29/+76 |
* | There's a chance that the VINUMDRIVE class tastes before the | le | 2004-07-25 | 1 | -2/+13 |
* | Eliminate unused second argument to reassignbuf() and simplify it | phk | 2004-07-25 | 6 | -37/+18 |
* | Add netatalk mutexes to hard-coded WITNESS lock order. | rwatson | 2004-07-25 | 1 | -0/+6 |
* | For years, kmem_alloc_pageable() has been misused. Now that the last of | alc | 2004-07-25 | 2 | -25/+0 |
* | Expand the generic, but bogusly formed, copyright notice to include | imp | 2004-07-25 | 1 | -1/+21 |
* | Remove spl calls. | alc | 2004-07-25 | 1 | -11/+0 |
* | Check for a NULL pointer before dereferencing it. | le | 2004-07-25 | 1 | -0/+2 |
* | Neuter this warning for now, I think I know the remaining issues. | phk | 2004-07-25 | 1 | -1/+2 |
* | Make the code and comments for vm_object_coalesce() consistent. | alc | 2004-07-25 | 3 | -9/+6 |
* | Work-around a gcc code generation bug for function descriptors | marcel | 2004-07-25 | 1 | -4/+4 |
* | More comment frobbing: insert a missing comma, and spell permissions | rwatson | 2004-07-25 | 1 | -1/+1 |
* | Spelling fix in comment: s/though/thought/. | rwatson | 2004-07-25 | 1 | -1/+1 |
* | Get the acpi softc via the devclass, not by caching the device. Replace | njl | 2004-07-24 | 1 | -12/+8 |
* | Use a temporary geom when tasting vinumdrives and lock the 'real' | le | 2004-07-24 | 2 | -5/+33 |
* | Whitespace cleanup and move static variables together. | njl | 2004-07-24 | 2 | -46/+46 |
* | Remove unneeded parens and fix whitespace. | njl | 2004-07-24 | 2 | -72/+58 |
* | Disable kldunloading of geom_vinum temporarily until I figured out | le | 2004-07-24 | 1 | -1/+1 |
* | Refine the wait for ATAPI_RESET. | sos | 2004-07-24 | 1 | -2/+10 |
* | Fix a bug where an item was being removed from a list without using | njl | 2004-07-24 | 1 | -34/+29 |
* | Prefer NULL to '0' when checking a pointer value. | rwatson | 2004-07-24 | 1 | -37/+37 |
* | Remove rev 1.50. | obrien | 2004-07-24 | 1 | -9/+0 |
* | Merged from sys/dev/sio/sio.c revision 1.450. | nyan | 2004-07-24 | 2 | -2/+4 |
* | Ports related rc.d cleanups: | mtm | 2004-07-24 | 1 | -1/+1 |
* | Bring the advertised interface capabilities into line with the reality | yar | 2004-07-24 | 1 | -6/+14 |
* | Simplify vmspace initialization. The bcopy() of fields from the old | alc | 2004-07-24 | 2 | -14/+8 |
* | White space fix.. | julian | 2004-07-24 | 1 | -3/+3 |