summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFi386: Merge yet another the RTC related work.nyan2008-04-193-739/+16
* Put in a real isa_irq_pending() stub in order to remove two lines of dmesgpeter2008-04-191-2/+14
* ng_address_hook() microoptimization. Use local variables as they should be.mav2008-04-191-7/+5
* Remove my copyright. This file includes simply i386's one now.nyan2008-04-191-29/+2
* Sanitize the malloc types: M_PMAP is not used in pmap.c, so don'tmarcel2008-04-192-5/+3
* remove kdb_backtrace() callkmacy2008-04-191-1/+0
* move tcbinfo lock acquisition in to syncachekmacy2008-04-191-0/+3
* move cxgb_lt2.[ch] from NIC to TOEkmacy2008-04-1919-1706/+2458
* Fix the breakage that caused AHCI devices to vanish. Editor droppings :(sos2008-04-182-26/+3
* - Add inlines for the monitor and mwait instructions.jeff2008-04-182-0/+26
* Remove cruft we got from Alpha, which was probably inheritedmarcel2008-04-181-31/+6
* Add missing function prototype for tcgetsid().davidxu2008-04-181-0/+10
* Add in check for loopback as well, which was missing from the original patch.gnn2008-04-171-0/+1
* Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in mycokane2008-04-171-1/+1
* Change the timeout(9) usage in if_ndis to a callout(9) implementation,cokane2008-04-172-10/+7
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-1728-413/+434
* Allow linker_search_symbol_name() to be called with KLD lock held.pjd2008-04-171-3/+6
* Alloc two DMA slots pr default, silly me forgot that slaves still exists.sos2008-04-171-1/+1
* Clean up the code that checks the types of address so that it isgnn2008-04-172-3/+6
* On sparc64 machines with multiple host-PCI-bridges these bridgesmarius2008-04-178-149/+21
* Go back to preallocating everything possible on init.sos2008-04-1713-188/+243
* - Add a metric to describe how busy a processor has been over the lastjeff2008-04-171-7/+71
* - Make SCHED_STATS more generic by adding a wrapper to create thejeff2008-04-1715-67/+122
* Simplify the pmap_zero_page family of functions by making use ofmarcel2008-04-171-160/+6
* Allocate a stack (with optional guard pages) for thread0 andmarcel2008-04-163-70/+60
* - Correctly destroy assoiciated ucom device on detach.stas2008-04-161-0/+2
* Use separate UMA zone for data items allocation. It is a partialmav2008-04-161-40/+70
* Regenerate.jkim2008-04-166-8/+92
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.jkim2008-04-164-0/+24
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partdelphij2008-04-161-1/+1
* Allow SCTP to compile without INET6.rrs2008-04-1613-972/+1544
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forkris2008-04-165-5/+5
* Fix compilation with LOCKF_DEBUG.dfr2008-04-161-1/+1
* Move the head of byte-level advisory lock list from thekib2008-04-1624-225/+227
* Tighten up the error-handling in nlm_get_rpc. While I'm here, fix adfr2008-04-161-3/+7
* style(9).rpaulo2008-04-151-1/+1
* Several changes breaking netgraph module ABI collected together:mav2008-04-153-139/+115
* Revert the previous commit and use M_PROMISC flag instead.jkim2008-04-151-8/+17
* Use genclock for RTC handling. This eliminates the MD versions formarcel2008-04-153-135/+51
* Fix possible buffer overrun on 64-bit arch when generating MACemax2008-04-151-1/+3
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-152-1/+6
* This file shows signs of heavy borrowing from NetBSD's cache.c file,imp2008-04-151-16/+58
* Add copyright notice and license to reflect origin of most of theimp2008-04-151-5/+28
* Support and switch to the ULE scheduler:marcel2008-04-155-4/+19
* This isn't used, so remove it. It isn't relevant to most mips platforms.imp2008-04-153-219/+0
* Copied from amd64, where it wasn't used, into mips, where it wasn't used.imp2008-04-151-4/+0
* This file is unused on amd64.imp2008-04-151-32/+0
* Remove $P4$ tag. Rumor has it that p4 importer hates it.imp2008-04-151-1/+0
* Remove M_SKIP_FIREWALL abuse and add more appropriate check.jkim2008-04-151-20/+11
* Don't touch MSI enable bit in RL_CFG2 register. For unknown reasonyongari2008-04-151-12/+6
OpenPOWER on IntegriCloud