init.c (5f8171005a0c33f3c67f7da52d41c2362c3fd891) | init.c (861a91627796c35220e75654dac61e5707536dcd) |
---|---|
1/* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License (the "License"). 6 * You may not use this file except in compliance with the License. 7 * 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 6 unchanged lines hidden (view full) --- 15 * If applicable, add the following below this CDDL HEADER, with the 16 * fields enclosed by brackets "[]" replaced with your own identifying 17 * information: Portions Copyright [yyyy] [name of copyright owner] 18 * 19 * CDDL HEADER END 20 */ 21 22/* | 1/* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License (the "License"). 6 * You may not use this file except in compliance with the License. 7 * 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 6 unchanged lines hidden (view full) --- 15 * If applicable, add the following below this CDDL HEADER, with the 16 * fields enclosed by brackets "[]" replaced with your own identifying 17 * information: Portions Copyright [yyyy] [name of copyright owner] 18 * 19 * CDDL HEADER END 20 */ 21 22/* |
23 * Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24 * Use is subject to license terms. | 23 * Copyright (c) 1988, 2010, Oracle and/or its affiliates. All rights reserved. |
25 */ 26 27/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ 28/* All Rights Reserved */ 29 30/* 31 * University Copyright- Copyright (c) 1982, 1986, 1988 32 * The Regents of the University of California --- 657 unchanged lines hidden (view full) --- 690 } 691 } 692 } 693 694 console(B_FALSE, 695 "\n\n%s Release %s Version %s %d-bit\r\n", 696 un.sysname, un.release, un.version, bits); 697 console(B_FALSE, | 24 */ 25 26/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ 27/* All Rights Reserved */ 28 29/* 30 * University Copyright- Copyright (c) 1982, 1986, 1988 31 * The Regents of the University of California --- 657 unchanged lines hidden (view full) --- 689 } 690 } 691 } 692 693 console(B_FALSE, 694 "\n\n%s Release %s Version %s %d-bit\r\n", 695 un.sysname, un.release, un.version, bits); 696 console(B_FALSE, |
698 "Copyright 1983-2010 Sun Microsystems, Inc. " | 697 "Copyright (c) 1983, 2010, Oracle and/or its affiliates." |
699 " All rights reserved.\r\n"); | 698 " All rights reserved.\r\n"); |
700 console(B_FALSE, 701 "Use is subject to license terms.\r\n"); | |
702 } 703 704 /* 705 * Get the ioctl settings for /dev/syscon from /etc/ioctl.syscon 706 * so that it can be brought up in the state it was in when the 707 * system went down; or set to defaults if ioctl.syscon isn't 708 * valid. 709 * --- 3882 unchanged lines hidden --- | 699 } 700 701 /* 702 * Get the ioctl settings for /dev/syscon from /etc/ioctl.syscon 703 * so that it can be brought up in the state it was in when the 704 * system went down; or set to defaults if ioctl.syscon isn't 705 * valid. 706 * --- 3882 unchanged lines hidden --- |