| Commit message (Expand) | Author | Age | Files | Lines |
| * | Resurrect set_rcvar() as a function to define a rc.conf variable. | Hiroki Sato | 2014-10-02 | 1 | -5/+38 |
| * | Regenerate usb.conf | Hans Petter Selasky | 2014-09-28 | 1 | -13/+115 |
| * | Revised to better point to release notes and errata, security advisories, | Warren Block | 2014-09-25 | 1 | -7/+7 |
| * | Don't install /etc/rc.d/keyserv unless MK_OPENSSL == yes | Enji Cooper | 2014-09-23 | 1 | -1/+4 |
| * | Remove settings for pkg_* scripts which are no longer present. | Mark Johnston | 2014-09-23 | 1 | -8/+0 |
| * | The new naming scheme for keymap files for use with vt(4) introduced a | Stefan Eßer | 2014-09-22 | 1 | -1/+1 |
| * | Register /usr/tests/lib/libproc to fix build. | Julio Merino | 2014-09-22 | 1 | -0/+2 |
| * | Add unit tests for mkimg(1): | Marcel Moolenaar | 2014-09-20 | 1 | -0/+2 |
| * | Don't install /etc/rc.d/ftp-proxy unless MK_PF == yes | Enji Cooper | 2014-09-20 | 1 | -1/+4 |
| * | Don't install /etc/rc.d/rwho unless MK_RCMDS == yes | Enji Cooper | 2014-09-20 | 1 | -1/+4 |
| * | Sort the optional rc.d scripts by their knobs | Enji Cooper | 2014-09-20 | 1 | -11/+11 |
| * | Fix cdev. It is a device node name, not a pathname. | Hiroki Sato | 2014-09-19 | 1 | -2/+2 |
| * | Fix incremental builds involving non-root users with read-only source files. | Will Andrews | 2014-09-18 | 1 | -2/+2 |
| * | Use a devd event to start hv_kvpd instead of doing so in rc.d script. | Xin LI | 2014-09-17 | 5 | -23/+23 |
| * | Such typo, many email, very spelling. wow. | Sean Bruno | 2014-09-16 | 1 | -1/+1 |
| * | Add proper disable/enable hooks to the default scripts so that this is only | Sean Bruno | 2014-09-16 | 2 | -0/+3 |
| * | Fix a typo; master server for iprop service should be singular. | Hiroki Sato | 2014-09-16 | 2 | -4/+4 |
| * | Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, and | Hiroki Sato | 2014-09-15 | 1 | -15/+13 |
| * | Do not set net.inet.ip.{sourceroute,accept_sourceroute} in a vnet jail. | Hiroki Sato | 2014-09-13 | 2 | -13/+31 |
| * | Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft, | Xin LI | 2014-09-13 | 4 | -0/+24 |
| * | Update motd, clarifying the information and adding pointers to other | Warren Block | 2014-09-11 | 1 | -17/+13 |
| * | - Add $netif_ipexpand_max to specify the upper limit for the number of | Hiroki Sato | 2014-09-11 | 2 | -7/+6 |
| * | Don't cross mount boundaries when cleaning tmp files. | Bryan Drewery | 2014-09-09 | 1 | -2/+2 |
| * | Revert r271257 after several issues were pointed out. An updated patch | Dag-Erling Smørgrav | 2014-09-08 | 2 | -13/+14 |
| * | Use the correct idiom for default values, and ensure that the script | Dag-Erling Smørgrav | 2014-09-08 | 2 | -14/+13 |
| * | Temporarily remove the warning added r270781 - it prints the warning | Peter Wemm | 2014-09-08 | 1 | -2/+0 |
| * | Fix a bug which prevented mount.fstab parameter from being converted | Hiroki Sato | 2014-09-04 | 1 | -4/+4 |
| * | Fix typo: s/_maske/_mask/ | Glen Barber | 2014-09-04 | 1 | -1/+1 |
| * | Create a /boot/dtb directory to house DTB blobs. The flattened device | Warner Losh | 2014-09-03 | 1 | -0/+2 |
| * | Add vt(4) support to the console initialisation script, specifically: | Stefan Eßer | 2014-09-01 | 1 | -4/+115 |
| * | Use ipv6_prefer when at least one ifconfig_IF_ipv6 is configured. | Hiroki Sato | 2014-08-30 | 1 | -0/+2 |
| * | Return false status only when adding a route is failed. It could | Hiroki Sato | 2014-08-29 | 1 | -26/+24 |
| * | Restructure rc.d scripts for kerberos5 daemons: | Hiroki Sato | 2014-08-29 | 10 | -48/+167 |
| * | - Add a warning message when an IPv6 address is specified with no prefixlen. | Hiroki Sato | 2014-08-29 | 1 | -21/+17 |
| * | Fix rc.d/gssd script to define the default values in a standard way. | Hiroki Sato | 2014-08-29 | 2 | -4/+3 |
| * | - Use $local_startup to load rc.conf.d/* scripts. | Hiroki Sato | 2014-08-27 | 1 | -17/+16 |
| * | Fix xref, pam(8) -> pam(3) | Gavin Atkinson | 2014-08-26 | 1 | -1/+1 |
| * | Allow to configure services from ${LOCALBASE}/etc/rc.conf.d | Baptiste Daroussin | 2014-08-26 | 1 | -0/+4 |
| * | Add references to vt(4) and the configuration files in /usr7share/vt where | Stefan Eßer | 2014-08-26 | 1 | -4/+4 |
| * | Add "nobrowse" option. Previously automountd(8) always behaved as if | Edward Tomasz Napierala | 2014-08-23 | 1 | -1/+1 |
| * | Add support for /etc/rc.conf.d/<service> subdirectories. This is | Dag-Erling Smørgrav | 2014-08-23 | 2 | -1/+11 |
| * | Setting rc_debug explicitly in /etc/defaults/rc.conf defeats its purpose. | Dag-Erling Smørgrav | 2014-08-23 | 1 | -1/+1 |
| * | Bring in the new automounter, similar to what's provided in most other | Edward Tomasz Napierala | 2014-08-17 | 12 | -1/+150 |
| * | Make the USB and ZFS devd configuration files optional depending on the | Enji Cooper | 2014-08-15 | 1 | -1/+9 |
| * | Convert devd's client socket to type SOCK_SEQPACKET. | Alan Somers | 2014-08-14 | 1 | -0/+2 |
| |\ |
|
| | * | MFP4 zfsd-related changes | Alan Somers | 2014-05-23 | 1 | -0/+2 |
| | * | IFC @266473 | Alan Somers | 2014-05-21 | 13 | -37/+43 |
| | |\ |
|
| | * \ | IFC @264767 | Alan Somers | 2014-04-23 | 88 | -1593/+1541 |
| | |\ \ |
|
| | * | | | etc/rc.d/zfsd | Alan Somers | 2013-10-15 | 1 | -1/+1 |
| | * | | | Extract devctl event processing support out of zfsd and into a new library: | Alan Somers | 2013-10-14 | 1 | -0/+2 |