FreeBSD src
Go to file
John Polstra 0ff27d31ea Restore the core-dumping of all writable segments for ELF executables,
minus the NULL pointer dereference in rev. 1.33.  Also simplify
things somewhat by eliminating one traversal of the VM map entries.
Finally, eliminate calls to vm_map_{un,}lock_read() which aren't
needed here.  I originally took them from procfs_map.c, but here
we know we are dealing only with the map of the current process.
1998-09-16 02:04:05 +00:00
bin Updated the ch(4) driver and chio(1) command to include volume 1998-09-15 07:48:51 +00:00
contrib Merge tcpdump 3.4 1998-09-15 19:46:59 +00:00
crypto Remove redundant decl. of time(). Causes problems on alpha 1998-09-01 15:17:28 +00:00
etc Change the permissions for the transport layer (xpt) and passthrough (pass) 1998-09-16 00:10:26 +00:00
games Don't do anything special to prevent access to created files - honour 1998-09-05 15:56:10 +00:00
gnu Fix GDB so that it can handle ELF core dumps. 1998-09-14 22:49:02 +00:00
include (this is an extract from src/share/examples/atm/README) 1998-09-15 11:44:44 +00:00
kerberos5 While I am no longer making a shared library, nuke the old one to prevent 1998-08-30 13:08:54 +00:00
kerberosIV Add -lcrypt. 1998-09-05 00:34:36 +00:00
lib Bump minor version number and add version.c to update to version 0.4 1998-09-15 19:34:01 +00:00
libexec Make the pathname pointed to by the Obj_Entry structure for the 1998-09-15 21:07:52 +00:00
lkm Add the vesa module to the list 1998-09-15 20:17:35 +00:00
release Translate some of the newer entries to english. :) 1998-09-15 21:45:14 +00:00
sbin Remove blank after -I 1998-09-15 19:16:33 +00:00
secure BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outside 1998-08-31 00:35:10 +00:00
share Define LIBCAM and LIBDEVSTAT. 1998-09-15 10:27:20 +00:00
sys Restore the core-dumping of all writable segments for ELF executables, 1998-09-16 02:04:05 +00:00
tools getopt returns -1 not EOF 1998-09-09 17:24:31 +00:00
usr.bin Delete unused code. This has been obsoleted by the new devstat code. 1998-09-16 00:25:54 +00:00
usr.sbin Apply patch from Stefan Esser to close PR #7941: add code to handle 1998-09-16 01:50:04 +00:00
COPYRIGHT Add Id keyword 1998-09-13 23:11:13 +00:00
Makefile Restore default implict behavior of running the all target we had before. 1998-09-15 05:10:17 +00:00
Makefile.inc0 Revive hierarchy again. 1998-09-10 20:44:56 +00:00
Makefile.inc1 (this is an extract from src/share/examples/atm/README) 1998-09-15 11:44:44 +00:00
Makefile.upgrade Add a move-aout-libs target to do just that. It takes the well known 1998-09-09 06:02:31 +00:00
README Correct the facts. The kerberosIV/ directory is not export restricted. 1998-09-13 09:38:34 +00:00

This is the top level of the FreeBSD source directory.  This file
was last revised on: $Id: README,v 1.12 1998/06/30 08:08:05 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 and the contents of /etc.  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 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.

crypto		Export controlled 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.

kerberosIV	Kerberos package.

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