summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* | This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-092-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gigabit ethernet adapters. This includes two single port cards (single mode and multimode fiber) and two dual port cards (also single mode and multimode fiber). SysKonnect is currently the only vendor with a dual port gigabit ethernet NIC. The ports on dual port adapters are treated as separate network interfaces. Thus, if you have an SK-9844 dual port SX card, you should have both sk0 and sk1 interfaces attached. Dual port cards are implemented using two XMAC II chips connected to a single SysKonnect GEnesis controller. Hence, dual port cards are really one PCI device, as opposed to two separate PCI devices connected through a PCI to PCI bridge. Note that SysKonnect's drivers use the two ports for failover purposes rather that as two separate interfaces, plus they don't support jumbo frames. This applies to their Linux driver too. :) Support is provided for hardware multicast filtering, BPF and jumbo frames. The SysKonnect cards support TCP checksum offload however this feature is not currently enabled (hopefully it will be once we get checksum offload support). There are still a few things that need to be implemeted, like the ability to communicate with the on-board LM80 voltage/temperature monitor, but I wanted to get the driver under CVS control and into -current so people could bang on it. A big thanks for SysKonnect for making all their programming info for these cards (and for their FDDI and token ring cards) available without NDA (see www.syskonnect.com).
* | Do not list a null string in a dialog box.yokota1999-07-071-2/+4
| |
* | invoke fvwm properlyjkh1999-07-072-6/+6
| |
* | update fla related entries.phk1999-07-062-6/+6
| |
* | Don't ask about Linux emulation on the alpha (for now).jkh1999-07-064-4/+12
| |
* | Use #include <pccard_conf.h> instead of -DPCCARD.hosokawa1999-07-065-17/+32
| | | | | | | | Now we don't have to make clean before make boot.flp's.
* | Add an option for more fully enabling linux compatibility.jkh1999-07-069-18/+60
| |
* | Make the source and the man page agree about the flags accepted bynik1999-07-052-4/+9
| | | | | | | | | | | | | | | | ntpdate. PR: docs/12344 Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at> Reviewed by: nik
* | Added the EXAMPLE section and try to make the text slightly more informative.yokota1999-07-052-78/+251
| | | | | | | | | | | | | | Grammar and Spelling Reviewed by: mpp While mpp kindly checked grammar and spelling, any technical errors remaining in the man pages are entirely of mine.
* | configure "pccardd_flags" in /etc/rc.conf by sysinstall.hosokawa1999-07-041-3/+8
| |
* | Modified to configure pccard_mem in /etc/rc.conf by sysinstall.hosokawa1999-07-041-1/+5
| |
* | Delete special handling for 'device-driver' suffix, it's not used inpeter1999-07-032-13/+12
| | | | | | | | the kernel source now.
* | wcd -> acdmharo1999-07-032-4/+4
| | | | | | | | Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* | Eliminate some varargs abuse.jkh1999-07-026-44/+30
| |
* | Allow service alias names from /etc/services to be used when specifyingsheldonh1999-07-022-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | internal services in inetd.conf . The inetd(8) manpage used to say that the official name of a service _must_ be used, yet inetd itself was hardcoded to used a service alias for the auth service, namely ident! Rather than change inetd.conf and break existing configurations on next upgrade, we now allow service aliases as well as official names. This allows the software to work as expected and still support existing configurations. This should not breaking existing wrapped configurations either and the inetd(8) manpage already states that it is the service name specified in inetd.conf that is used for calls to hosts_access(3). PR: 11796 Reported by: Alex Charalabidis <alex@wnm.net> Approved by: des
* | Clarify that the services name, as specified in inetd.conf, for ansheldonh1999-07-021-1/+9
| | | | | | | | | | internal service should be used as the daemon name when constructing hosts_access(5) rules.
* | Back out previous commit. Allowing `-' as a pseudonym for /dev/stdin issheldonh1999-07-022-18/+7
| | | | | | | | | | | | legacy behaviour inherited from systems that don't have /dev/stdin. Requested by: bde
* | Fix stupid error where more bits where set than actual distributionsjkh1999-07-021-2/+2
| | | | | | | | | | | | used. Doh! Embarassingly-pointed-out-by: Brian Dean <brdean@unx.sas.com>
* | Modify code to be -Wall'able.mks1999-07-0123-372/+384
| | | | | | | | PR: bin/11315
* | Don't include trailing whitespace in ID tokens before comments. ie:peter1999-07-011-1/+2
| | | | | | | | | | | | | | | | options FOO=10 # comment would give FOO the value of "10 " and that caused unwanted touches on the opt_*.h files. I hope I've got this right..
* | Detect and remove defunct or unknown options from opt_*.h files. Thispeter1999-07-011-11/+23
| | | | | | | | can happen when options are removed from the options files.
* | Ommitted in previous commit message:sheldonh1999-06-302-2/+2
| | | | | | | | Submitted by: David Malone <dwmalone@maths.tcd.ie>
* | Enable wrapping for dgram services and fix logging so that -l reallysheldonh1999-06-302-33/+51
| | | | | | | | does log all connections.
* | Allow the use of `-' as an argument to the -w option so that standardsheldonh1999-06-302-7/+18
| | | | | | | | | | | | | | input may be used (e.g. gunzip -c /var/log/wtmp.Jan.gz | ac -w - ). PR: 12467 Submitted by: wollman
* | Grammar and spelling fixeskris1999-06-301-5/+5
| | | | | | | | Obtained from: OpenBSD
* | Changed pcicmem and cardirq variables to non-dirty variables.hosokawa1999-06-301-10/+10
| |
* | pccard_beep parameter is not supported by rc.conf and rc.pccard of -current.hosokawa1999-06-301-3/+1
| | | | | | | | (I'll port it later...)
* | Added -z and -i option.hosokawa1999-06-301-1/+8
| |
* | FreeBSD does supports LKM now.hosokawa1999-06-291-9/+1
| | | | | | | | | | | | PR: doc/10331 Reviewed by: mpp@freebsd.org Submitted by: Andreas Gustafsson <gson@araneus.fi>
* | Move call to umask(0) back into pw_util(), because the latterpb1999-06-292-4/+5
| | | | | | | | function is also used by chpass(1) and passwd(1).
* | Sync usage() with the manpage.sheldonh1999-06-281-2/+3
| | | | | | | | Approved by: mpp
* | Fix broken logic: (!wrap || log) -> (!wrap && log) .sheldonh1999-06-281-2/+2
| | | | | | | | Reported by: David Malone <dwmalone@maths.tcd.ie>
* | Syntax for user/group is changed from "user.group" to "user:group" to beobrien1999-06-282-5/+13
| | | | | | | | consistant with chown(8).
* | New ports/{java,irc,x11-servers} categories, Step #5 - update misc files.billf1999-06-281-1/+4
| |
* | Fix the SYNOPSIS to reflect that the -w option can be specified twice.sheldonh1999-06-271-2/+2
| | | | | | | | | | Requested by: obrien Approved by: mpp
* | Add command-line option (-w), specified once to enable wrapping andsheldonh1999-06-273-37/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | twice to enable wrapping for internal wrapping as well. If the option is not specified wrapping is turned off so that inetd will behave exactly as it used to before TCP Wrappers was imported. Change etc/defaults/rc.conf so as to encourage wrapping on new systems. Clarify the use of TCP Wrappers in the IMPLEMENTATION NOTES of the manual page. Approved by: jkh
* | Minor mdoc fix.mpp1999-06-261-2/+2
| |
* | Force umask to 077 (instead of 000) during the edit phase, to getpb1999-06-262-5/+6
| | | | | | | | | | | | | | | | | | | | secure permissions in case the user attempts to save something to a file of his own. Move umask stuff out of pw_init() into main() for better visibility of overall umask tweaking logic. PR: misc/11797
* | Report the correct master.passwd path on failure when the -d option issheldonh1999-06-261-2/+2
| | | | | | | | used.
* | Add -d option to vipw(8) to allow selection of an alternative directorysheldonh1999-06-263-11/+43
| | | | | | | | | | | | | | for the password files. PR: 2703 Submitted by: jmg
* | Correct usage messagebrian1999-06-261-2/+2
| |
* | Don't bother read()ing if we ``expect'' nothing in our chat script.brian1999-06-261-2/+2
| |
* | If we run out of chat script immediately after a successfully executedbrian1999-06-261-2/+6
| | | | | | | | | | | | | | expect-send-expect sequence, finish gracefully, don't core dump. This bug has been there for over a year - I could never reproduce it ! Straw provided by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* | Fix typo (missing double quote)n_hibma1999-06-241-2/+2
| |
* | Per Ken's request, back out my last change to this file. iostat's manimp1999-06-241-2/+2
| | | | | | | | | | page documents '?' as a valid option, as does the usage message. None of the other programs' man pages documented '?' as a valid option.
* | Two getopts related nits:imp1999-06-249-18/+18
| | | | | | | | | | | | o getopt returns -1 rather than EOF on errors o getopt returns '?' for characters it doesn't know about, so don't include them in the getopt options string.
* | '?' shouldn't be in the usage string. Unknown characters are alreadyimp1999-06-244-8/+8
| | | | | | | | converted to '?'.
* | Some man page cleanup. Make the NAME and SYNOPSIS sections agree sompp1999-06-241-2/+4
| | | | | | | | | | | | that whatis(1) will produce the expected results. Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
* | If we are going to have a case for '?' then we should define it in Options.billf1999-06-234-8/+8
| | | | | | | | Submitted by: Ben Olson <bseth@chc-chimes.com>
* | Support `igmp' filters.brian1999-06-236-13/+35
| | | | | | | | Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
OpenPOWER on IntegriCloud