summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* swap support is actually pretty important; put it backjkh1999-01-225-5/+0
| | | | CVS: ----------------------------------------------------------------------
* Update for 4.0 by adding the first two major changes and deleting a lotwollman1999-01-212-144/+46
| | | | of irrelevant (2.x/3.x) content.
* Set JADETEX=no on ports build line.jkh1999-01-201-2/+2
| | | | Prompted by: nik
* Replace old SAVE_USERCONFIG code with a customized version of Andrzej'sjkh1999-01-205-7/+117
| | | | kget code. Also collapse a redundant case in cdrom code.
* Remove obsolete dset code. It's an ELF/3-stage boot world now and therejkh1999-01-2010-1714/+2
| | | | | are cleaner ways of doing this that don't involve stomping on kernel binaries directly.
* Add missing "quit".abial1999-01-191-1/+2
|
* Don't start (now) noneexistent snmpd.abial1999-01-192-8/+2
|
* Remove generated copy of the file.abial1999-01-191-80/+0
|
* Add NOPAM hook.abial1999-01-192-11/+8
|
* Remove PROCFS - we don't use it.abial1999-01-191-2/+1
|
* Remove snmp for now - it has to either shrink, or we have to inventabial1999-01-192-8/+2
| | | | something else...
* Add NOPAM hook to be able to use login(1) here...abial1999-01-192-12/+9
|
* Sync more with reality...abial1999-01-192-6/+22
|
* Emulate getpass behaviour when asking for user's password.abial1999-01-192-10/+95
| | | | | | Add ability to use PAP/CHAP authentication in auto-generated ppp.conf. Let users edit ppp arguments before the first run.
* Add stty to emulate getpass in dialup script.abial1999-01-192-4/+4
|
* Next round of fixes before 3.1-RELEASE.abial1999-01-193-16/+16
|
* Bump version number to 0.43abial1999-01-191-1/+1
|
* Significant modifications to the SCSI controller support sections in bothken1999-01-194-162/+192
| | | | | | | | | | | | | | | | files. They are now both basically the same. I also modified the driver list in HARDWARE.TXT: add the adw and isp drivers, and indicate that the uha driver isn't yet supported under CAM. This includes specific mention of all supported NCR and BusLogic models, additional qualification of the supported DPT and QLogic models, and some additions to the list of supported onboard Adaptec chips. The hope is, of course, that this will lead to fewer questions like "is the froboz SCSI controller supported?" I think the formatting of the new entries looks okay, but someone with a better eye for things like that might want to look at this.
* Qualify Adaptec 2920 support -- only the 2920C is supported. The 2920 is aken1999-01-192-4/+4
| | | | | | | rebadged Future Domain card that is not supported. Also, only the DPT SmartRAID III and IV are supported. (The SmartRAID V isn't yet supported by the DPT driver.)
* Update to include new drivers, mention newly supported fast ethernetwpaul1999-01-182-4/+88
| | | | adapters.
* Mention that the CNet Pro110B is supported (ax driver).wpaul1999-01-182-0/+2
|
* Fix copy & paste error.abial1999-01-185-85/+6
| | | | Submitted by: Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za>
* More floppy size adjustments - I thought I'd already committed these, whoops!jkh1999-01-166-2/+12
|
* Fix Makefile so it works.danny1999-01-162-8/+10
| | | | | Change date format to yyyy/mm/dd hh:mm:ss Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Use the new kget syntax.abial1999-01-144-8/+8
|
* Add natd entry.abial1999-01-144-0/+4
|
* Change to new syscons devices.abial1999-01-146-12/+24
|
* Use the new syntax for kget.abial1999-01-142-4/+4
|
* Fix to match new syntax for kget.abial1999-01-142-4/+4
|
* Change to the new syscons devices.abial1999-01-142-5/+9
|
* Make transition to ELF kernel. Fix the userconfig_script handling.abial1999-01-145-25/+22
|
* (Fix null log in previous commit).abial1999-01-141-1/+2
| | | | | | | Change /boot/boot.conf to /boot/loader.rc - this name reflects what it really is. Agreed upon by: jkh, msmith and many others
* *** empty log message ***abial1999-01-131-6/+6
|
* Mention isdn4bsd support.joerg1999-01-132-0/+8
| | | | Forgotten by: phk :)
* Replace /mnt with ${MNT}msmith1999-01-121-2/+2
| | | | | PR: misc/7965 Submitted by: Junji SAKAI sakai@jp.freebsd.org
* Allow chflags(1) to fail inside the chroot environment for /R. Thisjoerg1999-01-121-3/+3
| | | | can happen iff ${CHROOTDIR} is NFS-mounted.
* Oops, I missed a few more /etc/nologin references yesterday. It appearsasami1999-01-126-12/+10
| | | | | | my check of the tree was incomplete. Sorry guys. Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
* Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories.asami1999-01-111-9/+6
|
* Try some new floppy sizes.jkh1999-01-111-12/+6
|
* No longer install obsolete boot.help file.rnordier1999-01-101-8/+1
|
* whoops, missed one.jkh1999-01-101-15/+0
|
* Nuke this - it's antiquated and unmaintained.jkh1999-01-0917-489/+0
|
* Really delete the netboot image off the alpha floppy. I think Jordangpalmer1999-01-091-2/+2
| | | | got his paths confused :)
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-093-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT, /sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT accordingly. For now, the only board that I know of that uses this chip is the Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.) Thanks again to Ulf for obtaining the board for me. If anyone runs across another, please feel free to update the man page and/or the release notes. (The same applies for the other drivers.) FreeBSD should now have support for all of the DEC tulip workalike chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX). And unless I'm mistaken, it should also have support for all PCI fast ethernet chipsets in general (except maybe the SMC FEAST chip, which nobody seems to ever use, including SMC). Now if only we could convince 3Com, Intel or whoever to cough up some documentation for gigabit ethernet hardware. Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported by the Macronix driver (assuming you actually have an SVEC PN102TX with a Macronix chip on it; I tried to order a PN102TX once and got a box labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside it).
* Adios, kzip - you don't work on ELF kernels.jkh1999-01-091-10/+1
|
* Replace kget with version which obtains its info from newly addedabial1999-01-086-675/+134
| | | | sysctl machdep.uc_devlist, instead of /dev/kmem.
* close doc race.jkh1999-01-081-8/+16
|
* Copy only the boot1 and boot2 (if exists) files into mfs/boot sincejkh1999-01-081-2/+3
| | | | we don't need the others there.
* DTRT with gzip'd alpha kernels.jkh1999-01-081-2/+9
| | | | Submitted by: dfr
* Adapt sysinstall more fully to the alpha (deal with proper boot signatures,jkh1999-01-087-10/+61
| | | | | | don't present label editor, etc). Submitted by: dfr
OpenPOWER on IntegriCloud