]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man5/core.5
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / man / man5 / core.5
index 097ce4f3480d16eb7284bdedd3237818dc71ef84..6e6ea7a2db947e91bd0b1bbed3858e646474727d 100644 (file)
@@ -41,17 +41,25 @@ Files which would be larger than the limit are not created.
 The core file consists of the
 .Pa Xr Mach-O 5
 header as  described in the
-.Aq Pa sys/loader.h
+.Aq Pa mach-o/loader.h
 file.
 The remainder of the core
 file consists of various sections described in the
 .Xr Mach-O 5
 header.
+.Sh NOTE
+Core dumps are disabled by default under Darwin/Mac OS X.  To re-enable core dumps, a 
+privlaged user must edit
+.Pa /etc/hostconfig
+to contain the line:
+.Bd -literal
+COREDUMPS=-YES-
+.Ed
 .Sh SEE ALSO
 .Xr gdb 1 ,
 .Xr setrlimit 2 ,
 .Xr sigaction 2 ,
-.Xr Mach-O 5,
+.Xr Mach-O 5 ,
 .Xr sysctl 8
 .Sh HISTORY
 A