summaryrefslogtreecommitdiffstats
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* Add a note to say that the ACPI module has been turned back on now.jhb2003-12-151-0/+4
| | | | Requested by: Joel Ray Holveck <joelh@piquan.org>
* Comment on initgroups.c:1.8: it can prevent users from logging in ifrwatson2003-12-141-0/+8
| | | | | | a user has over 16 groups defined. Reported by: "Klaus-J. Wolf" <yanestra@web.de>
* Add a note about MPTABLE_FORCE_HTT.jhb2003-12-101-0/+8
| | | | Prompted by: John Stockdale <jstockdale@stanford.edu>
* Clarify UPDATING language: do buildworld before buildkernel, andrwatson2003-11-171-4/+4
| | | | | | | do installkernel before installworld, rather than don't make world before installkernel. Pointed out by: gad
* Add the most vital piece of information WRT upgrading past themarcel2003-11-141-5/+11
| | | | | | 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.
* Note to update cfsd (ports/security/cfs) after installing themckusick2003-11-141-1/+3
| | | | | | statfs changes. Submitted by: Marco Wertejuk <wertejuk@mwcis.com>
* Warn that you won't be able to build a kernel if you do an installworldimp2003-11-131-8/+16
|
* Add an entry about the changes in the statfs structure that requiremckusick2003-11-121-6/+16
| | | | | | kernel and user land applications doing statfs to be in sync. Requested by: Johan Karlsson <johan@FreeBSD.org>
* Add an entry about the changes in netgraph that require kernel andharti2003-11-121-0/+7
| | | | | | user land netgraph stuff to be in sync. Reviewed by: imp
* Correct a typo; two permutations of ACPI are plenty already.ceri2003-11-041-1/+1
|
* Add an entry dealing with the change from 'options APIC_IO' tojhb2003-11-031-0/+6
| | | | | 'device acpi' as well as the temporary disablement of the ACPI kernel module.
* Use tabs not spaces.brooks2003-10-311-6/+6
| | | | Pointed out by: Xin LI <delphij at frontfree dot net>
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-0/+8
| | | | | | | | | | | | | 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)
* s/5.0-CURRENT/FreeBSD 5.x/phk2003-10-191-2/+2
|
* Fixed the "To build a kernel" section to mention -DALWAYS_CHECK_MAKEru2003-10-031-2/+2
| | | | | | as the new sys/conf/kmod.mk depends on a make(1) bugfix now. Reported by: current
* Note change to cdevsw open/close default change.phk2003-09-281-0/+5
|
* Add a note about kiconv(3).fjoe2003-09-271-0/+4
|
* note PFIL_HOOKS must be explicitly configured when using IPFILTERsam2003-09-251-0/+7
|
* Fix a bug in arplookup(), whereby a hostile party on a locallybms2003-09-231-0/+6
| | | | | | | | 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>
* Note the addition of `-C 60' to inetd_flags in etc/defaults/rc.conf.nectar2003-09-151-0/+6
|
* Remove deprecated files no longer neccesary as part of rc.d. Includemtm2003-08-291-0/+11
| | | | a note in UPDATING about removing them from current installations.
* Fix the former commit as cvs screwed it up somehowsos2003-08-241-1/+2
|
* Add comment about ATAng.sos2003-08-241-0/+5
|
* Fix accidental line deletion.obrien2003-08-201-0/+1
|
* Document the OFW_NEWPCI commit to sparc64 generic.obrien2003-08-201-1/+6
|
* Note da(4) quirks being deprecated and the procedure for re-enabling them.njl2003-07-291-0/+7
|
* note rescue issues and fpu emulation removalimp2003-07-221-0/+12
|
* Correct a spelling error.ceri2003-07-121-1/+1
|
* Delete the panic part of 20030711, it has been fixedimp2003-07-111-1/+1
|
* gcc3.3: add dire warnings.imp2003-07-111-0/+5
|
* Add a retrospective entry about how having installed a broken sed(1)marcel2003-06-131-0/+18
| | | | | | can cause build failures. Triggered by: too many questions on the -current
* Fix date, appearantly everybody else got done with May before I did.phk2003-06-111-1/+1
|
* Add entry for removing deprecated locale namesache2003-06-101-0/+5
| | | | Approved by: imp
* GEOMification of CCD.phk2003-06-091-0/+8
| | | | | You need your kernel and ccdconfig(8) to be in sync, particularly if your source tree is on a ccd device.
* Announce the Kerberos5 changes.markm2003-05-051-0/+5
| | | | Prodded by: imp
* Document a workaround for getting past the groff infinite loop problemimp2003-05-041-1/+6
| | | | | | | | | | | 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.
* Per previous announcement, remove the old version of the rc system.dougb2003-05-021-5/+8
| | | | | | | | | | 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.
* Add a warning about the impending demise of rcOG.dougb2003-04-271-0/+6
|
* Alphas with libc.so between 2003/03/12 and 2003/03/29 cannot beru2003-04-251-0/+15
| | | | | | upgraded cleanly. Document the reason and possible workarounds. Requested by: gallatin
* Add warning about a potential hang on boot at devd after 20030507 ifimp2003-04-251-0/+10
| | | | | 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.
* Correct a doubled 'with'.schweikh2003-04-231-1/+1
|
* Mention that 20021024 entry doesn't affect disks formatted inru2003-03-311-6/+8
| | | | dangerously-dedicated mode.
* Acutally document how to make a LINT kernel config, besides telling all itobrien2003-02-131-1/+2
| | | | is gone.
* Correct assorted typos and grammos. No content changes.schweikh2003-02-091-8/+8
|
* Notify IPv6 users of important change in sendmail 8.12.7gshapiro2003-02-081-1/+8
|
* Add a section describing installing -current onto a dedicated partitionjkoshy2003-02-071-2/+28
| | | | | | from a 4-stable build environment. Reviewed by: imp
* 20030128phk2003-01-291-0/+5
| | | | | | NODEVFS option has been removed and DEVFS thereby made standard. This makes all references to MAKEDEV obsolete, and the should be removed when convenient.
* hint.acpi.0.disable -> hint.acpi.0.disabledfjoe2003-01-271-1/+1
| | | | Submitted by: Vitaly Markitantov <vm@dics.com.ua>
* Add a note about the ofwcons device name change.jake2003-01-271-0/+4
|
* - Add an entry about the new scheduler options.jeff2003-01-261-0/+8
|
OpenPOWER on IntegriCloud