summaryrefslogtreecommitdiff
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix HTTP port addresses for the IPv6 case.Jordan K. Hubbard2000-08-031-11/+13
| | | | | | | Submitted by: pho and Hajimu UMEMOTO Notes: svn path=/head/; revision=64175
* Add all the missing US keymaps.David E. O'Brien2000-07-311-0/+5
| | | | Notes: svn path=/head/; revision=64070
* Don't offer the PC98 link kit or setup on non-i386 installs.David E. O'Brien2000-07-311-0/+4
| | | | Notes: svn path=/head/; revision=64068
* Support for the Panasonic / Matshita USB FDD.Nick Hibma2000-07-311-0/+4
| | | | | | | | Submitted by: SAKIYAMA Nobuo <sakichan@lares.dti.ne.jp> PR: kern/20300 Notes: svn path=/head/; revision=64058
* Fix the obvious make and sed syntax errors lurking from my last "fix".Neil Blakey-Milner2000-07-311-3/+3
| | | | Notes: svn path=/head/; revision=64054
* - FreeBSD supports the Alpha Platform as wellAlexander Langer2000-07-311-5/+5
| | | | | | | - There are now more than 3500 ports in the ports collection. Notes: svn path=/head/; revision=64051
* - Update the list of backuped files during upgrade according toAlexander Langer2000-07-311-13/+15
| | | | | | | | sysinstall's source-code. - wd(4) -> ad(4) Notes: svn path=/head/; revision=64050
* Add hebrew.Satoshi Asami2000-07-311-0/+1
| | | | Notes: svn path=/head/; revision=64037
* Fix the HTTP transfer code to correctly parse the port number ifJordan K. Hubbard2000-07-302-17/+18
| | | | | | | | | specified. Submitted by: pho Notes: svn path=/head/; revision=64033
* Change the defaults for portmap, sendmail and inetd to be not running them.Eivind Eklund2000-07-281-0/+4
| | | | | | | | | | | | | | | Make sysinstall override this on install, so the effective behavioural change for a newly installed system is null. Overall, this makes a system with an empty /etc/rc.conf not run any network services, and makes the FreeBSD-provided network services that are running visible in /etc/rc.conf (instead of making people look through /etc/defaults/rc.conf to find the things they need to disable to secure the system.) Reviewed by: jhb Discussed with: The usual cabal Notes: svn path=/head/; revision=63980
* * Add back DEVRANDOM for all arch's until we deal better with theDavid E. O'Brien2000-07-285-10/+5
| | | | | | | | | installation of random sensative packages. * Remove the `ncr' driver in the Alpha case -- the `sym' driver works with every known Alpha. Notes: svn path=/head/; revision=63970
* Add in some more new features for the release notes.John Baldwin2000-07-271-0/+20
| | | | | | | | PR: docs/20065 Submitted by: Bruce A. Mah <bmah@cisco.com> Notes: svn path=/head/; revision=63945
* Fix an annoying bogon in the form of a missing tab when generating CD-ROMJohn Baldwin2000-07-271-1/+1
| | | | | | | | | mount points in /etc/fstab. Requested by: obrien Notes: svn path=/head/; revision=63902
* Remove the 'going nowhere' warning as this belongs in the RELNOTES onlyWilko Bulte2000-07-261-8/+1
| | | | | | | (if it does not get resolved in the first place) Notes: svn path=/head/; revision=63888
* Fix a paste-o error which broke the buildJordan K. Hubbard2000-07-261-2/+1
| | | | | | | Pointy-hat to: jhb Notes: svn path=/head/; revision=63885
* Take a lesson from picoBSD: symlink /bin and /sbin to /stand in the mfsrootJohn Baldwin2000-07-261-2/+5
| | | | | | | and install dhclient-script in stand/. Notes: svn path=/head/; revision=63871
* Bump an upper limit test so the xterm termcap selection actually works.John Baldwin2000-07-261-1/+1
| | | | Notes: svn path=/head/; revision=63869
* Since the XFree86 port builds and installs some extras not found in theJohn Baldwin2000-07-2651-0/+5170
| | | | | | | | | 3.3.6 base distribution, some of the packing lists needed hacking so that they would pack up everything in the right place. As a result, go ahead and just add a directory for the packing lists. These are the i386 packing lists. Notes: svn path=/head/; revision=63868
* This script uses the other scripts in this directory to build XFree86John Baldwin2000-07-261-0/+54
| | | | | | | | 3.3.6 in a work directory and package it up into a set of tarballs that can be used in a release. Notes: svn path=/head/; revision=63867
* This script takes the packing lists we generated earlier and generates theJohn Baldwin2000-07-261-0/+79
| | | | | | | | | corresponding tarball from it. It uses the packing list name to determine the tarball name. If the tarball name ends in 'gz', it will be gzipped, if it ends in 'bz', it will be bzip2'd. Notes: svn path=/head/; revision=63866
* This script uses the XFree86 and XFree86-contrib ports to build and installJohn Baldwin2000-07-262-0/+653
| | | | | | | | | | | XFree86 3.3.6 into a scratch directory. The patch file patches the XFree86 port to not ask any questions and to actually be able to install some things like the i810 server link kit bits. If you want XF86Setup to build, you should have tk80 (not tk82) installed. If you want to XF86Setup_jp to build you need to have ja-tk80 installed. Notes: svn path=/head/; revision=63865
* This script uses an existing set of XFree86 distribution tarballs toJohn Baldwin2000-07-261-0/+75
| | | | | | | | generate a packing list for each tarball. We can later use these packing lists to roll our own tarballs. Notes: svn path=/head/; revision=63864
* Don't give the DEC Alpha user the chance to install the X servers that areDavid E. O'Brien2000-07-251-0/+6
| | | | | | | non-existant on non-i386 platforms. Notes: svn path=/head/; revision=63862
* Use a much saner method of locating the release directory on an FTP server.John Baldwin2000-07-252-114/+133
| | | | | | | | | | | | Now, if a release is specified, instead of just looking for a directory with the same name as the release, try several possible directories (each suffixed with the release name) relative to the base directory including ".", "releases/MACHINE", "snapshots/MACHINE", and each of those prefixed with "pub/FreeBSD/". This will allow us to remove the evil symlinks under pub/FreeBSD/releases/MACHINE/ to the snapshots on the ftp site. Notes: svn path=/head/; revision=63859
* Grrr, build a non-crypto version of tcpdump to stick in the bin distribution.John Baldwin2000-07-251-1/+2
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=63857
* sync with the RELENG_4 HARDWARE.TXTWilko Bulte2000-07-251-8/+24
| | | | Notes: svn path=/head/; revision=63846
* Actually make the date printing hack work.Jordan K. Hubbard2000-07-251-1/+1
| | | | Notes: svn path=/head/; revision=63835
* Restore the screen after possibly spamming it.Jordan K. Hubbard2000-07-251-0/+3
| | | | | | | Reported by: Brian J. McGovern <mcgovern@spoon.beta.com> Notes: svn path=/head/; revision=63832
* Remove outdated crypto comments.Jordan K. Hubbard2000-07-241-22/+0
| | | | Notes: svn path=/head/; revision=63807
* Terminate, with extreme prejudice, the USAResident hack whichJordan K. Hubbard2000-07-245-86/+2
| | | | | | | | | does bad things to /etc/make.conf in certain situations. Also soften the "don't install crypto from the USA!" messages since, except for RSA (which is still noted), that's not so true anymore. Notes: svn path=/head/; revision=63804
* Backout addition of -L switch to mtree. Using -L breaks theMarcel Moolenaar2000-07-235-10/+10
| | | | | | | | | build process in too many cases. Adding mtree to bootstrap-tools to solve this breaks the upgrade path because mtree needs a libc that has strtofflags and fflagstostr. Notes: svn path=/head/; revision=63776
* Oops, the moused disable option is now 6 instead of 4. Catch the menu textJohn Baldwin2000-07-231-1/+1
| | | | | | | | | up to this. Submitted by: Valeriy E. Ushakov <uwe@ptc.spbu.ru> Notes: svn path=/head/; revision=63765
* If ${BINDIR} is not present, create it before installing to it.Jordan K. Hubbard2000-07-211-1/+5
| | | | Notes: svn path=/head/; revision=63740
* Add a terminal entry for xterm; a lot of people are using xtermsJordan K. Hubbard2000-07-214-3/+10
| | | | | | | in the serial-installation of FreeBSD. Notes: svn path=/head/; revision=63737
* Add in the second half of the Slovenian FTP mirror entry.John Baldwin2000-07-211-0/+1
| | | | Notes: svn path=/head/; revision=63730
* Remove a menu item that looks funky.Jordan K. Hubbard2000-07-211-2/+0
| | | | | | | No donut for: obrien Notes: svn path=/head/; revision=63708
* Add slovenian FTP server to site list.Jordan K. Hubbard2000-07-211-1/+2
| | | | | | | Requested by: Blaz Zupan <blaz@amis.net> Notes: svn path=/head/; revision=63706
* Fix this so it compiles by adding a missing quote.John Baldwin2000-07-201-1/+1
| | | | Notes: svn path=/head/; revision=63677
* - Don't use quotes for the MD_ROOT_SIZE option when generating the BOOTMFSJohn Baldwin2000-07-201-10/+29
| | | | | | | | | | | | | kernel config file. - Add WORLD_FLAGS and KERNEL_FLAGS so you can build world and kernel with extra make options such as -jX to speed up release builds. - When building kernels, allow their hints to tag along, and use this to install hints onto the boot floppy. Since the boot floppy doesn't load loader.4th, we have to change device.hints to strip comments and change each line to an explicit set command. Notes: svn path=/head/; revision=63593
* - Clarify some of the text in sysinstall in regards to the cryto bits.John Baldwin2000-07-202-13/+13
| | | | | | | | | - Note that we are up to about 3600 ports now rather than about 3000 ports. Submitted by: kris Notes: svn path=/head/; revision=63583
* Add ftp.freebsd.org Snapshots to the list of servers.David E. O'Brien2000-07-191-0/+2
| | | | Notes: svn path=/head/; revision=63569
* Mark cdcontrol's "cdid" command as [MERGED].Ben Smithurst2000-07-192-2/+2
| | | | Notes: svn path=/head/; revision=63533
* From the PR:Ben Smithurst2000-07-192-60/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Correct FTP site for 4.0-stable snapshots and delete sentence fragment immediately following. [ not applicable to HEAD ] 2. Add FDDI section to table of contents (see #5 below) and add one line of whitespace. 3. In userland section, document csh->tcsh, more->less, and colorized ls. 4. In Ethernet section, do: s/gigabit ethernet/Gigabit Ethernet/ s/fast ethernet/Fast Ethernet/ s/ethernet/Ethernet/ 5. Pull DEC DEFPA/DEFEA *FDDI* cards out of the *Ethernet* section and into their own second-level section. 6. Add missing period in section header in ATM section. 7. Tweak upgrading sectio with some new text, not sure if this is much better though. 8. Add a blurb about the -stable mailing list. [ changed to -current list in HEAD ] PR: 20015 Submitted by: Bruce A. Mah <bmah@cisco.com> Notes: svn path=/head/; revision=63479
* document serial console habits of AS2100[a]Wilko Bulte2000-07-181-0/+6
| | | | Notes: svn path=/head/; revision=63442
* Remove <center> tags from with <title> section.Ben Smithurst2000-07-181-1/+1
| | | | | | | | | PR: 20002 Submitted by: James Johnson <bonk1138@msn.com> Approved by: patrick (from freebsd-small mailing list) Notes: svn path=/head/; revision=63428
* Add an empty crunch.inc with instructions that you can use it to adjustNeil Blakey-Milner2000-07-181-0/+2
| | | | | | | | | | | the building of the crunched binary. I'll add examples when I add the post-include mechanism, since the crunch.mk environment stomps on the pre-included crunch.inc's variables at the moment. Notes: svn path=/head/; revision=63426
* Make a separate build directory in which to put all the generatedNeil Blakey-Milner2000-07-182-6/+20
| | | | | | | | | | | | | | | | | objects, to simplify working with PicoBSD. Add the ability to put make instructions in crunch.inc to pass to the build process. Now explicitly make the objects in our own object tree, since we want to build the objects with our own defines, and allow this to occur in a common object tree for all PicoBSD builds, if required. This is controlled by the COMM_OBJ variable, for those who don't want this - setting it to /usr/obj again will just pick up the objects from your last make buildworld, as before. Notes: svn path=/head/; revision=63425
* Update PICOBSD-C kernel configuration to the new world order, grabbingNeil Blakey-Milner2000-07-181-139/+133
| | | | | | | | | | hints simply from GENERIC.hints. Added a bunch of comments about usb devices, new network cards, and IPv6. Notes: svn path=/head/; revision=63424
* Fix the one 'obj'-related breakage, and quieten the build. Also changeNeil Blakey-Milner2000-07-181-6/+6
| | | | | | | | symlinks from '/sbin' to 'sbin', so following the links make sense when not on the disk itself. Notes: svn path=/head/; revision=63420
* First part of PicoBSD makeover, adding basic 'obj' facilities, allowingNeil Blakey-Milner2000-07-181-62/+71
| | | | | | | | | | | | | | | | | | | | | | | | for read-only src tree. While I'm there: 1) Use kgzip, not kzip, since kzip certainly doesn't make bootable kernels anymore. loader still isn't built separately, let alone without forth support. This needs to be fixed. 2) Expand the mount/vnconfig examples to be the defacto way of making sure the filesystems are mounted, unmounted, or not configured. This needs more work. 3) quieten the build substantially, so errors are more prominent 4) Start of '-j' ability. Current style isn't quite in the correct dependency format for this, but obvious mistakes (changing directories in main shell) are fixed. Approved by: grog, dwhite, luigi (no objections to me doing a makeover) Notes: svn path=/head/; revision=63418