aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added FreeBSD 8.3.Ruslan Ermilov2011-06-081-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86Andriy Gapon2011-06-088-341/+41
* Pull up all vendor changes to mdoc(7).Ruslan Ermilov2011-06-084-6/+32
* - Disable "resolvconf -d" temporarily to avoid extra invocations of the scriptHiroki Sato2011-06-082-2/+7
* Correct comments and debug logging in ipsec to better match reality.Bjoern A. Zeeb2011-06-083-8/+8
* Use .Dq instead of hardcoding `` and ''.Xin LI2011-06-081-7/+24
* - 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
* For the moment document the possible problem introduced with dynamic addressBjoern A. Zeeb2011-06-071-0/+6
* Add a special mount option "failok" to indicate that the administrator wantsXin LI2011-06-072-3/+22
* 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
* Remove a gratuitous newline. This should be a non-functional change.Jaakko Heinonen2011-06-071-1/+1
* Fix a bug that prevents tc=xxx from working.Hiroki Sato2011-06-071-2/+1
* Since HAL_PHYERR_* is used in the radar code, always include ah_desc.h.Adrian Chadd2011-06-071-2/+0
* - Use ELM_MALLOC() for struct rainfo.Hiroki Sato2011-06-071-11/+5
* Do not use LCM from stripesize and user specified alignment value.Andrey V. Elsukov2011-06-071-7/+4
* - Add myself to calendar.freebsdJulien Laffaye2011-06-072-0/+4
* Flesh out a new HAL method to fetch the radar PHY error frame information.Adrian Chadd2011-06-078-0/+84
* etire the cpumask_t type and replace it with cpuset_t usage.Attilio Rao2011-06-0788-782/+1374
|\
| * MFCAttilio Rao2011-06-0723-93/+352
| |\ | |/ |/|
* | 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-072-50/+140
* | Set pca.p_bufr to NULL when we haven't allocated a buffer.Kenneth D. Merry2011-06-071-0/+3
* | Lower WARNS level to 3 to eliminate alignment warnings related toMarcel Moolenaar2011-06-071-0/+1
* | 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
* | Add myself to committers-ports.dotJulien Laffaye2011-06-061-0/+1
* | 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-063-10/+1
| * Add an UPDATE entry.Attilio Rao2011-06-071-0/+4
| * 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-06101-2067/+4484
| |\ | |/ |/|
* | Rework parts of this man page to improve grammar.Gavin Atkinson2011-06-061-37/+37
* | Remove redundant assignments to WARNS.Ed Schouten2011-06-068-13/+0
* | Set WARNS=1 temporarily to unbreak universe.Hiroki Sato2011-06-061-1/+1
* | Attempt to clear up some confusion in the following example, by statingGlen Barber2011-06-061-0/+6
* | Improve cpu_idle():Marcel Moolenaar2011-06-063-18/+47