| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix logic in skipcount handling (used to sample every 1/N lock operations | kris | 2008-01-08 | 1 | -1/+1 |
* | Free MAC label on a POSIX semaphore when the semaphore is freed. | rwatson | 2008-01-07 | 1 | -0/+3 |
* | Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6. | jhb | 2008-01-07 | 8 | -0/+10 |
* | Make ftruncate a 'struct file' operation rather than a vnode operation. | jhb | 2008-01-07 | 14 | -91/+215 |
* | g_vfs_close() wants the sx topology lock held while executing, so just | attilio | 2008-01-07 | 1 | -0/+8 |
* | Fix incorrect dependencies of zyd(4). | weongyo | 2008-01-07 | 1 | -3/+3 |
* | Add support for ICH8M. | des | 2008-01-07 | 2 | -0/+2 |
* | Add the SparkLAN RT2573, found in HP s3200n | kevlo | 2008-01-07 | 2 | -0/+5 |
* | Fix mvec code to handle the case of the packet zone | kmacy | 2008-01-07 | 2 | -4/+16 |
* | Add a missing \n. | cognet | 2008-01-07 | 1 | -1/+1 |
* | Shrink the size of struct vm_page on amd64 and i386 by eliminating | alc | 2008-01-06 | 4 | -16/+0 |
* | After applying LCONVPATH() to the path, do use the converted path | kib | 2008-01-05 | 1 | -9/+13 |
* | In sequential_heuristic(): | bde | 2008-01-05 | 1 | -13/+20 |
* | Fall back to the binary-specified interpreter (ld-elf.so.1) if the | peter | 2008-01-05 | 1 | -4/+10 |
* | - Restore timeslicing code for all bit SCHED_FIFO priority classes. | jeff | 2008-01-05 | 1 | -10/+9 |
* | In the vm_map_stack(), check for the specified stack region wraparound. | kib | 2008-01-04 | 1 | -1/+3 |
* | Add missing sb_sndptr* fields to db_print_sockbuf(). | bz | 2008-01-03 | 1 | -5/+9 |
* | ffs_balloc_ufsX() routines, in the case of recovering from the failed | kib | 2008-01-03 | 1 | -12/+16 |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 10 | -20/+22 |
* | Use correct function name in panic message | imp | 2008-01-03 | 2 | -2/+2 |
* | Fix obsolete comment. pmap_remove_all is the function we're in. | imp | 2008-01-03 | 1 | -2/+1 |
* | Modernize comment about diagnostic. | imp | 2008-01-03 | 1 | -2/+1 |
* | - In sysctl_kern_file skip fdps with negative lastfiles. This can | jeff | 2008-01-03 | 1 | -1/+2 |
* | If the disk reports that it support the Compact Flash Association command | phk | 2008-01-02 | 1 | -0/+9 |
* | Follow the current fashion of gratuitously stomping into other | phk | 2008-01-02 | 1 | -36/+14 |
* | Note what is too {short,long}. | obrien | 2008-01-02 | 1 | -2/+2 |
* | A few whitespace fixes. | jhb | 2008-01-02 | 1 | -12/+11 |
* | Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel() | alc | 2008-01-02 | 2 | -11/+5 |
* | Defer setting either PG_CACHED or PG_FREE until after the free page | alc | 2008-01-02 | 1 | -2/+2 |
* | style(9) | obrien | 2008-01-02 | 1 | -73/+73 |
* | style(9) | obrien | 2008-01-02 | 1 | -17/+17 |
* | Correct a style error that was introduced in revision 1.77. | alc | 2008-01-01 | 1 | -1/+1 |
* | - Place the fhold() in unp_internalize_fp to be more consistent with refs. | jeff | 2008-01-01 | 1 | -9/+5 |
* | Don't duplicate the whole of arpresolve to arpresolve 2 for the sake | julian | 2007-12-31 | 3 | -128/+29 |
* | In vfs_scanopt(), make sure that the mount option value is not NULL | rodrigc | 2007-12-31 | 1 | -0/+2 |
* | Actually declare the kern.features sysctl node. | jhb | 2007-12-31 | 1 | -0/+2 |
* | Include a "pae" feature if an i386 kernel is built with PAE support. | jhb | 2007-12-31 | 1 | -0/+4 |
* | Add very basic support for the kernel to export a list of features. Each | jhb | 2007-12-31 | 1 | -0/+8 |
* | Update netisr comment for the SMPng world order: netisr is no longer | rwatson | 2007-12-31 | 1 | -13/+8 |
* | Use devclass_get_count() instead of devclass_get_maxunit() to get the | jhb | 2007-12-31 | 1 | -1/+1 |
* | Add device IDs for the ICH9 family. | des | 2007-12-31 | 2 | -0/+8 |
* | Tabify. | des | 2007-12-31 | 2 | -20/+20 |
* | - Pause a while after disabling lock profiling and before resetting it | jeff | 2007-12-31 | 1 | -5/+11 |
* | - Check the correct variable against NULL in two places. | jeff | 2007-12-31 | 1 | -4/+2 |
* | Add Winbond W89C940F to the list. Also, stub in some entries for two | imp | 2007-12-31 | 1 | -5/+11 |
* | Add missing 'sc->chip_type ==' to an ugly switch statement expression | imp | 2007-12-31 | 1 | -1/+1 |
* | Pass any unmatched slowprotocols frames up the stack instead of dropping them, | thompsa | 2007-12-31 | 3 | -8/+9 |
* | Use kbdd_* macros. | nyan | 2007-12-30 | 1 | -6/+6 |
* | Rather than not redirting the bp when we get ENXIO, only redirty it | imp | 2007-12-30 | 1 | -11/+5 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 17 | -535/+343 |