| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial implementation of the HTree directory index. | pfg | 2013-07-06 | 10 | -117/+1563 |
* | Update driver with recent vendor improvements, most notably support | delphij | 2013-07-06 | 9 | -132/+443 |
* | Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver. | delphij | 2013-07-06 | 32 | -6/+29281 |
* | Remove unneeded page lock around vm_page_insert(). | kib | 2013-07-06 | 1 | -2/+0 |
* | Don't clear the SYSCONFIG register on boot. | rpaulo | 2013-07-06 | 2 | -2/+10 |
* | Take the training-wheels off, after nearly 30 months of development. MFC to | dteske | 2013-07-06 | 1 | -5/+2 |
* | Refresh vendor driver version which fixes command queue | delphij | 2013-07-06 | 2 | -45/+62 |
* | Sprinkle some .MAKE magic | sjg | 2013-07-06 | 1 | -13/+13 |
* | Make the comments a little more clear about PRIV_KMEM_*, explicitly | jamie | 2013-07-06 | 2 | -5/+6 |
* | Fix typo: minmum -> minimum. | cperciva | 2013-07-05 | 1 | -1/+1 |
* | Don't prevent the user from hanging their system by changing network | dteske | 2013-07-05 | 6 | -17/+16 |
* | Update hpt27xx(4) driver to address a problem reported by FreeNAS | delphij | 2013-07-05 | 2 | -33/+14 |
* | Add PCI IDs for HighPoint RocketRAID 4521, 3620, 3622 and 3640 | delphij | 2013-07-05 | 2 | -2/+22 |
* | Hide references to mod_lock. In FreeBSD it is always acquired with the | markj | 2013-07-05 | 4 | -14/+31 |
* | Check for INDEX file first before anything else when processing modules. | dteske | 2013-07-05 | 1 | -0/+2 |
* | Check menuitem before calculating tag. | dteske | 2013-07-05 | 1 | -2/+2 |
* | Add a missing unlock. | adrian | 2013-07-05 | 1 | -0/+1 |
* | - Add SRC_FORCE_CHECKOUT configuration option to force svn to checkout | gjb | 2013-07-05 | 2 | -18/+44 |
* | Bump up _PRIV_HIGHEST to account for PRIV_KMEM_READ/WRITE. | jamie | 2013-07-05 | 1 | -1/+1 |
* | Add the necessary code to reinstall packages. Both scripted access | dteske | 2013-07-05 | 2 | -1/+11 |
* | Remove superfluous continue at end of loop. (pointy-hat) | dteske | 2013-07-05 | 1 | -1/+1 |
* | Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in opening | jamie | 2013-07-05 | 3 | -2/+24 |
* | MFV r252839: | mm | 2013-07-05 | 2 | -5/+27 |
* | mktemp(3): Add standards section. Prefer standard header. | jilles | 2013-07-05 | 1 | -4/+29 |
* | Fix the build with gcc. | andrew | 2013-07-05 | 1 | -4/+20 |
* | Add support for processing add-on modules from /usr/local/libexec/bsdconfig | dteske | 2013-07-05 | 2 | -3/+87 |
* | Oops, r252833 was not supposed to touch this file. Back-out and recommit | dteske | 2013-07-05 | 1 | -13/+3 |
* | Don't calculate the tag until we know that we're going to make a new menu | dteske | 2013-07-05 | 2 | -8/+17 |
* | Remove ancient code for FreeBSD 2.x compatibility. | rmh | 2013-07-05 | 2 | -12/+3 |
* | Oops, r252810 forgot to hook the new example file (browse_packages.sh) into | dteske | 2013-07-05 | 1 | -1/+1 |
* | Adhere to 80-column width. | dteske | 2013-07-05 | 1 | -6/+6 |
* | Document remaining undocumented modules (and remove my silly place-holder | dteske | 2013-07-05 | 1 | -34/+22 |
* | Make a correction to the description of invocation with-versus-without | dteske | 2013-07-05 | 1 | -3/+3 |
* | Document new `-d' and `-D file' debugging options. | dteske | 2013-07-05 | 1 | -0/+6 |
* | Change default FTP server (s/ftp-archive/ftp/). | dteske | 2013-07-05 | 1 | -1/+2 |
* | Add example shell script for creating a local INDEX file that can be | dteske | 2013-07-05 | 1 | -0/+25 |
* | Update HISTORY. | dteske | 2013-07-05 | 1 | -1/+1 |
* | Rest in peace Ron (Ron McDowell Jul.12, 1955 - Aug.26, 2012). | dteske | 2013-07-05 | 1 | -1/+1 |
* | Update e-mails. | dteske | 2013-07-05 | 1 | -2/+2 |
* | Since r251908, bsdconfig(8) has no direct ties to sade(8) (instead uses | dteske | 2013-07-05 | 1 | -2/+4 |
* | Don't refer to a port manual. | dteske | 2013-07-05 | 1 | -1/+0 |
* | mdoc: begin sentences on a new line. | dteske | 2013-07-05 | 1 | -9/+13 |
* | Update date on the back of r252802. | dteske | 2013-07-05 | 1 | -1/+1 |
* | Fix a typo. | dteske | 2013-07-05 | 1 | -1/+1 |
* | Whitespace. | dteske | 2013-07-05 | 1 | -1/+1 |
* | Update release info. | dteske | 2013-07-05 | 1 | -1/+1 |
* | Update copyright/date on the back of r252798. | dteske | 2013-07-05 | 1 | -2/+2 |
* | Update sysrc(8) manual to coincide with r252797: | dteske | 2013-07-05 | 1 | -7/+3 |
* | Do not inherit $SYSRC_VERBOSE from operating environment. The concern is | dteske | 2013-07-05 | 1 | -8/+2 |
* | Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main | dteske | 2013-07-05 | 18 | -49/+46 |