FreeBSD src
Go to file
Garrett Wollman 477180fbc8 Use the new if_multiaddrs list for multicast addresses rather than the
previous hackery involving struct in_ifaddr and arpcom.  Get rid of the
abominable multi_kludge.  Update all network interfaces to use the
new machanism.  Distressingly few Ethernet drivers program the multicast
filter properly (assuming the hardware has one, which it usually does).
1997-01-13 21:26:53 +00:00
bin Sort cross references. 1997-01-13 00:25:51 +00:00
contrib Fix BB profiling. 1997-01-13 12:15:29 +00:00
eBones Sort cross references. 1997-01-13 00:25:51 +00:00
etc Added apm and card[01] devices to all target. 1997-01-13 17:37:20 +00:00
games Fix some typos and remove a couple of duplicate 1997-01-08 07:04:44 +00:00
gnu Back out previous fix. It was bogus. 1997-01-13 10:55:49 +00:00
include Internationalise "authorize". 1997-01-09 04:16:18 +00:00
lib When attempting to load a `lastditch' timezone (e.g., because the load 1997-01-13 17:12:23 +00:00
libexec Sort cross references. 1997-01-13 00:25:51 +00:00
lkm Sort cross references. 1997-01-13 00:25:51 +00:00
release Add more protection when running as init and don't do stupid things. 1997-01-12 11:13:43 +00:00
sbin Sort cross references. 1997-01-13 00:25:51 +00:00
secure Sort cross references. 1997-01-13 00:25:51 +00:00
share Merge the en version changes made in 1.58 -> 1.61. 1997-01-13 19:59:47 +00:00
sys Use the new if_multiaddrs list for multicast addresses rather than the 1997-01-13 21:26:53 +00:00
tools - Add a BSD-style copyright. (Should have done that before.) 1997-01-06 04:18:32 +00:00
usr.bin Document effect of login class capabilities. 1997-01-13 06:52:24 +00:00
usr.sbin Correct a problem which broke +DISPLAY file handling. 1997-01-13 10:14:26 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add "lib/csu/i386" to the "includes" target, so that <dlfcn.h> is 1997-01-12 18:32:53 +00:00
README Typo (maybe), config(1) -> config(8). 1997-01-06 08:04:25 +00:00

This is the top level of the FreeBSD source directory.  This file
was last revised on: $Id: README,v 1.7 1997/01/01 14:06:29 jkh Exp $

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.  Please see the top of the Makefile for more information on
the standard build targets and compile-time flags.

Building a kernel with config(8) is a somewhat more involved process,
documentation for which can be found at:
   http://www.freebsd.org/handbook/kernelconfig.html
And in the config(8) man page.

The sample kernel configuration files reside in the sys/i386/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 LINT contains entries for all possible devices, not
just those commonly used, and is meant more as a general reference
than an actual kernel configuration file (a kernel built from it
wouldn't even run).


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

contrib		Packages contributed by 3rd parties.

eBones		Kerberos package - NOT FOR EXPORT!

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.

lib		System libraries.

libexec		System daemons.

lkm		Loadable Kernel Modules.

release		Release building Makefile & associated tools.

sbin		System commands.

secure		DES and DES-related utilities - NOT FOR EXPORT!

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/handbook/synching.html