summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement the "nocpu" directive.ru2005-11-038-8/+8
* Detect memory leaks when memory type is being destroyed.pjd2005-11-031-0/+21
* Appropriate NULL pointer checking to avoid mysterious panic duringariff2005-11-032-2/+2
* Remove the remaining spl*() calls. Add some assertions. Eliminate somealc2005-11-031-13/+2
* Restore part of the code dropped in rev. 1.25 that makes sure ether_demux()ru2005-11-031-0/+9
* In nfs_flush(), clear the NMODIFIED bit only if there are no dirtyps2005-11-031-1/+2
* Consistently use OPT_* macros to test/set boot options.ru2005-11-032-12/+24
* Fix for a race between the thread transmitting the request and theps2005-11-031-1/+5
* Support sending realtime signal information via signal queue, realtimedavidxu2005-11-031-8/+40
* Cleanup some signal interfaces. Now the tdsignal function acceptsdavidxu2005-11-036-86/+67
* Oops, don't change tdsignal call.davidxu2005-11-031-1/+1
* Add thread_find() function to search a thread by lwpid.davidxu2005-11-033-12/+24
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-025-8/+14
* Change the x86 code to allocate IDT vectors on-demand when an interruptjhb2005-11-028-191/+433
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-027-99/+55
* Mandatory mbuf cluster reference counting and groundwork for UMAandre2005-11-024-179/+270
* Fix several races between socket closure and node/hookglebius2005-11-021-77/+97
* Fix two races which happen when netgraph is restructuring:glebius2005-11-021-8/+47
* Rework the ng_item queueing on nodes:glebius2005-11-022-124/+118
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-0221-41/+35
* Instead of a panic()ing in pmap_insert_entry() if get_pv_entry() fails,alc2005-11-021-1/+50
* Rate limit vnode_pager_putpages printfs to once a second.ps2005-11-011-3/+8
* Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386.jhb2005-11-012-0/+2
* Catch up with ACPI-CA 20051021 importjkim2005-11-0110-196/+235
* Update to reflect import of ACPI-CA 20051021 with includes fixupsjkim2005-11-011-27/+30
* Local change: remove unnecessary __cdecljkim2005-11-012-2/+2
* Local change: remove compilation warningsjkim2005-11-014-10/+10
* Fix conflicts from import of Intel ACPI-CA 20051021jkim2005-11-018-497/+968
* Unchanged files that are off the vendor branchjkim2005-11-0113-1679/+639
* This commit was generated by cvs2svn to compensate for changes in r151940,jkim2005-11-012-1/+3
|\
| * Fix few compilation problems on vendor branch.jkim2005-11-013-1/+6
* | This commit was generated by cvs2svn to compensate for changes in r151937,jkim2005-11-01175-14401/+22437
|\ \ | |/
| * Vendor import of Intel ACPI-CA 20051021jkim2005-11-01196-16596/+24058
| * Remove old ACPICA files from the INTEL vendor branch. They were removedjhb2005-10-27141-84217/+0
* | Move HPET debugging under ACPI_TIMER in order to save a bitfield.scottl2005-11-012-2/+1
* | Push down Giant into fdfree() and remove it from two of the callers.jhb2005-11-013-13/+24
* | Add proper debugging infrastructure for acpi_hpet.c.scottl2005-11-012-0/+5
* | Reuse ktr_unused field in ktr_header structure as ktr_tid; populaterwatson2005-11-012-2/+2
* | Replace ktr_buffer pointer in struct ktr_header with a ktr_unusedrwatson2005-11-012-10/+12
* | Clean up one remaining 'multiple DPC thread' bogon: only bzero() onewpaul2005-11-011-0/+4
* | Consider the zero-copy transmission of a page that was wired by mlock(2).alc2005-11-011-0/+2
* | Update SIGTHR's comment.davidxu2005-11-011-1/+1
* | statically configured IPv6 address is properly added/deleted nowsuz2005-10-311-75/+51
* | Tie acpi_hpet.c into the module and kernel.phk2005-10-312-1/+3
* | Add a basic HPET timecounter.phk2005-10-311-0/+190
* | - Use callout_*() to manage the callout and make it MPSAFE.jhb2005-10-314-32/+22
* | Instead of a panic()ing in pmap_insert_entry() if get_pv_entry()alc2005-10-312-13/+124
* | Reformat socket control messages on input/output for 32bit compatibilityps2005-10-313-24/+240
* | Hook nve(4) up in i386 and amd64 NOTES.jhb2005-10-312-0/+4
* | Rate limit filesystem full and out of inodes messages to once aps2005-10-311-6/+21
OpenPOWER on IntegriCloud