~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

FreeBSD/NetBSD/Linux OS Cross Reference
ROOT/

Version: ~ [ 6-STABLE ] ~ [ 7-STABLE ] ~ [ 8-CURRENT ] ~ [ linux-2.6.22.4 ] ~ [ NETBSD-CURRENT ] ~ [ OPENBSD-CURRENT ] ~

Name Size Last modified (GMT) Description
Folder bin/ 2009-01-06 22:17:42
Folder contrib/ 2009-01-06 22:19:28
Folder crypto/ 2009-01-06 22:20:17
Folder etc/ 2009-01-06 22:20:19
Folder games/ 2009-01-06 22:20:25
Folder gnu/ 2009-01-06 22:20:55
Folder include/ 2009-01-06 22:20:55
Folder kerberos5/ 2007-10-15 18:41:22
Folder lib/ 2009-01-06 22:21:24
Folder libexec/ 2009-01-06 22:21:27
Folder release/ 2009-01-06 22:21:36
Folder rescue/ 2007-10-15 18:42:07
Folder sbin/ 2009-01-06 22:21:49
Folder secure/ 2009-01-06 22:21:51
Folder share/ 2009-01-06 22:23:22
Folder sys/ 2009-01-06 22:25:31
Folder tools/ 2009-01-06 22:25:33
Folder usr.bin/ 2009-01-06 22:26:06
Folder usr.sbin/ 2009-01-06 22:26:37
File COPYRIGHT 6192 bytes 2008-02-08 04:30:33
File LOCKS 403 bytes 2006-02-06 16:39:06
File MAINTAINERS 6684 bytes 2008-08-01 12:17:21
File Makefile 11218 bytes 2008-03-18 14:15:19
File Makefile.inc1 36475 bytes 2008-10-27 03:45:40
File ObsoleteFiles.inc 141063 bytes 2008-08-01 12:17:21
File README 2816 bytes 2006-03-04 17:27:08
File UPDATING 21808 bytes 2009-01-06 22:17:40

  1 This is the top level of the FreeBSD source directory.  This file
  2 was last revised on:
  3 $FreeBSD: src/README,v 1.22.12.2 2006/03/04 17:27:08 ceri Exp $
  4 
  5 For copyright information, please see the file COPYRIGHT in this
  6 directory (additional copyright information also exists for some
  7 sources in this tree - please see the specific source directories for
  8 more information).
  9 
 10 The Makefile in this directory supports a number of targets for
 11 building components (or all) of the FreeBSD source tree, the most
 12 commonly used one being ``world'', which rebuilds and installs
 13 everything in the FreeBSD system from the source tree except the
 14 kernel, the kernel-modules and the contents of /etc.  The
 15 ``buildkernel'' and ``installkernel'' targets build and install
 16 the kernel and the modules (see below).  Please see the top of
 17 the Makefile in this directory for more information on the
 18 standard build targets and compile-time flags.
 19 
 20 Building a kernel is a somewhat more involved process, documentation
 21 for which can be found at:
 22    http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
 23 And in the config(8) man page.
 24 Note: If you want to build and install the kernel with the
 25 ``buildkernel'' and ``installkernel'' targets, you might need to build
 26 world before.  More information is available in the handbook.
 27 
 28 The sample kernel configuration files reside in the sys/<arch>/conf
 29 sub-directory (assuming that you've installed the kernel sources), the
 30 file named GENERIC being the one used to build your initial installation
 31 kernel.  The file NOTES contains entries and documentation for all possible
 32 devices, not just those commonly used.  It is the successor of the ancient
 33 LINT file, but in contrast to LINT, it is not buildable as a kernel but a
 34 pure reference and documentation file.
 35 
 36 
 37 Source Roadmap:
 38 ---------------
 39 bin             System/user commands.
 40 
 41 contrib         Packages contributed by 3rd parties.
 42 
 43 crypto          Cryptography stuff (see crypto/README).
 44 
 45 etc             Template files for /etc.
 46 
 47 games           Amusements.
 48 
 49 gnu             Various commands and libraries under the GNU Public License.
 50                 Please see gnu/COPYING* for more information.
 51 
 52 include         System include files.
 53 
 54 kerberos5       Kerberos5 (Heimdal) package.
 55 
 56 lib             System libraries.
 57 
 58 libexec         System daemons.
 59 
 60 release         Release building Makefile & associated tools.
 61 
 62 rescue          Build system for statically linked /rescue utilities.
 63 
 64 sbin            System commands.
 65 
 66 secure          Cryptographic libraries and commands.
 67 
 68 share           Shared resources.
 69 
 70 sys             Kernel sources.
 71 
 72 tools           Utilities for regression testing and miscellaneous tasks.
 73 
 74 usr.bin         User commands.
 75 
 76 usr.sbin        System administration commands.
 77 
 78 
 79 For information on synchronizing your source tree with one or more of
 80 the FreeBSD Project's development branches, please see:
 81 
 82   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~