summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change vn_start_write() to clear *mpp on all failures when non-NULL vpkib2008-10-211-1/+10
* Hook in ipi handlerskmacy2008-10-211-20/+18
* remove gratuitous XEN definekmacy2008-10-211-8/+0
* don't globally define ipi_bitmap_handler on xenkmacy2008-10-212-1/+4
* Implement infrastructure for gluing i386 ipi functions in to xen's infrastruc...kmacy2008-10-212-29/+151
* Add routine for initializing AP clockkmacy2008-10-211-16/+17
* Header cleanups and addition of IPI declarations for xenkmacy2008-10-216-32/+40
* Fix 'kern.timeconter.invariant_tsc' tunable and back out a redundant hack.jkim2008-10-211-4/+4
* Remove unused age_txdqkevlo2008-10-211-2/+0
* No need to sync descriptors twice in age_rxintr()kevlo2008-10-211-6/+0
* Do not use PowerNow! if FID or VID is missing.jkim2008-10-211-1/+1
* Use power management information for AMD CPUs from identcpu.c.jkim2008-10-211-17/+1
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-219-18/+68
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-218-0/+38
* Bump __FreeBSD_version in order to reflect prototipes changes for theseattilio2008-10-201-1/+1
* In the actual code for witness_warn:attilio2008-10-201-19/+12
* Update a comment which to my reading had been misplaced in rev. 1.12bz2008-10-201-2/+3
* Bring over the change switching from using sequential to randombz2008-10-202-47/+55
* Make HDA PCM device boot and sndstat messages more alike to PCI device ones.mav2008-10-201-5/+21
* Tune boot messages a bit.mav2008-10-201-4/+4
* Assert that v_holdcnt is non-zero before entering lockmgr in vn_lockkib2008-10-202-0/+8
* In vfs_busy(), lockmgr() cannot legitimately sleep, because code checkedkib2008-10-201-1/+1
* Import interrupt management defines from latest xenlinuxkmacy2008-10-201-12/+28
* The active and bootable flags are not part of the type.marcel2008-10-201-11/+82
* In realtimer_delete(), clear timer's value and interval to telldavidxu2008-10-201-0/+8
* fix static key wep; r183248 caused drivers to be called for keys to besam2008-10-191-1/+2
* Atomically increment the number of awoken APs as all APs willmarcel2008-10-191-1/+1
* Ktr(9) stores format string and arguments in the event circular buffer,kib2008-10-191-21/+25
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-196-53/+132
* - Forward port flush of page table updates on context switch or userretkmacy2008-10-193-2/+25
* GC gratuitous XEN defineskmacy2008-10-191-6/+0
* - move gdt, ldt allocation to before KPT allocationkmacy2008-10-192-42/+65
* GC unused valueskmacy2008-10-192-13/+0
* Coalesce sequentional BIO_DELETE requests to slightly relax size and alignmentmav2008-10-181-8/+23
* Implement BIO_DELETE command with MMC and SD erase commands.mav2008-10-184-149/+333
* The flags value was not always being copied out in the recv routine like itrrs2008-10-181-2/+3
* New sockets (accepted) were not inheriting the proper snd/rcv buffer value.rrs2008-10-181-3/+5
* - Peers rwnd is now available for the MIB.rrs2008-10-182-0/+2
* - Adapt layer indication was always being given (it should onlyrrs2008-10-181-33/+28
* Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithmrrs2008-10-181-3/+3
* Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries.kib2008-10-181-1/+2
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-176-11/+44
* - For chipsets that can't do 64k transfers, fall back to 32k transfersjhb2008-10-174-5/+5
* Add a mac_inpcb_check_visible implementation to all MAC policiesbz2008-10-177-0/+111
* Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has thebrooks2008-10-172-0/+3
* Add mac_inpcb_check_visible MAC Framework entry point, which is similarbz2008-10-173-0/+16
* Use the label from the socket credential rather than thebz2008-10-171-1/+2
* Track number of packets transmitted and number of packets receivedkmacy2008-10-171-1/+6
* Some 88E1149 PHY's page select is initialized to point to otheryongari2008-10-171-0/+14
* make sure that SO_NO_DDP and SO_NO_OFFLOAD get passed in correctlykmacy2008-10-171-0/+2
OpenPOWER on IntegriCloud