summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* By popular demand, move freebsd-version(1) from /libexec to /bin.des2013-10-096-4/+5
* Properly handle residual count in Data-In PDUs with S bit set.trasz2013-10-091-12/+33
* Fix missing .joel2013-10-091-1/+1
* Explicitly pass the full path to the input file to sed. This unbreaksdes2013-10-091-1/+1
* Improve logging around some of the isci(4) reset and recovery paths.jimharris2013-10-093-4/+52
* Be extra paranoid with values obtained from the target.trasz2013-10-091-8/+26
* Fail connection upon receiving too large data segment.trasz2013-10-091-0/+1
* There are some high performance NICs that count statistics in hardware,glebius2013-10-095-3/+7
* The device vnodes are often unlocked when bread() or bwrite() iskib2013-10-091-1/+2
* Do not flush buffers when the v_object of the passed vnode does notkib2013-10-091-0/+2
* When growing the file descriptor table, new larger memory chunk iskib2013-10-091-2/+21
* Reduce code duplication, introduce the getmaxfd() helper to calculatekib2013-10-091-9/+16
* Remove no longer useful debugging output and a stale comment.trasz2013-10-091-13/+2
* Update the Intel igb driver to version 2.4.0jfv2013-10-0921-1203/+2004
* Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, todim2013-10-091-1/+1
* Revert r256095, r256120 (partial), r256121:gjb2013-10-0973-27/+25657
* Make the error handling more consistant. Shouldn't make any functionaltrasz2013-10-091-9/+23
* Remove redundant redeclarations of uart_s3c2410_class indim2013-10-092-3/+0
* Tidy up, cache return value of a function, and add an assertion;trasz2013-10-091-6/+32
* Plug memory leak.trasz2013-10-091-0/+1
* Fix memory overrun.trasz2013-10-091-1/+1
* Plug memory leaks.trasz2013-10-091-1/+3
* Fix two off-by-ones.trasz2013-10-091-2/+2
* Fix incorrect use of sizeof().trasz2013-10-091-1/+1
* Fix off-by-one.trasz2013-10-091-1/+1
* Close the race on path ID allocation in xpt_bus_register() if two buses aremav2013-10-091-9/+6
* Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...trasz2013-10-092-14/+69
* When processing ACK in tcp_do_segment, use sbcut_locked() instead ofglebius2013-10-091-2/+5
* - Substitute sbdrop_internal() with sbcut_internal(). The latter doesn't freeglebius2013-10-092-11/+36
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-0947-206/+208
* Remove redundant declaration of cmclass indim2013-10-091-3/+0
* Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-099-16/+67
* Add some missing AR934x register definitions.adrian2013-10-092-0/+45
* Fix interrupt handling from the APB periperals (ie, UART) - itadrian2013-10-091-0/+3
* Mark AR934x based boards to be mips74k.adrian2013-10-091-1/+1
* Add "better" MIPS24k and MIPS74k barriers.adrian2013-10-092-3/+13
* Shuffle the includes around so they occur after opt_global.h is included;adrian2013-10-091-4/+5
* Add two new MIPS CPU families - mips24k and mips74k.adrian2013-10-091-0/+2
* Fix the LINT build.jimharris2013-10-081-0/+1
* Remove mention of [fixed] known issue not-specific to updating.dteske2013-10-081-13/+0
* In sys/amd64/amd64/pmap.c, fix several gcc warnings about uninitializeddim2013-10-081-0/+1
* In usr.sbin/bhyve/pci_ahci.c, fix several gcc warnings of the formdim2013-10-081-11/+11
* Properly fix out of memory handling in the iSCSI target.trasz2013-10-081-4/+11
* After r256062, the static function fbsdrun_get_next_cpu() indim2013-10-081-11/+0
* Now our binutils's assembler supports the Intel Random Number Generatordim2013-10-081-2/+2
* Change the behavior of bhyve such that the gdb listening port is opt-inneel2013-10-082-5/+3
* Do not leak resources during attach if nvme_ctrlr_construct() or the initialjimharris2013-10-081-3/+9
* Log and then disable asynchronous notification of persistent events afterjimharris2013-10-082-7/+56
* Do not enable temperature threshold as an asynchronous event notificationjimharris2013-10-081-0/+14
* Extend some 32-bit fields and variables to 64-bit to prevent overflowjimharris2013-10-083-10/+12
OpenPOWER on IntegriCloud