aboutsummaryrefslogtreecommitdiff
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Correct typo in description string: `CANNOT' -> `CAN'.Joseph Koshy2000-04-261-1/+1
| | | | | | | | PR: docs/18177 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org> Notes: svn path=/head/; revision=59636
* Remove mistakenly added {o}init. The build system adds it automatically.Doug White2000-04-251-2/+2
| | | | Notes: svn path=/head/; revision=59628
* Commit PicoBSD mega-patch:Doug White2000-04-2525-88/+108
| | | | | | | | | | | | | | | | | | . Bring PicoBSD up to date with -CURRENT reality. . Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first unused vn device and creates a temporary mountpoint in /tmp. . Miscellaneous build cleanups and optimizations. Unfortunately the bridge, isp, and router floppies are too big and need the axe treatment. The install floppy needs updating to -CURRENT. Dial and net build and (appear to) run OK. I will be adressing these in the near future (unless someone beats me to it :-) ). PR: misc/17737 Submitted by: Omachonu Ogali <oogali@intranova.net> Notes: svn path=/head/; revision=59627
* Note the presence of POSIX.1b Shared Memory Objects.Garrett Wollman2000-04-222-0/+7
| | | | | | | | There's got to be a better way to handle cross-architecture kernel changes. Notes: svn path=/head/; revision=59499
* make release builds a bit more error-resistantJordan K. Hubbard2000-04-221-2/+2
| | | | Notes: svn path=/head/; revision=59486
* Mention the support for PXE in the release notes.Paul Saab2000-04-201-0/+4
| | | | Notes: svn path=/head/; revision=59422
* Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf.Mitsuru IWASAKI2000-04-171-1/+1
| | | | Notes: svn path=/head/; revision=59314
* Fix the location of pccard.conf,Mitsuru IWASAKI2000-04-171-1/+1
| | | | | | | | | etc/pccard.conf.sample -> etc/defaults/pccard.conf. Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> Notes: svn path=/head/; revision=59306
* Add mention of extended attributes in release notes.Robert Watson2000-04-162-0/+12
| | | | | | | Suggested by: kkenn Notes: svn path=/head/; revision=59293
* Add web pointers to Multia FAQsWilko Bulte2000-04-141-0/+5
| | | | Notes: svn path=/head/; revision=59221
* Update Multia section with floppy boot problems & workaround.Wilko Bulte2000-04-131-1/+7
| | | | Notes: svn path=/head/; revision=59210
* update Monet informationWilko Bulte2000-04-121-10/+29
| | | | Notes: svn path=/head/; revision=59184
* Installing via an HTTP proxy should not attempt to resolve theMurray Stokely2000-04-101-1/+5
| | | | | | | | | | | hostname of the FTP server; that is the proxy's job. This temporarily deletes the nameserver variable before calling mediaSetFTP. PR: 17371 Approved by: jkh Notes: svn path=/head/; revision=59126
* More error checking and idiot-proofing for the user editor.Murray Stokely2000-04-081-2/+16
| | | | | | | | PR: 14318 Approved by: jkh Notes: svn path=/head/; revision=59089
* PR: 17559Murray Stokely2000-04-083-2/+23
| | | | | | | | | | | Approved by: jkh You can't enable 'emulate 3 button' option for moused in sysinstall. This adds a menu option to set moused_flags and the help text explains that entering "-3" will enable this feature. Notes: svn path=/head/; revision=59088
* Update DS10 description, add info on DS10L "Slate"Wilko Bulte2000-04-061-9/+20
| | | | Notes: svn path=/head/; revision=59076
* Convert "RELENG_ver_RELEASE" to "RELEASE_ver" and use it to check outSatoshi Asami2000-04-061-0/+19
| | | | | | | | | | | | | | | | the ports and doc trees. There is no change if we are not building a release (i.e., we are not using a tag of the form RELENG_ver_RELEASE --e.g., a RELENG_ver tag used to build a snapshot). This should allow the ports and doc freezes during the release cycles to be somewhat shorter, as commits to those (non-branched) trees can resume as soon as the tags are laid down. Reviewed by: nik Approved by: jkh Notes: svn path=/head/; revision=59068
* Fixed minor annoyance with sysinstall being redundant / braindead inMurray Stokely2000-04-061-1/+3
| | | | | | | | | the network -> interfaces menu. Approved by: jkh Notes: svn path=/head/; revision=59057
* Add note on SCSI floppy on DEC3000 seriesWilko Bulte2000-04-031-0/+4
| | | | Notes: svn path=/head/; revision=58980
* Update status for sound on AS200 and Miata. It works..Wilko Bulte2000-03-311-3/+11
| | | | Notes: svn path=/head/; revision=58879
* Refresh the aout ldconfig info so things like compat22 when installed canBill Fumerola2000-03-311-0/+5
| | | | | | | | | | | | | | be detected by netscape and such. PR: bin/17659 Submitted by: Murray Stokelay <murray@cdrom.com> Approved by: jkh jkh made updates that conflict with the submitters patch, so I updated accordingly, any mistakes are mine, not the submitters. Notes: svn path=/head/; revision=58840
* Added description of TurboLaser (AlphaServer 8x00) that is nowWilko Bulte2000-03-301-22/+107
| | | | | | | | | supported thanks to Matt Jacob. Reviewed by: Matt Jacob Notes: svn path=/head/; revision=58837
* Search for the proper hints file in an ELF world.Jordan K. Hubbard2000-03-301-1/+1
| | | | Notes: svn path=/head/; revision=58826
* Gut the release notes now that we have a clean slate again.Kris Kennaway2000-03-252-442/+8
| | | | | | | | The supported hardware still looks to be lagging in the alpha file. People, please try and keep these in better sync this time! Notes: svn path=/head/; revision=58548
* Add #includes for sysctlbyname() to quiet a warning.John Baldwin2000-03-251-0/+2
| | | | Notes: svn path=/head/; revision=58547
* Update sysinstall to use struct uc_device instead of struct isa_deviceJohn Baldwin2000-03-242-6/+5
| | | | | | | | | for generating /boot/kernel.conf. Since this structure is shared, move its definition out to a header file, just as struct isa_device was defined in a header file. This fixes the sysinstall breakage in -current. Notes: svn path=/head/; revision=58538
* Adapt to the crypto distribution.Jordan K. Hubbard2000-03-211-3/+5
| | | | Notes: svn path=/head/; revision=58443
* Fix bogus reporting of interface names, the field returnedLuigi Rizzo2000-03-211-4/+4
| | | | | | | in sdl_data is not 0-terminated Notes: svn path=/head/; revision=58423
* Add entry for the Microtech USB to SCSI cable.Nick Hibma2000-03-201-1/+3
| | | | Notes: svn path=/head/; revision=58406
* Add entry for Y-E Data floppy drive.Nick Hibma2000-03-201-0/+5
| | | | Notes: svn path=/head/; revision=58402
* Add an entry on the Y-E Data floppy driveNick Hibma2000-03-201-0/+1
| | | | Notes: svn path=/head/; revision=58401
* Sigh, it would have been nice but I just can't make the rsarefJordan K. Hubbard2000-03-181-0/+2
| | | | | | | | hack work until we figure out some better way of handling package interaction. Notes: svn path=/head/; revision=58248
* We still need a hack for rsaref package; add it. This doesn'tJordan K. Hubbard2000-03-182-2/+13
| | | | | | | affect CDs since they don't contain the rsaref package anyway. Notes: svn path=/head/; revision=58223
* Sigh, when the DIST_LOCAL thing was added, it unfortunately wasn't addedJordan K. Hubbard2000-03-181-1/+1
| | | | | | | | completely. Take out another gratuitous warning which is omitted when All is selected and local dist does not exist. Notes: svn path=/head/; revision=58221
* Update to match current reality (not that anyone reads these anyway :)Jordan K. Hubbard2000-03-181-11/+12
| | | | Notes: svn path=/head/; revision=58219
* Make the "can't find an rsafoo package" messages more informative.Jordan K. Hubbard2000-03-181-4/+10
| | | | Notes: svn path=/head/; revision=58198
* Update release notes for 4.0 realityJordan K. Hubbard2000-03-182-4/+4
| | | | | | | | PR: 17446 Submitted by: trev@sentry.org Notes: svn path=/head/; revision=58196
* Update the australian ntp server, the old one is no longerChris Piazza2000-03-181-2/+2
| | | | | | | | | | available. PR: 17448 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=58190
* Remove "conflicts" from kernel config files for picobsd.Patrick S. Gardella2000-03-167-7/+7
| | | | | | | | PR: 17383 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=58128
* 5.0 versionsJordan K. Hubbard2000-03-153-18/+18
| | | | Notes: svn path=/head/; revision=58091
* Add USA_RESIDENT to release make variables; can't hurt.Jordan K. Hubbard2000-03-121-0/+3
| | | | | | | Submitted by: Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp> Notes: svn path=/head/; revision=57938
* Remove PkgInteractive hack - it won't work like this.Jordan K. Hubbard2000-03-124-7/+1
| | | | Notes: svn path=/head/; revision=57924
* Note FPU exceptions default changeMartin Cracauer2000-03-111-0/+8
| | | | Notes: svn path=/head/; revision=57910
* Do the right thing with USA_RESIDENTJordan K. Hubbard2000-03-102-5/+5
| | | | Notes: svn path=/head/; revision=57893
* s/chose/choose/ in all the relevant places.Jordan K. Hubbard2000-03-102-4/+4
| | | | | | | Noticed by: John Reynolds <jjreynold@home.com> Notes: svn path=/head/; revision=57892
* Added notes about:Tatsumi Hosokawa2000-03-102-12/+70
| | | | | | | | | (1) ed and ep PC-card drivers. (2) sn driver and Megahertz X-Jack Ethernet (3) Melco Airconnect under wi driver Notes: svn path=/head/; revision=57891
* Remove any mention of PCI support relating to userconfig.Mike Smith2000-03-092-15/+5
| | | | | | | | | Remove the comment about Mylex RAID controllers, as this has been fixed. Approved by: jkh (partly) Notes: svn path=/head/; revision=57837
* Add Compaq ArraysJonathan Lemon2000-03-081-0/+2
| | | | Notes: svn path=/head/; revision=57832
* Fix inexplicable crypto->des reversion.Jordan K. Hubbard2000-03-081-1/+1
| | | | Notes: svn path=/head/; revision=57826
* Whoops - really make the "fix" I did to the dmenuToggleVariable logicJordan K. Hubbard2000-03-081-2/+8
| | | | | | | work. Notes: svn path=/head/; revision=57825