Commit Graph

380 Commits

Author SHA1 Message Date
eik
2e5d35656d back out the localkg changes until things have settled.
Discussed with:	mtm
2004-07-28 00:09:19 +00:00
rwatson
31d1c0ba07 Add an UPDATING entry about recompiling modules implementing network
interfaces due to a change in the size of struct ifnet.
2004-07-27 23:32:06 +00:00
mtm
b659647a40 Typo.
Submitted By: demon
2004-07-25 14:13:45 +00:00
mtm
f23e3c4154 Ports related rc.d cleanups:
o Separate out local (ports) scripts that use rc.d, and the old style
  startup/shutdown scripts and execute them separately. On startup the
  rc.d style scripts are executed first and then the old-style scripts.
  On shutdown, exactly the reverse happens.
o The rc.d ports scripts should now behave more like base system scripts.
  Scripts ending in .sh will be sourced into the current shell, while the
  rest will be executed in a subshell. Previously, all ports scripts,
  regardless of the .sh suffix, were executed in a subshell.
o The parent script, /etc/rc.d/localpkg, passes its command line arguments
  straight to the rc.d ports scripts. This means they should now honor
  faststop and faststart commands as well. Old style scripts, should not see
  any differences. They will still get either a start or stop command.
o The initial phrase shown during shutdown has been changed to use
  "local packages" instead of "daemon processes" to be more inline with the
  phrase used during local package startup. The phrases are also used only for
  old-style ports script startup/shutdown, whereas previously they were being
  used for both rc.d and old-style scripts. This should make startup/shutdown
  output a bit less ugly.

Discussed with:	portmgr
Has Reservations: eik
2004-07-24 14:56:21 +00:00
schweikh
c90d1e8344 English fixes, no content change. 2004-07-24 11:54:30 +00:00
tanimura
3556604678 Add the change of the sound drivers. 2004-07-16 04:04:29 +00:00
simon
96991b4cda Fix typo in 20040702 entry.
Noticed by:	Andre Guibert de Bruet <andy@siliconlandmark.com>
2004-07-11 13:26:44 +00:00
marcel
a9bb69a9ce Add 3 new entries:
o  __FreeBSD_version bumped to 502122
o  Alpha console initialization requires the same sio(4) hints as on
   other platforms. Options NO_SIO and DEV_SC removed.
o  KDB framework: Added KDB and GDB; Renamed WITNESS_DDB, DDB_TRACE
   DDB_UNATTENDED. Removed GDB_REMOTE_CHAT and DDB_NOKLDSYM.
2004-07-11 04:38:39 +00:00
emax
a6cfe291a8 Bump __FreeBSD_version
Reviewed by:	kris, ru
2004-07-09 16:57:24 +00:00
imp
c54a9a9319 Add note about ULE breakage at the moment.
Submitted by: Xin LI
2004-07-05 18:11:59 +00:00
bms
28b51743f7 Wordsmith and spell-correct last commit 2004-06-30 23:13:16 +00:00
julian
62d34283f1 Remove the home-grown metadata facility in favour of the now generic
mbuf tags facility. Netgraph modules will all need a recompile.

Submitted by:	Gleb Smirnoff <glebius@cell.sick.ru>
2004-06-30 22:51:29 +00:00
njl
6a89e90e1d Note the ACPI blacklist changes.
Prodded by:	imp
2004-06-30 19:52:40 +00:00
green
36af0a294d Make some bugfixes and improve some text in the description of how to
update from 4.x to 5.x.

Submitted by:	Frerich Raabe <raabe@kde.org>
2004-06-26 21:58:56 +00:00
mlaier
ee21394537 Add "privsep" user/group _pflogd:_pflogd (64:64) to make pflogd(8) work
again. This user/group is not required for install* targets, hence do not
add them to CHECK_UIDS/CHECK_GIDS in Makefile.inc1 (no need to annoy
people).

Discussed-on:	-current
2004-06-23 01:32:28 +00:00
brooks
1bdf8ad1cb Fix whitespace errors in previous commit.
Reported by:	simon
2004-06-22 21:07:54 +00:00
brooks
674783629c Add entry for network interface cloning changes. 2004-06-22 20:28:03 +00:00
des
3078e5d0fc Whitespace cleanup. 2004-06-22 10:33:58 +00:00
des
1738b4c7db Correct an error carried over from the nsswitch.conf(5) manual page; add
a note to UPDATING since users may have to manually remove an incorrect
nsswitch.conf.

Noticed by:	simon
2004-06-21 19:38:58 +00:00
jdp
9e267c7df9 Change the return value of sema_timedwait() so it returns 0 on
success and a proper errno value on failure.  This makes it
consistent with cv_timedwait(), and paves the way for the
introduction of functions such as sema_timedwait_sig() which can
fail in multiple ways.

Bump __FreeBSD_version and add a note to UPDATING.

Approved by:	scottl (ips driver), arch
2004-06-14 18:19:05 +00:00
mlaier
3656093811 Suggest a full build-/installworld instead of just installincludes.
Requested-by:	ru
2004-06-13 18:39:20 +00:00
mlaier
9f24f09039 Bump __FreeBSD_version for ALTQ. Also put some notes in UPDATING regarding
the ABI break.
2004-06-13 17:31:16 +00:00
julian
6ff0056a1f Note the need to rerun config. 2004-06-07 21:37:40 +00:00
tanimura
9ae1c57f4a Note the removal of the midi drivers.
Pointed out by:	scottl
Shame on:	myself
2004-06-04 15:24:12 +00:00
andre
8d250b3697 Recompile of ipfw(8) is required because of new ipfw option (versrcreach). 2004-04-23 14:33:30 +00:00
cperciva
935433c06e 1. Remove callout_stop binary compatibility.
2. Document that this means that kernel modules must be rebuilt.
3. While I'm here, fix my sorting error in callout.h

Requested by:	many [1], scottl [2], bde [3]
2004-04-20 15:49:31 +00:00
brooks
b03c2845a5 I added preseedrandom yesterday, not last month.
Reported by:	Dmitry Morozovsky <marck at rinet.ru>
2004-04-16 18:36:52 +00:00
brooks
6cdab1c98b Document changes in /dev/random initalization. Suggest running
/etc/rc.d/preseedrandom to seed the PRNG in the upgrade instructions.
2004-04-16 17:13:10 +00:00
imp
25cdd1f79f Add notes about the pci stuff that's currently working its way through
current.
2004-04-14 17:54:18 +00:00
kensmith
d089d741eb Fix kernel build instructions to be correct for 5.X.
PR:		docs/65397
Submitted by:	Russell Francis <rf358197 (at) ohio.edu>
2004-04-11 03:30:09 +00:00
rwatson
5d826c942f Commit a message to UPDATING indicating that during network stack locking
merges, debug.mpsafenet will no longer be safe to use, and that it should
be turned off (which is the default).  I will commit a follow-up message
to UPDATING (and post to freebsd-current) when it's safe to turn it on,
with a description of under what circumstances it is safe to use.
2004-03-22 16:37:32 +00:00
obrien
e53c1911ab Mention the user account for 'pf' is "proxy". 2004-03-18 00:50:40 +00:00
gad
482016b65f Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64
only.  This is a  MAJOR  incompatible change for the sparc64 platform,
but will not effect FreeBSD on other architectures.

Reviewed by:	imp for UPDATING, freebsd-sparc for the change itself.
2004-03-10 17:39:05 +00:00
mlaier
7c5f9f1961 Bump __FreeBSD_version for the pf install and write comments to UPDATING.
Approved by:	bms(mentor)
2004-03-08 22:26:46 +00:00
des
097faa07aa Add a note explaining how to use libmap.conf to work around problems
with the libc_r -> libpthread transition.
2004-03-03 09:17:06 +00:00
green
99ad187185 Mention getaddrinfo(3)/resolver(3) ABI change.
Reminded by:	bmah
2004-02-26 16:44:31 +00:00
des
f87a67f1a0 It's protocol version 1 I've disabled, not version 2. 2004-02-26 15:54:44 +00:00
des
58cd0b0b5e Mention the recent sshd configuration changes. 2004-02-26 12:00:41 +00:00
bms
eacf1938db Add a note about the routed update breaking compatibility (for MD5
authentication only) with older versions of FreeBSD's routed.
2004-02-25 23:56:30 +00:00
andre
7963e0df87 Note change of sizeof(struct tcpcb) and libkvm recompile. 2004-02-24 16:12:09 +00:00
imp
7100200478 Add a note about cdevsw changes. 2004-02-22 19:02:38 +00:00
imp
37ce4ddb82 Update instructions on /rescue vs -j to indicate a fixed date. 2004-02-20 22:38:21 +00:00
imp
0e5fe2017f Add a belated entry for the CPU_ENABLE_LONGRUN issue. 2004-02-20 15:25:55 +00:00
mtm
28c240822a Add an entry about the removal of etc/rc.d/ttys. 2004-02-07 07:25:47 +00:00
deischen
184b09d2bf Add a note about the libkse -> libpthread switch.
Reviewed by:	imp
2004-01-30 12:24:21 +00:00
ale
611f8b4aa9 Add a note to say that ULE is now the default scheduler in GENERIC.
PR:		docs/61870
Submitted by:	Xin LI <delphij@frontfree.net>
Approved by:	imp
2004-01-26 09:57:04 +00:00
jhb
4b4881c79b Add a note to say that the ACPI module has been turned back on now.
Requested by:	Joel Ray Holveck <joelh@piquan.org>
2003-12-15 19:19:16 +00:00
rwatson
016217c180 Comment on initgroups.c:1.8: it can prevent users from logging in if
a user has over 16 groups defined.

Reported by:	"Klaus-J. Wolf" <yanestra@web.de>
2003-12-14 00:42:00 +00:00
jhb
4c6ce50103 Add a note about MPTABLE_FORCE_HTT.
Prompted by:	John Stockdale <jstockdale@stanford.edu>
2003-12-10 15:59:20 +00:00
rwatson
6b2124615c Clarify UPDATING language: do buildworld before buildkernel, and
do installkernel before installworld, rather than don't make world
before installkernel.

Pointed out by:	gad
2003-11-17 23:25:16 +00:00
marcel
9693567c3c Add the most vital piece of information WRT upgrading past the
statfs changes: you must have COMPAT_FREEBSD4 in your kernel
config file. Everything else is documented procedure and will
not save your ass if you don't have the option.
2003-11-14 22:11:44 +00:00
mckusick
0ccd3f27eb Note to update cfsd (ports/security/cfs) after installing the
statfs changes.

Submitted by:   Marco Wertejuk <wertejuk@mwcis.com>
2003-11-14 08:07:13 +00:00
imp
9d88fdb92b Warn that you won't be able to build a kernel if you do an installworld 2003-11-13 00:10:43 +00:00
mckusick
2dcaffa276 Add an entry about the changes in the statfs structure that require
kernel and user land applications doing statfs to be in sync.

Requested by:	Johan Karlsson <johan@FreeBSD.org>
2003-11-12 19:13:02 +00:00
harti
8e2a5bff8e Add an entry about the changes in netgraph that require kernel and
user land netgraph stuff to be in sync.

Reviewed by:	imp
2003-11-12 09:11:18 +00:00
ceri
39d82d736e Correct a typo; two permutations of ACPI are plenty already. 2003-11-04 19:42:55 +00:00
jhb
b85f8cf493 Add an entry dealing with the change from 'options APIC_IO' to
'device acpi' as well as the temporary disablement of the ACPI kernel
module.
2003-11-03 23:02:17 +00:00
brooks
7f794cce20 Use tabs not spaces.
Pointed out by:	Xin LI <delphij at frontfree dot net>
2003-10-31 21:58:15 +00:00
brooks
4290fbacd1 Replace the if_name and if_unit members of struct ifnet with new members
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.

This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.

Approved By:	re (in principle)
Reviewed By:	njl, imp
Tested On:	i386, amd64, sparc64
Obtained From:	NetBSD (if_xname)
2003-10-31 18:32:15 +00:00
phk
9fc62bc5ea s/5.0-CURRENT/FreeBSD 5.x/ 2003-10-19 10:24:59 +00:00
ru
d981476a6d Fixed the "To build a kernel" section to mention -DALWAYS_CHECK_MAKE
as the new sys/conf/kmod.mk depends on a make(1) bugfix now.

Reported by:	current
2003-10-03 18:29:06 +00:00
phk
cbbf8b1fed Note change to cdevsw open/close default change. 2003-09-28 16:25:35 +00:00
fjoe
8764286be6 Add a note about kiconv(3). 2003-09-27 14:12:39 +00:00
sam
aea150548e note PFIL_HOOKS must be explicitly configured when using IPFILTER 2003-09-25 16:12:12 +00:00
bms
b45ad80817 Fix a bug in arplookup(), whereby a hostile party on a locally
attached network could exhaust kernel memory, and cause a system
panic, by sending a flood of spoofed ARP requests.

Approved by:	jake (mentor)
Reported by:	Apple Product Security <product-security@apple.com>
2003-09-23 16:39:31 +00:00
nectar
79beca4f74 Note the addition of `-C 60' to inetd_flags in etc/defaults/rc.conf. 2003-09-15 17:20:05 +00:00
mtm
9d5c2d8941 Remove deprecated files no longer neccesary as part of rc.d. Include
a note in UPDATING about removing them from current installations.
2003-08-29 13:25:08 +00:00
sos
7a72fb99e2 Fix the former commit as cvs screwed it up somehow 2003-08-24 16:46:03 +00:00
sos
a13a99ea0b Add comment about ATAng. 2003-08-24 16:14:52 +00:00
obrien
c3d38f7868 Fix accidental line deletion. 2003-08-20 15:42:05 +00:00
obrien
ef47ab7238 Document the OFW_NEWPCI commit to sparc64 generic. 2003-08-20 01:52:30 +00:00
njl
21772fee09 Note da(4) quirks being deprecated and the procedure for re-enabling them. 2003-07-29 04:40:33 +00:00
imp
9bb159a6c5 note rescue issues and fpu emulation removal 2003-07-22 11:08:41 +00:00
ceri
c62e8f742c Correct a spelling error. 2003-07-12 01:16:54 +00:00
imp
fdf13da898 Delete the panic part of 20030711, it has been fixed 2003-07-11 23:40:16 +00:00
imp
09909d884b gcc3.3: add dire warnings. 2003-07-11 22:44:59 +00:00
marcel
fa5896534b Add a retrospective entry about how having installed a broken sed(1)
can cause build failures.

Triggered by: too many questions on the -current
2003-06-13 20:05:46 +00:00
phk
1cfd8e0917 Fix date, appearantly everybody else got done with May before I did. 2003-06-11 06:37:55 +00:00
ache
ebeee72da4 Add entry for removing deprecated locale names
Approved by:    imp
2003-06-10 08:26:38 +00:00
phk
1d1e72c7b8 GEOMification of CCD.
You need your kernel and ccdconfig(8) to be in sync, particularly if your
source tree is on a ccd device.
2003-06-09 19:25:07 +00:00
markm
0f14747c88 Announce the Kerberos5 changes.
Prodded by:	imp
2003-05-05 20:05:37 +00:00
imp
a34480ec5a Document a workaround for getting past the groff infinite loop problem
when your userland is older tahn your kernel and Makefile.inc1 therefore
thinks that you don't need to rebuild groff, when in fact you do.  This
workaround is to set OSRELDATE to 500110 before building, but only if you
have a new enough Makefile.inc1.

I've confirmed this on my laptop, which was suffering from this problem.
Since it only hits power users, we'll naively assume that such users are
smart enough to read UPDATING.
2003-05-04 06:26:30 +00:00
dougb
3c434e26ac Per previous announcement, remove the old version of the rc system.
All functionality from the previous system has been preserved, and
users should still customize their system boot with the familiar
methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc.

Users who have customized versions of scripts that have been removed
should take great care when upgrading, since the compatibility code
that used those old scripts has also been removed.
2003-05-02 05:27:35 +00:00
dougb
77e179b34b Add a warning about the impending demise of rcOG. 2003-04-27 21:28:37 +00:00
ru
86fe22ed57 Alphas with libc.so between 2003/03/12 and 2003/03/29 cannot be
upgraded cleanly.  Document the reason and possible workarounds.

Requested by:	gallatin
2003-04-25 20:11:17 +00:00
imp
ad0af18ddd Add warning about a potential hang on boot at devd after 20030507 if
you have an old kernel and a new userland.  I've just committed a fix
for devd to work around the kernel bug, but that goes away on May 7th.
2003-04-25 02:10:17 +00:00
schweikh
358f55842c Correct a doubled 'with'. 2003-04-23 14:28:13 +00:00
ru
981e4b06ca Mention that 20021024 entry doesn't affect disks formatted in
dangerously-dedicated mode.
2003-03-31 12:46:18 +00:00
obrien
c36525edab Acutally document how to make a LINT kernel config, besides telling all it
is gone.
2003-02-13 17:55:12 +00:00
schweikh
7a9bc37bc7 Correct assorted typos and grammos. No content changes. 2003-02-09 13:02:57 +00:00
gshapiro
cd55d566be Notify IPv6 users of important change in sendmail 8.12.7 2003-02-08 20:36:35 +00:00
jkoshy
5c912c6710 Add a section describing installing -current onto a dedicated partition
from a 4-stable build environment.

Reviewed by:		imp
2003-02-07 08:26:23 +00:00
phk
14a4b91dfe 20030128
NODEVFS option has been removed and DEVFS thereby made standard.
	This makes all references to MAKEDEV obsolete, and the should
	be removed when convenient.
2003-01-29 07:14:16 +00:00
fjoe
7169032971 hint.acpi.0.disable -> hint.acpi.0.disabled
Submitted by:   Vitaly Markitantov <vm@dics.com.ua>
2003-01-27 23:30:21 +00:00
jake
6b497b4545 Add a note about the ofwcons device name change. 2003-01-27 04:53:30 +00:00
jeff
6f39d0162c - Add an entry about the new scheduler options. 2003-01-26 05:29:48 +00:00
imp
ba27d7edce More wi info: adhoc means have reverted. 2003-01-17 07:54:27 +00:00
imp
b16e1187d3 wi now needs wlan. 2003-01-16 16:56:58 +00:00
schweikh
c353aec149 Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
2003-01-01 18:49:04 +00:00
kan
d63c37a83d Add a word, lost in previos commit. 2002-12-22 07:08:14 +00:00