| Commit message (Expand) | Author | Age | Files | Lines |
* | Inquire about terminal type if starting from a serial console and do | Nathan Whitehorn | 2011-09-17 | 1 | -6/+4 |
* | Fix a typo introduced in r219892 that prevented file system options from | Nathan Whitehorn | 2011-09-16 | 1 | -1/+1 |
* | Fix WPA setup broken by changes to shell argument passing inside the | Nathan Whitehorn | 2011-09-16 | 1 | -0/+1 |
* | Print the package name on deletion errors. | Sergey Kandaurov | 2011-09-16 | 1 | -2/+2 |
* | Allow WPA PSKs up to 63 characters, the max length according to | Christian Brueffer | 2011-09-13 | 1 | -1/+1 |
* | - Add ":origin" label to the interface id for resolvconf(8). (r223149) | Hiroki Sato | 2011-09-12 | 4 | -52/+164 |
* | - Fix a bug that can lead to displaying an incorrect value. (r224210) | Hiroki Sato | 2011-09-12 | 8 | -188/+240 |
* | Add ftp4.se.freebsd.org to the IPv4 and IPv6 mirror lists. | Christian Brueffer | 2011-09-10 | 2 | -0/+3 |
* | Correct a typo. | Bjoern A. Zeeb | 2011-09-07 | 1 | -1/+1 |
* | Fix two problems: | Bjoern A. Zeeb | 2011-09-07 | 2 | -4/+8 |
* | Upgrade to BIND version 9.8.1. Release notes at: | Doug Barton | 2011-09-03 | 1 | -1/+1 |
* | Move the logic to parse volume cache commands out into a separate function | John Baldwin | 2011-09-02 | 2 | -119/+159 |
* | Swap FTP paths to be MACHINE/MACHINE_ARCH instead of MACHINE_ARCH/MACHINE. | Nathan Whitehorn | 2011-08-30 | 1 | -1/+1 |
* | If a drive is not part of the array (i.e. missing) we need to print the | Bjoern A. Zeeb | 2011-08-25 | 1 | -1/+1 |
* | Fix buffer overflow and possible ISO image corruption in wrong | Martin Matuska | 2011-08-23 | 1 | -7/+3 |
* | Implement support for GRAID volumes in the installer partition editor, | Nathan Whitehorn | 2011-08-21 | 4 | -17/+60 |
* | Make messages about typos appear on the screen instead of in the log file. | Nathan Whitehorn | 2011-08-21 | 2 | -2/+2 |
* | Fix a bug that prevented docsinstall from being able to use DNS in most | Nathan Whitehorn | 2011-08-18 | 1 | -1/+11 |
* | Fix jls backward compat mode broken in r222465, correctly | Bjoern A. Zeeb | 2011-08-13 | 1 | -1/+1 |
* | Move cxgbtool from usr.sbin to tools/tools. | Navdeep Parhar | 2011-08-10 | 7 | -11278/+0 |
* | Sync makefs(8) ISO 9660 support with NetBSD: | Marius Strobl | 2011-08-10 | 6 | -31/+32 |
* | Make clear that the -U option can be dangerous. [1] | Doug Barton | 2011-08-09 | 2 | -6/+10 |
* | Convert pmcstat about using cpuset_t rather than relying on plain 32 bit | Attilio Rao | 2011-08-07 | 3 | -74/+81 |
* | Fix NetBSD PR bin/44114: | Martin Matuska | 2011-08-07 | 1 | -7/+8 |
* | Fix a silly typo on my part. | Doug Barton | 2011-08-06 | 1 | -1/+1 |
* | Add back ftp4, a new machine has taken its place. ftp2 and ftp8 are both IPv6... | Ollivier Robert | 2011-08-05 | 1 | -2/+3 |
* | Always disable mount and unmount for jails with enforce_statfs==2. | Martin Matuska | 2011-08-02 | 1 | -2/+7 |
* | Provide a more user friendly URL to the IETF site in faithd(8). | Glen Barber | 2011-08-02 | 1 | -2/+2 |
* | Fix broken mdoc. | Ulrich Spörlein | 2011-08-01 | 1 | -22/+39 |
* | Backout r223115 which potentially caused a POLA violation, by restoring | Xin LI | 2011-07-31 | 1 | -1/+1 |
* | Properly initialize an error variable to avoid returning uninitialized | John Baldwin | 2011-07-29 | 1 | -0/+1 |
* | Revert my last change to this file, as BETA1 is not announced yet. | Benedict Reuschling | 2011-07-28 | 1 | -6/+1 |
* | Add a section to the jail chapter that explains why it is not | Benedict Reuschling | 2011-07-28 | 1 | -1/+6 |
* | To inet or not two inet. Unbreak static IPv4 configuration. If you tried | Bjoern A. Zeeb | 2011-07-28 | 1 | -1/+1 |
* | Document the potential for jail escape. | Glen Barber | 2011-07-24 | 1 | -1/+8 |
* | Fix various broken links in manual pages. | Glen Barber | 2011-07-23 | 1 | -2/+2 |
* | Fix `diskinfo -t` operation for disks smaller then 8GB or bigger then 2TB. | Alexander Motin | 2011-07-21 | 1 | -21/+28 |
* | The named.reload script is no longer useful in the age of rc.d | Doug Barton | 2011-07-18 | 4 | -120/+0 |
* | Add a closing '.El' tag. | Glen Barber | 2011-07-17 | 1 | -0/+1 |
* | - Improve interface list handling. The rtadvd(8) now supports dynamically- | Hiroki Sato | 2011-07-17 | 25 | -1430/+4143 |
* | Fix the location of the default pid file in named.8 | Doug Barton | 2011-07-17 | 1 | -1/+2 |
* | Add PS3 partitioning (and framework for future pseries support) to the | Nathan Whitehorn | 2011-07-16 | 1 | -2/+25 |
* | bmake and other updates necessary for the BIND 9.8.x upgrade. | Doug Barton | 2011-07-16 | 14 | -10/+215 |
* | Fix logical_cpus_mask retrieving by using, correctly, cpuset_t. | Attilio Rao | 2011-07-15 | 1 | -6/+13 |
* | pmcstat, pmccontrol: catch up with removal of machdep.hlt_cpus sysctl | Andriy Gapon | 2011-07-15 | 2 | -31/+3 |
* | Use calloc() instead of an explicit memset. | Xin LI | 2011-07-14 | 1 | -4/+2 |
* | Add a new option, -N to disable the default and recommended syslogd(8) | Xin LI | 2011-07-14 | 2 | -8/+31 |
* | Use prototype. While I'm there, add a pair of parenthesis to mark an if | Xin LI | 2011-07-14 | 5 | -7/+8 |
* | Run newaliases at the end of the install process. | Nathan Whitehorn | 2011-07-13 | 1 | -0/+4 |
* | Try and fix the exports.5 man page so that it clarifies how | Rick Macklem | 2011-07-12 | 1 | -1/+21 |