summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Microoptimisation of code from r236560, also coming from Nginx Inc.glebius2012-06-041-6/+4
* Optimise kern_sendfile(): skip cycling through the entire mbuf chain inglebius2012-06-041-4/+10
* Fix panic introduced by r235745. Panic occurs after first packet traverse ren...melifaro2012-06-041-2/+22
* Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBEmav2012-06-042-3/+11
* Remove some dead code that I doubt will ever be implemented.mav2012-06-041-108/+0
* Document -r option in SYNOPSIS and usage statement.trociny2012-06-042-3/+3
* On a child exit, call waitpid(2) to clean up the process table.trociny2012-06-041-0/+4
* Restore changes accidentally removed in r235537.gber2012-06-041-0/+3
* Eliminate the now-unused AT91C_MASTER_CLOCK option and change the oneimp2012-06-042-3/+2
* Various small changes to PV entry management:alc2012-06-043-36/+37
* Disable verification of the flashed content for now; for reasons unknownmarius2012-06-031-0/+2
* During buildworld and buildkernel, define EARLY_BUILD in the earlierdim2012-06-032-8/+12
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-0312-47/+56
* Remove code which is not needed.tuexen2012-06-031-4/+0
* Add a knob to disable vn_io_fault.kib2012-06-031-1/+5
* Count and export the number of prefaulting happen.kib2012-06-031-0/+5
* Use an existing function to get the source address.tuexen2012-06-031-60/+10
* Fix make dependuqs2012-06-031-1/+1
* Minor spelling fixes.joel2012-06-039-9/+9
* Minor mdoc improvements.joel2012-06-031-3/+4
* Simplify the code by using snprlcat().pjd2012-06-031-27/+24
* cpucontrol: use CPUCTL_UPDATE ioctl on correct file descriptoravg2012-06-031-1/+1
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGavg2012-06-035-22/+9
* Minor mdoc improvements.joel2012-06-031-1/+3
* Plug reference leak.emax2012-06-031-10/+14
* mdoc: add missing width argument to Bl -tag.joel2012-06-0310-13/+13
* Remove stray repeated line...imp2012-06-031-1/+0
* - Now that the DataFlash related drivers work properly (at91_spi(4) sincemarius2012-06-031-7/+7
* - Loop up to 3 seconds when waiting for a device to get ready. [1]marius2012-06-031-97/+262
* - Prepend the device description with "AT91" to reflect its nature. [1]marius2012-06-032-72/+193
* Isolate the global pv list lock from data and other locks to prevent falsealc2012-06-022-2/+22
* Honor sysctl for TTL.tuexen2012-06-021-3/+3
* Don't request data from the IPv6 layer, which is not used.tuexen2012-06-021-26/+3
* Add missing prototypes. While at it, sort them alphabetically.marius2012-06-022-14/+73
* Remove nitems() now that it lives in <sys/param.h> since r236486.marius2012-06-021-2/+0
* Take advantage of nitems().marius2012-06-022-7/+3
* Fix typo [1]. Use commas to separate flag printouts, in style withkib2012-06-022-2/+2
* Add nitems(), a macro for determining the number of elements in amarius2012-06-021-0/+1
* Update the print mask for decoding b_flags. Add print masks forkib2012-06-022-3/+9
* Use plain store for atomic_store_rel on x86, instead of implicitlykib2012-06-022-76/+76
* Remove an unused parameter.tuexen2012-06-023-8/+8
* Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'sdim2012-06-021-0/+7
* mdoc: minor Bl improvements.joel2012-06-0210-14/+22
* Tabify libcxxrt and libc++'s Makefiles.dim2012-06-022-154/+154
* Remove invalid remark about pipes.ed2012-06-021-2/+2
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inhselasky2012-06-023-7/+32
* mdoc: minor Bl improvements.joel2012-06-027-33/+42
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.mav2012-06-024-142/+208
* Document the limitations of the -delete primaryeadler2012-06-021-1/+4
* Clean up and complete the incomplete deferred enable code.mjacob2012-06-015-69/+160
OpenPOWER on IntegriCloud