Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Per previous announcement, remove the old version of the rc system. | dougb | 2003-05-02 | 1 | -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. | dougb | 2003-04-27 | 1 | -0/+6 |
| | |||||
* | Alphas with libc.so between 2003/03/12 and 2003/03/29 cannot be | ru | 2003-04-25 | 1 | -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 if | imp | 2003-04-25 | 1 | -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'. | schweikh | 2003-04-23 | 1 | -1/+1 |
| | |||||
* | Mention that 20021024 entry doesn't affect disks formatted in | ru | 2003-03-31 | 1 | -6/+8 |
| | | | | dangerously-dedicated mode. | ||||
* | Acutally document how to make a LINT kernel config, besides telling all it | obrien | 2003-02-13 | 1 | -1/+2 |
| | | | | is gone. | ||||
* | Correct assorted typos and grammos. No content changes. | schweikh | 2003-02-09 | 1 | -8/+8 |
| | |||||
* | Notify IPv6 users of important change in sendmail 8.12.7 | gshapiro | 2003-02-08 | 1 | -1/+8 |
| | |||||
* | Add a section describing installing -current onto a dedicated partition | jkoshy | 2003-02-07 | 1 | -2/+28 |
| | | | | | | from a 4-stable build environment. Reviewed by: imp | ||||
* | 20030128 | phk | 2003-01-29 | 1 | -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.disabled | fjoe | 2003-01-27 | 1 | -1/+1 |
| | | | | Submitted by: Vitaly Markitantov <vm@dics.com.ua> | ||||
* | Add a note about the ofwcons device name change. | jake | 2003-01-27 | 1 | -0/+4 |
| | |||||
* | - Add an entry about the new scheduler options. | jeff | 2003-01-26 | 1 | -0/+8 |
| | |||||
* | More wi info: adhoc means have reverted. | imp | 2003-01-17 | 1 | -0/+5 |
| | |||||
* | wi now needs wlan. | imp | 2003-01-16 | 1 | -0/+5 |
| | |||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
| | | | | especially in troff files. | ||||
* | Add a word, lost in previos commit. | kan | 2002-12-22 | 1 | -0/+1 |
| | |||||
* | Add note about GCC -fno-pcc-struct-return being default again. The | kan | 2002-12-22 | 1 | -0/+8 |
| | | | | | | | breakage window was about 18 days long. Submitted by: juli Approved by: re (rwatson) | ||||
* | Change the name for the local unix-socket based protocol | mbr | 2002-12-16 | 1 | -0/+7 |
| | | | | | | | | | from "unix" back to "local". Add some compat stuff so both ways work for some time. Reviewed by: phk Approved by: imp (UPDATING) Requested by: iedowse, lukem@netbsd.org | ||||
* | Add an entry for sparc64 users to warn them about potential problems | keramida | 2002-12-06 | 1 | -0/+6 |
| | | | | | | | | with kernels & modules that are not in sync, after the latest upgrade of binutils. Reviewed by: tmm Approved by: re (rwatson) | ||||
* | OK, you can use the 4.x boot loader and boot blocks to load kernels, but | imp | 2002-10-30 | 1 | -9/+7 |
| | | | | I'm nervous about recommending it, so note it as a footnote only for now. | ||||
* | The value of IPPROTO_DIVERT has changed. | fenner | 2002-10-29 | 1 | -0/+5 |
| | |||||
* | Add note: cvs checkout -P needed for fresh tree. | imp | 2002-10-28 | 1 | -1/+3 |
| | |||||
* | MACHINE_ARCH is wrong here. It should be MACHINE | imp | 2002-10-27 | 1 | -1/+1 |
| | | | | Submitted by: nyan@ (Yoshihiro-san) | ||||
* | Mention the need to have COMPAT_FREEBSD4 in the kernel you use for the | imp | 2002-10-27 | 1 | -1/+6 |
| | | | | upgrade. | ||||
* | Note the scary messages that you see when mounting / and other things | imp | 2002-10-27 | 1 | -0/+3 |
| | | | | | are expected and normal when you've booted a 5.0 kernel with a 4.x userland. |