FreeBSD src
Go to file
Pierre Beyssac bc5cfff933 Check -s option source address for validity.
PR:		bin/29026
MFC after:	1 week
2004-04-17 18:44:23 +00:00
bin Document the "return" built-in better: it will exit . (sources) and 2004-04-14 15:58:50 +00:00
contrib Check -s option source address for validity. 2004-04-17 18:44:23 +00:00
crypto This commit was generated by cvs2svn to compensate for changes in r127904, 2004-04-05 19:01:57 +00:00
etc Actually install preseedrandom. 2004-04-17 04:12:27 +00:00
games Add an observation by Dijkstra software engineering. 2004-03-22 05:02:01 +00:00
gnu Removed local bits that are now part of the standard mdoc(7) package. 2004-04-16 07:19:13 +00:00
include Parenthesize function names in masking macros for getc() etc. for the 2004-03-20 11:45:52 +00:00
kerberos5 Update version strings for Heimdal: 0.6 -> 0.6.1 2004-04-13 16:41:00 +00:00
lib Bring describtion of a sysctl in line with the source: 2004-04-16 22:53:51 +00:00
libexec Cast the terminating NULL to char * in the execl() call. 2004-04-04 20:53:23 +00:00
release Back out a change (s/IPsec/IPSec/) in rev.1.716->1.717. 2004-04-17 18:31:25 +00:00
rescue Remove dangling raidctl reference 2004-03-16 13:42:23 +00:00
sbin use %zu instead of %zd 2004-04-15 16:12:12 +00:00
secure Turn on the amd64-specific bignum code in openssl. This is actually 2004-04-14 23:26:26 +00:00
share A simple packet distribution node type that acts like an Ethernet hub. 2004-04-17 12:42:17 +00:00
sys make route_init() static 2004-04-17 15:10:20 +00:00
tools Teach the script where libssl actually lives. 2004-04-13 11:06:20 +00:00
usr.bin Restore old value of LESSKEYFILE_SYS. 2004-04-17 07:48:21 +00:00
usr.sbin Add a missing memcpy (*blush*!) 2004-04-17 00:29:17 +00:00
COPYRIGHT Update the COPYRIGHT file to include FreeBSD's compilation copyright 2003-12-31 22:35:22 +00:00
installworld_newk Commit the first set of files for changing time_t on freebsd/sparc64 2004-03-03 19:36:20 +00:00
installworld_oldk Commit the first set of files for changing time_t on freebsd/sparc64 2004-03-03 19:36:20 +00:00
MAINTAINERS Suspend my interest in maintaining libalias(3) and natd(8). 2004-04-17 06:15:16 +00:00
Makefile Add a kernel-toolchain target which only builds the bits required to build 2004-04-13 13:42:01 +00:00
Makefile.inc1 Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to 2004-04-14 16:06:19 +00:00
README KerberosIV de-orbit burn continues. Disconnect from "make world". 2003-03-08 10:01:26 +00:00
UPDATING I added preseedrandom yesterday, not last month. 2004-04-16 18:36:52 +00:00
UPDATING.64BTT Add a tip for people who are using database-related ports on a sparc64 2004-03-17 01:59:47 +00:00

This is the top level of the FreeBSD source directory.  This file
was last revised on:
$FreeBSD$

For copyright information, please see the file COPYRIGHT in this
directory (additional copyright information also exists for some
sources in this tree - please see the specific source directories for
more information).

The Makefile in this directory supports a number of targets for
building components (or all) of the FreeBSD source tree, the most
commonly used one being ``world'', which rebuilds and installs
everything in the FreeBSD system from the source tree except the
kernel, the kernel-modules and the contents of /etc.  The
``buildkernel'' and ``installkernel'' targets build and install
the kernel and the modules (see below).  Please see the top of
the Makefile in this directory for more information on the
standard build targets and compile-time flags.

Building a kernel is a somewhat more involved process, documentation
for which can be found at:
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
And in the config(8) man page.
Note: If you want to build and install the kernel with the
``buildkernel'' and ``installkernel'' targets, you might need to build
world before.  More information is available in the handbook.

The sample kernel configuration files reside in the sys/<arch>/conf
sub-directory (assuming that you've installed the kernel sources), the
file named GENERIC being the one used to build your initial installation
kernel.  The file NOTES contains entries and documentation for all possible
devices, not just those commonly used.  It is the successor of the ancient
LINT file, but in contrast to LINT, it is not buildable as a kernel but a
pure reference and documentation file.


Source Roadmap:
---------------
bin		System/user commands.

contrib		Packages contributed by 3rd parties.

crypto		Cryptography stuff (see crypto/README).

etc		Template files for /etc.

games		Amusements.

gnu		Various commands and libraries under the GNU Public License.
		Please see gnu/COPYING* for more information.

include		System include files.

kerberos5	Kerberos5 (Heimdal) package.

lib		System libraries.

libexec		System daemons.

release		Release building Makefile & associated tools.

sbin		System commands.

secure		Cryptographic libraries and commands.

share		Shared resources.

sys		Kernel sources.

tools		Utilities for regression testing and miscellaneous tasks.

usr.bin		User commands.

usr.sbin	System administration commands.


For information on synchronizing your source tree with one or more of
the FreeBSD Project's development branches, please see:

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html