Matthew N. Dodd
e2540a6d46
- Recognize 'idt' interfaces.
...
- The start command is 'atm_start' not 'start_cmd'.
2002-09-30 08:01:43 +00:00
Matthew N. Dodd
955f5ec383
Recognize 'idt' interfaces.
2002-09-30 08:01:16 +00:00
Warner Losh
e98304b93f
SAMSUNG SWL-2000P PCI Card
...
Submitted by: Robert Dezorzo
2002-09-30 01:19:52 +00:00
Warner Losh
124524158d
Psion Dacom Gold Card Ethernet
...
Submitted by: Rick Hoppe
2002-09-30 01:07:28 +00:00
Warner Losh
8144adea99
Generic Prism2.5 card
...
Submitted by: Matt Peterson
2002-09-30 00:59:05 +00:00
Warner Losh
af7d66fcb6
Belkin F5D5020 pccard.
...
Submitted by: Philip Pereira
2002-09-30 00:51:49 +00:00
Warner Losh
3902407590
Entry for I-O Data PCET/100-CL
...
Submitted by: MATSUO Masahiko-san
2002-09-30 00:40:23 +00:00
Warner Losh
3792e753d3
oops, last second botch: fix extra 'i'
2002-09-29 23:16:08 +00:00
Warner Losh
6e252ced31
o Belkin wireless card
...
PR: 38919
Submitted by: Tommy Johnson
o IBM IDE CDROM
PR: 39537
Submitted by: Kevin Van Maren
o T-Sunus 130 card
PR: 41802
Submitted by: Oliver Schneider
2002-09-29 23:13:08 +00:00
Warner Losh
0acab084ce
o FreeSPirit ISDN/56K modem card
...
o No-name OEM Prism card
o ActionTec Prism card
o ZoomAir 11Mbps High Rate wireless networking
PR: 41929, 41928
Submitted by: Bruce M Simpson
o Dynalink L100C16
PR: 41938
Submitted by: Marco van de Voort
2002-09-29 22:51:31 +00:00
Warner Losh
a2398beeed
Newer Netgear MA401RA entry.
...
Submitted by: Michael Ranner
2002-09-28 17:36:52 +00:00
Gordon Tetlow
38441fbf04
Fix moused so you can use the stop command
...
Reported by: wa1ter@myrealbox.com
2002-09-27 16:54:21 +00:00
Warner Losh
760769737a
Two fixes:
...
1) Add new card entry for nortel eMobility wi card (from email
that I've lost the sender on :-(
2) put ata devices at config 0x1 rather than auto. This should be
better for nearly all cases.
MFC after: 3 days
2002-09-27 06:14:29 +00:00
Juli Mallett
54f61a9394
Document at least one meaningful RELENG_5 feature, the ability to hide from
...
a user processes which run with an inequivalent class of UID credentials.
Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
2002-09-25 22:17:18 +00:00
Brian Somers
df93d794dc
Add a pkg_version variable so that it's possible to run portsversion instead
...
of pkg_version in periodic/weekly/400.status-pkg.
2002-09-25 03:01:42 +00:00
Andrey A. Chernov
15897030c6
Make it work with POSIX sort (POS arg).
...
All old sorts understand -k too.
2002-09-24 18:53:46 +00:00
Poul-Henning Kamp
320d99c058
Use mdmfs(8) rather than rolling our own RAM-disks.
...
Sponsored by: DARPA & NAI Labs.
2002-09-22 09:48:02 +00:00
Mark Murray
a5dd613ce6
Rename the ftp log filename for compatability with OpenBSD and NetBSD.
...
Requested by: ru
2002-09-21 12:07:35 +00:00
Mark Murray
d595e25a82
Install empty ftp.log file to start off ftp logging.
2002-09-20 22:12:27 +00:00
Mark Murray
bbd0e6a78d
Log ftpd stuff in the same way that we log lpd stuff. Too many ftpd's
...
are attacked for us to throw away this sort of evidence.
2002-09-20 22:10:01 +00:00
Hajimu UMEMOTO
a75d520e1f
up gif during setup.
2002-09-20 18:31:55 +00:00
Gordon Tetlow
2c7db4fbc2
Quiet warnings on shutdown.
2002-09-19 20:14:50 +00:00
Don Lewis
08bb4399fa
Unbreak installworld.
...
Apparently /usr/include/dev grew a couple of subdirectories, but nobody
informed mtree.
2002-09-19 08:35:12 +00:00
Kris Kennaway
64e11ced68
Add some extra directories created by recent versions of XFree86-4
...
Reviewed by: anholt (XFree86-4 maintainer)
MFC after: 1 day
2002-09-19 02:05:41 +00:00
Ralf S. Engelschall
25ade111dc
Fix implementation of rc variables $amd_flags and $amd_map_program in
...
rcNG. The $amd_flags variable was already taken over into $rc_flags
by run_rc_command() when amd_precmd() is executed, so changing
$amd_flags there no longer effects the actual execution of amd.
Hence in amd_precmd() the $rc_flags have to be adjusted instead.
2002-09-18 08:49:50 +00:00
Sam Leffler
c57aba5686
MFC: Elan support;
...
o Recognize AMD Elan SC520 hostbridge.
o Add initialization code for the AMD Elan sc520 which maps the MMCR
into KVM and sets the i8254 frequency to the correct value.
o MAKEDEV entry for elan-mmcr device
Reviewed by: phk, jhb
Approved by: re(jhb)
2002-09-17 22:39:57 +00:00
Peter Wemm
66422f5b7a
Initiate deorbit burn for the i386-only a.out related support. Moves are
...
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
2002-09-17 01:49:00 +00:00
Gordon Tetlow
42f10b3fe0
Fix sendmail to use checkyesno since rc.conf is no longer re'sourced from the
...
debug statement.
2002-09-12 17:31:09 +00:00
David E. O'Brien
8e00cef74d
Use bzip2 instead of gzip for those logs we compress.
...
Basic idea agreed to by: rwatson
2002-09-12 17:28:07 +00:00
Gordon Tetlow
0d8441a9fe
Remove the sourceing of rc.conf from the debug subroutine. This caused
...
problems when you try to override variables locally.
2002-09-12 17:27:36 +00:00
John Baldwin
2cb1c3a5c5
Cosmetic cleanup to a message.
2002-09-11 19:49:43 +00:00
Gordon Tetlow
8e05457085
Quiet warnings about non-existent scripts. My own fault for not testing my
...
own patches as well as I should.
2002-09-11 01:00:57 +00:00
Gordon Tetlow
e022d3b1aa
Fix syscons so it actually does start.
...
Reported by: keramida, ume
Submitted by: keramida
2002-09-09 22:40:34 +00:00
Mitsuru IWASAKI
5ea0b02d5a
Add an entry for corega WL PCCL-11.
...
PR: conf/42481
Submitted by: NINOMIYA Hideyuki <nin@jp.FreeBSD.org>
Approved by: imp
MFC after: 1 week
2002-09-06 17:45:36 +00:00
Gordon Tetlow
77e55efba0
Convert from ${CMD_OSTYPE}
to ${OSTYPE}. This saves a shell invocation on
...
OS-dependent case switches.
2002-09-06 16:18:05 +00:00
Gordon Tetlow
550f8fc46b
Add a support for a ${OSTYPE} which is set once in /etc/rc.subr. Also convert
...
all instances of `${CMD_OSTYPE}` to just using ${OSTYPE}. This saves us a
shell invocation on anything that is OS-dependent. I seriously doubt that we
will be spontaneously changing OS types during bootup.
2002-09-06 16:15:29 +00:00
Peter Wemm
f915be3bad
rev 1.6 claimed to add 'bootparams', but in fact added 'bootparamd' which
...
does not exist.
2002-09-06 01:23:31 +00:00
Bill Fenner
4716fa4ee9
Only try to initialize syscons if /dev/ttyv0 exists and it's not a pcvt.
2002-09-05 23:51:28 +00:00
Bill Fenner
57dedf04ca
Only try to run /usr/sbin/ispcvt if it exists and is executable.
2002-09-05 23:50:34 +00:00
Gordon Tetlow
adac8f8551
Add an archdep script and hook it up to the build.
...
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-09-05 20:29:18 +00:00
Gordon Tetlow
7ea5622b15
Hook bootparams up to the world
2002-09-05 20:15:08 +00:00
Gordon Tetlow
b0e6d55b9e
Introduce bootparamd into the boot scripts. Add a bootparamd_enable and
...
_flags to rc.conf
Submitted by: John Hay <jhay@zibbi.icomtek.csir.co.za>
2002-09-05 20:14:46 +00:00
Gregory Neil Shapiro
d87e0e8e23
Deprecate the use of sendmail_enable="NONE" as it adversely affects the
...
new rcNG effort.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-09-03 22:15:57 +00:00
Gordon Tetlow
f048183067
nfsd doesn't die on SIGTERM but on SIGUSR1, correct script to kill nfsd with
...
the right signal.
2002-09-03 16:02:57 +00:00
Gordon Tetlow
b168ce8b63
We don't use single_mountd_enable anymore. It's just mountd_enable. I must
...
have missed this in my earlier sweep.
2002-09-02 21:20:58 +00:00
Gordon Tetlow
da5e455e1a
Only install the scripts that actually used on FreeBSD.
2002-09-02 20:49:26 +00:00
Gordon Tetlow
4376ad7708
Commit a revised sendmail script that works the same way as rc.sendmail.
...
This should also quell warnings when sendmail_enable="NONE"
2002-09-02 20:37:03 +00:00
Gordon Tetlow
67a399fda8
Turn rc_ng on by default now, it's time has come. While we are at it, I'd
...
like to thank Mike Makonnen for all his work on rcNG. Without him, none
of this would have been possible.
2002-09-02 16:35:01 +00:00
Hellmuth Michaelis
949f39b532
establish default values for /etc/rc.d/pcvt script
2002-08-30 13:01:42 +00:00
Hellmuth Michaelis
6b6c162a88
integrate pcvt configuration into the new /etc/rc.d startup system
...
PR: i386/7100
Reviewed by: Gordon Tetlow <gordon@FreeBSD.org>
2002-08-30 12:43:23 +00:00