summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Put probe-time printf of adapter speed and duplex behind bootverbose:rwatson2005-10-311-10/+14
* | Check to see if the hash table is present in link_elf_lookup_symbol()jhb2005-10-311-0/+6
* | Add the device ID for the VIA VT8235 south bridge.jhb2005-10-311-0/+7
* | Some of the VIA pm and propm devices are actually the same device as thejhb2005-10-311-1/+38
* | MFamd64/i386alc2005-10-311-7/+0
* | Normalize a significant number of kernel malloc type names:rwatson2005-10-3186-114/+115
* | The mediasize shouldn't be multipled by the sector size when it wasgrehan2005-10-311-1/+2
* | Pickup I/O lock in aac_get_bus_info, as this code will callcsjp2005-10-311-0/+6
* | Copy SPRG0-3 registers at boot-time and restore when calling intogrehan2005-10-304-14/+116
* | Replace diagnostic printf()s by assertions. Use consistent style foralc2005-10-302-72/+16
* | Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-3018-49/+49
* | Remove a stray return statement in the interrupt dispatch functionmarcel2005-10-301-1/+0
* | MFi386: Enable beastie.4th.nyan2005-10-301-2/+2
* | Add some safeguards to AIOSFMT:des2005-10-301-2/+8
* | In stack_save, stop when a trap-frame is encountered. This preventsgrehan2005-10-301-0/+10
* | Add back some bits.scottl2005-10-302-1/+18
* | Replace loader_color with loader_logoscottl2005-10-301-9/+42
* | Change POSIX_TIMERS to 200112L.davidxu2005-10-301-1/+1
* | Let itimer store itimerspec instead of itimerval, so I don't have todavidxu2005-10-303-62/+125
OpenPOWER on IntegriCloud