aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression from the last revision - don't edit the ns_rec list whileDoug Rabson2008-03-191-1/+3
* Explicitate the newpacket size.Paolo Pisati2008-03-191-12/+13
* Revert previous change - it appears that the limit I was hitting was aMaxim Sobolev2008-03-193-38/+3
* Remove extra uihold() call that accidentally sneak in during perforcePawel Jakub Dawidek2008-03-191-1/+0
* - Remove some dead code and comments related to KSE.Jeff Roberson2008-03-191-56/+16
* - At the top of sleepq_catch_signals() lock the thread and check TDF_NEEDSIGCHKJeff Roberson2008-03-191-4/+12
* - Remove stale comment.Jeff Roberson2008-03-191-8/+0
* Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int())Pawel Jakub Dawidek2008-03-192-4/+2
* - Add a facility similar to LOCK_PROFILING under SLEEPQUEUE_PROFILING. KeepJeff Roberson2008-03-191-1/+159
* - Fix the last of the threading bugs that were introduced as far back asJeff Roberson2008-03-191-6/+12
* - Restore the NULL check for td_cpuset. This can happen if a partiallyJeff Roberson2008-03-191-1/+2
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromJeff Roberson2008-03-1919-143/+54
* Don't call nfs_realign while holding locks.Doug Rabson2008-03-181-4/+5
* Catch up to intr_event_create() prototype change.John Baldwin2008-03-181-1/+1
* - Fix a memory leak when re-discovering a gvinum configuration.Ulf Lilleengen2008-03-181-0/+2
* Sign-extend the 48-bit AMD PMC counter before treating it to a 64-bitAdrian Chadd2008-03-181-5/+8
* Fix the debugging output - the '0x' was duplicated from the %p option.Adrian Chadd2008-03-181-1/+1
* Almost seven years ago, vm/vm_page.c was split into three parts:Alan Cox2008-03-184-125/+75
* - Integrate 1.133 vendor driver changesKip Macy2008-03-189-56/+110
* Don't cache ptr to nat rule in case of tablearg argument.Paolo Pisati2008-03-171-1/+2
* Simplify the interrupt code a bit:John Baldwin2008-03-178-167/+48
* Don't abuse stack space while in kernel land, use heap instead.Paolo Pisati2008-03-171-5/+10
* Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD.Antoine Brodin2008-03-171-13/+3
* Locking in the ses_ioctl handler doesn't have to be so strict becauseScott Long2008-03-171-21/+25
* Fix two races in the handling of the d_gianttrick for the D_NEEDGIANTKonstantin Belousov2008-03-172-36/+127
* Fix indentation for a closing brace in in_pcballoc().Robert Watson2008-03-171-1/+1
* - There is no more "uidinfo struct" mutex.Pawel Jakub Dawidek2008-03-171-2/+1
* Add a "spindown" facility to ata-disks: If no requests have been receivedPoul-Henning Kamp2008-03-175-2/+62
* A cautionary XXX comment about seemingly bogus errata checks.Poul-Henning Kamp2008-03-171-0/+8
* Increase time we wait for things to settle to 1 millisecond,Poul-Henning Kamp2008-03-171-2/+16
* Revert last commit and stop committing before morning tea.Poul-Henning Kamp2008-03-171-26/+5
* Increase time we wait for things to settle to 1 millisecond,Poul-Henning Kamp2008-03-171-5/+26
* don't set sniffer mode to ON when the driver is running with theWeongyo Jeong2008-03-171-2/+1
* Remove extra semicolons.Andrew Thompson2008-03-171-2/+2
* Make remote GDB work for AIM processors. For BookE, the kernelMarcel Moolenaar2008-03-172-43/+27
* Use correct bitmask for identifying chip family.Poul-Henning Kamp2008-03-171-1/+1
* Remove impossible (hk_peer == NULL) check from ng_address_hook().Alexander Motin2008-03-161-1/+0
* Add session ID hashing to speedup incoming packets dispatch in caseAlexander Motin2008-03-161-38/+47
* Whitespace cleanups.Pawel Jakub Dawidek2008-03-161-7/+7
* - Use wait-free method to manage ui_sbsize and ui_proccnt fields in thePawel Jakub Dawidek2008-03-162-65/+51
* Implement atomic_fetchadd_long() for all architectures and document it.Pawel Jakub Dawidek2008-03-166-0/+44
* Switch the LACP state machine over to its own mutex to protect the internals,Andrew Thompson2008-03-163-130/+156
* Consistently use ANSI C declarationsfor all functions in kern_synch.c.Robert Watson2008-03-161-19/+7
* Style fixes.Pawel Jakub Dawidek2008-03-161-11/+7
* Fix information leak. We can find PIDs of running processes from withinPawel Jakub Dawidek2008-03-161-1/+2
* Simplify the inner loop of vm_fault()'s delete-behind heuristic.Alan Cox2008-03-161-2/+2
* Implement soon-to-be-used rw_unlock() macro.Pawel Jakub Dawidek2008-03-161-0/+6
* Regen.Roman Divacky2008-03-166-8/+24
* Implement sched_setaffinity and get_setaffinity usingRoman Divacky2008-03-163-11/+44
* Commit SYSINIT() ;-adding patch missed in previous pass.Robert Watson2008-03-161-1/+1