aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* Commit a message to UPDATING indicating that during network stack lockingRobert Watson2004-03-221-0/+11
| | | | | | | | | | 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. Notes: svn path=/head/; revision=127309
* Mention the user account for 'pf' is "proxy".David E. O'Brien2004-03-181-2/+2
| | | | Notes: svn path=/head/; revision=127152
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64Garance A Drosehn2004-03-101-0/+7
| | | | | | | | | | 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. Notes: svn path=/head/; revision=126817
* Bump __FreeBSD_version for the pf install and write comments to UPDATING.Max Laier2004-03-081-0/+11
| | | | | | | Approved by: bms(mentor) Notes: svn path=/head/; revision=126757
* Add a note explaining how to use libmap.conf to work around problemsDag-Erling Smørgrav2004-03-031-0/+11
| | | | | | | with the libc_r -> libpthread transition. Notes: svn path=/head/; revision=126538
* Mention getaddrinfo(3)/resolver(3) ABI change.Brian Feldman2004-02-261-0/+7
| | | | | | | Reminded by: bmah Notes: svn path=/head/; revision=126294
* It's protocol version 1 I've disabled, not version 2.Dag-Erling Smørgrav2004-02-261-1/+1
| | | | Notes: svn path=/head/; revision=126290
* Mention the recent sshd configuration changes.Dag-Erling Smørgrav2004-02-261-0/+7
| | | | Notes: svn path=/head/; revision=126284
* Add a note about the routed update breaking compatibility (for MD5Bruce M Simpson2004-02-251-0/+8
| | | | | | | authentication only) with older versions of FreeBSD's routed. Notes: svn path=/head/; revision=126251
* Note change of sizeof(struct tcpcb) and libkvm recompile.Andre Oppermann2004-02-241-0/+4
| | | | Notes: svn path=/head/; revision=126195
* Add a note about cdevsw changes.Warner Losh2004-02-221-0/+6
| | | | Notes: svn path=/head/; revision=126129
* Update instructions on /rescue vs -j to indicate a fixed date.Warner Losh2004-02-201-14/+18
| | | | Notes: svn path=/head/; revision=126057
* Add a belated entry for the CPU_ENABLE_LONGRUN issue.Warner Losh2004-02-201-0/+5
| | | | Notes: svn path=/head/; revision=126045
* Add an entry about the removal of etc/rc.d/ttys.Mike Makonnen2004-02-071-0/+4
| | | | Notes: svn path=/head/; revision=125554
* Add a note about the libkse -> libpthread switch.Daniel Eischen2004-01-301-0/+15
| | | | | | | Reviewed by: imp Notes: svn path=/head/; revision=125233
* Add a note to say that ULE is now the default scheduler in GENERIC.Alex Dupre2004-01-261-0/+8
| | | | | | | | | PR: docs/61870 Submitted by: Xin LI <delphij@frontfree.net> Approved by: imp Notes: svn path=/head/; revision=125009
* Add a note to say that the ACPI module has been turned back on now.John Baldwin2003-12-151-0/+4
| | | | | | | Requested by: Joel Ray Holveck <joelh@piquan.org> Notes: svn path=/head/; revision=123554
* Comment on initgroups.c:1.8: it can prevent users from logging in ifRobert Watson2003-12-141-0/+8
| | | | | | | | | a user has over 16 groups defined. Reported by: "Klaus-J. Wolf" <yanestra@web.de> Notes: svn path=/head/; revision=123525
* Add a note about MPTABLE_FORCE_HTT.John Baldwin2003-12-101-0/+8
| | | | | | | Prompted by: John Stockdale <jstockdale@stanford.edu> Notes: svn path=/head/; revision=123391
* Clarify UPDATING language: do buildworld before buildkernel, andRobert Watson2003-11-171-4/+4
| | | | | | | | | | do installkernel before installworld, rather than don't make world before installkernel. Pointed out by: gad Notes: svn path=/head/; revision=122873
* Add the most vital piece of information WRT upgrading past theMarcel Moolenaar2003-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. Notes: svn path=/head/; revision=122709
* Note to update cfsd (ports/security/cfs) after installing theKirk McKusick2003-11-141-1/+3
| | | | | | | | | statfs changes. Submitted by: Marco Wertejuk <wertejuk@mwcis.com> Notes: svn path=/head/; revision=122648
* Warn that you won't be able to build a kernel if you do an installworldWarner Losh2003-11-131-8/+16
| | | | Notes: svn path=/head/; revision=122591
* Add an entry about the changes in the statfs structure that requireKirk McKusick2003-11-121-6/+16
| | | | | | | | | kernel and user land applications doing statfs to be in sync. Requested by: Johan Karlsson <johan@FreeBSD.org> Notes: svn path=/head/; revision=122575
* Add an entry about the changes in netgraph that require kernel andHartmut Brandt2003-11-121-0/+7
| | | | | | | | | user land netgraph stuff to be in sync. Reviewed by: imp Notes: svn path=/head/; revision=122549
* Correct a typo; two permutations of ACPI are plenty already.Ceri Davies2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=122068
* Add an entry dealing with the change from 'options APIC_IO' toJohn Baldwin2003-11-031-0/+6
| | | | | | | | 'device acpi' as well as the temporary disablement of the ACPI kernel module. Notes: svn path=/head/; revision=122011
* Use tabs not spaces.Brooks Davis2003-10-311-6/+6
| | | | | | | Pointed out by: Xin LI <delphij at frontfree dot net> Notes: svn path=/head/; revision=121825
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-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) Notes: svn path=/head/; revision=121816
* s/5.0-CURRENT/FreeBSD 5.x/Poul-Henning Kamp2003-10-191-2/+2
| | | | Notes: svn path=/head/; revision=121242
* Fixed the "To build a kernel" section to mention -DALWAYS_CHECK_MAKERuslan Ermilov2003-10-031-2/+2
| | | | | | | | | as the new sys/conf/kmod.mk depends on a make(1) bugfix now. Reported by: current Notes: svn path=/head/; revision=120705
* Note change to cdevsw open/close default change.Poul-Henning Kamp2003-09-281-0/+5
| | | | Notes: svn path=/head/; revision=120556
* Add a note about kiconv(3).Max Khon2003-09-271-0/+4
| | | | Notes: svn path=/head/; revision=120518
* note PFIL_HOOKS must be explicitly configured when using IPFILTERSam Leffler2003-09-251-0/+7
| | | | Notes: svn path=/head/; revision=120438
* Fix a bug in arplookup(), whereby a hostile party on a locallyBruce M Simpson2003-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> Notes: svn path=/head/; revision=120383
* Note the addition of `-C 60' to inetd_flags in etc/defaults/rc.conf.Jacques Vidrine2003-09-151-0/+6
| | | | Notes: svn path=/head/; revision=120096
* Remove deprecated files no longer neccesary as part of rc.d. IncludeMike Makonnen2003-08-291-0/+11
| | | | | | | a note in UPDATING about removing them from current installations. Notes: svn path=/head/; revision=119555
* Fix the former commit as cvs screwed it up somehowSøren Schmidt2003-08-241-1/+2
| | | | Notes: svn path=/head/; revision=119413
* Add comment about ATAng.Søren Schmidt2003-08-241-0/+5
| | | | Notes: svn path=/head/; revision=119412
* Fix accidental line deletion.David E. O'Brien2003-08-201-0/+1
| | | | Notes: svn path=/head/; revision=119179
* Document the OFW_NEWPCI commit to sparc64 generic.David E. O'Brien2003-08-201-1/+6
| | | | Notes: svn path=/head/; revision=119153
* Note da(4) quirks being deprecated and the procedure for re-enabling them.Nate Lawson2003-07-291-0/+7
| | | | Notes: svn path=/head/; revision=118141
* note rescue issues and fpu emulation removalWarner Losh2003-07-221-0/+12
| | | | Notes: svn path=/head/; revision=117880
* Correct a spelling error.Ceri Davies2003-07-121-1/+1
| | | | Notes: svn path=/head/; revision=117463
* Delete the panic part of 20030711, it has been fixedWarner Losh2003-07-111-1/+1
| | | | Notes: svn path=/head/; revision=117462
* gcc3.3: add dire warnings.Warner Losh2003-07-111-0/+5
| | | | Notes: svn path=/head/; revision=117460
* Add a retrospective entry about how having installed a broken sed(1)Marcel Moolenaar2003-06-131-0/+18
| | | | | | | | | can cause build failures. Triggered by: too many questions on the -current Notes: svn path=/head/; revision=116308
* Fix date, appearantly everybody else got done with May before I did.Poul-Henning Kamp2003-06-111-1/+1
| | | | Notes: svn path=/head/; revision=116193
* Add entry for removing deprecated locale namesAndrey A. Chernov2003-06-101-0/+5
| | | | | | | Approved by: imp Notes: svn path=/head/; revision=116147
* GEOMification of CCD.Poul-Henning Kamp2003-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. Notes: svn path=/head/; revision=116111