aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use role="merged" and arch="amd64,i386,..." attributes to mark aHiroki Sato2008-04-203-125/+116
* devclass_get_maxunit() returns n+1 with n starting at 0.Bjoern A. Zeeb2008-04-201-4/+5
* Add one more HTC PocketPC device id.Alexander Motin2008-04-202-0/+2
* Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS toAntoine Brodin2008-04-201-1/+1
* Unbreak firmware.ko build without kernel.Antoine Brodin2008-04-201-1/+1
* Add recent obsolete files.Antoine Brodin2008-04-201-0/+16
* Record the dependency of the iscsi initiator on cam.Antoine Brodin2008-04-201-0/+1
* Document that you must include <sys/param.h> before <sys/cpuset.h>.Antoine Brodin2008-04-202-0/+2
* Teach pf and ipfw to use read locks in inpcbs write than write locksRobert Watson2008-04-202-9/+8
* Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config thatAriff Abdullah2008-04-191-3/+11
* Delay the global registration of the struct ifnet in if_alloc() until afterBrooks Davis2008-04-191-1/+1
* When auditing state from an IPv4 or IPv6 socket, use read locks on theRobert Watson2008-04-191-2/+2
* When propagating a MAC label from an inpcb to an mbuf, allow read andRobert Watson2008-04-191-1/+1
* When querying a local or remote address on an IPv6 socket, use only aRobert Watson2008-04-191-4/+4
* In ip_output(), allow a read lock as well as a write lock when assertingRobert Watson2008-04-191-1/+1
* When querying the local or foreign address from an IP socket, acquireRobert Watson2008-04-191-6/+6
* Provide more detailed information about each procstat(1) display mode,Robert Watson2008-04-191-7/+248
* It is a bug that procstat(8) works only on live kernels and not crashdumps;Robert Watson2008-04-191-0/+4
* MFi386: Merge yet another the RTC related work.Yoshihiro Takahashi2008-04-193-739/+16
* Put in a real isa_irq_pending() stub in order to remove two lines of dmesgPeter Wemm2008-04-191-2/+14
* Don't forget to free() currency_symbol and asciivalue when multipleRuslan Ermilov2008-04-191-0/+4
* Better strfmon(3) conversion specifiers sanity checking.Ruslan Ermilov2008-04-191-1/+8
* ng_address_hook() microoptimization. Use local variables as they should be.Alexander Motin2008-04-191-7/+5
* Remove my copyright. This file includes simply i386's one now.Yoshihiro Takahashi2008-04-191-29/+2
* Sanitize the malloc types: M_PMAP is not used in pmap.c, so don'tMarcel Moolenaar2008-04-192-5/+3
* remove kdb_backtrace() callKip Macy2008-04-191-1/+0
* move tcbinfo lock acquisition in to syncacheKip Macy2008-04-191-0/+3
* move cxgb_lt2.[ch] from NIC to TOEKip Macy2008-04-1919-1706/+2458
* Fix the breakage that caused AHCI devices to vanish. Editor droppings :(Søren Schmidt2008-04-182-26/+3
* - Add inlines for the monitor and mwait instructions.Jeff Roberson2008-04-182-0/+26
* Remove cruft we got from Alpha, which was probably inheritedMarcel Moolenaar2008-04-181-31/+6
* Add missing function prototype for tcgetsid().David Xu2008-04-181-0/+10
* Add support for the 32-bit EFI target.Marcel Moolenaar2008-04-171-3/+10
* Add in check for loopback as well, which was missing from the original patch.George V. Neville-Neil2008-04-171-0/+1
* Add the '-u name' option to the env command, which will completely unsetGarance A Drosehn2008-04-172-8/+31
* Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in myColeman Kane2008-04-171-1/+1
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-1727-147/+79
* Change the timeout(9) usage in if_ndis to a callout(9) implementation,Coleman Kane2008-04-172-10/+7
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-1728-413/+434
* Allow linker_search_symbol_name() to be called with KLD lock held.Pawel Jakub Dawidek2008-04-171-3/+6
* Specifically mark the members of 'FILE' that are accessed via inlineJohn Baldwin2008-04-171-6/+10
* Alloc two DMA slots pr default, silly me forgot that slaves still exists.Søren Schmidt2008-04-171-1/+1
* Clean up the code that checks the types of address so that it isGeorge V. Neville-Neil2008-04-172-3/+6
* On sparc64 machines with multiple host-PCI-bridges these bridgesMarius Strobl2008-04-178-149/+21
* Go back to preallocating everything possible on init.Søren Schmidt2008-04-1713-188/+243
* - Add a metric to describe how busy a processor has been over the lastJeff Roberson2008-04-171-7/+71
* - Make SCHED_STATS more generic by adding a wrapper to create theJeff Roberson2008-04-1715-67/+122
* Mention bzip2 1.0.5 MFC.Xin LI2008-04-171-1/+1
* Simplify the pmap_zero_page family of functions by making use ofMarcel Moolenaar2008-04-171-160/+6
* Allocate a stack (with optional guard pages) for thread0 andMarcel Moolenaar2008-04-163-70/+60