Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64 | gad | 2004-03-10 | 1 | -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. | ||||
* | Bump __FreeBSD_version for the pf install and write comments to UPDATING. | mlaier | 2004-03-08 | 1 | -0/+11 |
| | | | | Approved by: bms(mentor) | ||||
* | Add a note explaining how to use libmap.conf to work around problems | des | 2004-03-03 | 1 | -0/+11 |
| | | | | with the libc_r -> libpthread transition. | ||||
* | Mention getaddrinfo(3)/resolver(3) ABI change. | green | 2004-02-26 | 1 | -0/+7 |
| | | | | Reminded by: bmah | ||||
* | It's protocol version 1 I've disabled, not version 2. | des | 2004-02-26 | 1 | -1/+1 |
| | |||||
* | Mention the recent sshd configuration changes. | des | 2004-02-26 | 1 | -0/+7 |
| | |||||
* | Add a note about the routed update breaking compatibility (for MD5 | bms | 2004-02-25 | 1 | -0/+8 |
| | | | | authentication only) with older versions of FreeBSD's routed. | ||||
* | Note change of sizeof(struct tcpcb) and libkvm recompile. | andre | 2004-02-24 | 1 | -0/+4 |
| | |||||
* | Add a note about cdevsw changes. | imp | 2004-02-22 | 1 | -0/+6 |
| | |||||
* | Update instructions on /rescue vs -j to indicate a fixed date. | imp | 2004-02-20 | 1 | -14/+18 |
| | |||||
* | Add a belated entry for the CPU_ENABLE_LONGRUN issue. | imp | 2004-02-20 | 1 | -0/+5 |
| | |||||
* | Add an entry about the removal of etc/rc.d/ttys. | mtm | 2004-02-07 | 1 | -0/+4 |
| | |||||
* | Add a note about the libkse -> libpthread switch. | deischen | 2004-01-30 | 1 | -0/+15 |
| | | | | Reviewed by: imp | ||||
* | Add a note to say that ULE is now the default scheduler in GENERIC. | ale | 2004-01-26 | 1 | -0/+8 |
| | | | | | | PR: docs/61870 Submitted by: Xin LI <delphij@frontfree.net> Approved by: imp | ||||
* | Add a note to say that the ACPI module has been turned back on now. | jhb | 2003-12-15 | 1 | -0/+4 |
| | | | | Requested by: Joel Ray Holveck <joelh@piquan.org> | ||||
* | Comment on initgroups.c:1.8: it can prevent users from logging in if | rwatson | 2003-12-14 | 1 | -0/+8 |
| | | | | | | a user has over 16 groups defined. Reported by: "Klaus-J. Wolf" <yanestra@web.de> | ||||
* | Add a note about MPTABLE_FORCE_HTT. | jhb | 2003-12-10 | 1 | -0/+8 |
| | | | | Prompted by: John Stockdale <jstockdale@stanford.edu> | ||||
* | Clarify UPDATING language: do buildworld before buildkernel, and | rwatson | 2003-11-17 | 1 | -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 the | marcel | 2003-11-14 | 1 | -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 the | mckusick | 2003-11-14 | 1 | -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 installworld | imp | 2003-11-13 | 1 | -8/+16 |
| | |||||
* | Add an entry about the changes in the statfs structure that require | mckusick | 2003-11-12 | 1 | -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 and | harti | 2003-11-12 | 1 | -0/+7 |
| | | | | | | user land netgraph stuff to be in sync. Reviewed by: imp | ||||
* | Correct a typo; two permutations of ACPI are plenty already. | ceri | 2003-11-04 | 1 | -1/+1 |
| | |||||
* | Add an entry dealing with the change from 'options APIC_IO' to | jhb | 2003-11-03 | 1 | -0/+6 |
| | | | | | 'device acpi' as well as the temporary disablement of the ACPI kernel module. | ||||
* | Use tabs not spaces. | brooks | 2003-10-31 | 1 | -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 members | brooks | 2003-10-31 | 1 | -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/ | phk | 2003-10-19 | 1 | -2/+2 |
| | |||||
* | Fixed the "To build a kernel" section to mention -DALWAYS_CHECK_MAKE | ru | 2003-10-03 | 1 | -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. | phk | 2003-09-28 | 1 | -0/+5 |
| | |||||
* | Add a note about kiconv(3). | fjoe | 2003-09-27 | 1 | -0/+4 |
| | |||||
* | note PFIL_HOOKS must be explicitly configured when using IPFILTER | sam | 2003-09-25 | 1 | -0/+7 |
| | |||||
* | Fix a bug in arplookup(), whereby a hostile party on a locally | bms | 2003-09-23 | 1 | -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. | nectar | 2003-09-15 | 1 | -0/+6 |
| | |||||
* | Remove deprecated files no longer neccesary as part of rc.d. Include | mtm | 2003-08-29 | 1 | -0/+11 |
| | | | | a note in UPDATING about removing them from current installations. | ||||
* | Fix the former commit as cvs screwed it up somehow | sos | 2003-08-24 | 1 | -1/+2 |
| | |||||
* | Add comment about ATAng. | sos | 2003-08-24 | 1 | -0/+5 |
| | |||||
* | Fix accidental line deletion. | obrien | 2003-08-20 | 1 | -0/+1 |
| | |||||
* | Document the OFW_NEWPCI commit to sparc64 generic. | obrien | 2003-08-20 | 1 | -1/+6 |
| | |||||
* | Note da(4) quirks being deprecated and the procedure for re-enabling them. | njl | 2003-07-29 | 1 | -0/+7 |
| | |||||
* | note rescue issues and fpu emulation removal | imp | 2003-07-22 | 1 | -0/+12 |
| | |||||
* | Correct a spelling error. | ceri | 2003-07-12 | 1 | -1/+1 |
| | |||||
* | Delete the panic part of 20030711, it has been fixed | imp | 2003-07-11 | 1 | -1/+1 |
| | |||||
* | gcc3.3: add dire warnings. | imp | 2003-07-11 | 1 | -0/+5 |
| | |||||
* | Add a retrospective entry about how having installed a broken sed(1) | marcel | 2003-06-13 | 1 | -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. | phk | 2003-06-11 | 1 | -1/+1 |
| | |||||
* | Add entry for removing deprecated locale names | ache | 2003-06-10 | 1 | -0/+5 |
| | | | | Approved by: imp | ||||
* | GEOMification of CCD. | phk | 2003-06-09 | 1 | -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. | markm | 2003-05-05 | 1 | -0/+5 |
| | | | | Prodded by: imp | ||||
* | Document a workaround for getting past the groff infinite loop problem | imp | 2003-05-04 | 1 | -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. |