summaryrefslogtreecommitdiffstats
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* Note move of kernel compile to src/sys/MACHINE/compile/FOO.imp2001-06-301-0/+4
|
* pccard modem support fixed.imp2001-06-291-10/+44
| | | | | | Update hints problems. Add copyright and copying notice: Do what you want with this file.
* More updatesimp2001-06-221-0/+18
| | | | | | # Note, I managed to fat finger some mail commands and lost who submitted some # of these entries. If it was you, email me and I'll for a commit to # give proper credit.
* Add warning that some people are having problems with pccard modems inimp2001-06-131-0/+11
| | | | | | current, reasons unknown. Add note about softupdates being unstable since the middle of May.
* Provide better advise than the last commit to UPDATING advocated aboutimp2001-06-101-3/+10
| | | | running newer pccard software.
* Add an example of how to do the cryptic change suggested by UPDATINGjulian2001-06-101-1/+3
| | | | for pccard IRQs.
* Recommend what to do in a single user boot.imp2001-06-041-0/+8
| | | | | PR: 25028 Submitted by: Mark Andrews <marka@nominum.com>
* Set up us the pccard bomb.imp2001-06-041-0/+6
|
* Note: INSTALL=install -C is no longer supported. Use COPY=-C instead.imp2001-05-301-0/+10
| | | | | While the old way will continue to work for a while, it will cause warnings until after 4.4, but before 4.5.
* Yet another typoimp2001-05-291-1/+1
|
* Missed this typo too.imp2001-05-291-1/+1
| | | | | Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu> PR: 26766
* Fix typo.imp2001-05-291-1/+1
| | | | | Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu> PR: 26766
* Alpha is not in good shape at all.imp2001-05-291-1/+2
| | | | Submitted by: obrien
* Temper my optimismimp2001-05-291-1/+2
|
* Looks like -current is safe again, and has been since Friday.imp2001-05-291-1/+4
|
* Mention jakarta-tomcat issuesimp2001-05-221-0/+8
|
* Add note about pccard rototill and swapping breakage.imp2001-05-211-0/+8
|
* Note ncurses import and ata ioctl changes.imp2001-05-191-0/+7
|
* Fix type noticed by jasoneimp2001-05-161-1/+1
|
* Note recent windows of breakage.imp2001-05-161-1/+20
| | | | | Note new ata subsystem. Add additional files for the portmap change.
* DEVFS is opt in not opt out. Warn about July 1.imp2001-05-141-0/+4
|
* Add warning, and resolution, of the fsck and kernel problemimp2001-04-241-0/+9
|
* Catch up to the end of march.imp2001-04-221-0/+24
| | | | | | | | o fsck pass changes o portmap changes o fxp needs miibus o wi defaults to BSS mode. o urandom and random are the same
* Spell deprecated correctly (dufault)imp2001-03-021-2/+3
| | | | | | | Suggest mergemaster in the 4.x-stable -> current upgrade (fenner) correct path to hints file (fenner) Submitted by: dufault, fenner.
* It is now safe to go back into the water.imp2001-02-281-0/+4
|
* Sigh. Add note about the FILE FIASCO.imp2001-02-121-1/+29
| | | | | | Also notes about FFS_ROOT and CD9660_ROOT and DEVFS cautions. It is not a good time to live in -current.
* Note change of KERNEL to KERNCONF for building instructions. Peterimp2001-01-221-4/+15
| | | | | | changed this due to the undesirable side effects that putting KERNEL in /etc/make.conf was having on people's lives. Also update the instructions as well.
* Catchup from my holiday lull:imp2001-01-171-0/+17
| | | | | | | o libcrypt not a symlink. o hw.sndunit -> hw.snd.unit o burncd / kernel changes o I386_CPU now mutually exclusive with all other CPU types.
* Spell while the more traditional way.imp2001-01-031-1/+5
| | | | | | | | Submitted by: knu Suggest that maybe rebuilding just libc might also work around this. Suggested by: rgrimes and phk.
* Note problems with vi core dumping for a comple of days, plusimp2001-01-021-0/+9
| | | | workaround.
* Add note about ed driver changes impacting the Linksys cards.imp2000-12-181-0/+6
|
* Add new ssh pam support and pam.conf requirements.imp2000-12-051-0/+9
|
* Fix a couple of typosmarko2000-11-161-2/+2
| | | | Approved by: Warner
* Try to catchup with my UPDATING backlog:imp2000-11-031-0/+30
| | | | | | | | | o cvs 1.11 o /dev/random o sendmail o password default change Please look at these entries and let me know if I've forgotten anything, or if my understanding doesn't match reality.
* Fix a typo in a date line. I wouldn't normally ignore MAINTAINER, but thenik2000-10-291-1/+1
| | | | | | | PR's been assigned to Warner since June. PR: docs/18835 Submitted by: shirota@mbox.media.nagoya-u.ac.jp
* rm miniperl && cd /usr/ports && cvs update -PAd now recommendedimp2000-10-091-0/+9
|
* Add upcoming ports layout changesimp2000-10-051-0/+7
|
* Note about moving kernel names.imp2000-09-171-0/+5
|
* hint vs hints typoimp2000-09-161-1/+1
| | | | Submitted by: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
* Add warning about laptops needing pmtimer device for proper suspend/resumeimp2000-09-161-0/+9
| | | | functionality.
* Another Sept 5 change forces a new mountd since the old mountd panicsimp2000-09-141-0/+9
| | | | the kernel, according to Mike Smith.
* The entropy device is no longer an option in the kernel,markm2000-09-121-0/+12
| | | | | it is a (pseudo-)device. Document this for the upgrading masses.
* Fix 1.117 as requested by DES, but in a different way. Generallyimp2000-09-121-6/+4
| | | | | degrumpify it, and add pointer to module problem that I had hit with a stale Linux module when I upgraded to SMPNG code.
* Add warning from Sheldon and others about stale modulesimp2000-09-111-0/+20
| | | | Add warning from markm about randomdev vs random change in loader
* Add a mild warning for people to expect problems in -current after theimp2000-09-081-0/+5
| | | | | | | | SMPng merge. Suggest 4.x-stable for a while for those people that are unable or unwilling to cope with problems. After 6 hours of use tonight, my gut tells me that we're going to have lots of problems crop up in the coming weeks.
* Add note about SMPNG commit.imp2000-09-071-0/+4
|
* Revamp boot message. Get the path names right.imp2000-09-071-4/+5
| | | | Submitted by: "Dampure, Pierre Y." <pierre.dampure@alveley.org>
* Fix typosmarko2000-09-061-3/+3
| | | | Approved by: Warner
* NewBSD nsswitch ported to FreeBSD.imp2000-09-061-0/+7
| | | | Submitted by: "Jacques A. Vidrine" <n@nectar.com>
* First cut at new boot loader.imp2000-09-061-0/+6
| | | | Rip it to shreds so that it is better, please :-)
OpenPOWER on IntegriCloud