summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Change .8s port name restriction to .15s.ume2008-03-181-1/+1
* | Catch up to intr_event_create() prototype change.jhb2008-03-181-1/+1
* | - Fix a memory leak when re-discovering a gvinum configuration.lulf2008-03-181-0/+2
* | Sign-extend the 48-bit AMD PMC counter before treating it to a 64-bitadrian2008-03-181-5/+8
* | Fix the debugging output - the '0x' was duplicated from the %p option.adrian2008-03-181-1/+1
* | Almost seven years ago, vm/vm_page.c was split into three parts:alc2008-03-184-125/+75
* | Fix --fast-read by decrementing the remaining patterns to be matched,kientzle2008-03-182-2/+2
* | - Integrate 1.133 vendor driver changeskmacy2008-03-189-56/+110
* | - Copy signal mask out before THR_UNLOCK(), because THR_UNLOCK() may calldavidxu2008-03-183-4/+17
* | Don't cache ptr to nat rule in case of tablearg argument.piso2008-03-171-1/+2
* | Simplify the interrupt code a bit:jhb2008-03-178-167/+48
* | Don't abuse stack space while in kernel land, use heap instead.piso2008-03-171-5/+10
* | Initialize variable "now" before using it (it is used by the LEFTEARTHantoine2008-03-171-1/+1
* | Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD.antoine2008-03-171-13/+3
* | Don't allocate the constant array "props" on the stack in wctype.antoine2008-03-171-1/+1
* | Locking in the ses_ioctl handler doesn't have to be so strict becausescottl2008-03-171-21/+25
* | Bah, missed one instance in the previous commit. Correct bpfbrueffer2008-03-171-1/+1
* | Correct bpf data-link type.brueffer2008-03-171-2/+2
* | Fix two races in the handling of the d_gianttrick for the D_NEEDGIANTkib2008-03-172-36/+127
* | Fix indentation for a closing brace in in_pcballoc().rwatson2008-03-171-1/+1
* | - There is no more "uidinfo struct" mutex.pjd2008-03-171-2/+1
* | Add a "spindown" facility to ata-disks: If no requests have been receivedphk2008-03-177-2/+97
* | A cautionary XXX comment about seemingly bogus errata checks.phk2008-03-171-0/+8
* | Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-2/+16
* | Revert last commit and stop committing before morning tea.phk2008-03-171-26/+5
* | Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-5/+26
* | Use a standard section 4 SYNOPSIS.brueffer2008-03-173-17/+41
* | Device counts are long gone.brueffer2008-03-171-2/+2
* | egad! The cvs 1.11.22 distribution had a Linux binary in it. Yuck.obrien2008-03-171-0/+0
* | don't set sniffer mode to ON when the driver is running with theweongyo2008-03-171-2/+1
* | Remove extra semicolons.thompsa2008-03-171-2/+2
* | Make remote GDB work for AIM processors. For BookE, the kernelmarcel2008-03-172-43/+27
* | Use correct bitmask for identifying chip family.phk2008-03-171-1/+1
* | Remove impossible (hk_peer == NULL) check from ng_address_hook().mav2008-03-161-1/+0
* | Remove trailing ';' on macros.phk2008-03-161-2/+2
* | Fix AUTHORS formatting.brueffer2008-03-161-0/+1
* | Device counts are long gone, also remove the outdated FILES section.brueffer2008-03-161-11/+2
* | In the description of the password field, -w was meant, not thebrueffer2008-03-161-2/+2
* | Add session ID hashing to speedup incoming packets dispatch in casemav2008-03-161-38/+47
* | Whitespace cleanups.pjd2008-03-161-7/+7
* | - Use wait-free method to manage ui_sbsize and ui_proccnt fields in thepjd2008-03-162-65/+51
* | Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-167-1/+46
* | Switch the LACP state machine over to its own mutex to protect the internals,thompsa2008-03-163-130/+156
* | scandir(3) previously used st_size to obtain an initial estimatedas2008-03-161-13/+3
* | Consistently use ANSI C declarationsfor all functions in kern_synch.c.rwatson2008-03-161-19/+7
* | Style fixes.pjd2008-03-161-11/+7
* | Fix information leak. We can find PIDs of running processes from withinpjd2008-03-161-1/+2
* | Un-cut&paste argument processing, fix things lint found.phk2008-03-161-104/+67
* | Simplify the inner loop of vm_fault()'s delete-behind heuristic.alc2008-03-161-2/+2
* | Implement soon-to-be-used rw_unlock() macro.pjd2008-03-162-1/+15
OpenPOWER on IntegriCloud