diff -ru 5.3_RC2/man5/core.5 5.3_stable_20050225/man5/core.5 --- 5.3_RC2/man5/core.5 Sun Oct 31 14:31:44 2004 +++ 5.3_stable_20050225/man5/core.5 Fri Feb 25 09:55:32 2005 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)core.5 8.3 (Berkeley) 12/11/93 -.\" %FreeBSD: src/share/man/man5/core.5,v 1.17 2003/09/08 19:57:20 ru Exp % +.\" %FreeBSD: src/share/man/man5/core.5,v 1.17.4.1 2005/02/05 01:02:37 das Exp % .\" .Dd January 9, 2002 .Dt CORE 5 @@ -89,41 +89,6 @@ variable .Va kern.sugid_coredump to 1. -.Pp -The core file consists of the -.Fa u. -area, whose size (in pages) is -defined by the -.Dv UPAGES -manifest in the -.In sys/param.h -file. -The -.Fa u. -area starts with a -.Fa user -structure as given in -.In sys/user.h . -The remainder of the core -file consists of the data pages followed by -the stack pages of the process image. -The amount of data space image in the core -file is given (in pages) by the -variable -.Fa u_dsize -in the -.Fa u. -area. -The amount of stack image in the core file is given (in pages) by the -variable -.Fa u_ssize -in the -.Fa u. -area. -The size of a ``page'' is given by the constant -.Dv PAGE_SIZE -(also from -.In sys/param.h ) . .Sh EXAMPLES In order to store all core images in per-user private areas under .Pa /var/coredumps , diff -ru 5.3_RC2/man5/disktab.5 5.3_stable_20050225/man5/disktab.5 --- 5.3_RC2/man5/disktab.5 Sun Oct 31 14:31:44 2004 +++ 5.3_stable_20050225/man5/disktab.5 Fri Feb 25 09:55:32 2005 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)disktab.5 8.1 (Berkeley) 6/5/93 -.\" %FreeBSD: src/share/man/man5/disktab.5,v 1.13 2004/07/03 18:29:22 ru Exp % +.\" %FreeBSD: src/share/man/man5/disktab.5,v 1.13.2.1 2004/11/09 18:05:28 yar Exp % .\" .Dd June 5, 1993 .Dt DISKTAB 5 @@ -73,7 +73,7 @@ .It "\&ns num Number of sectors per track" .It "\&nt num Number of tracks per cylinder" .It "\&nc num Total number of cylinders on the disk" -.It "\&sc num Number of sectors per cylinder, nc*nt default" +.It "\&sc num Number of sectors per cylinder, ns*nt default" .It "\&su num Number of sectors per unit, sc*nc default" .It "\&se num Sector size in bytes," .Dv DEV_BSIZE diff -ru 5.3_RC2/man5/loader.conf.5 5.3_stable_20050225/man5/loader.conf.5 --- 5.3_RC2/man5/loader.conf.5 Sun Oct 31 14:32:04 2004 +++ 5.3_stable_20050225/man5/loader.conf.5 Fri Feb 25 09:56:21 2005 @@ -22,8 +22,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/sys/boot/forth/loader.conf.5,v 1.21 2004/05/16 22:51:36 ru Exp % -.Dd April 18, 1999 +.\" %FreeBSD: src/sys/boot/forth/loader.conf.5,v 1.21.2.1 2004/11/10 20:30:39 ru Exp % +.Dd September 30, 2004 .Dt LOADER.CONF 5 .Os .Sh NAME @@ -189,11 +189,6 @@ .Dq YES , will load the splash screen module, making it possible to display a pcx image on the screen while booting. -.It Va userconfig_script_load -.Pq Dq NO -If set to -.Dq YES , -will load the userconfig data. .It Va vesa_load .Pq Dq NO If set to diff -ru 5.3_RC2/man5/make.conf.5 5.3_stable_20050225/man5/make.conf.5 --- 5.3_RC2/man5/make.conf.5 Sun Oct 31 14:31:44 2004 +++ 5.3_stable_20050225/man5/make.conf.5 Fri Feb 25 09:55:32 2005 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/share/man/man5/make.conf.5,v 1.89.2.4 2004/10/09 18:38:58 dougb Exp % +.\" %FreeBSD: src/share/man/man5/make.conf.5,v 1.89.2.6 2005/02/13 07:45:30 delphij Exp % .\" -.Dd October 5, 2004 +.Dd January 13, 2005 .Dt MAKE.CONF 5 .Os .Sh NAME @@ -520,6 +520,16 @@ .It Va NOMAN .Pq Vt bool Set to not build manual pages. +.It Va NO_NETCAT +.Pq Vt bool +Set to not build +.Xr nc 1 +utility. +.It Va NO_NIS +.Pq Vt bool +Set to not build +.Xr NIS 8 +support and related programs. .It Va NO_OBJC .Pq Vt bool Set to not build Objective C support. diff -ru 5.3_RC2/man5/passwd.5 5.3_stable_20050225/man5/passwd.5 --- 5.3_RC2/man5/passwd.5 Sun Oct 31 14:31:44 2004 +++ 5.3_stable_20050225/man5/passwd.5 Fri Feb 25 09:55:32 2005 @@ -33,9 +33,9 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)passwd.5 8.1 (Berkeley) 6/5/93 -.\" %FreeBSD: src/share/man/man5/passwd.5,v 1.42 2004/07/03 18:29:23 ru Exp % +.\" %FreeBSD: src/share/man/man5/passwd.5,v 1.42.2.1 2005/02/08 20:01:41 trhodes Exp % .\" -.Dd January 16, 1999 +.Dd February 7, 2005 .Dt PASSWD 5 .Os .Sh NAME @@ -61,6 +61,9 @@ as controlled by .Xr nsswitch.conf 5 . .Pp +For consistency, none of these files should ever be modified +manually. +.Pp The .Nm master.passwd file is readable only by root, and consists of newline separated @@ -126,7 +129,8 @@ .Pp The password field is the .Em encrypted -form of the password. +form of the password, see +.Xr crypt 3 . If the .Ar password field is empty, no password will be required to gain access to the @@ -317,10 +321,12 @@ .Xr chpass 1 , .Xr login 1 , .Xr passwd 1 , +.Xr crypt 3 , .Xr getpwent 3 , .Xr login.conf 5 , .Xr netgroup 5 , .Xr adduser 8 , +.Xr pw 8 , .Xr pwd_mkdb 8 , .Xr vipw 8 , .Xr yp 8 diff -ru 5.3_RC2/man5/periodic.conf.5 5.3_stable_20050225/man5/periodic.conf.5 --- 5.3_RC2/man5/periodic.conf.5 Sun Oct 31 14:31:44 2004 +++ 5.3_stable_20050225/man5/periodic.conf.5 Fri Feb 25 09:55:32 2005 @@ -23,9 +23,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/share/man/man5/periodic.conf.5,v 1.50 2004/06/16 08:33:55 ru Exp % +.\" %FreeBSD: src/share/man/man5/periodic.conf.5,v 1.50.2.1 2004/12/08 00:37:50 mlaier Exp % .\" -.Dd May 30, 2004 +.Dd November 24, 2004 .Dt PERIODIC.CONF 5 .Os .Sh NAME @@ -486,6 +486,13 @@ .Dq YES to show log entries for packets denied by .Xr ipf 8 +since yesterday's check. +.It Va daily_status_security_pfdenied_enable +.Pq Vt bool +Set to +.Dq YES +to show log entries for packets denied by +.Xr pf 4 since yesterday's check. .It Va daily_status_security_ipfwlimit_enable .Pq Vt bool diff -ru 5.3_RC2/man5/rc.conf.5 5.3_stable_20050225/man5/rc.conf.5 --- 5.3_RC2/man5/rc.conf.5 Sun Oct 31 14:31:44 2004 +++ 5.3_stable_20050225/man5/rc.conf.5 Fri Feb 25 09:55:32 2005 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/share/man/man5/rc.conf.5,v 1.221.2.4.2.1 2004/10/28 13:59:44 keramida Exp % +.\" %FreeBSD: src/share/man/man5/rc.conf.5,v 1.221.2.9 2005/02/08 11:23:49 brueffer Exp % .\" -.Dd October 28, 2004 +.Dd November 9, 2004 .Dt RC.CONF 5 .Os .Sh NAME @@ -240,6 +240,21 @@ Controls the size of a created .Pa /tmp memory file system. +.It Va tmpmfs_flags +Extra options passed to the +.Xr mdmfs 8 +utility when the memory file system for +.Pa /tmp +is created. +The default is +.Dq Li -S , +which inhibits the use of softupdates on +.Pa /tmp +to waste as little space as possible. +See +.Xr mdmfs 8 +for other options you can use in +.Li tmpmfs_flags . .It Va varmfs Controls the creation of a .Pa /var @@ -255,6 +270,21 @@ Controls the size of a created .Pa /var memory file system. +.It Va varmfs_flags +Extra options passed to the +.Xr mdmfs 8 +utility when the memory file system for +.Pa /var +is created. +The default is +.Dq Li -S , +which inhibits the use of softupdates on +.Pa /var +to waste as little space as possible. +See +.Xr mdmfs 8 +for other options you can use in +.Li varmfs_flags . .It Va populate_var Controls the automatic population of the .Pa /var @@ -264,7 +294,7 @@ and never happens if set to .Dq Li NO . If set to anything else, a memory file system is created if -.Pa /tmp +.Pa /var is not writable. Note that this process requires access to certain commands in .Pa /usr @@ -428,6 +458,11 @@ and .Xr divert 4 sockets must be enabled in the kernel. +If the kernel was not built with +.Cd "options IPDIVERT" , +the +.Pa ipdivert.ko +kernel module will be loaded. .It Va natd_interface .Pq Vt str This is the name of the public interface on which @@ -923,6 +958,12 @@ .Bd -literal ifconfig_ed0="DHCP" .Ed +.Pp +It is also possible to rename interface by doing: +.Bd -literal +ifconfig_ed0_name="net0" +ifconfig_net0="inet 10.0.0.1 netmask 0xffff0000" +.Ed .It Va ipv6_network_interfaces .Pq Vt str This is the IPv6 equivalent of @@ -1098,10 +1139,10 @@ Set to .Dq Li YES by default. -After the file systems are checked at boot time, the root filesystem +After the file systems are checked at boot time, the root file system is remounted as read-write if this is set to .Dq Li YES . -Diskless systems that mount their filesystem from a read-only remote +Diskless systems that mount their root file system from a read-only remote NFS share should set this to .Dq Li NO in their @@ -1590,6 +1631,25 @@ these are the flags to pass to the .Xr ntpd 8 daemon. +.It Va ntpd_sync_on_start +.Pq Vt bool +If set to +.Dq Li YES , +.Xr ntpd 8 +is run with the +.Op Fl g +flag, which syncs the system's clock on startup. +See +.Xr ntpd 8 +for more information regarding the +.Op Fl g +option. +This is a preferred alternative to using +.Xr ntpdate 1 +or specifying the +.Pa /etc/rc.conf +tunable +.Op Ar ntpdate_enable . .It Va nis_client_enable .Pq Vt bool If set to @@ -2193,6 +2253,21 @@ this is the actual screen saver to use .Li ( blank , snake , daemon , etc). +.It Va moused_nondefault_enable +.Pq Vt str +If set to +.Dq Li NO +the mouse device specified on +the command line is not automatically treated as enabled by the +.Pa /etc/rc.d/moused +script. +Having this variable set to +.Dq Li YES +allows a +.Xr usb 4 +mouse, +for example, +to be enabled as soon as it is plugged in. .It Va moused_enable .Pq Vt str If set to @@ -2292,7 +2367,7 @@ .Dq Li YES , this is the actual port the mouse is on. It might be -.Pa /dev/cuaa0 +.Pa /dev/cuad0 for a COM1 serial mouse, .Pa /dev/psm0 for a PS/2 mouse or @@ -2411,7 +2486,12 @@ .Pq Vt str Indicates the device (usually a swap partition) to which a crash dump should be written in the event of a system crash. -The value of this variable is passed as the argument to +If the value of this variable is +.Dq Li AUTO , +the first suitable swap device listed in +.Pa /etc/fstab +will be used as dump device. +Otherwise, the value of this variable is passed as the argument to .Xr dumpon 8 . To disable crash dumps, set this variable to .Dq Li NO . @@ -2552,16 +2632,9 @@ to enable Low Watermark Mandatory Access Control (LOMAC) at boot time. This security model enforces integrity constraints for system processes; see -.Xr lomac 4 +.Xr mac_lomac 4 for a complete description of the LOMAC model, as well as its impact on system operation. -.It Va start_vinum -.Pq Vt bool -Set to -.Dq Li YES -to start -.Xr vinum 8 -at system boot time. .It Va sshd_program .Pq Vt str Path to the SSH server program @@ -2618,6 +2691,48 @@ these are the flags passed to the .Xr watchdogd 8 daemon. +.It Va performance_cx_lowest +.Pq Vt str +CPU idle state to use while on AC power. +The string +.Dq Li LOW +indicates that +.Xr acpi 4 +should use the lowest power state available while +.Dq Li HIGH +indicates that the lowest latency state (less power savings) should be used. +.It Va performance_throttle_state +.Pq Vt str +CPU throttling state to use while on AC power. +The string +.Dq Li LOW +indicates that +.Xr acpi 4 +should use the lowest throttling state available while +.Dq Li HIGH +indicates that the highest performance state (less power savings) should be +used. +.It Va economy_throttle_state +.Pq Vt str +CPU throttling state to use when off AC power. +The string +.Dq Li LOW +indicates that +.Xr acpi 4 +should use the lowest throttling state available while +.Dq Li HIGH +indicates that the highest performance state (less power savings) should be +used. +.It Va economy_cx_lowest +.Pq Vt str +CPU idle state to use when off AC power. +The string +.Dq Li LOW +indicates that +.Xr acpi 4 +should use the lowest power state available while +.Dq Li HIGH +indicates that the lowest latency state (less power savings) should be used. .It Va jail_enable .Pq Vt bool If set to @@ -2974,11 +3089,6 @@ The default .Xr mac_bsdextended 4 ruleset file to load. -.It Va swapoff -.Pq Vt bool -Set to -.Dq Li YES -to remove swap partitions upon shutdown. .It Va ramdisk_units .Pq Vt str A list of one or more ramdisk units to configure with @@ -3071,6 +3181,7 @@ .Xr kldxref 8 , .Xr lpd 8 , .Xr mdconfig 8 , +.Xr mdmfs 8 , .Xr mountd 8 , .Xr moused 8 , .Xr mrouted 8 , @@ -3097,7 +3208,6 @@ .Xr syslogd 8 , .Xr timed 8 , .Xr usbd 8 , -.Xr vinum 8 , .Xr yp 8 , .Xr ypbind 8 , .Xr ypserv 8 , diff -ru 5.3_RC2/man5/resolver.5 5.3_stable_20050225/man5/resolver.5 --- 5.3_RC2/man5/resolver.5 Sun Oct 31 14:31:44 2004 +++ 5.3_stable_20050225/man5/resolver.5 Fri Feb 25 09:55:32 2005 @@ -30,9 +30,9 @@ .\" SUCH DAMAGE. .\" .\" @(#)resolver.5 8.1 (Berkeley) 6/5/93 -.\" %FreeBSD: src/share/man/man5/resolver.5,v 1.11 2004/06/16 08:33:56 ru Exp % +.\" %FreeBSD: src/share/man/man5/resolver.5,v 1.11.2.1 2004/11/13 12:04:02 yar Exp % .\" -.Dd December 7, 2003 +.Dd September 9, 2004 .Dt RESOLVER 5 .Os .Sh NAME @@ -149,17 +149,26 @@ .Em search list elements are appended to it. .It Sy timeout: Ns Ar n -sets the amount of time the resolver will wait for a response from a remote +sets the initial amount of time the resolver will wait +for a response from a remote name server before retrying the query via a different name server. +The resolver may wait longer during subsequent retries +of the current query since an exponential back-off is applied to +the timeout value. Measured in seconds, the default is -.Dv RES_TIMEOUT +.Dv RES_TIMEOUT , +the allowed maximum is +.Dv RES_MAXRETRANS (see .In resolv.h ) . .It Sy attempts: Ns Ar n -sets the number of times the resolver will send a query to its name servers +sets the number of times the resolver will send a query to each of +its name servers before giving up and returning an error to the calling application. The default is -.Dv RES_DFLRETRY +.Dv RES_DFLRETRY , +the allowed maximum is +.Dv RES_MAXRETRY (see .In resolv.h ) . .It Sy no_tld_query