summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Revert previous change - it appears that the limit I was hitting was asobomax2008-03-193-38/+3
* Remove extra uihold() call that accidentally sneak in during perforcepjd2008-03-191-1/+0
* - Remove some dead code and comments related to KSE.jeff2008-03-191-56/+16
* - At the top of sleepq_catch_signals() lock the thread and check TDF_NEEDSIGCHKjeff2008-03-191-4/+12
* - Remove stale comment.jeff2008-03-191-8/+0
* Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int())pjd2008-03-192-4/+2
* - Add a facility similar to LOCK_PROFILING under SLEEPQUEUE_PROFILING. Keepjeff2008-03-191-1/+159
* - Fix the last of the threading bugs that were introduced as far back asjeff2008-03-191-6/+12
* - Restore the NULL check for td_cpuset. This can happen if a partiallyjeff2008-03-191-1/+2
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-1919-143/+54
* Don't call nfs_realign while holding locks.dfr2008-03-181-4/+5
* 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
* - Integrate 1.133 vendor driver changeskmacy2008-03-189-56/+110
* 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
* Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD.antoine2008-03-171-13/+3
* Locking in the ses_ioctl handler doesn't have to be so strict becausescottl2008-03-171-21/+25
* 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-175-2/+62
* 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
* 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
* 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-166-0/+44
* Switch the LACP state machine over to its own mutex to protect the internals,thompsa2008-03-163-130/+156
* 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
* 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-161-0/+6
* Regen.rdivacky2008-03-166-8/+24
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-163-11/+44
* Commit SYSINIT() ;-adding patch missed in previous pass.rwatson2008-03-161-1/+1
* Remove trailing ';' from C_SYSINIT() macro definition, in keepingrwatson2008-03-161-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-1689-128/+144
OpenPOWER on IntegriCloud