Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add two additional cards to the supported adapters list: the Racore 8165 | wpaul | 1999-01-29 | 4 | -0/+8 |
| | | | | | | | | | and Racore 8148 adapters are now supported by the ThunderLAN driver. The 8165 is just a plain vanilla 10/100 card; the 8148 is a 'multi- personality' adapter which can support 10baseT, 100baseTX and 100baseFX if you include the proper modules. Also update the tl man page to mention the Racore cards. | ||||
* | More support for Alpha installs. | jkh | 1999-01-29 | 3 | -8/+44 |
| | | | | Submitted by: dfr | ||||
* | Nuke pnp0 from boot.flp | jkh | 1999-01-28 | 5 | -0/+5 |
| | |||||
* | Write changes out to /etc/rc.conf.site now rather than mucking with | jkh | 1999-01-27 | 3 | -51/+68 |
| | | | | | rc.conf. There were many different ways I could have done this, some of them "cleaner", but this represented the lowest impact. | ||||
* | OK, now the boot floppies work again. Also collapse some common | jkh | 1999-01-26 | 1 | -22/+5 |
| | | | | build cases. | ||||
* | 1. Adjust fs sizes to get floppies back under control. | jkh | 1999-01-26 | 6 | -21/+66 |
| | | | | | 2. Viciously slash all CD support out of boot.flp. It's basically just a net boot floppy now. | ||||
* | NO_LKM is deprecated | jkh | 1999-01-26 | 5 | -5/+0 |
| | |||||
* | s/wcd/acd/ | jkh | 1999-01-26 | 4 | -4/+4 |
| | | | | Noted by: des | ||||
* | Play with MFS size a little. | jkh | 1999-01-25 | 1 | -2/+3 |
| | |||||
* | swap support is actually pretty important; put it back | jkh | 1999-01-22 | 5 | -5/+0 |
| | | | | CVS: ---------------------------------------------------------------------- | ||||
* | Update for 4.0 by adding the first two major changes and deleting a lot | wollman | 1999-01-21 | 2 | -144/+46 |
| | | | | of irrelevant (2.x/3.x) content. | ||||
* | Set JADETEX=no on ports build line. | jkh | 1999-01-20 | 1 | -2/+2 |
| | | | | Prompted by: nik | ||||
* | Replace old SAVE_USERCONFIG code with a customized version of Andrzej's | jkh | 1999-01-20 | 5 | -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 there | jkh | 1999-01-20 | 10 | -1714/+2 |
| | | | | | are cleaner ways of doing this that don't involve stomping on kernel binaries directly. | ||||
* | Add missing "quit". | abial | 1999-01-19 | 1 | -1/+2 |
| | |||||
* | Don't start (now) noneexistent snmpd. | abial | 1999-01-19 | 2 | -8/+2 |
| | |||||
* | Remove generated copy of the file. | abial | 1999-01-19 | 1 | -80/+0 |
| | |||||
* | Add NOPAM hook. | abial | 1999-01-19 | 2 | -11/+8 |
| | |||||
* | Remove PROCFS - we don't use it. | abial | 1999-01-19 | 1 | -2/+1 |
| | |||||
* | Remove snmp for now - it has to either shrink, or we have to invent | abial | 1999-01-19 | 2 | -8/+2 |
| | | | | something else... | ||||
* | Add NOPAM hook to be able to use login(1) here... | abial | 1999-01-19 | 2 | -12/+9 |
| | |||||
* | Sync more with reality... | abial | 1999-01-19 | 2 | -6/+22 |
| | |||||
* | Emulate getpass behaviour when asking for user's password. | abial | 1999-01-19 | 2 | -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. | abial | 1999-01-19 | 2 | -4/+4 |
| | |||||
* | Next round of fixes before 3.1-RELEASE. | abial | 1999-01-19 | 3 | -16/+16 |
| | |||||
* | Bump version number to 0.43 | abial | 1999-01-19 | 1 | -1/+1 |
| | |||||
* | Significant modifications to the SCSI controller support sections in both | ken | 1999-01-19 | 4 | -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 a | ken | 1999-01-19 | 2 | -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 ethernet | wpaul | 1999-01-18 | 2 | -4/+88 |
| | | | | adapters. | ||||
* | Mention that the CNet Pro110B is supported (ax driver). | wpaul | 1999-01-18 | 2 | -0/+2 |
| | |||||
* | Fix copy & paste error. | abial | 1999-01-18 | 5 | -85/+6 |
| | | | | Submitted by: Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za> | ||||
* | More floppy size adjustments - I thought I'd already committed these, whoops! | jkh | 1999-01-16 | 6 | -2/+12 |
| | |||||
* | Fix Makefile so it works. | danny | 1999-01-16 | 2 | -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. | abial | 1999-01-14 | 4 | -8/+8 |
| | |||||
* | Add natd entry. | abial | 1999-01-14 | 4 | -0/+4 |
| | |||||
* | Change to new syscons devices. | abial | 1999-01-14 | 6 | -12/+24 |
| | |||||
* | Use the new syntax for kget. | abial | 1999-01-14 | 2 | -4/+4 |
| | |||||
* | Fix to match new syntax for kget. | abial | 1999-01-14 | 2 | -4/+4 |
| | |||||
* | Change to the new syscons devices. | abial | 1999-01-14 | 2 | -5/+9 |
| | |||||
* | Make transition to ELF kernel. Fix the userconfig_script handling. | abial | 1999-01-14 | 5 | -25/+22 |
| | |||||
* | (Fix null log in previous commit). | abial | 1999-01-14 | 1 | -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 *** | abial | 1999-01-13 | 1 | -6/+6 |
| | |||||
* | Mention isdn4bsd support. | joerg | 1999-01-13 | 2 | -0/+8 |
| | | | | Forgotten by: phk :) | ||||
* | Replace /mnt with ${MNT} | msmith | 1999-01-12 | 1 | -2/+2 |
| | | | | | PR: misc/7965 Submitted by: Junji SAKAI sakai@jp.freebsd.org | ||||
* | Allow chflags(1) to fail inside the chroot environment for /R. This | joerg | 1999-01-12 | 1 | -3/+3 |
| | | | | can happen iff ${CHROOTDIR} is NFS-mounted. | ||||
* | Oops, I missed a few more /etc/nologin references yesterday. It appears | asami | 1999-01-12 | 6 | -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. | asami | 1999-01-11 | 1 | -9/+6 |
| | |||||
* | Try some new floppy sizes. | jkh | 1999-01-11 | 1 | -12/+6 |
| | |||||
* | No longer install obsolete boot.help file. | rnordier | 1999-01-10 | 1 | -8/+1 |
| | |||||
* | whoops, missed one. | jkh | 1999-01-10 | 1 | -15/+0 |
| |