JavaScript promise rejection: Loading CSS chunk katex failed. (error: https://code.fizz.buzz/assets/css/katex.fb6ef55c.css). Open browser console to see more details.
1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Scott Long 19641ce893 Revert ABI breakage to CAM that came in with MMC/SD support in r320844.
Make it possible to retrieve mmc parameters via the XPT_GET_ADVINFO
call instead.  Convert camcontrol to the new scheme.

Reviewed by:	imp. kibab
Sponsored by:	Netflix
Differential Revision:	D13868
2018-01-19 15:32:27 +00:00
bin Convert ls(1) to not use libxo(3) 2018-01-17 22:47:34 +00:00
cddl Remove tst.zonename.d from the list of expected failures. 2018-01-14 17:56:19 +00:00
contrib Add to bsnmpd(1) ability to specify multiple community strings with 2018-01-19 08:48:14 +00:00
crypto
etc Teach the resolv startup script to respect its enable flag. 2018-01-18 20:45:41 +00:00
gnu Recognize mchk_calltrap as a trapframe generator. 2018-01-19 01:36:25 +00:00
include
kerberos5
lib Correct fsck journal-recovery code to update a cylinder-group 2018-01-17 17:58:24 +00:00
libexec
release
rescue
sbin Revert ABI breakage to CAM that came in with MMC/SD support in r320844. 2018-01-19 15:32:27 +00:00
secure
share No need for the zero width space now that I put the comma in. 2018-01-18 22:23:16 +00:00
stand stand: Move sections around to fix stand/ build with ld.lld on armv7 2018-01-18 22:46:47 +00:00
sys Revert ABI breakage to CAM that came in with MMC/SD support in r320844. 2018-01-19 15:32:27 +00:00
targets
tests Add ccp(4): experimental driver for AMD Crypto Co-Processor 2018-01-18 22:01:30 +00:00
tools
usr.bin Update various statements in vmstat(8) to match reality. 2018-01-18 19:43:02 +00:00
usr.sbin Adjust format string to fix build. 2018-01-18 00:24:05 +00:00
.arcconfig
.arclint
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 Don't build share/syscons in build-tools stage if MK_SYSCONS == "no" 2018-01-16 21:43:36 +00:00
Makefile.libcompat Check for GCC first rather than clang in the MIPS lib32 rules. 2018-01-16 01:05:04 +00:00
Makefile.sys.inc
ObsoleteFiles.inc Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to 2018-01-14 00:08:34 +00:00
README
README.md
UPDATING Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to 2018-01-14 00:08:34 +00:00

FreeBSD Source:

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. See build(7) and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html for more information, including setting make(1) variables.

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. See build(7), config(8), and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html for more information.

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 kernel configuration files reside in the sys/<arch>/conf sub-directory. GENERIC is the default configuration used in release builds. NOTES contains entries and documentation for all possible devices, not just those commonly used.

Source Roadmap:

bin				System/user commands.

cddl			Various commands and libraries under the Common Development  
				and Distribution License.

contrib			Packages contributed by 3rd parties.

crypto			Cryptography stuff (see crypto/README).

etc				Template files for /etc.

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.

rescue			Build system for statically linked /rescue utilities.

sbin			System commands.

secure			Cryptographic libraries and commands.

share			Shared resources.

stand			Boot loader sources.

sys				Kernel sources.

tests			Regression tests which can be run by Kyua.  See tests/README
				for additional information.

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:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html