summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove sockets found in /var/run or /var/spool/lock at boot timebrian2001-03-281-1/+1
| | | | (as well as files).
* Add full PAM support for account management and sessions.markm2001-03-271-22/+75
| | | | | | | The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux package's PAM patches to the BSD login.c Submitted by: "David J. MacKenzie" <djm@web.us.uu.net>
* Formatting fix for rev 1.298 where I did not take enough care.obrien2001-03-271-30/+30
|
* At least install primes to the right place, for now. I suppose.green2001-03-271-2/+2
| | | | Reminded by: everyone
* Don't call the fictious `MAKEDEV' from the path "/sbin:/bin" when weobrien2001-03-271-69/+69
| | | | recurse. Rather recurse on ourself (as we know our own name).
* Bah. 'ln -sf' -> 'ln -fs'. I need to read my email more closely in thescottl2001-03-251-1/+1
| | | | | | mornings. Pointy hat again Obtained from: roam@orbitel.org
* 'ln -s' -> 'ln -sf' for the afa link.scottl2001-03-251-1/+1
| | | | Pointy hat Obtained from: roam@orbitel.bg
* Identify obsolete portsbrian2001-03-251-1/+2
|
* Add cvs tagdougb2001-03-241-0/+2
|
* Install /etc/primes.green2001-03-241-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r74713,green2001-03-241-0/+71
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add /etc/primes for OpenSSH SSH2 DH exchange.green2001-03-241-0/+71
| | | | | Submitted by: Chris Wasser <cwasser@v-wave.com> Obtained from: OpenBSD
* added new directories to sync with XFree86-4.0.3.sf2001-03-231-0/+38
| | | | Approved by: asami
* Revert rev 1.7 which used "`console' rather than `ttyv0' so there willobrien2001-03-221-2/+3
| | | | | | | always be a getty on the console reguardless of the type of console. Instead always run a getty on ttyd0. Reviewed by: gallatin
* Create afaN as a simlink to aacN. Add a comment about the aac device.scottl2001-03-221-0/+2
|
* Update search URL:wosch2001-03-221-1/+1
| | | | http://www.FreeBSD.org/search.html -> http://www.FreeBSD.org/search/
* Add back the wd* entries. It turns out they're still used by the PC98.jkh2001-03-221-0/+2
| | | | Noted by: nyan
* Don't create legacy wd* devices by default. Let the user do this ifjkh2001-03-221-2/+0
| | | | | | they so desire it. Suggested by: rwatson
* Use orthogonal www.FreeBSD.org syntax.jkh2001-03-221-1/+2
| | | | Whined about by: rwatson
* s/portmap/rpcbindalfred2001-03-201-4/+4
| | | | Pointed out by: Hajimu UMEMOTO <ume@mahoroba.org>
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewdes2001-03-198-50/+0
| | | | | | | very specific scenarios, and now that we have had net.inet.tcp.blackhole for quite some time there is really no reason to use it any more. (second of three commits)
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-1911-804/+894
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | associated changes that had to happen to make this possible as well as bugs fixed along the way. Bring in required TLI library routines to support this. Since we don't support TLI we've essentially copied what NetBSD has done, adding a thin layer to emulate direct the TLI calls into BSD socket calls. This is mostly from Sun's tirpc release that was made in 1994, however some fixes were backported from the 1999 release (supposedly only made available after this porting effort was underway). The submitter has agreed to continue on and bring us up to the 1999 release. Several key features are introduced with this update: Client calls are thread safe. (1999 code has server side thread safe) Updated, a more modern interface. Many userland updates were done to bring the code up to par with the recent RPC API. There is an update to the pthreads library, a function pthread_main_np() was added to emulate a function of Sun's threads library. While we're at it, bring in NetBSD's lockd, it's been far too long of a wait. New rpcbind(8) replaces portmap(8) (supporting communication over an authenticated Unix-domain socket, and by default only allowing set and unset requests over that channel). It's much more secure than the old portmapper. Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded to support TI-RPC and to support IPV6. Umount(8) is also fixed to unmount pathnames longer than 80 chars, which are currently truncated by the Kernel statfs structure. Submitted by: Martin Blapp <mb@imp.ch> Manpage review: ru Secure RPC implemented by: wpaul
* Add `ipv6_ifconfig_IFN_aliasN' directive to allow multiple aliases.ume2001-03-183-1/+20
| | | | PR: conf/24239
* Ignore comments in /etc/passwdbrian2001-03-171-1/+1
| | | | | PR: 25845 Submitted by: Udo Schweigert <ust@cert.siemens.de>
* Remove unused locale/nls directories.ache2001-03-171-6/+0
| | | | Corresponding fixes for "make release" already commited elsewhere.
* Attempt to make "make release" work again. Without a nls/fi_FI.DIS_8859-15phk2001-03-171-0/+2
| | | | tcsh barfs.
* Unbreak "make installworld"markm2001-03-171-0/+4
|
* Add et_EE.ISO_8859-15ache2001-03-162-0/+6
|
* Apply the README's requirement a) to the previous commit.ru2001-03-161-1/+1
|
* Add some devices:imp2001-03-161-9/+17
| | | | | | | | Xircom CreditCard Netwave cnw Intel PRO/Wireless 2011 (PRISM II) wi 3COM 3CRWE737A (PRISM II) wi Note: I've had some reports that the latter two cards work, but I've not been able to get them to work for me.
* DIS_8859_15 -> ISO_8859-15 renameache2001-03-162-43/+43
|
* Fix a commentbrian2001-03-151-1/+1
| | | | | PR: 25831 Submitted by: quinot@inf.enst.fr
* Add the ata control devicesos2001-03-151-0/+8
|
* Add a commented out entry for compat4xmurray2001-03-141-0/+1
| | | | | PR: 25196 Submitted by: Chris Knight <chris@aims.com.au>
* Read information from local rc.conf file(s) to get proper settings forgshapiro2001-03-131-1/+1
| | | | | | | 'make start'. PR: conf/25639 Submitted by: Esa Karkkainen <ejk@pp.htv.fi>
* At great personal risk, touch the sendmail startup again. This adds easypeter2001-03-132-10/+21
| | | | | seperate knobs for inbound (accepting SMTP connections) and outbound (just occasionally dequeueing) sendmail daemon startup.
* Don't install MAKEDEV or MAKEDEV.local if NO_MAKEDEV is set.des2001-03-131-3/+3
| | | | | PR: 25596 Submitted by: Jonathan Perkin <sketchy@bsdcode.net>
* Add PC-Card entry, I-O DATA PCET/TX-Rsanpei2001-03-121-0/+6
| | | | | | | This card was DL10022 based card. Submitted by: [bsd-nomads:15287] Yoshihiko SARUMARU <mistral@imasy.or.jp>
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelkris2001-03-121-0/+1
| | | | | | builds. This may be disabled using the NO_CPU_COPTFLAGS variable. Reviewed by: arch
* Remove duplicate entry.markm2001-03-121-1/+0
| | | | Submitted by: Paul Herman <pherman@frenchfries.net>
* Add flags option for savecore.dougb2001-03-122-2/+3
| | | | Submitted by: David A. Panariti <davep@who.net>
* Updates for Blowfish password hashing.markm2001-03-111-0/+1
|
* The /dev/random harvesting sysctls have had a name change.markm2001-03-101-3/+3
| | | | Reflect this.
* Avoid complicated tests of whether devices are present or not, anddougb2001-03-102-50/+12
| | | | | | | | | | enable all harvesting options by default since having them on for devices not present doesn't hurt anything. Leave them on by default since for the most part they are not producing noticable slowdown, and are about to get a lot more efficient. Re-order part of the cheesy entropy process in preparation for its complete removal.
* Add libdata, some ports were using it.kris2001-03-101-0/+2
|
* Use the correct path to the SASL .h files as installed by the SASL port.gshapiro2001-03-101-1/+1
| | | | | | MFC candidate. Submitted by: jeh
* Stick the I-O DATA PCLA/TE PC Card adapter entry in the right sort order.sanpei2001-03-091-6/+6
|
* add PC-Card entrysanpei2001-03-071-0/+18
| | | | | | | | | | | Corega KK Wireless LAN PCCA-11 NEC WL11C (PC-WL/11C) NEC Corporation PK-WL001 Submitted by: [bsd-nomads:15128] [bsd-nomads:15159] [bsd-nomads:15176] [bsd-nomads:15283] YAMAMOTO Shigeru <shigeru@iij.ad.jp> NAKAGAWA Yoshihisa <y-nakaga@nwsl.mesh.ad.jp>
* add PC-Card entry, Panasonic Flash ATA BN-040ABP3sanpei2001-03-071-0/+6
| | | | | | | | | | | pccardd[358]: Card "Panasonic"("ATA") [BN-040AB-M 1.00 ] [(null)] matched "Panasonic" ("ATA") [BN-040AB-M ] [(null)] ata2 at port 0x240-0x24f irq 10 slot 0 on pccard0 ad4: 39MB <BN-040AB-M 1.00 > [625/8/16] at ata2-master BIOSPIO Submitted by: [bsd-nomads:15261] <m-kawata@cd.jp.nec.com>
* add new PC-Card entry, IO Data WN-B11/PCMsanpei2001-03-071-0/+6
| | | | | Submitted by: [FreeBSD-users-jp 59373] "Masatake E. Hori" <eddie@luft.geo.tsukuba.ac.jp>
OpenPOWER on IntegriCloud