summaryrefslogtreecommitdiffstats
path: root/etc/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Updated entry for Xircom CreditCard Modemnate1998-06-151-2/+2
| | | | Submitted by: "Mike Del" <repenting@hotmail.com>
* - Added entry for Xircon CreditCard Modem.nate1998-06-081-1/+8
| | | | Submitted by: "Mike Del" <repenting@hotmail.com>
* Back out locale change until it's better understood by all justjkh1998-05-201-43/+1
| | | | | what it is we're trying to do here. :) OK'd by: asami
* PR: misc/6031thepish1998-05-191-2/+44
| | | | Patch applied as per PR - enables preferential fetch from local mirrors
* Add a crucial missing _ in NO_SENDMAILphk1998-05-081-2/+2
| | | | | | PR: 6545 Reviewed by: phk Submitted by: Jos Backus <jbackus@plex.nl>
* Add commented out common INSTALL and FORCE_PKG_REGISTER knobsache1998-04-161-1/+8
|
* Add missing commented out MOTIF_STATIC exampleache1998-04-161-1/+2
|
* In light of the fact that several widespread sendmail alternatives existsphk1998-04-151-1/+4
| | | | | | | | | is reason enough to make the compilation & installation of sendmail an make.conf option. I know that you hate negative options Bruce. PR: 6284 Reviewed by: phk Submitted by: Adrian Colley <aecolley@world.std.com>
* Don't build sperl if you don't want to.dima1998-03-261-1/+3
|
* Added U.S. Robotics XJ1560J (X2 X-jack modem)hosokawa1998-03-191-1/+7
|
* style tweak.jkh1998-03-181-2/+2
|
* Document NOPERLjkh1998-03-181-1/+4
|
* Convert ${MASTER_SITE_SUBDIR} to %SUBDIR% as in bsd.port.mk rev 1.257fenner1998-02-271-7/+7
|
* Fix path in commented-out sample of MASTER_SITE_TEX_CTAN.asami1998-02-271-2/+2
| | | | | PR: 5861 Submitted by: kuriyama@opt.phys.waseda.ac.jp
* added "Telecom Device SuperSocket RE450T" (PCMCIA NE2000 variant).itojun1998-02-241-1/+16
|
* Added NTT ThunderCard Modem... (because I'm using it :-))hosokawa1998-02-241-1/+7
|
* commented out REX-5535 because -current does not have spc driver.hosokawa1998-02-241-5/+5
|
* Add entry for Eiger 33.6K modemmsmith1998-02-101-1/+8
| | | | Submitted by: John Goerzen <jgoerzen@alexanderwohl.complete.org>
* Add support for explicit 3C589D varients and XJ1336 modemspst1997-12-161-1/+15
|
* - Added entry for 'Linksys Combo PCMCIA EthernetCard'nate1997-12-071-1/+9
| | | | Submitted by: Brad Karp <karp@eecs.harvard.edu>
* - Added entries for LinkSys ethernet card and Apex Data Modem.nate1997-12-051-1/+15
| | | | Submitted by: Ken Key <key@cs.utk.edu>
* - Added entry for Accton 2216 ethernet card.nate1997-11-141-1/+9
| | | | Submitted by: Patrick Gardella <patrick@cre8tivegroup.com>
* - Commented out some PAO specific portions of this file.nate1997-10-301-26/+26
| | | | Noticed by: Michael Reifenberger <root@totum.plaut.de>
* Add entries for the Danpex EN-6200P2 and Megahertz XJ4336msmith1997-10-231-1/+13
|
* - Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD'snate1997-10-211-3/+3
| | | | default pccard daemon.
* Back out my last commit - the trailing / should stay and fetch(1) shouldjkh1997-10-081-2/+2
| | | | stop puking on null directory components.
* Remove trailing slash from MASTER_SITE_BACKUP example since itjkh1997-10-081-2/+2
| | | | | can lead to two trailing /'s, which is in turn an invalid URL (just bit me :-).
* Document the ever decreasingly popular USA_RESIDENT variable.jkh1997-09-281-1/+8
|
* Final commit for KTH KerberosIV.markm1997-09-281-3/+3
| | | | -DMAKE_EBONES -> -DMAKE_KERBEROS4
* By popular request, change the default suggested value for CFLAGSjkh1997-09-101-3/+4
| | | | | and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just for userland.
* Updated serial console options.bde1997-06-091-15/+6
|
* synchronize with bsd.doc.mk (long outstanding fix)andreas1997-05-031-2/+2
| | | | PR: closes docs/3479
* Add comments about overridable MASTER_SITE_* variables.asami1997-04-151-1/+34
| | | | Suggested by: Narvi <narvi@haldjas.folklore.ee>
* Remove MAKEFLAGS example from /etc/make.conf...scrappy1997-03-311-6/+1
| | | | | Bruce points out that it breaks things if someone doesn't do a 'make depend', but I just found out that it breaks 'make depend' itself :(
* Add/document MAKEFLAGS into /etc/make.conf, using -j3 as examplescrappy1997-03-301-1/+5
|
* top(1) has a tunable parameter for the hash size to hash the userjoerg1997-03-251-1/+9
| | | | entries. Mention it in make.conf.
* Revert $FreeBSD$ to $Id$peter1997-02-232-2/+2
|
* Select between the generic math functions and the i387-specific onesbde1997-02-161-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | at runtime. etc/make.conf: Nuked HAVE_FPU option. lib/msun/Makefile: Always build the i387 objects. Copy the i387 source files at build time so that the i387 objects have different names. This is simpler than renaming the files in the cvs repository or repeating half of bsd.lib.mk to add explicit rules. lib/msun/src/*.c: Renamed all functions that have an i387-specific version by adding `__generic_' to their names. lib/msun/src/get_hw_float.c: New file for getting machdep.hw_float from the kernel. sys/i386/include/asmacros.h: Abuse the ENTRY() macro to generate jump vectors and associated code. This works much like PIC PLT dynamic initialization. The PIC case is messy. The old i387 entry points are renamed. Renaming is easier here because the names are given by macro expansions.
* Document FTP_PASSIVE_MODE in the place where I usually set it.jkh1997-02-131-0/+6
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add commented out samples on how to activate the compat libs during build.peter1996-12-231-1/+9
| | | | | Note that nothing is stopping somebody from cd'ing to src/lib/compat/<dist> and doing a 'make all install' there by hand.
* cvsup client moved from sbin to binache1996-12-161-2/+2
| | | | 2.2 candidate
* Add -z to CVSupflags, it iz safe because it is done by zlib,ache1996-11-011-2/+2
| | | | not by extra gzip child
* catch a mismatch after final review...pst1996-10-141-2/+6
|
* Expose the control mechanism for serial console boot so that the defaultpst1996-10-141-1/+20
| | | | | | | | | shipped with freebsd can be changed without modifying the Makefiles directly. Creates: BOOT_FORCE_COMCONSOLE BOOT_PROBE_KEYBOARD BOOT_PROBE_KEYBOARD_LOCK BOOT_COMCONSOLE (port value for console)
* Use full path for cvsupache1996-10-051-2/+2
|
* Add CVSup block (commented out)ache1996-10-051-2/+15
|
* Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing optionpeter1996-09-211-8/+1
| | | | since the cc1/cc1plus backends were linked static some time ago.
* Add the (commented out) OBJLINK hook.nate1996-06-241-1/+5
|
* Remove the hardcoding of the IRQ, and instead have it determine a freenate1996-06-191-3/+3
| | | | | | IRQ. For now only enable on the 3C589 until other cards have been tested.
OpenPOWER on IntegriCloud