aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - For the case when tl1_align(_trap) is used to call rsf_fatal viaMarius Strobl2011-06-071-2/+3
* Silence notice on pool creation, import and access.Martin Matuska2011-06-071-0/+2
* Set curvnet context in a callout-trigerred code path.Marko Zec2011-06-072-0/+6
* Log the socket address passed as the destination to sendto() and sendmsg()John Baldwin2011-06-071-0/+4
* Adapt CATR() to r222813. This is somewhat tricky as we can't afford usingMarius Strobl2011-06-074-61/+88
* Fix a problem with r222813; given that we may only operate on interruptMarius Strobl2011-06-071-9/+11
* Make automatic hw.snd.default_unit choice a bit more intelligent. InsteadAlexander Motin2011-06-071-18/+36
* Since HAL_PHYERR_* is used in the radar code, always include ah_desc.h.Adrian Chadd2011-06-071-2/+0
* Flesh out a new HAL method to fetch the radar PHY error frame information.Adrian Chadd2011-06-078-0/+84
* MFCAttilio Rao2011-06-0719-84/+346
|\
| * Fix indentation.Andrey V. Elsukov2011-06-071-4/+4
| * Sync ng_nat with recent (r222806) ipfw_nat changes:Andrey V. Elsukov2011-06-071-3/+17
| * Make a behaviour of the libalias based in-kernel NAT a bit closer toAndrey V. Elsukov2011-06-071-6/+16
| * amdsbwd: update to support SB8xx southbridgesAndriy Gapon2011-06-071-47/+137
| * Set pca.p_bufr to NULL when we haven't allocated a buffer.Kenneth D. Merry2011-06-071-0/+3
| * Use p4prio_to_tsprio to calculate TS priority instead of usingDavid Xu2011-06-071-1/+1
| * Fix making kernel dumps from the debugger by creating a commandMarcel Moolenaar2011-06-073-14/+41
| * Call set_cputicker() to have the time counter use the ITC register.Marcel Moolenaar2011-06-071-0/+2
| * o Bump the EFI loader version to 3.1.Marcel Moolenaar2011-06-073-3/+68
| * Add ia64_sync_icache() and use it to make the I-cache coherentMarcel Moolenaar2011-06-074-1/+55
| * Validate INT 15h and 16h vectors more strictly. Traditionally these entryJung-uk Kim2011-06-061-1/+2
| * Revert r222152. The root cause was analysed and better fix is upcoming.Jung-uk Kim2011-06-062-4/+0
* | Bring back the number of CPU to 32.Attilio Rao2011-06-071-1/+1
* | MFCAttilio Rao2011-06-069-8/+139
|\|
| * Reset clear-stall error counter before setting up the USB control transfers.Hans Petter Selasky2011-06-061-0/+5
| * Unbreak kernels with non-default PCBGROUP included but no WITNESS.Bjoern A. Zeeb2011-06-061-0/+1
| * Improve enumeration of Low- and Full-speed devices connected through aHans Petter Selasky2011-06-067-8/+133
* | MFCAttilio Rao2011-06-0648-170/+1425
|\|
| * Improve cpu_idle():Marcel Moolenaar2011-06-063-18/+47
| * Make a couple of debug printfs DEVPRINTF.Warner Losh2011-06-061-4/+4
| * Some style fixes.John Baldwin2011-06-061-6/+4
| * Remove empty #ifndefMartin Matuska2011-06-061-2/+0
| * don't use cpuid level 4 in x86 cpu topology detection if it's not supportedAndriy Gapon2011-06-062-4/+10
| * More properly handle Cardbus cards that that store their CIS in a BAR afterJohn Baldwin2011-06-062-3/+13
| * Clear the device_t pointer in 'struct resource' when releasing a deviceJohn Baldwin2011-06-061-0/+1
| * Implement a CPU-affine TCP and UDP connection lookup data structure,Robert Watson2011-06-0614-13/+1067
| * Do not return EINVAL when user does `ipfw set N flush` on an empty set.Andrey V. Elsukov2011-06-061-3/+4
| * Do not activate automatic LL addr configuration when 0/1->1 transition ofHiroki Sato2011-06-061-1/+3
| * - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-061-2/+19
| * - Make the code more proactively clear an ND6_IFF_IFDISABLED flag whenHiroki Sato2011-06-062-1/+55
| * - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-067-36/+56
| * Grammer fix in comment.Kirk McKusick2011-06-051-3/+3
| * add SNDCTL_DSP_HALT specified by OSSAndriy Gapon2011-06-051-1/+2
| * Add support for flock(2) locks to the new NFSv4 client. I think thisRick Macklem2011-06-052-3/+9
| * The new NFSv4 client was erroneously using "p" instead ofRick Macklem2011-06-055-67/+66
| * Fix the new NFSv4 client so that it doesn't crash whenRick Macklem2011-06-051-0/+4
| * Use uint8_t for sockaddr sa_len.Hiroki Sato2011-06-051-1/+1
| * Correct a last minute merge error for new M_HASHTYPE macros. This didn'tRobert Watson2011-06-051-1/+1
| * Add a missing call to sync the DMAed buffer before the radar event data is ex...Adrian Chadd2011-06-051-1/+9
| * Cause backpressure (instead of dropping frames) on congestion.Navdeep Parhar2011-06-041-0/+2