summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* MFS.obrien1999-05-101-0/+8
|
* Turn on compat22 dist.obrien1999-05-091-2/+2
|
* Gdb has been updated to version 4.18 and is now part of the standarddfr1999-05-082-0/+6
| | | | release for FreeBSD/alpha.
* Don't install compat22 by default.jkh1999-05-072-4/+9
| | | | Add some more safety belts to package foo.
* Erm, correct mighty braino in previous "don't annoy me" change.jkh1999-05-071-7/+10
|
* Make saving kernel configuration info disable-able (may be useful in certainjkh1999-05-073-14/+22
| | | | situations).
* Use a more correct filesystem type name if given a "UFS" mountpoint that'sjkh1999-05-071-2/+10
| | | | | | not really UFS. PR: 10711
* Commit a more general version of the last patch; don't do any back-fillingjkh1999-05-071-18/+21
| | | | of values more than once. User might want to override them.
* 1. Silence warning.jkh1999-05-072-3/+4
| | | | 2. Deal with potential whitespace evil early (PR#7455).
* Added details of PCI network cards which work by emulating the NE2000.roger1999-05-064-6/+16
| | | | | | | RealTek 8029, NetVin 5000, Winbond W89C940, Surecom NE-34, VIA VT86C926. (checked with Bill Paul) Mention the Brooktree Bt878 is supported by the Bt848 driver.
* revert premature DHCP commitjkh1999-05-061-4/+3
|
* Argh, those last two commits snuck in with the other one by mistake.jkh1999-05-061-1/+3
| | | | Disable the non-working dhcp client code I just committed by mistake.
* Fix includes; I had a slightly different Makefile than everyone elsejkh1999-05-063-8/+24
| | | | | | which is why I didn't see this. :) Noted by: Maxim Sobolev <sobomax@altavista.net>
* Another round of updates for -current and 3.2jkh1999-05-055-14/+23
|
* Typo fix.jkh1999-05-052-4/+4
|
* Fix a few bogons and make this safer for humanity.jkh1999-05-051-23/+36
|
* Deal with MAKEDEV's braindedness.abial1999-05-054-12/+26
| | | | | Submitted by: Patrick Powell <papowell@astart4.astart.com> Reviewed by: abial
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-054-0/+12
| | | | | | | | | | | | | | | | | | | | | | adapter (and some workalikes). Also add man pages and a wicontrol utility to manipulate some of the card parameters. This driver was written using information gleaned from the Lucent HCF Light library, though it does not use any of the HCF Light code itself, mainly because it's contaminated by the GPL (but also because it's pretty gross). The HCF Light lacks certain featurs from the full (but proprietary) HCF library, including 802.11 frame encapsulation support, however it has just enough register information about the Hermes chip to allow someone with enough spare time and energy to implement a proper driver. (I would have prefered getting my hands on the Hermes manual, but that's proprietary too. For those who are wondering, the Linux driver uses the proprietary HCF library, but it's provided in object code form only.) Note that I do not have access to a WavePOINT access point, so I have only been able to test ad-hoc mode. The wicontrol utility can turn on BSS mode, but I don't know for certain that the NIC will associate with an access point correctly. Testers are encouraged to send their results to me so that I can find out if I screwed up or not.
* Simple_HTTPd on steroids - major rework of the original program, byabial1999-05-053-210/+463
| | | | | | | | | | | | William Lloyd. New features include: * many additional command line options * "fetch" mode * less bugs :-) * better README. Submitted by: William Lloyd <wlloyd@lap.net> Reviewed by: abial
* Typo fix and a very minor wording adjustment.max1999-05-052-6/+6
|
* Substantially update this to match reality. Also do a typo/facto pass overjkh1999-05-042-160/+150
| | | | Max's serial console instructions (this is good stuff, thanks Max!).
* Add a new section ``Tips for Serial Console Users''. (Previousmax1999-05-042-2/+56
| | | | | | commit included the entry for this section in the Table of Contents by mistake.) Also, some typo fix.
* Style fix: make the indentation consistent.max1999-05-042-6/+8
|
* Install boot.config with `-P' in it in the i386 boot floppy.max1999-05-021-2/+5
| | | | | | Also, let the bigboot floppy to have /boot/loader.rc with echo \007\007 autoboot 10
* Add dhclient to mfsroot floppy - changes to sysinstall to follow.jkh1999-05-015-5/+10
|
* Shuffle source selection menu items to make it a little easier to use.jkh1999-05-011-6/+6
|
* Change references from "passwordperiod" to "passwordtime", sincehoek1999-04-304-8/+8
| | | | | | "passwordtime" is what passwd(1) has actually been using. I suspect passwordperiod was the original intent. I can't figure-out which, if either, BSDi uses. If anyone knows...
* pppd/Makefile:jdp1999-04-291-2/+2
| | | | | | | | | Enable MS-CHAP support. release/Makefile: Build a separate NOCRYPT version of pppd, to keep This Great Nation's top-secret cryptographic tools out of the filthy hands of those evil furriners.
* Deal with new loader syntax in determining how/when to load a userconfigjkh1999-04-281-16/+7
| | | | | | | | script. Submitted by: "Daniel C. Sobral" <dcs@newsguy.com> Avoided by: jkh Demanded by: The Users
* Write config files to /usr/share/skel as well as root's profile.jkh1999-04-281-11/+17
|
* Do the right thing for windowmaker installation if it's picked. Add somejkh1999-04-281-7/+17
| | | | seat belts for failed desktop installations.
* o Make package matching for specific package loading use the Latest/jkh1999-04-277-35/+112
| | | | | | | | feature of packages now so that no version info is embedded. o Add a default X desktop menu offering afterstep, enlightenment, KDE, GNOME and Windowmaker desktops instead of the boring twm(1) based one if the user so chooses. This will require a little testing.
* echo ^G^G -> echo \007\007 in loader.rc in kern.flp.max1999-04-271-3/+3
|
* Change the loader.rc in the boot floppy to:max1999-04-251-2/+4
| | | | | | | | | | | 1. Enable use of serial console for installation by using autoboot instead of boot. 2. Beep when the mfs root floppy needs to be placed in the fdd. 3. Beep again when mfs root image is loaded and the loader waits for ten seconds before it starts booting for any input. (Serial console users can say " boot -h" here.)
* Remove the registration stuff; we're redoing this and the emailedjkh1999-04-248-397/+7
| | | | registrations have a high failure rate for various reasons.
* Add Id.obrien1999-04-211-0/+2
|
* Add compat3x to the mix.obrien1999-04-213-19/+27
| | | | Reviewed by: jkh
* Add compat22 and compat3x.obrien1999-04-202-20/+20
|
* Add script to install the compat3x distribution.obrien1999-04-201-0/+8
|
* Add the compat3x dist.obrien1999-04-201-2/+2
|
* Fix a misspelling.jkh1999-04-132-2/+2
|
* Update the list of supported USB devices with the list that is stored inn_hibma1999-04-112-4/+50
| | | | usbdevs.h and usbdevs_data.h. Any additional entries are welcome.
* Updated the list of devices supported by the USB susystem.n_hibma1999-04-102-8/+82
| | | | Thanks Mike for the hint.
* Add ISDN cards supported by isdn4bsd to list of supported hardware,hm1999-04-102-4/+84
| | | | remove nic driver for Dr. Neuhaus Niccy 300x ISDN cards from this list
* Add a skinny USB section. Note that the Zip mention preempts the actualmsmith1999-04-082-2/+34
| | | | comitting of the umass driver by a little.
* State the need to read errata more, um, strongly.jkh1999-04-083-15/+34
|
* Don't allow upgrade to touch /usr/src; only evil can result fromjkh1999-04-071-1/+12
| | | | that kind of overlay smashing.
* Add driver support for gigabit ethernet adapters based on the Alteonwpaul1999-04-065-1/+48
| | | | | | | | | | | | | | | | | | | | | | | Networks Tigon 1 and Tigon 2 chipsets. There are a _lot_ of OEM'ed gigabit ethernet adapters out there which use the Alteon chipset so this driver covers a fair amount of hardware. I know that it works with the Alteon AceNIC, 3Com 3c985 and Netgear GA620, however it should also work with the DEC/Compaq EtherWORKS 1000, Silicon Graphics Gigabit ethernet board, NEC Gigabit Ethernet board and maybe even the IBM and and Sun boards. The Netgear board is the cheapest (~$350US) but still yields fairly good performance. Support is provided for jumbo frames with all adapters (just set the MTU to something larger than 1500 bytes), as well as hardware multicast filtering and vlan tagging (in conjunction with the vlan support in -current, which I should merge into -stable soon). There are some hooks for checksum offload support, but they're turned off for now since FreeBSD doesn't have an officially sanctioned way to support checksum offloading (yet). I have not added the 'device ti0' entry to GENERIC since the driver with all the firmware compiled in is quite large, and it doesn't really fit into the category of generic hardware.
* Add an option for resetting and rescanning the probed device list, perhapsjkh1999-04-064-6/+39
| | | | | | | | to now detect that CD you just remembered to put in the drive or that pccard NIC that you've inserted (anybody can put pccardd in an mfsroot image now you know.. :) Requested by: Annelise Anderson <andrsn@andrsn.Stanford.EDU>
* 4.0 will offer EGCS over GCC to the world.obrien1999-04-042-0/+6
|
OpenPOWER on IntegriCloud