FreeBSD

Post Reply
camelot
Site Admin
Posts: 99
Joined: Thu 17 Jul, 2008 18:41
Contact:

FreeBSD

Post by camelot »

camelot
Site Admin
Posts: 99
Joined: Thu 17 Jul, 2008 18:41
Contact:

Release Engineering Information

Post by camelot »

http://www.freebsd.org/releng/index.html

=====
Что нам строит мир построить...

Code: Select all

#  1.  `cd /usr/src'       (or to the directory containing your source tree).
#  1.0 `make clean && make clean && make cleandir && make cleandir'
#  2.  `make buildworld'
#  3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE'     (default is GENERIC).
#  4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
#       [steps 3. & 4. can be combined by using the "kernel" target]
#  5.  `reboot'        (in single user mode: boot -s from the loader prompt).
#  6.  `mergemaster -p'
#  7.  `make installworld'
#  8.  `make delete-old'
#  9.  `mergemaster'
# 10.  `reboot'
# 11.  `make delete-old-libs' (in case no 3rd party program uses them anymore)
camelot
Site Admin
Posts: 99
Joined: Thu 17 Jul, 2008 18:41
Contact:

Code-Freeze Status

Post by camelot »

Code-Freeze Status

The following table lists the code freeze status for the major branches of the src/ subtree of the FreeBSD CVS repository. Commits to any branch listed as "frozen" must first be reviewed and approved by the relevant contact party. The status of other subtrees such as ports/, doc/, and www/ is also provided below.
Branch Status Contact Notes
HEAD Open committers Active development branch for 8-CURRENT.
RELENG_7 Open committers Development branch for 7-STABLE.
RELENG_7_0 Frozen security-officer@FreeBSD.org FreeBSD 7.0 supported errata fix branch.
RELENG_6 Open committers Development branch for 6-STABLE.
RELENG_6_3 Frozen security-officer@FreeBSD.org FreeBSD 6.3 supported errata fix branch.
RELENG_6_2 Frozen security-officer@FreeBSD.org FreeBSD 6.2 errata fix branch (not officially supported).
RELENG_6_1 Frozen security-officer@FreeBSD.org FreeBSD 6.1 errata fix branch (not officially supported).
RELENG_6_0 Frozen security-officer@FreeBSD.org FreeBSD 6.0 errata fix branch (not officially supported).
RELENG_5 Open committers Maintenance branch for 5-STABLE (not officially supported).
RELENG_5_5 Frozen security-officer@FreeBSD.org FreeBSD 5.5 errata fix branch (not officially supported).
RELENG_5_4 Frozen security-officer@FreeBSD.org FreeBSD 5.4 errata fix branch (not officially supported).
RELENG_5_3 Frozen security-officer@FreeBSD.org FreeBSD 5.3 errata fix branch (not officially supported).
RELENG_5_2 Frozen security-officer@FreeBSD.org FreeBSD 5.2 / 5.2.1 security fix branch (not officially supported).
RELENG_5_1 Frozen security-officer@FreeBSD.org FreeBSD 5.1 security fix branch (not officially supported).
RELENG_5_0 Frozen security-officer@FreeBSD.org FreeBSD 5.0 security fix branch (not officially supported).
RELENG_4 Open committers Maintenance branch for 4-STABLE (not officially supported).
RELENG_4_11 Frozen security-officer@FreeBSD.org FreeBSD 4.11 errata fix branch (not officially supported).
RELENG_4_10 Frozen security-officer@FreeBSD.org FreeBSD 4.10 security fix branch (not officially supported).
RELENG_4_9 Frozen security-officer@FreeBSD.org FreeBSD 4.9 security fix branch (not officially supported).
RELENG_4_8 Frozen security-officer@FreeBSD.org FreeBSD 4.8 security fix branch (not officially supported).
RELENG_4_7 Frozen security-officer@FreeBSD.org FreeBSD 4.7 security fix branch (not officially supported).
RELENG_4_6 Frozen security-officer@FreeBSD.org FreeBSD 4.6 security fix branch (not officially supported).
RELENG_4_5 Frozen security-officer@FreeBSD.org FreeBSD 4.5 security fix branch (not officially supported).
RELENG_4_4 Frozen security-officer@FreeBSD.org FreeBSD 4.4 security fix branch (not officially supported).
RELENG_4_3 Frozen security-officer@FreeBSD.org FreeBSD 4.3 security fix branch (not officially supported).
RELENG_3 Open committers Maintenance branch for 3-STABLE (not officially supported).
RELENG_2_2 Open committers Maintenance branch for 2.2-STABLE (not officially supported).
Subtree Status Contact Notes
ports/ Open portmgr@FreeBSD.org FreeBSD Ports Collection.
doc/ Open freebsd-doc@FreeBSD.org SGML/XML based documentation set.
www/ Open freebsd-www@FreeBSD.org FreeBSD Web site sources.
camelot
Site Admin
Posts: 99
Joined: Thu 17 Jul, 2008 18:41
Contact:

Re: FreeBSD

Post by camelot »

Need to remove all those ^M characters from a DOS file? Try

tr -d \\r < dosfile > newfile
camelot
Site Admin
Posts: 99
Joined: Thu 17 Jul, 2008 18:41
Contact:

Re: FreeBSD

Post by camelot »

2.2.1.2. FreeBSD/amd64
Существует два класса процессоров, на которых может работать FreeBSD/amd64. К первому принадлежат процессоры AMD64, включая AMD Athlon™64, AMD Athlon64-FX, AMD Opteron™ и более новые.

Ко второму классу принадлежат процессоры архитектуры Intel® EM64T. Среди них можно назвать семейства Intel Core™ 2 Duo, Quad, Extreme, а также Intel Xeon™ 3000, 5000 и 7000 серии.

Если ваша система основана на nVidia nForce3 Pro-150, необходимо отключить IO APIC в BIOS. Если для этого нет необходимой опции, отключите APIC в операционной системе. В чипсете Pro-150 содержатся ошибки, для которых пока не существует исправлений.
Post Reply