summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Really fix the auto keyword botch correctly by just letting itjkh1999-10-051-2/+2
| | | | | | do its job and not override it when set. Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
* Fix building non-crypto releases.phk1999-10-031-1/+3
|
* Use sigemptyset rather than sa_mask = 0.peter1999-09-302-2/+2
| | | | Submitted by: "John W. DeBoskey" <jwd@unx.sas.com>
* Sigh, too many late nights!jkh1999-09-301-1/+1
|
* Oh bollocks, I really screwed up the "auto" check here. Timejkh1999-09-271-1/+1
| | | | | | to crack the K&R; I must have forgotten the C language. :) Embarrassingly noticed by: Howard Gutch <logix@foobar.franken.de>
* Guard against an rm returning non-zero status.jkh1999-09-231-1/+1
| | | | Noticed by: Makoto MATSUSHITA
* Mention in the documentation that the AOpen/Acer ALN-320 is a supportedwpaul1999-09-224-0/+4
| | | | ethernet card (PCI, VIA Rhine II chipset).
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-225-3/+13
| | | | | | | | | | | | | | | for the AN985 "Centaur" chip, which is apparently the next genetation of the "Comet." The AN985 is also a tulip clone and is similar to the AL981 except that it uses a 99C66 EEPROM and a serial MII interface (instead of direct access to the PHY registers). Also updated various documentation to mention the AN985 and created a loadable module. I don't think there are any cards that use this chip on the market yet: the datasheet I got from ADMtek has boxes with big X's in them where the diagrams should be, and the sample boards I got have chips without any artwork on them.
* Prepare for K5.markm1999-09-195-10/+10
|
* execute a strategic clear.jkh1999-09-191-1/+3
|
* Deal with new "auto" setting for network_interfaces.jkh1999-09-191-1/+1
|
* Make trash removals less chatty.jkh1999-09-191-1/+2
|
* MF3: various small tweaks.jkh1999-09-172-4/+2
|
* Some minor cosmetics: make mkdir less chatty in the output and stop making /Rjkh1999-09-161-9/+10
| | | | magic.
* If enlightenment is present, gnome-session starts it automagically.jkh1999-09-151-1/+1
|
* Don't need to add bpf anymore.jkh1999-09-145-15/+0
|
* Foo. Maybe I should get Peter to hook ispell up in commit_prep.pl.obrien1999-09-141-1/+1
|
* Add the NIS domain to the tweakable knobs.obrien1999-09-141-0/+2
|
* Brutally rip more stuff out of the fixit image so that we can startjkh1999-09-142-8/+6
| | | | build 4.0-stapshots again. It's still overflowing. :(
* Make the fixit floppy 2.88MB as a temporary "solution" to get the nightlypeter1999-09-131-2/+2
| | | | snaps re-running. This is not a fix. (The alpha already does this)
* Apparently, it's not console=serial to set the serial console,jkh1999-09-131-1/+1
| | | | | | | it's serial=comconsole. I wish it were easier to figure this stuff out. :) Submitted by: jfieber
* Preserve permissions through tar pipelines.jkh1999-09-113-7/+13
|
* Remove duplicated bits from boot floppy (where they're already available) injkh1999-09-092-6/+6
| | | | an effort to get this back down to size.
* Provide another installation option for GNOME so we have the more "classicjkh1999-09-082-13/+16
| | | | GNOME" desktop that Debian does as an option.
* Bump maxusers in installation kernel down to something more low-memoryjkh1999-09-085-0/+20
| | | | friendly.
* Allow flags to be passed to patch when using LOCAL_PATCHESjkh1999-09-071-1/+1
|
* VERY preliminary versions of these documents for the Alpha. I'vejkh1999-09-062-0/+1266
| | | | | | made only the most superficial changes so far to HARDWARE.TXT and eliminated the stuff I absolutely knew didn't work. That still leaves a lot of work to do and this is mostly just a place-holder for now.
* Only do dhclient once; it has its own internal retry which is more thanjkh1999-09-061-8/+10
| | | | | long enough (and doing it multiple times results in a dialog which waits AGES to complete).
* This commit adds driver support for PCI fast ethernet NICs based onwpaul1999-09-063-0/+14
| | | | | | | | | | | | | | | | the Davicom DM9100 and DM9102 chipsets, including the Jaton Corporation XPressNet. Datasheet is available from www.davicom8.com. The DM910x chips are still more tulip clones. The API is reproduced pretty faithfully, unfortunately the performance is pretty bad. The transmitter seems to have a lot of problems DMAing multi-fragment packets. The only way to make it work reliably is to coalesce transmitted packets into a single contiguous buffer. The Linux driver (written by Davicom) actually does something similar to this. I can't recomment this NIC as anything more than a "connectivity solution." This driver uses newbus and miibus and is supported on both i386 and alpha platforms.
* Fix an old reference to the old docs directories. Looks likejkh1999-09-061-2/+7
| | | | | | this one went completely uncaught for months! Caught by: jack <jack@germanium.xtalwind.net>
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-053-0/+9
| | | | | | | | | | | | SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the SiS chips can be found at www.sis.com.tw. This is a fairly simple chipset. The receiver uses a 128-bit multicast hash table and single perfect entry for the station address. Transmit and receive DMA and FIFO thresholds are easily tuneable. Documentation is pretty decent and performance is not bad, even on my crufty 486. This driver uses newbus and miibus and is supported on both the i386 and alpha architectures.
* Update to include IPFW changes that have happened relatively recently.green1999-09-041-0/+11
|
* Update to XFree86 release 3.3.5jkh1999-09-043-54/+54
|
* o Catch up with pnp changes - kget no longer saves pnp data.jkh1999-09-044-61/+6
| | | | o Catch up with ncurses updates - some internal function names have changed.
* Migrate these files down to their ${ARCH} subdir. I should have donejkh1999-09-044-1393/+119
| | | | | this awhile back (next commit will kludge up something reasonable for the Alpha).
* MFS: I found a few bogons here which were fixed in -stable (!) but notjkh1999-09-041-3/+3
| | | | -current.
* It's "router_flags" not "routerflags"jkh1999-09-021-1/+1
| | | | | Submitted by: kasey@ambernetworks.com PR: 13534
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,jkh1999-09-0219-110/+334
| | | | | | | | | | I backed-out the changes in -current and didn't touch stable at all (I thought I had my patch order reversed, not what actually happened). AIEEE! I can't even blame the crack for this one since I broke my crack pipe a few weeks ago. I think sleep deprivation gets the blame for this one. Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,jkh1999-09-0119-333/+109
| | | | | | | bringing in DHCP support. The only thing I left out were Poul-Henning's newfs changes since I'm not sure if he's brought the rest of that support into -stable yet. If it turns out that this is the case, I'll MFC those changes too.
* Ppp is started on vty2, not vty3brian1999-09-011-1/+1
|
* Remove tee from stage1 call. You can't capture the return code from stage1dwhite1999-08-291-1/+1
| | | | (easily) so it gives false 'success' indications.
* MFS: Dialog-ify 'reuse custom directory' question.dwhite1999-08-291-7/+14
|
* Always set the MBR value. When you leave it uninitialized, it seemsjkh1999-08-281-10/+6
| | | | like libdisk does bad things. :)
* Backout my last commit. Exit status is $?roger1999-08-281-1/+1
|
* Add file which was missed in last commits due to CVS problemsroger1999-08-281-0/+18
|
* Add file which was missing from previous commitsroger1999-08-281-0/+60
|
* $Id$ -> $FreeBSD$peter1999-08-28177-179/+179
|
* 'build' calls 'stage1'roger1999-08-271-2/+2
| | | | | The check for the exit status of the 'stage1' script was broken. Change "X$?" != "X0" to "X?" != "X0"
* Fix a typo.jkh1999-08-271-4/+4
| | | | Reported by: Terry Jones <terry@cliffs.ucsd.edu>
* Handle the new Makefile infrastructure in the doc/ repository.nik1999-08-261-3/+3
| | | | | | | | | | | | | Set ALLLANG to install all the languages, otherwise set DOC_LANG to just the languages (and encodings) you want to install. Default to building the html-split (lots of small HTML files, with links to go between them), html (one big honking HTML file), and plain text versions of the documentation. Does not compress any of the docs prior to doing the installation. Testing and feedback: Jack O'Neill <jack@germanium.xtalwind.net>, Cockups and typos: nik
OpenPOWER on IntegriCloud