aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improvements to the shutdown(8) manual.Glen Barber2011-07-141-12/+14
* Fix for dump after shutdown with USB keyboard plugged in. It appears that theHans Petter Selasky2011-07-131-2/+32
* While fixing the looping of a thread while devfs vnode is reclaimed,Konstantin Belousov2011-07-131-6/+12
* - Expand the scope of the lock in the interrupt routine to close races withMarius Strobl2011-07-131-22/+25
* - For SAS but neither FC nor SPI controllers default to using MSI (stillMarius Strobl2011-07-132-22/+20
* PCIB_ALLOC_MSIX() may already fail on the first pass, f.e. when the PCI-PCIMarius Strobl2011-07-131-1/+4
* Remove extra empty lines.Marius Strobl2011-07-131-11/+0
* Run newaliases at the end of the install process.Nathan Whitehorn2011-07-131-0/+4
* When exiting with error because of an invalid command line argumentMikolaj Golub2011-07-131-3/+3
* Fix indentation.Mikolaj Golub2011-07-131-1/+1
* r222389 introduced a case where the NFSv4 client couldRick Macklem2011-07-131-1/+2
* Document RFTSIGZMB. Fix spelling of SIGCHLD. Note that signals areKonstantin Belousov2011-07-121-2/+14
* Implement an RFTSIGZMB flag to rfork(2) to specify a signal that isKonstantin Belousov2011-07-122-1/+24
* Don't check for SOCK_DGRAM anymore. Also remove multicastMichael Tuexen2011-07-121-9/+1
* Mention myself in the AUTHORS section.Sergey Kandaurov2011-07-121-1/+8
* The socket API only specifies SCTP for SOCK_SEQPACKET andMichael Tuexen2011-07-122-44/+20
* Remove NULL assignments which are redundant for static timecounters.Marius Strobl2011-07-121-4/+0
* - Remove redundant timecounter masking from counter_get_timecount().Marius Strobl2011-07-121-4/+2
* - Current testing shows that (ab)using the JBC performance counter in busMarius Strobl2011-07-121-13/+10
* - Add a missing shift in schizo_get_timecount(). This happened to be non-fatalMarius Strobl2011-07-121-3/+3
* Update mxge(4) firmware to the latest version available fromAndrew Gallatin2011-07-124-34013/+34835
* Fix media reporting for dual port CX4 myri10ge NICsAndrew Gallatin2011-07-121-1/+1
* Sort Xr's by number then by nameIvan Voras2011-07-121-2/+2
* Try and fix the exports.5 man page so that it clarifies howRick Macklem2011-07-121-1/+21
* Provide a simple manual page for libprocstat(3).Sergey Kandaurov2011-07-123-2/+256
* Properly align the end of a candidate back region based on the window'sJohn Baldwin2011-07-121-1/+1
* Partially merge r223648, r223648 and r223949 from gem(4):Marius Strobl2011-07-122-46/+42
* Correct r223648; as gem_init_locked() was calling gem_setladrf(), whichMarius Strobl2011-07-121-21/+20
* Truncate link addresses like it is done for anyMichael Tuexen2011-07-121-1/+1
* Use NULL instead of 0 for third argument of sigaction(2).Andrey V. Elsukov2011-07-121-1/+1
* Add SIGINFO handler.Andrey V. Elsukov2011-07-121-0/+24
* According to the OpenSolaris source the PCI latency and the cache line sizeMarius Strobl2011-07-123-16/+29
* If one's message is longer than the buffer size, then we reset 'cnt' at theDavid E. O'Brien2011-07-121-1/+2
* Fix run-time breakage when encoutering invalid input-data.Edwin Groothuis2011-07-111-0/+2
* Since r219452 the alignment of __dmadat has changed, revealing that fsread()Marius Strobl2011-07-111-31/+35
* Add a leading space to the status messages output after toggling theJohn Baldwin2011-07-111-2/+2
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.John Baldwin2011-07-115-78/+115
* Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3)Martin Matuska2011-07-1151-273/+2382
|\
| * Update vendor/xz from v5.0 branch (post-5.0.3)Martin Matuska2011-07-1148-268/+2372
* | Use full buffer size in read(2) call, there is no need to preserve theAndrey V. Elsukov2011-07-111-11/+5
* | Fix typo in order of markup and text.Edwin Groothuis2011-07-111-1/+1
* | ncal(1) highlights the current date (or a date provided via parameter)Edwin Groothuis2011-07-112-1/+4
* | Remove include of sys/sbuf.h from geom/geom.h.Andrey V. Elsukov2011-07-111-1/+0
* | Fix typo, lost 0 in SYSCTL_ADD_INT usage.Aleksandr Rybalko2011-07-111-1/+1
* | Fix the interpreter for:Edwin Groothuis2011-07-111-0/+28
* | Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other...Aleksandr Rybalko2011-07-115-0/+3196
* | peeraddr is only used in sizeof() evaluations, so instead of declaring itXin LI2011-07-111-1/+1
* | Use %zu when printing size_t.Xin LI2011-07-111-2/+2
* | Match size_t and ssize_t by using %zu and %zd instead of %d.Xin LI2011-07-111-1/+1
* | Use a pair of parentheses to ensure right evaluation order.Xin LI2011-07-111-1/+1