| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix detection of arm ABIs | Baptiste Daroussin | 2013-07-28 | 1 | -5/+17 |
| * | Fix printf of seconds for systems where time_t is 64 bits. | Ian Lepore | 2013-07-28 | 1 | -2/+3 |
| * | mdoc and language improvements. | Joel Dahl | 2013-07-28 | 1 | -14/+29 |
| * | Provide some examples for watchdogd usage. | Alfred Perlstein | 2013-07-27 | 1 | -1/+76 |
| * | Fix watchdog pretimeout. | Alfred Perlstein | 2013-07-27 | 1 | -17/+179 |
| * | - Set the System Identifier in the Primary Volume Descriptor to FreeBSD | Marius Strobl | 2013-07-27 | 2 | -6/+7 |
| * | Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macro | Marius Strobl | 2013-07-26 | 1 | -0/+2 |
| * | Remove ftp2.tr.freebsd.org, it is out of date. | Gavin Atkinson | 2013-07-23 | 3 | -3/+0 |
| * | Sync-up with bsdinstall(8) FTP mirrorselect changes. | Devin Teske | 2013-07-22 | 2 | -53/+18 |
| * | Update mirror list to more closely match | Gavin Atkinson | 2013-07-22 | 1 | -38/+7 |
| * | Decode PCIe ASPM capability and status. | Jung-uk Kim | 2013-07-18 | 1 | -20/+38 |
| * | Sanity-check the vm exitcode, and exit the process if it's out-of-bounds | Peter Grehan | 2013-07-18 | 1 | -2/+11 |
| * | Major rework of the virtio code. Split out common parts, and modify | Peter Grehan | 2013-07-17 | 5 | -957/+1404 |
| * | Silent warnings. | Kevin Lo | 2013-07-16 | 1 | -1/+1 |
| * | Fix compiler warnings. | Hiroki Sato | 2013-07-15 | 2 | -2/+6 |
| * | Re-implement $probe_only aspect of f_media_get_TYPE() (where TYPE is cdrom, | Devin Teske | 2013-07-14 | 12 | -81/+159 |
| * | Fix a wrong memcpy of struct sockaddr. | Hiroki Sato | 2013-07-12 | 1 | -3/+2 |
| * | Fix bug in deleting files: If two ports had the same tarball and one of | Colin Percival | 2013-07-11 | 1 | -2/+2 |
| * | Implement RTC CMOS nvram. Init some fields that are used | Peter Grehan | 2013-07-11 | 3 | -22/+105 |
| * | Introduce a new [yet unused] function for [efficiently] getting the path to | Devin Teske | 2013-07-10 | 1 | -0/+29 |
| * | Fix -Wmissing-variable-declarations compiler warning. | Roman Divacky | 2013-07-10 | 1 | -1/+1 |
| * | Install authpf-noip. | Dag-Erling Smørgrav | 2013-07-10 | 1 | -0/+3 |
| * | Adjust comments to fit within 80-columns. | Devin Teske | 2013-07-09 | 1 | -4/+4 |
| * | Fix conditional (der should match the comment above it). | Devin Teske | 2013-07-09 | 1 | -1/+1 |
| * | Do two things: First, don't obscure the backtitle. Second, read ~/.dialogrc | Devin Teske | 2013-07-09 | 1 | -1/+47 |
| * | - Add missing "static" keywords. | Hiroki Sato | 2013-07-09 | 1 | -2/+7 |
| * | Add a missing white space. | Hiroki Sato | 2013-07-09 | 1 | -1/+1 |
| * | Fix some Kerberos related terminology. | Rick Macklem | 2013-07-08 | 1 | -2/+2 |
| * | Oops, initialize the krb5 ret values correctly (to anything non-zero). | Rick Macklem | 2013-07-08 | 1 | -1/+1 |
| * | Make sure the krb5 status variables are correctly initialized. | Rick Macklem | 2013-07-08 | 1 | -0/+1 |
| * | Document the new "-h" option for the gssd daemon. | Rick Macklem | 2013-07-08 | 1 | -1/+12 |
| * | Add a new "-h" option to the gssd daemon that enables support for | Rick Macklem | 2013-07-08 | 1 | -13/+140 |
| * | Fix typos in the BSD License. | Devin Teske | 2013-07-07 | 90 | -178/+178 |
| * | Be consistent with other usr.sbin programs w/respect to the copyright | Devin Teske | 2013-07-07 | 1 | -1/+1 |
| * | Be consistent with other usr.sbin programs w/respect to the copyright | Devin Teske | 2013-07-07 | 88 | -88/+88 |
| * | Take the training-wheels off, after nearly 30 months of development. MFC to | Devin Teske | 2013-07-06 | 1 | -5/+2 |
| * | Don't prevent the user from hanging their system by changing network | Devin Teske | 2013-07-05 | 6 | -17/+16 |
| * | Check for INDEX file first before anything else when processing modules. | Devin Teske | 2013-07-05 | 1 | -0/+2 |
| * | Check menuitem before calculating tag. | Devin Teske | 2013-07-05 | 1 | -2/+2 |
| * | Add the necessary code to reinstall packages. Both scripted access | Devin Teske | 2013-07-05 | 2 | -1/+11 |
| * | Remove superfluous continue at end of loop. (pointy-hat) | Devin Teske | 2013-07-05 | 1 | -1/+1 |
| * | Add support for processing add-on modules from /usr/local/libexec/bsdconfig | Devin Teske | 2013-07-05 | 2 | -3/+87 |
| * | Oops, r252833 was not supposed to touch this file. Back-out and recommit | Devin Teske | 2013-07-05 | 1 | -13/+3 |
| * | Don't calculate the tag until we know that we're going to make a new menu | Devin Teske | 2013-07-05 | 2 | -8/+17 |
| * | Remove ancient code for FreeBSD 2.x compatibility. | Robert Millan | 2013-07-05 | 2 | -12/+3 |
| * | Oops, r252810 forgot to hook the new example file (browse_packages.sh) into | Devin Teske | 2013-07-05 | 1 | -1/+1 |
| * | Adhere to 80-column width. | Devin Teske | 2013-07-05 | 1 | -6/+6 |
| * | Document remaining undocumented modules (and remove my silly place-holder | Devin Teske | 2013-07-05 | 1 | -34/+22 |
| * | Make a correction to the description of invocation with-versus-without | Devin Teske | 2013-07-05 | 1 | -3/+3 |
| * | Document new `-d' and `-D file' debugging options. | Devin Teske | 2013-07-05 | 1 | -0/+6 |