| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates and other whitespacey stuff. | jamie | 2011-06-17 | 9 | -16/+16 |
* | Split run_command up into an outer function (next_command) that chooses | jamie | 2011-06-17 | 4 | -303/+266 |
* | Change cfstrings from an STAILQ into a TAILQ to allow commands to be | jamie | 2011-06-17 | 6 | -53/+52 |
* | run_command (mostly) cleanup: | jamie | 2010-12-10 | 4 | -160/+194 |
* | Check unmounts for a mount point of the right FS type. | jamie | 2010-11-04 | 1 | -26/+56 |
* | Check paths for security: | jamie | 2010-11-04 | 2 | -3/+74 |
* | Reads the mount.fstab file, and put its lines separately into the | jamie | 2010-11-04 | 4 | -17/+50 |
* | Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS. | jamie | 2010-11-01 | 3 | -69/+54 |
* | Use a little more "ifdef INET6". | jamie | 2010-10-27 | 1 | -6/+16 |
* | Don't assume either jid or name is set - they may not be from the | jamie | 2010-10-27 | 1 | -4/+5 |
* | Keep all internal/known parameter names in one place, and use | jamie | 2010-10-27 | 3 | -160/+151 |
* | Initial work on the new jail(8). There are more features to add, and some | jamie | 2010-10-20 | 10 | -608/+4169 |
* | A new jail(8) with a configuration file, to replace the work currently done | jamie | 2010-10-19 | 1744 | -466922/+0 |
* | Simplify and significantly speed up the timezone listing backend script. | emaste | 2010-10-19 | 1 | -13/+4 |
* | Minor cleanup, including sysctl -n instead of sed to remove the sysctl | emaste | 2010-10-19 | 1 | -4/+1 |
* | mdoc: drop even more redundant .Pp calls | uqs | 2010-10-19 | 2 | -3/+0 |
* | Log if fopen() fails. | glebius | 2010-10-18 | 1 | -1/+4 |
* | Fix a grammatical error connected to the previous commit. | bcr | 2010-10-16 | 1 | -1/+1 |
* | Correct some typos in comments, no functional changes. | bcr | 2010-10-16 | 1 | -1/+1 |
* | Enable the shared memory reference clock driver. The GPS devices are | glebius | 2010-10-14 | 1 | -1/+1 |
* | Use the RFC2606 domain example.com in examples. | brucec | 2010-10-13 | 1 | -2/+2 |
* | Create the /bin/rmail symlink (which mailers such as postfix | markm | 2010-10-12 | 1 | -0/+4 |
* | - Add support for xz compression to pkg_create, bzip2 remains the default | flz | 2010-10-12 | 6 | -8/+36 |
* | Add code to print the number and type of the CPU that is present in | gnn | 2010-10-11 | 1 | -0/+4 |
* | Fix compile with -DDEBUG by using the correct mfi_pd_ref union definition | randi | 2010-10-10 | 1 | -2/+2 |
* | Report subcommand handler errors in mfiutil/mptutil so that tools that | randi | 2010-10-10 | 2 | -6/+10 |
* | mdoc: drop redundant .Pp calls, kill EOL whitespace | uqs | 2010-10-09 | 1 | -4/+3 |
* | Initial patches to install images... | imp | 2010-10-09 | 9 | -102/+305 |
* | Fix typo: thanks Kris for pointing this out. | imp | 2010-10-09 | 1 | -1/+1 |
* | Enable softupdate + journals support. | imp | 2010-10-09 | 5 | -5/+29 |
* | Don't let the "available"/"not available" logs flap quite so badly. In the | markm | 2010-10-08 | 1 | -6/+17 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 18 | -24/+0 |
* | mdoc: fix manlint warnings by unbreaking mdoc syntax | uqs | 2010-10-08 | 1 | -1/+2 |
* | - Introduce WITH_GPIO knob and disable building gpioctl | gonzo | 2010-10-05 | 1 | -1/+4 |
* | Revert the unrelated patch crept in the previous commit. | jkim | 2010-10-05 | 1 | -5/+5 |
* | Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not change | jkim | 2010-10-05 | 1 | -5/+5 |
* | Revise markup, mainly. | ru | 2010-10-05 | 1 | -8/+10 |
* | Reconnect uathload to the build. | antoine | 2010-10-03 | 1 | -0/+1 |
* | Extend sysinstall to handle powerpc64 by teaching it that powerpc64 has | nwhitehorn | 2010-10-03 | 5 | -6/+12 |
* | Add gpioctl(8). Utility for configuring/accessing GPIO pins | gonzo | 2010-09-28 | 4 | -0/+454 |
* | Protect the watchdog daemon against swap OOM killer. This is similar to | emaste | 2010-09-26 | 1 | -0/+3 |
* | Eliminate the --disable-ipv6 string which while technically correct in | dougb | 2010-09-22 | 1 | -1/+1 |
* | Bugfix: Reset the packet counters at the same time as the byte counts. | n_hibma | 2010-09-18 | 1 | -2/+2 |
* | Merge ACPICA 20100915. | jkim | 2010-09-16 | 2 | -3/+4 |
* | Only attempt to list extended capabilities for devices that have a | jhb | 2010-09-16 | 1 | -1/+5 |
* | Allow a kernel config to specify a set but empty value via | emaste | 2010-09-13 | 1 | -0/+1 |
* | It turns out that TARGET_CPUARCH doesn't buy us much here, if anything, but | imp | 2010-09-13 | 1 | -11/+2 |
* | Ooops! Shouldn't have committed this | imp | 2010-09-13 | 1 | -528/+0 |
* | Merge from tbemd: use Makefile.arch to control building. | imp | 2010-09-13 | 9 | -319/+728 |
* | Use TARGET_CPUARCH instead of TARGET_ARCH here. Define TARGET_CPUARCH | imp | 2010-09-13 | 1 | -2/+11 |